@to TopIcon:ICON://type=svg&id=1002115;
.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: #ab001a;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #ab001a;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #ab001a;
}
/* 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: #ab001a;
  text-shadow: none;
}
::selection {
  background: #ab001a;
  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 #ab001a;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #ab001a;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #F0F5F9;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #F0F5F9;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #ab001a;
  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: #ab001a;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #ab001a;
  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: #F0F5F9;
  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: #ab001a;
  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: #ab001a;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #ab001a;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #ab001a;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #2a3356;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #2a3356;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #ab001a;
  color: #ffffff;
  border-color: #ab001a;
}
/*
   * 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: #F0F5F9;
  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: #ab001a;
}
/* 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: #ab001a;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #ab001a;
}
/* 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: #ab001a;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #2a3356;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #F0F5F9;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #F0F5F9;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #ab001a;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #2a3356;
}
/* ========================================================================
     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: #ab001a;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #2a3356;
  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: #ab001a;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #2a3356;
  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: #ab001a;
}
/*
   * 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: #ab001a;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #ab001a;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #F0F5F9;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #ab001a;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #ab001a;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #ab001a;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #ab001a;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #ab001a;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #ab001a;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #ab001a;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #ab001a;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #ab001a;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #ab001a;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #ab001a;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #ab001a;
}
/*
   * 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: #ab001a;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #F0F5F9;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #ab001a;
}
/*
   * 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: #ab001a;
  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: #F0F5F9;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #ab001a;
}
.uk-progress::-moz-progress-bar {
  background-color: #ab001a;
}
.uk-progress::-ms-fill {
  background-color: #ab001a;
}
/* ========================================================================
     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: #ab001a !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: #ab001a !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #ab001a;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #F0F5F9;
}
.uk-background-primary {
  background-color: #ab001a;
}
.uk-background-secondary {
  background-color: #2a3356;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #ab001a;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #ab001a;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #ab001a;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #F0F5F9;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #ab001a;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(42, 51, 86, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #ab001a;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #F0F5F9;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #ab001a;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #ab001a;
  border-color: #ab001a;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #ab001a;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #780012;
}
.ap-list-filter dd a.active {
  background-color: #ab001a;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #ab001a;
}
.category li a.active {
  color: #ab001a;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #ab001a;
}
.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: #ab001a;
  border: 1px solid rgba(171, 0, 26, 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: #ab001a;
}
form .step .ui-step.active .ui-step-title {
  color: #ab001a;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #ab001a;
  background-color: #ab001a;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #ab001a;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #ab001a;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #ab001a;
  color: #ab001a;
}
.btn-effect-2:hover {
  background-color: #ab001a;
}
.uk-button.btn-effect-5 {
  background-color: #ab001a;
  box-shadow: 0 0 15px rgba(171, 0, 26, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #ab001a;
}
.header-effect-6 [data-item='title']::before {
  background-color: #ab001a;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1708a60b8ab7ca {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1708a60b8ab7ca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1708a60b8ab7ca .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a2ad2a6333a9956 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a2ad2a6333a9956 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a2ad2a6333a9956 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a2ad2a6333a9956 .data-list .uk-card {
  cursor: pointer !important;
}
#a2ad2a6333a9956 .data-list .uk-card img {
  max-height: 300px;
}
#a2ad2a6333a9956 .data-list .uk-card:hover {
  background: #fafafa;
}
#a2ad2a6333a9956 .data-list .uk-card:hover .uk-h4 {
  color: #ab001a;
}
#a2ad2a6333a9956 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a2ad2a6333a9956 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a2ad2a6333a9956 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a2ad2a6333a9956 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a2ad2a6333a9956 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a2ad2a6333a9956 .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: #ab001a;
  cursor: pointer;
}
#a2ad2a6333a9956 .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;
}
#a2ad2a6333a9956 .uk-card .category:hover {
  background: #ab001a;
}
#a2ad2a6333a9956 .accordion-menu {
  width: 100%;
}
#a2ad2a6333a9956 .accordion-menu ul ul.submenu,
#a2ad2a6333a9956 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a2ad2a6333a9956 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a2ad2a6333a9956 .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;
}
#a2ad2a6333a9956 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a2ad2a6333a9956 .accordion-menu .menu-item.active > a {
  background: #ab001a;
  color: #fff;
}
#a2ad2a6333a9956 .accordion-menu li a:hover {
  background-color: #ab001a;
  color: #fff;
  border: none;
}
#a2ad2a6333a9956 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a2ad2a6333a9956 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a2ad2a6333a9956 .hot-list,
#a2ad2a6333a9956 .new-list {
  padding: 12px;
}
#a2ad2a6333a9956 .new-list a:hover,
#a2ad2a6333a9956 .hot-list a:hover {
  color: #ab001a;
}
#a2ad2a6333a9956 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a2ad2a6333a9956 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a2ad2a6333a9956 .hot-item:hover a {
  color: #ab001a;
}
#a2ad2a6333a9956 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a2ad2a6333a9956 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #ab001a;
  content: "";
}
#a2ad2a6333a9956 .content-header {
  padding-bottom: 10px;
}
#a2ad2a6333a9956 .item-title {
  color: #333;
}
#a2ad2a6333a9956 input::placeholder {
  color: #999;
}
#a2ad2a6333a9956 .datetime {
  color: #999;
}
#a2ad2a6333a9956 .new-item a {
  padding-left: 25px;
}
#a2ad2a6333a9956 .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;
}
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a61d2ab981ae6b5 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a6d32ab8a8a14e9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a6d32ab8a8a14e9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6d32ab8a8a14e9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@media (min-width: 1200px) {
  #aa374aa892a9eea .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #aa374aa892a9eea .sidebar {
    width: 300px;
    padding: 1;
  }
}
#aa374aa892a9eea .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#aa374aa892a9eea .rich-img-wrap {
  display: block;
}
#aa374aa892a9eea .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#aa374aa892a9eea .author-info span {
  background: #ff788d;
  border: 1px solid #ab001a;
  color: #ab001a;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#aa374aa892a9eea .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #ab001a;
}
#aa374aa892a9eea .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#aa374aa892a9eea .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#aa374aa892a9eea .sidebar .uk-h4:before {
  background: #ab001a;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#aa374aa892a9eea .author-wrapper {
  position: relative;
}
#aa374aa892a9eea .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#aa374aa892a9eea .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#aa374aa892a9eea .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#aa374aa892a9eea .new-list li {
  padding: 5px 0 15px;
}
#aa374aa892a9eea .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#aa374aa892a9eea .sidebar a:hover {
  color: #d40020;
}
#aa374aa892a9eea .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
#aa374aa892a9eea .uk-main {
  display: flex;
  gap: 20px;
}
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ad3c3a1b2ba6c67 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1708a60b8ab7ca {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1708a60b8ab7ca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1708a60b8ab7ca .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a899da2a7fafb96 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #a899da2a7fafb96 .sidebar {
    width: 100%;
  }
}
#a899da2a7fafb96 .accordion-menu,
#a899da2a7fafb96 .accordion-menu ul ul.submenu,
#a899da2a7fafb96 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a899da2a7fafb96 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#a899da2a7fafb96 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
  text-overflow: ellipsis;
}
#a899da2a7fafb96 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a899da2a7fafb96 .accordion-menu li a:hover {
  background-color: #ab001a;
  color: #fff;
  border: none;
}
#a899da2a7fafb96 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a899da2a7fafb96 .contact {
  color: #fff;
}
#a899da2a7fafb96 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#a899da2a7fafb96 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#a899da2a7fafb96 .hot-list a {
  color: #777;
}
#a899da2a7fafb96 .hot-list a:hover {
  color: #ab001a;
}
#a899da2a7fafb96 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a899da2a7fafb96 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a899da2a7fafb96 .hot-item:hover a {
  color: #ab001a;
}
#a899da2a7fafb96 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a899da2a7fafb96 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #ab001a;
  content: "";
}
#a899da2a7fafb96 .content-header {
  padding-bottom: 10px;
}
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a61d2ab981ae6b5 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a6d32ab8a8a14e9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a6d32ab8a8a14e9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6d32ab8a8a14e9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a10e4aeef4adda4 .detail-content .goods-params div {
  margin: 4px 0;
}
#a10e4aeef4adda4 .desc {
  white-space: pre-wrap;
}
#a10e4aeef4adda4 .video-box,
#a10e4aeef4adda4 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a10e4aeef4adda4 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a10e4aeef4adda4 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a10e4aeef4adda4 .preview-box img {
  width: 100%;
}
#a10e4aeef4adda4 .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;
}
#a10e4aeef4adda4 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a10e4aeef4adda4 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a10e4aeef4adda4 .thumb-box {
  width: 100%;
  position: relative;
}
#a10e4aeef4adda4 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a10e4aeef4adda4 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a10e4aeef4adda4 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a10e4aeef4adda4 .thumb-list {
  overflow: hidden;
}
#a10e4aeef4adda4 .thumb-list ul {
  width: 100000px;
}
#a10e4aeef4adda4 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a10e4aeef4adda4 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a10e4aeef4adda4 .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;
}
#a10e4aeef4adda4 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a10e4aeef4adda4 .thumb-list ul li.active img {
  border-color: #ab001a;
}
#a10e4aeef4adda4 .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;
}
#a10e4aeef4adda4 .zoom-box img {
  max-width: initial;
}
#a10e4aeef4adda4 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a10e4aeef4adda4 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a10e4aeef4adda4 .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;
}
#a10e4aeef4adda4 .goods-intro .price span {
  line-height: 30px;
}
#a10e4aeef4adda4 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a10e4aeef4adda4 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #ab001a;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a10e4aeef4adda4 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #ab001a;
  font-size: 18px;
}
#a10e4aeef4adda4 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a10e4aeef4adda4 .line-through {
  text-decoration: line-through;
}
#a10e4aeef4adda4 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a10e4aeef4adda4 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a10e4aeef4adda4 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a10e4aeef4adda4 .price .policy-info li::before {
  content: '? ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a10e4aeef4adda4 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a10e4aeef4adda4 .number .name {
  line-height: 30px;
  width: 54px;
}
#a10e4aeef4adda4 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a10e4aeef4adda4 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a10e4aeef4adda4 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a10e4aeef4adda4 .select-num i {
  line-height: 30px;
}
#a10e4aeef4adda4 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a10e4aeef4adda4 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a10e4aeef4adda4 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a10e4aeef4adda4 .buttons {
  margin: 30px 0 0 12px;
}
#a10e4aeef4adda4 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #ab001a;
  text-align: center;
  border-radius: 2px;
}
#a10e4aeef4adda4 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a10e4aeef4adda4 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a10e4aeef4adda4 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a10e4aeef4adda4 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a10e4aeef4adda4 .hot-list .img-wrap {
  display: block;
}
#a10e4aeef4adda4 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a10e4aeef4adda4 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a10e4aeef4adda4 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a10e4aeef4adda4 .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;
}
#a10e4aeef4adda4 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a10e4aeef4adda4 ::-webkit-scrollbar {
  display: none;
}
#a10e4aeef4adda4 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a10e4aeef4adda4 .left .detail-nav-tab .item.uk-active,
#a10e4aeef4adda4 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #ab001a;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a10e4aeef4adda4 .left .detail-nav-tab .item.uk-active a {
  color: #ab001a;
  cursor: default;
}
#a10e4aeef4adda4 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a10e4aeef4adda4 .hot-list .item:last-child {
  border-bottom: none;
}
#a10e4aeef4adda4 .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;
}
#a10e4aeef4adda4 .hot-list .item .goods-title:hover {
  color: #ab001a;
}
#a10e4aeef4adda4 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #ab001a;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a10e4aeef4adda4 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a10e4aeef4adda4 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a10e4aeef4adda4 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a10e4aeef4adda4 .right {
    width: 100%;
  }
  #a10e4aeef4adda4 .preview-box img {
    height: 340px;
  }
  #a10e4aeef4adda4 .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;
  }
  #a10e4aeef4adda4 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a10e4aeef4adda4 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ad3c3a1b2ba6c67 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ac49ea88a4a5356 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ac49ea88a4a5356 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac49ea88a4a5356 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a677aa5ddea8f21 [data-item="items"] {left: -1px;top: 0px; position: relative;}#a61d2ab981ae6b5 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ae035afdafaf361 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae035afdafaf361 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae035afdafaf361 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a20d8a8e96ab35e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a20d8a8e96ab35e a, #a20d8a8e96ab35e {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aa94cada94a45cf .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#aa94cada94a45cf .uk-grid {
  margin-left: -10px;
}
#aa94cada94a45cf .uk-grid > * {
  padding-left: 10px;
}
#aa94cada94a45cf .uk-grid-margin {
  margin-top: 10px;
}
#aa94cada94a45cf .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa94cada94a45cf .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aa94cada94a45cf .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa94cada94a45cf .uk-card-body {
  display: block;
}
#aa94cada94a45cf .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aa94cada94a45cf .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aa94cada94a45cf .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aa94cada94a45cf .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aa94cada94a45cf .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#aa94cada94a45cf .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aa94cada94a45cf .uk-card:hover {
  background-color: #333333;
}
#aa94cada94a45cf .uk-card:hover .title {
  color: #fff;
}
#aa94cada94a45cf .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aa94cada94a45cf .uk-card:hover .img {
  transform: scale(1.2);
}
#aa94cada94a45cf .uk-card:hover .abstract {
  color: #fff;
}
#aa94cada94a45cf .uk-card:hover .datetime {
  color: #d3b267;
}
#aa94cada94a45cf .uk-card:hover .category {
  color: #d3b267;
}
#aa94cada94a45cf .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a2209a7c9fae44a {
  pointer-events: none;
}
#a2209a7c9fae44a .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2209a7c9fae44a ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2209a7c9fae44a .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2209a7c9fae44a .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a2209a7c9fae44a .menu-list .menu-header svg,
#a2209a7c9fae44a .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2209a7c9fae44a .menu-list > ul {
  position: relative;
}
#a2209a7c9fae44a .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a2209a7c9fae44a .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2209a7c9fae44a .menu-list > ul > li.active > a,
#a2209a7c9fae44a .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a2209a7c9fae44a .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2209a7c9fae44a .menu-list > ul > li a img,
#a2209a7c9fae44a .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2209a7c9fae44a .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a2209a7c9fae44a .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a2209a7c9fae44a .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2209a7c9fae44a .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2209a7c9fae44a .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a2209a7c9fae44a .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a2209a7c9fae44a .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2209a7c9fae44a .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a2209a7c9fae44a .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a79c5a05a3af9b0 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a5342a9eb0a8819 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a5342a9eb0a8819 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9454a7b5da6475 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a891da86b0a057e {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a891da86b0a057e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a891da86b0a057e .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ae86aa5eb4ac5fa a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ae86aa5eb4ac5fa a, #ae86aa5eb4ac5fa {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a814da24d1ab692 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a814da24d1ab692 .uk-grid {
  margin-left: -10px;
}
#a814da24d1ab692 .uk-grid > * {
  padding-left: 10px;
}
#a814da24d1ab692 .uk-grid-margin {
  margin-top: 10px;
}
#a814da24d1ab692 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a814da24d1ab692 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a814da24d1ab692 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a814da24d1ab692 .uk-card-body {
  display: block;
}
#a814da24d1ab692 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a814da24d1ab692 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a814da24d1ab692 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a814da24d1ab692 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a814da24d1ab692 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a814da24d1ab692 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a814da24d1ab692 .uk-card:hover {
  background-color: #333333;
}
#a814da24d1ab692 .uk-card:hover .title {
  color: #fff;
}
#a814da24d1ab692 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a814da24d1ab692 .uk-card:hover .img {
  transform: scale(1.2);
}
#a814da24d1ab692 .uk-card:hover .abstract {
  color: #fff;
}
#a814da24d1ab692 .uk-card:hover .datetime {
  color: #d3b267;
}
#a814da24d1ab692 .uk-card:hover .category {
  color: #d3b267;
}
#a814da24d1ab692 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ae97aa4f06a264a {
  pointer-events: none;
}
#ae97aa4f06a264a .menu-list {
  width: 100%;
  background: #ffffff;
}
#ae97aa4f06a264a ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ae97aa4f06a264a .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ae97aa4f06a264a .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#ae97aa4f06a264a .menu-list .menu-header svg,
#ae97aa4f06a264a .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ae97aa4f06a264a .menu-list > ul {
  position: relative;
}
#ae97aa4f06a264a .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ae97aa4f06a264a .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae97aa4f06a264a .menu-list > ul > li.active > a,
#ae97aa4f06a264a .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#ae97aa4f06a264a .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ae97aa4f06a264a .menu-list > ul > li a img,
#ae97aa4f06a264a .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ae97aa4f06a264a .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ae97aa4f06a264a .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ae97aa4f06a264a .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ae97aa4f06a264a .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ae97aa4f06a264a .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ae97aa4f06a264a .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ae97aa4f06a264a .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ae97aa4f06a264a .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ae97aa4f06a264a .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a4385a7be2aca68 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a59c5a4786a01a8 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a59c5a4786a01a8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9090a7180a6d73 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8f80a2268a2266 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a8f80a2268a2266 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8f80a2268a2266 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7885a5cafad5c4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a7885a5cafad5c4 a, #a7885a5cafad5c4 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ad5e7aabfdae312 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#ad5e7aabfdae312 .uk-grid {
  margin-left: -10px;
}
#ad5e7aabfdae312 .uk-grid > * {
  padding-left: 10px;
}
#ad5e7aabfdae312 .uk-grid-margin {
  margin-top: 10px;
}
#ad5e7aabfdae312 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad5e7aabfdae312 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ad5e7aabfdae312 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ad5e7aabfdae312 .uk-card-body {
  display: block;
}
#ad5e7aabfdae312 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ad5e7aabfdae312 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ad5e7aabfdae312 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ad5e7aabfdae312 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ad5e7aabfdae312 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#ad5e7aabfdae312 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ad5e7aabfdae312 .uk-card:hover {
  background-color: #333333;
}
#ad5e7aabfdae312 .uk-card:hover .title {
  color: #fff;
}
#ad5e7aabfdae312 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#ad5e7aabfdae312 .uk-card:hover .img {
  transform: scale(1.2);
}
#ad5e7aabfdae312 .uk-card:hover .abstract {
  color: #fff;
}
#ad5e7aabfdae312 .uk-card:hover .datetime {
  color: #d3b267;
}
#ad5e7aabfdae312 .uk-card:hover .category {
  color: #d3b267;
}
#ad5e7aabfdae312 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a05d0a1c17af4ba {
  pointer-events: none;
}
#a05d0a1c17af4ba .menu-list {
  width: 100%;
  background: #ffffff;
}
#a05d0a1c17af4ba ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a05d0a1c17af4ba .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a05d0a1c17af4ba .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a05d0a1c17af4ba .menu-list .menu-header svg,
#a05d0a1c17af4ba .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a05d0a1c17af4ba .menu-list > ul {
  position: relative;
}
#a05d0a1c17af4ba .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a05d0a1c17af4ba .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a05d0a1c17af4ba .menu-list > ul > li.active > a,
#a05d0a1c17af4ba .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a05d0a1c17af4ba .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a05d0a1c17af4ba .menu-list > ul > li a img,
#a05d0a1c17af4ba .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a05d0a1c17af4ba .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a05d0a1c17af4ba .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a05d0a1c17af4ba .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a05d0a1c17af4ba .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a05d0a1c17af4ba .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a05d0a1c17af4ba .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a05d0a1c17af4ba .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a05d0a1c17af4ba .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a05d0a1c17af4ba .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a074ba98dcacec9 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#af066aea25a6302 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#af066aea25a6302 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa054aa545a1b85 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a7280a5ce9a257e {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a7280a5ce9a257e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7280a5ce9a257e .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a6e5ba44cda4b2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a6e5ba44cda4b2f a, #a6e5ba44cda4b2f {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#afcb9a4b62ac95b .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#afcb9a4b62ac95b .uk-grid {
  margin-left: -10px;
}
#afcb9a4b62ac95b .uk-grid > * {
  padding-left: 10px;
}
#afcb9a4b62ac95b .uk-grid-margin {
  margin-top: 10px;
}
#afcb9a4b62ac95b .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afcb9a4b62ac95b .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#afcb9a4b62ac95b .uk-card-media-top .img {
  transition: all .3s ease;
}
#afcb9a4b62ac95b .uk-card-body {
  display: block;
}
#afcb9a4b62ac95b .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#afcb9a4b62ac95b .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#afcb9a4b62ac95b .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#afcb9a4b62ac95b .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#afcb9a4b62ac95b .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#afcb9a4b62ac95b .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#afcb9a4b62ac95b .uk-card:hover {
  background-color: #333333;
}
#afcb9a4b62ac95b .uk-card:hover .title {
  color: #fff;
}
#afcb9a4b62ac95b .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#afcb9a4b62ac95b .uk-card:hover .img {
  transform: scale(1.2);
}
#afcb9a4b62ac95b .uk-card:hover .abstract {
  color: #fff;
}
#afcb9a4b62ac95b .uk-card:hover .datetime {
  color: #d3b267;
}
#afcb9a4b62ac95b .uk-card:hover .category {
  color: #d3b267;
}
#afcb9a4b62ac95b .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a9d92a21f1a0f4c {
  pointer-events: none;
}
#a9d92a21f1a0f4c .menu-list {
  width: 100%;
  background: #ffffff;
}
#a9d92a21f1a0f4c ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a9d92a21f1a0f4c .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a9d92a21f1a0f4c .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a9d92a21f1a0f4c .menu-list .menu-header svg,
#a9d92a21f1a0f4c .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a9d92a21f1a0f4c .menu-list > ul {
  position: relative;
}
#a9d92a21f1a0f4c .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a9d92a21f1a0f4c .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9d92a21f1a0f4c .menu-list > ul > li.active > a,
#a9d92a21f1a0f4c .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a9d92a21f1a0f4c .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a9d92a21f1a0f4c .menu-list > ul > li a img,
#a9d92a21f1a0f4c .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a9d92a21f1a0f4c .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a9d92a21f1a0f4c .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a9d92a21f1a0f4c .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a9d92a21f1a0f4c .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a9d92a21f1a0f4c .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a9d92a21f1a0f4c .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a9d92a21f1a0f4c .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a9d92a21f1a0f4c .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a9d92a21f1a0f4c .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a2b48ac1bfa98c3 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a54dbac3c3a5f61 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a54dbac3c3a5f61 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a7e7ba5253a0fb3 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a37aca2493a1679 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a37aca2493a1679 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a37aca2493a1679 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a12d1a9dc7a76f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a12d1a9dc7a76f5 a, #a12d1a9dc7a76f5 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a821aa840bafd9d .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a821aa840bafd9d .uk-grid {
  margin-left: -10px;
}
#a821aa840bafd9d .uk-grid > * {
  padding-left: 10px;
}
#a821aa840bafd9d .uk-grid-margin {
  margin-top: 10px;
}
#a821aa840bafd9d .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a821aa840bafd9d .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a821aa840bafd9d .uk-card-media-top .img {
  transition: all .3s ease;
}
#a821aa840bafd9d .uk-card-body {
  display: block;
}
#a821aa840bafd9d .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a821aa840bafd9d .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a821aa840bafd9d .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a821aa840bafd9d .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a821aa840bafd9d .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a821aa840bafd9d .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a821aa840bafd9d .uk-card:hover {
  background-color: #333333;
}
#a821aa840bafd9d .uk-card:hover .title {
  color: #fff;
}
#a821aa840bafd9d .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a821aa840bafd9d .uk-card:hover .img {
  transform: scale(1.2);
}
#a821aa840bafd9d .uk-card:hover .abstract {
  color: #fff;
}
#a821aa840bafd9d .uk-card:hover .datetime {
  color: #d3b267;
}
#a821aa840bafd9d .uk-card:hover .category {
  color: #d3b267;
}
#a821aa840bafd9d .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a93deac374a8cef {
  pointer-events: none;
}
#a93deac374a8cef .menu-list {
  width: 100%;
  background: #ffffff;
}
#a93deac374a8cef ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a93deac374a8cef .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a93deac374a8cef .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a93deac374a8cef .menu-list .menu-header svg,
#a93deac374a8cef .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a93deac374a8cef .menu-list > ul {
  position: relative;
}
#a93deac374a8cef .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a93deac374a8cef .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a93deac374a8cef .menu-list > ul > li.active > a,
#a93deac374a8cef .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a93deac374a8cef .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a93deac374a8cef .menu-list > ul > li a img,
#a93deac374a8cef .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a93deac374a8cef .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a93deac374a8cef .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a93deac374a8cef .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a93deac374a8cef .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a93deac374a8cef .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a93deac374a8cef .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a93deac374a8cef .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a93deac374a8cef .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a93deac374a8cef .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a8d38ac793a0e8d > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ad6f5a8609a2529 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ad6f5a8609a2529 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ab161a5f9ea8baf .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a04a9a4a7cafa86 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a04a9a4a7cafa86 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a04a9a4a7cafa86 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9858a6fe1a95db a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a9858a6fe1a95db a, #a9858a6fe1a95db {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1822a9277a57e7 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a1822a9277a57e7 .uk-grid {
  margin-left: -10px;
}
#a1822a9277a57e7 .uk-grid > * {
  padding-left: 10px;
}
#a1822a9277a57e7 .uk-grid-margin {
  margin-top: 10px;
}
#a1822a9277a57e7 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1822a9277a57e7 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a1822a9277a57e7 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a1822a9277a57e7 .uk-card-body {
  display: block;
}
#a1822a9277a57e7 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a1822a9277a57e7 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a1822a9277a57e7 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a1822a9277a57e7 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a1822a9277a57e7 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a1822a9277a57e7 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a1822a9277a57e7 .uk-card:hover {
  background-color: #333333;
}
#a1822a9277a57e7 .uk-card:hover .title {
  color: #fff;
}
#a1822a9277a57e7 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a1822a9277a57e7 .uk-card:hover .img {
  transform: scale(1.2);
}
#a1822a9277a57e7 .uk-card:hover .abstract {
  color: #fff;
}
#a1822a9277a57e7 .uk-card:hover .datetime {
  color: #d3b267;
}
#a1822a9277a57e7 .uk-card:hover .category {
  color: #d3b267;
}
#a1822a9277a57e7 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a9ef5a5929a3f5c {
  pointer-events: none;
}
#a9ef5a5929a3f5c .menu-list {
  width: 100%;
  background: #ffffff;
}
#a9ef5a5929a3f5c ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a9ef5a5929a3f5c .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a9ef5a5929a3f5c .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a9ef5a5929a3f5c .menu-list .menu-header svg,
#a9ef5a5929a3f5c .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a9ef5a5929a3f5c .menu-list > ul {
  position: relative;
}
#a9ef5a5929a3f5c .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a9ef5a5929a3f5c .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a9ef5a5929a3f5c .menu-list > ul > li.active > a,
#a9ef5a5929a3f5c .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a9ef5a5929a3f5c .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a9ef5a5929a3f5c .menu-list > ul > li a img,
#a9ef5a5929a3f5c .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a9ef5a5929a3f5c .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a9ef5a5929a3f5c .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a9ef5a5929a3f5c .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a9ef5a5929a3f5c .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a9ef5a5929a3f5c .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a9ef5a5929a3f5c .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a9ef5a5929a3f5c .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a9ef5a5929a3f5c .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a9ef5a5929a3f5c .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a854dac52daee6a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a594faf073a31e5 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a594faf073a31e5 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a99d8afc66ae188 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#afd74a6667a3e5c {
  /* 修复吸顶导航宽度被写死的问题 */
}
#afd74a6667a3e5c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afd74a6667a3e5c .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a6fffa25e8a95c4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a6fffa25e8a95c4 a, #a6fffa25e8a95c4 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a2812afaddaf5e5 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a2812afaddaf5e5 .uk-grid {
  margin-left: -10px;
}
#a2812afaddaf5e5 .uk-grid > * {
  padding-left: 10px;
}
#a2812afaddaf5e5 .uk-grid-margin {
  margin-top: 10px;
}
#a2812afaddaf5e5 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2812afaddaf5e5 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a2812afaddaf5e5 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a2812afaddaf5e5 .uk-card-body {
  display: block;
}
#a2812afaddaf5e5 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a2812afaddaf5e5 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a2812afaddaf5e5 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a2812afaddaf5e5 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a2812afaddaf5e5 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a2812afaddaf5e5 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a2812afaddaf5e5 .uk-card:hover {
  background-color: #333333;
}
#a2812afaddaf5e5 .uk-card:hover .title {
  color: #fff;
}
#a2812afaddaf5e5 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a2812afaddaf5e5 .uk-card:hover .img {
  transform: scale(1.2);
}
#a2812afaddaf5e5 .uk-card:hover .abstract {
  color: #fff;
}
#a2812afaddaf5e5 .uk-card:hover .datetime {
  color: #d3b267;
}
#a2812afaddaf5e5 .uk-card:hover .category {
  color: #d3b267;
}
#a2812afaddaf5e5 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#affe8a0b23a56ba {
  pointer-events: none;
}
#affe8a0b23a56ba .menu-list {
  width: 100%;
  background: #ffffff;
}
#affe8a0b23a56ba ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#affe8a0b23a56ba .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#affe8a0b23a56ba .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#affe8a0b23a56ba .menu-list .menu-header svg,
#affe8a0b23a56ba .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#affe8a0b23a56ba .menu-list > ul {
  position: relative;
}
#affe8a0b23a56ba .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#affe8a0b23a56ba .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#affe8a0b23a56ba .menu-list > ul > li.active > a,
#affe8a0b23a56ba .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#affe8a0b23a56ba .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#affe8a0b23a56ba .menu-list > ul > li a img,
#affe8a0b23a56ba .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#affe8a0b23a56ba .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#affe8a0b23a56ba .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#affe8a0b23a56ba .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#affe8a0b23a56ba .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#affe8a0b23a56ba .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#affe8a0b23a56ba .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#affe8a0b23a56ba .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#affe8a0b23a56ba .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#affe8a0b23a56ba .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#ae52dab22daeaeb > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#afe6fa2529a697d [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#afe6fa2529a697d [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa4b6a52c4a160b .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1b63a198dacb1a {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1b63a198dacb1a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1b63a198dacb1a .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a4e1ba6c73afbbe a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a9c81a00a5a869d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a91eaa3d91a0db5 > .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);}#a4543a3545adeb9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4543a3545adeb9  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4498ae06ba9bd6 , #a4498ae06ba9bd6 a{color: rgba(205, 205, 205, 1);}#a4498ae06ba9bd6:hover, #a4498ae06ba9bd6 a:hover {color: rgba(255, 255, 255, 1);}#a95fba723cad6b1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a95fba723cad6b1  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aa6b0aee3ead348 , #aa6b0aee3ead348 a{color: rgba(205, 205, 205, 1);}#aa6b0aee3ead348:hover, #aa6b0aee3ead348 a:hover {color: rgba(255, 255, 255, 1);}#a58c1adb90accb8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a58c1adb90accb8  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a7b18a6fffaf757 , #a7b18a6fffaf757 a{color: rgba(205, 205, 205, 1);}#a7b18a6fffaf757:hover, #a7b18a6fffaf757 a:hover {color: rgba(255, 255, 255, 1);}#aa3f6ad0d7a3621 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3f6ad0d7a3621  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ac09fa706fae8f6 , #ac09fa706fae8f6 a{color: rgba(205, 205, 205, 1);}#ac09fa706fae8f6:hover, #ac09fa706fae8f6 a:hover {color: rgba(255, 255, 255, 1);}#a7507ae959a114a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7507ae959a114a  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8254a45faa1741 , #a8254a45faa1741 a{color: rgba(205, 205, 205, 1);}#a8254a45faa1741:hover, #a8254a45faa1741 a:hover {color: rgba(255, 255, 255, 1);}#a2649ad63faf6d8 [data-item="items"] .uk-card {
                border: 1px solid rgba(226, 226, 226, 1);
            }#a2649ad63faf6d8 [data-item*=".title"], #a2649ad63faf6d8 [data-item*=".title"] a {font-weight: bold;max-words: 0;font-size: 16px;text-align: center;}#a2649ad63faf6d8 [data-item*=".abstract"], #a2649ad63faf6d8 [data-item*=".abstract"] a {show: true;}#a2649ad63faf6d8 [data-item*=".subTitle"], #a2649ad63faf6d8 [data-item*=".subTitle"] a {show: true;}#a2649ad63faf6d8 [data-item*=".category"], #a2649ad63faf6d8 [data-item*=".category"] a {show: true;}#a2649ad63faf6d8 [data-item="items"] .img {background-size: contain;}#a2649ad63faf6d8 [data-item="items"] {left: 2px;top: 90px; position: relative;}#acb40a2598a4e15 [data-item="items"] .uk-card {
                border: 1px solid rgba(226, 226, 226, 1);
            }#acb40a2598a4e15 [data-item*=".title"], #acb40a2598a4e15 [data-item*=".title"] a {max-line: 4;}#acb40a2598a4e15 [data-item*=".abstract"], #acb40a2598a4e15 [data-item*=".abstract"] a {show: true;}#acb40a2598a4e15 [data-item*=".subTitle"], #acb40a2598a4e15 [data-item*=".subTitle"] a {show: true;}#acb40a2598a4e15 [data-item*=".category"], #acb40a2598a4e15 [data-item*=".category"] a {show: true;}#acb40a2598a4e15 [data-item="items"] .img {background-size: cover;}#acb40a2598a4e15 [data-item="title"] {left: -1px;top: -2px; position: relative;}#acb40a2598a4e15 [data-item="items"] {left: -1px;top: 32px; position: relative;}#a0e49aca10aa1d3 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a0e49aca10aa1d3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(1, 81, 150, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a780daaf1dad88d > .ele-wrap {background-color: rgba(230, 33, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a6dac60aac861 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a04e5a982eaa6e2 > .ele-wrap {background-color: rgba(230, 33, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e54a6113a362b > .ele-wrap {background-color: rgba(118, 118, 118, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ad386a2427a7b83 .uk-grid {
  margin-left: -15px;
}
#ad386a2427a7b83 .uk-grid > * {
  padding-left: 15px;
}
#ad386a2427a7b83 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ad386a2427a7b83 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad386a2427a7b83 .uk-position-center-left-out {
    left: -30px;
  }
  #ad386a2427a7b83 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a206ea9ddda3d7a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a64baa84a4a49e2 .form-agree {
  display: flex;
  align-items: center;
}
#a64baa84a4a49e2 .uk-form .form-submit-btn {
  width: 320px;
}
#a64baa84a4a49e2 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64baa84a4a49e2 .submit-wrap {
  text-align: center;
}
#a64baa84a4a49e2 .submit-wrap button {
  background-color: #e62129;
}
#a64baa84a4a49e2 .submit-wrap button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a64baa84a4a49e2 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64baa84a4a49e2 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64baa84a4a49e2 .form-item .uk-input,
#a64baa84a4a49e2 .form-item .uk-select,
#a64baa84a4a49e2 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a64baa84a4a49e2 .form-item .auto-height {
  height: auto;
}
#a64baa84a4a49e2 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64baa84a4a49e2 .form-item .send-code {
  bottom: 0px;
}
#a64baa84a4a49e2 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64baa84a4a49e2 .uk-form-label,
#a64baa84a4a49e2 .form-agree,
#a64baa84a4a49e2 .uk-h3,
#a64baa84a4a49e2 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64baa84a4a49e2 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a64baa84a4a49e2 .form-item > label {
  flex: none;
}
#a64baa84a4a49e2 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64baa84a4a49e2 .form-item .uk-input,
#a64baa84a4a49e2 .form-item .uk-select,
#a64baa84a4a49e2 .form-item .uk-textarea,
#a64baa84a4a49e2 .form-item .address-select,
#a64baa84a4a49e2 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a64baa84a4a49e2 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a70e6a5eb7af68c [data-item="bmap"] {left: 1px;top: -3px; position: relative;}#ad5f3a637ea532b .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aeb7aa5901a437e {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aeb7aa5901a437e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeb7aa5901a437e .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ad743a66e4a5fc2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ad743a66e4a5fc2 a, #ad743a66e4a5fc2 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#addf3a70bea6fff .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#addf3a70bea6fff .uk-grid {
  margin-left: -10px;
}
#addf3a70bea6fff .uk-grid > * {
  padding-left: 10px;
}
#addf3a70bea6fff .uk-grid-margin {
  margin-top: 10px;
}
#addf3a70bea6fff .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#addf3a70bea6fff .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#addf3a70bea6fff .uk-card-media-top .img {
  transition: all .3s ease;
}
#addf3a70bea6fff .uk-card-body {
  display: block;
}
#addf3a70bea6fff .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#addf3a70bea6fff .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#addf3a70bea6fff .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#addf3a70bea6fff .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#addf3a70bea6fff .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#addf3a70bea6fff .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#addf3a70bea6fff .uk-card:hover {
  background-color: #333333;
}
#addf3a70bea6fff .uk-card:hover .title {
  color: #fff;
}
#addf3a70bea6fff .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#addf3a70bea6fff .uk-card:hover .img {
  transform: scale(1.2);
}
#addf3a70bea6fff .uk-card:hover .abstract {
  color: #fff;
}
#addf3a70bea6fff .uk-card:hover .datetime {
  color: #d3b267;
}
#addf3a70bea6fff .uk-card:hover .category {
  color: #d3b267;
}
#addf3a70bea6fff .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#abcaba6203ae742 {
  pointer-events: none;
}
#abcaba6203ae742 .menu-list {
  width: 100%;
  background: #ffffff;
}
#abcaba6203ae742 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#abcaba6203ae742 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#abcaba6203ae742 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#abcaba6203ae742 .menu-list .menu-header svg,
#abcaba6203ae742 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#abcaba6203ae742 .menu-list > ul {
  position: relative;
}
#abcaba6203ae742 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#abcaba6203ae742 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abcaba6203ae742 .menu-list > ul > li.active > a,
#abcaba6203ae742 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#abcaba6203ae742 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#abcaba6203ae742 .menu-list > ul > li a img,
#abcaba6203ae742 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#abcaba6203ae742 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#abcaba6203ae742 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#abcaba6203ae742 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#abcaba6203ae742 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#abcaba6203ae742 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#abcaba6203ae742 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#abcaba6203ae742 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#abcaba6203ae742 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#abcaba6203ae742 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a4f6daf286a02f6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ae362a8b00afabc [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ae362a8b00afabc [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac8f1a52a4adad0 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a48d2ae699ae167 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a48d2ae699ae167 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a48d2ae699ae167 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#acdcca443ba3681 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#acdcca443ba3681 a, #acdcca443ba3681 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aa0e1a3748a4d39 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#aa0e1a3748a4d39 .uk-grid {
  margin-left: -10px;
}
#aa0e1a3748a4d39 .uk-grid > * {
  padding-left: 10px;
}
#aa0e1a3748a4d39 .uk-grid-margin {
  margin-top: 10px;
}
#aa0e1a3748a4d39 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa0e1a3748a4d39 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aa0e1a3748a4d39 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa0e1a3748a4d39 .uk-card-body {
  display: block;
}
#aa0e1a3748a4d39 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aa0e1a3748a4d39 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aa0e1a3748a4d39 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aa0e1a3748a4d39 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aa0e1a3748a4d39 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#aa0e1a3748a4d39 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aa0e1a3748a4d39 .uk-card:hover {
  background-color: #333333;
}
#aa0e1a3748a4d39 .uk-card:hover .title {
  color: #fff;
}
#aa0e1a3748a4d39 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aa0e1a3748a4d39 .uk-card:hover .img {
  transform: scale(1.2);
}
#aa0e1a3748a4d39 .uk-card:hover .abstract {
  color: #fff;
}
#aa0e1a3748a4d39 .uk-card:hover .datetime {
  color: #d3b267;
}
#aa0e1a3748a4d39 .uk-card:hover .category {
  color: #d3b267;
}
#aa0e1a3748a4d39 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a072aa54c5a3e1b {
  pointer-events: none;
}
#a072aa54c5a3e1b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a072aa54c5a3e1b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a072aa54c5a3e1b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a072aa54c5a3e1b .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a072aa54c5a3e1b .menu-list .menu-header svg,
#a072aa54c5a3e1b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a072aa54c5a3e1b .menu-list > ul {
  position: relative;
}
#a072aa54c5a3e1b .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a072aa54c5a3e1b .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a072aa54c5a3e1b .menu-list > ul > li.active > a,
#a072aa54c5a3e1b .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a072aa54c5a3e1b .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a072aa54c5a3e1b .menu-list > ul > li a img,
#a072aa54c5a3e1b .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a072aa54c5a3e1b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a072aa54c5a3e1b .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a072aa54c5a3e1b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a072aa54c5a3e1b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a072aa54c5a3e1b .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a072aa54c5a3e1b .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a072aa54c5a3e1b .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a072aa54c5a3e1b .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a072aa54c5a3e1b .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a9580a205bafd37 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a8b0aa28d3a84e9 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a8b0aa28d3a84e9 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a549ea1df7aa2a9 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a20beadd33a2cd4 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a20beadd33a2cd4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a20beadd33a2cd4 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1a94ab414a8be2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a1a94ab414a8be2 a, #a1a94ab414a8be2 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a529ead688a7ed3 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a529ead688a7ed3 .uk-grid {
  margin-left: -10px;
}
#a529ead688a7ed3 .uk-grid > * {
  padding-left: 10px;
}
#a529ead688a7ed3 .uk-grid-margin {
  margin-top: 10px;
}
#a529ead688a7ed3 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a529ead688a7ed3 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a529ead688a7ed3 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a529ead688a7ed3 .uk-card-body {
  display: block;
}
#a529ead688a7ed3 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a529ead688a7ed3 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a529ead688a7ed3 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a529ead688a7ed3 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a529ead688a7ed3 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a529ead688a7ed3 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a529ead688a7ed3 .uk-card:hover {
  background-color: #333333;
}
#a529ead688a7ed3 .uk-card:hover .title {
  color: #fff;
}
#a529ead688a7ed3 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a529ead688a7ed3 .uk-card:hover .img {
  transform: scale(1.2);
}
#a529ead688a7ed3 .uk-card:hover .abstract {
  color: #fff;
}
#a529ead688a7ed3 .uk-card:hover .datetime {
  color: #d3b267;
}
#a529ead688a7ed3 .uk-card:hover .category {
  color: #d3b267;
}
#a529ead688a7ed3 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c28a9f21aa169 {
  pointer-events: none;
}
#a8c28a9f21aa169 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8c28a9f21aa169 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8c28a9f21aa169 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8c28a9f21aa169 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a8c28a9f21aa169 .menu-list .menu-header svg,
#a8c28a9f21aa169 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8c28a9f21aa169 .menu-list > ul {
  position: relative;
}
#a8c28a9f21aa169 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8c28a9f21aa169 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8c28a9f21aa169 .menu-list > ul > li.active > a,
#a8c28a9f21aa169 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a8c28a9f21aa169 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8c28a9f21aa169 .menu-list > ul > li a img,
#a8c28a9f21aa169 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8c28a9f21aa169 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a8c28a9f21aa169 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8c28a9f21aa169 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8c28a9f21aa169 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8c28a9f21aa169 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a8c28a9f21aa169 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c28a9f21aa169 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8c28a9f21aa169 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a8c28a9f21aa169 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a0637a0dccab1d9 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a92ada4008af265 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a92ada4008af265 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a705ba1a40a6564 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a65b1a0734a110d {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a65b1a0734a110d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a65b1a0734a110d .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a2358a0fbca46a9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a2358a0fbca46a9 a, #a2358a0fbca46a9 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aff5ba76bda2cbb .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#aff5ba76bda2cbb .uk-grid {
  margin-left: -10px;
}
#aff5ba76bda2cbb .uk-grid > * {
  padding-left: 10px;
}
#aff5ba76bda2cbb .uk-grid-margin {
  margin-top: 10px;
}
#aff5ba76bda2cbb .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aff5ba76bda2cbb .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aff5ba76bda2cbb .uk-card-media-top .img {
  transition: all .3s ease;
}
#aff5ba76bda2cbb .uk-card-body {
  display: block;
}
#aff5ba76bda2cbb .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aff5ba76bda2cbb .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aff5ba76bda2cbb .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aff5ba76bda2cbb .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aff5ba76bda2cbb .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#aff5ba76bda2cbb .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aff5ba76bda2cbb .uk-card:hover {
  background-color: #333333;
}
#aff5ba76bda2cbb .uk-card:hover .title {
  color: #fff;
}
#aff5ba76bda2cbb .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aff5ba76bda2cbb .uk-card:hover .img {
  transform: scale(1.2);
}
#aff5ba76bda2cbb .uk-card:hover .abstract {
  color: #fff;
}
#aff5ba76bda2cbb .uk-card:hover .datetime {
  color: #d3b267;
}
#aff5ba76bda2cbb .uk-card:hover .category {
  color: #d3b267;
}
#aff5ba76bda2cbb .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a96bdae634a6362 {
  pointer-events: none;
}
#a96bdae634a6362 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a96bdae634a6362 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a96bdae634a6362 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a96bdae634a6362 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a96bdae634a6362 .menu-list .menu-header svg,
#a96bdae634a6362 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a96bdae634a6362 .menu-list > ul {
  position: relative;
}
#a96bdae634a6362 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a96bdae634a6362 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a96bdae634a6362 .menu-list > ul > li.active > a,
#a96bdae634a6362 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a96bdae634a6362 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a96bdae634a6362 .menu-list > ul > li a img,
#a96bdae634a6362 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a96bdae634a6362 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a96bdae634a6362 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a96bdae634a6362 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a96bdae634a6362 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a96bdae634a6362 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a96bdae634a6362 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a96bdae634a6362 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a96bdae634a6362 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a96bdae634a6362 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a793da5ebcaf7e4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ab25fa3242a959c [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ab25fa3242a959c [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0f6aa7157a4a07 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4805a7820a8152 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a4805a7820a8152 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4805a7820a8152 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa3e3ad5c3aec3b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aa3e3ad5c3aec3b a, #aa3e3ad5c3aec3b {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a3ef9a25b2a8c1b .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a3ef9a25b2a8c1b .uk-grid {
  margin-left: -10px;
}
#a3ef9a25b2a8c1b .uk-grid > * {
  padding-left: 10px;
}
#a3ef9a25b2a8c1b .uk-grid-margin {
  margin-top: 10px;
}
#a3ef9a25b2a8c1b .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3ef9a25b2a8c1b .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a3ef9a25b2a8c1b .uk-card-media-top .img {
  transition: all .3s ease;
}
#a3ef9a25b2a8c1b .uk-card-body {
  display: block;
}
#a3ef9a25b2a8c1b .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a3ef9a25b2a8c1b .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a3ef9a25b2a8c1b .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a3ef9a25b2a8c1b .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a3ef9a25b2a8c1b .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a3ef9a25b2a8c1b .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a3ef9a25b2a8c1b .uk-card:hover {
  background-color: #333333;
}
#a3ef9a25b2a8c1b .uk-card:hover .title {
  color: #fff;
}
#a3ef9a25b2a8c1b .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a3ef9a25b2a8c1b .uk-card:hover .img {
  transform: scale(1.2);
}
#a3ef9a25b2a8c1b .uk-card:hover .abstract {
  color: #fff;
}
#a3ef9a25b2a8c1b .uk-card:hover .datetime {
  color: #d3b267;
}
#a3ef9a25b2a8c1b .uk-card:hover .category {
  color: #d3b267;
}
#a3ef9a25b2a8c1b .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ab2d1a9d2ca5a9e {
  pointer-events: none;
}
#ab2d1a9d2ca5a9e .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab2d1a9d2ca5a9e ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab2d1a9d2ca5a9e .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab2d1a9d2ca5a9e .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#ab2d1a9d2ca5a9e .menu-list .menu-header svg,
#ab2d1a9d2ca5a9e .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab2d1a9d2ca5a9e .menu-list > ul {
  position: relative;
}
#ab2d1a9d2ca5a9e .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ab2d1a9d2ca5a9e .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab2d1a9d2ca5a9e .menu-list > ul > li.active > a,
#ab2d1a9d2ca5a9e .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#ab2d1a9d2ca5a9e .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab2d1a9d2ca5a9e .menu-list > ul > li a img,
#ab2d1a9d2ca5a9e .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab2d1a9d2ca5a9e .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ab2d1a9d2ca5a9e .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ab2d1a9d2ca5a9e .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab2d1a9d2ca5a9e .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab2d1a9d2ca5a9e .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ab2d1a9d2ca5a9e .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ab2d1a9d2ca5a9e .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab2d1a9d2ca5a9e .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ab2d1a9d2ca5a9e .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#afa5fa71fba5e7c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a9b9da45f8a682e [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a9b9da45f8a682e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3ba0ae360ad611 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a5780a443eaed7e {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a5780a443eaed7e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5780a443eaed7e .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a94ada520aa18cb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a94ada520aa18cb a, #a94ada520aa18cb {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a47afa61dea9724 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a47afa61dea9724 .uk-grid {
  margin-left: -10px;
}
#a47afa61dea9724 .uk-grid > * {
  padding-left: 10px;
}
#a47afa61dea9724 .uk-grid-margin {
  margin-top: 10px;
}
#a47afa61dea9724 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a47afa61dea9724 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a47afa61dea9724 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a47afa61dea9724 .uk-card-body {
  display: block;
}
#a47afa61dea9724 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a47afa61dea9724 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a47afa61dea9724 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a47afa61dea9724 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a47afa61dea9724 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a47afa61dea9724 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a47afa61dea9724 .uk-card:hover {
  background-color: #333333;
}
#a47afa61dea9724 .uk-card:hover .title {
  color: #fff;
}
#a47afa61dea9724 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a47afa61dea9724 .uk-card:hover .img {
  transform: scale(1.2);
}
#a47afa61dea9724 .uk-card:hover .abstract {
  color: #fff;
}
#a47afa61dea9724 .uk-card:hover .datetime {
  color: #d3b267;
}
#a47afa61dea9724 .uk-card:hover .category {
  color: #d3b267;
}
#a47afa61dea9724 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#afa7ca2789ae1b9 {
  pointer-events: none;
}
#afa7ca2789ae1b9 .menu-list {
  width: 100%;
  background: #ffffff;
}
#afa7ca2789ae1b9 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#afa7ca2789ae1b9 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#afa7ca2789ae1b9 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#afa7ca2789ae1b9 .menu-list .menu-header svg,
#afa7ca2789ae1b9 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#afa7ca2789ae1b9 .menu-list > ul {
  position: relative;
}
#afa7ca2789ae1b9 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#afa7ca2789ae1b9 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afa7ca2789ae1b9 .menu-list > ul > li.active > a,
#afa7ca2789ae1b9 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#afa7ca2789ae1b9 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#afa7ca2789ae1b9 .menu-list > ul > li a img,
#afa7ca2789ae1b9 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#afa7ca2789ae1b9 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#afa7ca2789ae1b9 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#afa7ca2789ae1b9 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#afa7ca2789ae1b9 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#afa7ca2789ae1b9 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#afa7ca2789ae1b9 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#afa7ca2789ae1b9 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#afa7ca2789ae1b9 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#afa7ca2789ae1b9 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#ada88a77fbab2c5 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a69eba9a43a6390 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a69eba9a43a6390 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a1fbdafff7aa2b2 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aca6bace9fa3ab9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aca6bace9fa3ab9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aca6bace9fa3ab9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#af486ae4daa8b15 .uk-slider {
  padding-top: 30px;
}
#af486ae4daa8b15 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#af486ae4daa8b15 .uk-card-media-top {
  overflow: hidden;
}
#af486ae4daa8b15 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#af486ae4daa8b15 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#af486ae4daa8b15 .uk-card {
  border: 1px solid #ececec;
}
#af486ae4daa8b15 .uk-dotnav > * {
  padding-left: 6px;
}
#af486ae4daa8b15 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #ff4561;
}
#af486ae4daa8b15 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #ab001a;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7252a168da4420 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#aefa6ab5d7a9274 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aadd5a8767ad392 > .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);}#a3b3ba378ca3b03 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3b3ba378ca3b03  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a0aa4aa227a9745 , #a0aa4aa227a9745 a{color: rgba(205, 205, 205, 1);}#a0aa4aa227a9745:hover, #a0aa4aa227a9745 a:hover {color: rgba(255, 255, 255, 1);}#a9e5fac244a9a6b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e5fac244a9a6b  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4113af61daf8df , #a4113af61daf8df a{color: rgba(205, 205, 205, 1);}#a4113af61daf8df:hover, #a4113af61daf8df a:hover {color: rgba(255, 255, 255, 1);}#aef50a32afa5d13 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef50a32afa5d13  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a5a59a07bfa734f , #a5a59a07bfa734f a{color: rgba(205, 205, 205, 1);}#a5a59a07bfa734f:hover, #a5a59a07bfa734f a:hover {color: rgba(255, 255, 255, 1);}#a7359a8fc7a6cc8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7359a8fc7a6cc8  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a2615a1c32a0614 , #a2615a1c32a0614 a{color: rgba(205, 205, 205, 1);}#a2615a1c32a0614:hover, #a2615a1c32a0614 a:hover {color: rgba(255, 255, 255, 1);}#a6c66ac9baa584a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c66ac9baa584a  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#acf15a99f8ad8dc , #acf15a99f8ad8dc a{color: rgba(205, 205, 205, 1);}#acf15a99f8ad8dc:hover, #acf15a99f8ad8dc a:hover {color: rgba(255, 255, 255, 1);}#a3f36a1722a9035 [data-item="items"] .uk-card {
                border: 1px solid rgba(226, 226, 226, 1);
            }#a3f36a1722a9035 [data-item*=".title"], #a3f36a1722a9035 [data-item*=".title"] a {font-weight: bold;max-words: 0;font-size: 16px;text-align: center;}#a3f36a1722a9035 [data-item*=".abstract"], #a3f36a1722a9035 [data-item*=".abstract"] a {show: true;}#a3f36a1722a9035 [data-item*=".subTitle"], #a3f36a1722a9035 [data-item*=".subTitle"] a {show: true;}#a3f36a1722a9035 [data-item*=".category"], #a3f36a1722a9035 [data-item*=".category"] a {show: true;}#a3f36a1722a9035 [data-item="items"] .img {background-size: contain;}#a3f36a1722a9035 [data-item="items"] {left: 2px;top: 90px; position: relative;}#acd27a7380aefc6 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#acd27a7380aefc6 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(1, 81, 150, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a9705a146ea0919 > .ele-wrap {background-color: rgba(230, 33, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad0fa49b4a8970 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a69e1a8d60a3f16 > .ele-wrap {background-color: rgba(230, 33, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a831fa5618aebb7 > .ele-wrap {background-color: rgba(118, 118, 118, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a778aa4a64a2b4e .uk-grid {
  margin-left: -30px;
}
#a778aa4a64a2b4e .uk-grid > * {
  padding-left: 30px;
}
#a778aa4a64a2b4e .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#a778aa4a64a2b4e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a778aa4a64a2b4e .uk-position-center-left-out {
    left: -30px;
  }
  #a778aa4a64a2b4e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0512a0301a8d38 [data-item="items"] .uk-card {
                border: 1px solid rgba(226, 226, 226, 1);
            }#a0512a0301a8d38 [data-item*=".title"], #a0512a0301a8d38 [data-item*=".title"] a {max-line: 4;}#a0512a0301a8d38 [data-item*=".abstract"], #a0512a0301a8d38 [data-item*=".abstract"] a {show: true;}#a0512a0301a8d38 [data-item*=".subTitle"], #a0512a0301a8d38 [data-item*=".subTitle"] a {show: true;}#a0512a0301a8d38 [data-item*=".category"], #a0512a0301a8d38 [data-item*=".category"] a {show: true;}#a0512a0301a8d38 [data-item="items"] .img {background-size: cover;}#a0512a0301a8d38 [data-item="title"] {left: 0px;top: -1px; position: relative;}#a0512a0301a8d38 [data-item="items"] {left: 0px;top: 1px; position: relative;}#af486ae4daa8b15 [data-item*=".abstract"], #af486ae4daa8b15 [data-item*=".abstract"] a {show: false;}#af486ae4daa8b15 [data-item*=".subTitle"], #af486ae4daa8b15 [data-item*=".subTitle"] a {show: false;}#af486ae4daa8b15 [data-item*=".category"], #af486ae4daa8b15 [data-item*=".category"] a {show: true;}#a1884ac959add7e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adf12a050aaead6 .form-agree {
  display: flex;
  align-items: center;
}
#adf12a050aaead6 .uk-form .form-submit-btn {
  width: 320px;
}
#adf12a050aaead6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adf12a050aaead6 .submit-wrap {
  text-align: center;
}
#adf12a050aaead6 .submit-wrap button {
  background-color: #e62129;
}
#adf12a050aaead6 .submit-wrap button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#adf12a050aaead6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adf12a050aaead6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adf12a050aaead6 .form-item .uk-input,
#adf12a050aaead6 .form-item .uk-select,
#adf12a050aaead6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#adf12a050aaead6 .form-item .auto-height {
  height: auto;
}
#adf12a050aaead6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adf12a050aaead6 .form-item .send-code {
  bottom: 0px;
}
#adf12a050aaead6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adf12a050aaead6 .uk-form-label,
#adf12a050aaead6 .form-agree,
#adf12a050aaead6 .uk-h3,
#adf12a050aaead6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#adf12a050aaead6 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#adf12a050aaead6 .form-item > label {
  flex: none;
}
#adf12a050aaead6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#adf12a050aaead6 .form-item .uk-input,
#adf12a050aaead6 .form-item .uk-select,
#adf12a050aaead6 .form-item .uk-textarea,
#adf12a050aaead6 .form-item .address-select,
#adf12a050aaead6 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#adf12a050aaead6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a7d67a1a0ba3d56 [data-item="bmap"] {left: 1px;top: -3px; position: relative;}#aaa18a5851ad37c .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1708a60b8ab7ca {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1708a60b8ab7ca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1708a60b8ab7ca .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1fbca19aba0a31 .uk-slider {
  padding-top: 30px;
}
#a1fbca19aba0a31 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#a1fbca19aba0a31 .uk-card-media-top {
  overflow: hidden;
}
#a1fbca19aba0a31 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#a1fbca19aba0a31 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#a1fbca19aba0a31 .uk-card {
  border: 1px solid #ececec;
}
#a1fbca19aba0a31 .uk-dotnav > * {
  padding-left: 6px;
}
#a1fbca19aba0a31 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #ff4561;
}
#a1fbca19aba0a31 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #ab001a;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa5d1a5fcda6263 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a0855acbf9a0fc3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a9c62af9f4a2c30 > .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);}#a2db5a00aba3673 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2db5a00aba3673  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a5bd6a1203a8a19 , #a5bd6a1203a8a19 a{color: rgba(205, 205, 205, 1);}#a5bd6a1203a8a19:hover, #a5bd6a1203a8a19 a:hover {color: rgba(255, 255, 255, 1);}#a7cc4a3b64ac628 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7cc4a3b64ac628  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a0631a9f5aa3cde .img-wrap {
  box-shadow: 0px 0px 0px 0px undefined;
}
#a8c34a2f5cabfe2 , #a8c34a2f5cabfe2 a{color: rgba(205, 205, 205, 1);}#a8c34a2f5cabfe2:hover, #a8c34a2f5cabfe2 a:hover {color: rgba(255, 255, 255, 1);}#a7dd7afdfaaaaca > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7dd7afdfaaaaca  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ae176af162a8792 , #ae176af162a8792 a{color: rgba(205, 205, 205, 1);}#ae176af162a8792:hover, #ae176af162a8792 a:hover {color: rgba(255, 255, 255, 1);}#ad85fad958a2b93 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad85fad958a2b93  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ab7dca5a09a8e65 , #ab7dca5a09a8e65 a{color: rgba(205, 205, 205, 1);}#ab7dca5a09a8e65:hover, #ab7dca5a09a8e65 a:hover {color: rgba(255, 255, 255, 1);}#af160ac893a6a41 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af160ac893a6a41  > .ele-wrap:hover {background-color: rgba(230, 33, 41, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a871aa2126a2805 , #a871aa2126a2805 a{color: rgba(205, 205, 205, 1);}#a871aa2126a2805:hover, #a871aa2126a2805 a:hover {color: rgba(255, 255, 255, 1);}#ad0aca4a4fa0dfb [data-item="items"] .uk-card {
                border: 1px solid rgba(226, 226, 226, 1);
            }#ad0aca4a4fa0dfb [data-item*=".title"], #ad0aca4a4fa0dfb [data-item*=".title"] a {font-weight: bold;max-words: 0;font-size: 16px;text-align: center;}#ad0aca4a4fa0dfb [data-item*=".abstract"], #ad0aca4a4fa0dfb [data-item*=".abstract"] a {show: true;}#ad0aca4a4fa0dfb [data-item*=".subTitle"], #ad0aca4a4fa0dfb [data-item*=".subTitle"] a {show: true;}#ad0aca4a4fa0dfb [data-item*=".category"], #ad0aca4a4fa0dfb [data-item*=".category"] a {show: true;}#ad0aca4a4fa0dfb [data-item="items"] .img {background-size: contain;}#ad0aca4a4fa0dfb [data-item="items"] {left: 0px;top: 1px; position: relative;}#ac678aa1d6a6bf2 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#ac678aa1d6a6bf2 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(1, 81, 150, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8b70a97b9ac626 > .ele-wrap {background-color: rgba(230, 33, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7864abc87afb16 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a010ca73f6a899b > .ele-wrap {background-color: rgba(230, 33, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac09eac3eba26f2 > .ele-wrap {background-color: rgba(118, 118, 118, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aa03fa5e19ab577 .uk-grid {
  margin-left: -30px;
}
#aa03fa5e19ab577 .uk-grid > * {
  padding-left: 30px;
}
#aa03fa5e19ab577 .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#aa03fa5e19ab577 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa03fa5e19ab577 .uk-position-center-left-out {
    left: -30px;
  }
  #aa03fa5e19ab577 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1fbca19aba0a31 [data-item*=".abstract"], #a1fbca19aba0a31 [data-item*=".abstract"] a {show: false;}#a1fbca19aba0a31 [data-item*=".subTitle"], #a1fbca19aba0a31 [data-item*=".subTitle"] a {show: false;}#a1fbca19aba0a31 [data-item*=".category"], #a1fbca19aba0a31 [data-item*=".category"] a {show: false;}#a0a53a05d4a778a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ab5bda2ef8a4aa9 .form-agree {
  display: flex;
  align-items: center;
}
#ab5bda2ef8a4aa9 .uk-form .form-submit-btn {
  width: 320px;
}
#ab5bda2ef8a4aa9 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#ab5bda2ef8a4aa9 .submit-wrap {
  text-align: center;
}
#ab5bda2ef8a4aa9 .submit-wrap button {
  background-color: #e62129;
}
#ab5bda2ef8a4aa9 .submit-wrap button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ab5bda2ef8a4aa9 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab5bda2ef8a4aa9 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#ab5bda2ef8a4aa9 .form-item .uk-input,
#ab5bda2ef8a4aa9 .form-item .uk-select,
#ab5bda2ef8a4aa9 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#ab5bda2ef8a4aa9 .form-item .auto-height {
  height: auto;
}
#ab5bda2ef8a4aa9 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ab5bda2ef8a4aa9 .form-item .send-code {
  bottom: 0px;
}
#ab5bda2ef8a4aa9 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#ab5bda2ef8a4aa9 .uk-form-label,
#ab5bda2ef8a4aa9 .form-agree,
#ab5bda2ef8a4aa9 .uk-h3,
#ab5bda2ef8a4aa9 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#ab5bda2ef8a4aa9 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#ab5bda2ef8a4aa9 .form-item > label {
  flex: none;
}
#ab5bda2ef8a4aa9 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#ab5bda2ef8a4aa9 .form-item .uk-input,
#ab5bda2ef8a4aa9 .form-item .uk-select,
#ab5bda2ef8a4aa9 .form-item .uk-textarea,
#ab5bda2ef8a4aa9 .form-item .address-select,
#ab5bda2ef8a4aa9 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#ab5bda2ef8a4aa9 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a076fa36b2aae3b [data-item="bmap"] {left: 1px;top: -3px; position: relative;}#a61d2ab981ae6b5 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4ee5a8e4dafdd6 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a4ee5a8e4dafdd6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4ee5a8e4dafdd6 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#af39cac92ca089f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#af39cac92ca089f a, #af39cac92ca089f {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a75f0a344aa20dc .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a75f0a344aa20dc .uk-grid {
  margin-left: -10px;
}
#a75f0a344aa20dc .uk-grid > * {
  padding-left: 10px;
}
#a75f0a344aa20dc .uk-grid-margin {
  margin-top: 10px;
}
#a75f0a344aa20dc .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a75f0a344aa20dc .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a75f0a344aa20dc .uk-card-media-top .img {
  transition: all .3s ease;
}
#a75f0a344aa20dc .uk-card-body {
  display: block;
}
#a75f0a344aa20dc .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a75f0a344aa20dc .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a75f0a344aa20dc .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a75f0a344aa20dc .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a75f0a344aa20dc .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a75f0a344aa20dc .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a75f0a344aa20dc .uk-card:hover {
  background-color: #333333;
}
#a75f0a344aa20dc .uk-card:hover .title {
  color: #fff;
}
#a75f0a344aa20dc .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a75f0a344aa20dc .uk-card:hover .img {
  transform: scale(1.2);
}
#a75f0a344aa20dc .uk-card:hover .abstract {
  color: #fff;
}
#a75f0a344aa20dc .uk-card:hover .datetime {
  color: #d3b267;
}
#a75f0a344aa20dc .uk-card:hover .category {
  color: #d3b267;
}
#a75f0a344aa20dc .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a144cacb09a0e3a {
  pointer-events: none;
}
#a144cacb09a0e3a .menu-list {
  width: 100%;
  background: #ffffff;
}
#a144cacb09a0e3a ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a144cacb09a0e3a .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a144cacb09a0e3a .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a144cacb09a0e3a .menu-list .menu-header svg,
#a144cacb09a0e3a .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a144cacb09a0e3a .menu-list > ul {
  position: relative;
}
#a144cacb09a0e3a .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a144cacb09a0e3a .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a144cacb09a0e3a .menu-list > ul > li.active > a,
#a144cacb09a0e3a .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a144cacb09a0e3a .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a144cacb09a0e3a .menu-list > ul > li a img,
#a144cacb09a0e3a .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a144cacb09a0e3a .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a144cacb09a0e3a .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a144cacb09a0e3a .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a144cacb09a0e3a .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a144cacb09a0e3a .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a144cacb09a0e3a .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a144cacb09a0e3a .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a144cacb09a0e3a .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a144cacb09a0e3a .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a37d7a412faebd4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ac20ca5ae7a6a2b [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ac20ca5ae7a6a2b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a8306a8aa8a4938 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adcc4a4ffba1fb5 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adcc4a4ffba1fb5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adcc4a4ffba1fb5 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a64a8a0649a1db1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a64a8a0649a1db1 a, #a64a8a0649a1db1 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4aa8af520a479e .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a4aa8af520a479e .uk-grid {
  margin-left: -10px;
}
#a4aa8af520a479e .uk-grid > * {
  padding-left: 10px;
}
#a4aa8af520a479e .uk-grid-margin {
  margin-top: 10px;
}
#a4aa8af520a479e .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4aa8af520a479e .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a4aa8af520a479e .uk-card-media-top .img {
  transition: all .3s ease;
}
#a4aa8af520a479e .uk-card-body {
  display: block;
}
#a4aa8af520a479e .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a4aa8af520a479e .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a4aa8af520a479e .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a4aa8af520a479e .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a4aa8af520a479e .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a4aa8af520a479e .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a4aa8af520a479e .uk-card:hover {
  background-color: #333333;
}
#a4aa8af520a479e .uk-card:hover .title {
  color: #fff;
}
#a4aa8af520a479e .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a4aa8af520a479e .uk-card:hover .img {
  transform: scale(1.2);
}
#a4aa8af520a479e .uk-card:hover .abstract {
  color: #fff;
}
#a4aa8af520a479e .uk-card:hover .datetime {
  color: #d3b267;
}
#a4aa8af520a479e .uk-card:hover .category {
  color: #d3b267;
}
#a4aa8af520a479e .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ad72da7cfea00c6 {
  pointer-events: none;
}
#ad72da7cfea00c6 .menu-list {
  width: 100%;
  background: #ffffff;
}
#ad72da7cfea00c6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ad72da7cfea00c6 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ad72da7cfea00c6 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#ad72da7cfea00c6 .menu-list .menu-header svg,
#ad72da7cfea00c6 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ad72da7cfea00c6 .menu-list > ul {
  position: relative;
}
#ad72da7cfea00c6 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ad72da7cfea00c6 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad72da7cfea00c6 .menu-list > ul > li.active > a,
#ad72da7cfea00c6 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#ad72da7cfea00c6 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ad72da7cfea00c6 .menu-list > ul > li a img,
#ad72da7cfea00c6 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ad72da7cfea00c6 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ad72da7cfea00c6 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ad72da7cfea00c6 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ad72da7cfea00c6 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ad72da7cfea00c6 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ad72da7cfea00c6 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ad72da7cfea00c6 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ad72da7cfea00c6 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ad72da7cfea00c6 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a16fea3867a8d75 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a15e8a151ea450e [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a15e8a151ea450e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaad1abfb4a56b9 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a6cb4a806aaeadb {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a6cb4a806aaeadb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6cb4a806aaeadb .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a06bfab09fa2abd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a06bfab09fa2abd a, #a06bfab09fa2abd {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4ac7ae779a3393 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a4ac7ae779a3393 .uk-grid {
  margin-left: -10px;
}
#a4ac7ae779a3393 .uk-grid > * {
  padding-left: 10px;
}
#a4ac7ae779a3393 .uk-grid-margin {
  margin-top: 10px;
}
#a4ac7ae779a3393 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4ac7ae779a3393 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a4ac7ae779a3393 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a4ac7ae779a3393 .uk-card-body {
  display: block;
}
#a4ac7ae779a3393 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a4ac7ae779a3393 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a4ac7ae779a3393 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a4ac7ae779a3393 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a4ac7ae779a3393 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a4ac7ae779a3393 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a4ac7ae779a3393 .uk-card:hover {
  background-color: #333333;
}
#a4ac7ae779a3393 .uk-card:hover .title {
  color: #fff;
}
#a4ac7ae779a3393 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a4ac7ae779a3393 .uk-card:hover .img {
  transform: scale(1.2);
}
#a4ac7ae779a3393 .uk-card:hover .abstract {
  color: #fff;
}
#a4ac7ae779a3393 .uk-card:hover .datetime {
  color: #d3b267;
}
#a4ac7ae779a3393 .uk-card:hover .category {
  color: #d3b267;
}
#a4ac7ae779a3393 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a69d1a3299a982e {
  pointer-events: none;
}
#a69d1a3299a982e .menu-list {
  width: 100%;
  background: #ffffff;
}
#a69d1a3299a982e ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a69d1a3299a982e .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a69d1a3299a982e .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a69d1a3299a982e .menu-list .menu-header svg,
#a69d1a3299a982e .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a69d1a3299a982e .menu-list > ul {
  position: relative;
}
#a69d1a3299a982e .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a69d1a3299a982e .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a69d1a3299a982e .menu-list > ul > li.active > a,
#a69d1a3299a982e .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a69d1a3299a982e .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a69d1a3299a982e .menu-list > ul > li a img,
#a69d1a3299a982e .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a69d1a3299a982e .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a69d1a3299a982e .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a69d1a3299a982e .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a69d1a3299a982e .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a69d1a3299a982e .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a69d1a3299a982e .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a69d1a3299a982e .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a69d1a3299a982e .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a69d1a3299a982e .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a8f45ae53ca0f57 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#af099a617faa0de [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#af099a617faa0de [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4f69acde3ac8a1 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#abdf7a1cd0a5f05 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#abdf7a1cd0a5f05 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abdf7a1cd0a5f05 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a21b9aef7dad82f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a21b9aef7dad82f a, #a21b9aef7dad82f {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a2c0ea2d29a85ff .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a2c0ea2d29a85ff .uk-grid {
  margin-left: -10px;
}
#a2c0ea2d29a85ff .uk-grid > * {
  padding-left: 10px;
}
#a2c0ea2d29a85ff .uk-grid-margin {
  margin-top: 10px;
}
#a2c0ea2d29a85ff .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2c0ea2d29a85ff .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a2c0ea2d29a85ff .uk-card-media-top .img {
  transition: all .3s ease;
}
#a2c0ea2d29a85ff .uk-card-body {
  display: block;
}
#a2c0ea2d29a85ff .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a2c0ea2d29a85ff .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a2c0ea2d29a85ff .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a2c0ea2d29a85ff .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a2c0ea2d29a85ff .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a2c0ea2d29a85ff .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a2c0ea2d29a85ff .uk-card:hover {
  background-color: #333333;
}
#a2c0ea2d29a85ff .uk-card:hover .title {
  color: #fff;
}
#a2c0ea2d29a85ff .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a2c0ea2d29a85ff .uk-card:hover .img {
  transform: scale(1.2);
}
#a2c0ea2d29a85ff .uk-card:hover .abstract {
  color: #fff;
}
#a2c0ea2d29a85ff .uk-card:hover .datetime {
  color: #d3b267;
}
#a2c0ea2d29a85ff .uk-card:hover .category {
  color: #d3b267;
}
#a2c0ea2d29a85ff .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a09e3a8724aa107 {
  pointer-events: none;
}
#a09e3a8724aa107 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a09e3a8724aa107 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a09e3a8724aa107 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a09e3a8724aa107 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a09e3a8724aa107 .menu-list .menu-header svg,
#a09e3a8724aa107 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a09e3a8724aa107 .menu-list > ul {
  position: relative;
}
#a09e3a8724aa107 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a09e3a8724aa107 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a09e3a8724aa107 .menu-list > ul > li.active > a,
#a09e3a8724aa107 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a09e3a8724aa107 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a09e3a8724aa107 .menu-list > ul > li a img,
#a09e3a8724aa107 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a09e3a8724aa107 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a09e3a8724aa107 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a09e3a8724aa107 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a09e3a8724aa107 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a09e3a8724aa107 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a09e3a8724aa107 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a09e3a8724aa107 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a09e3a8724aa107 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a09e3a8724aa107 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a8a76a0e64aa73f > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a0cb5ad8e9ac23c [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a0cb5ad8e9ac23c [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad345a9209a1e2f .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ae185ae2bbaebe4 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae185ae2bbaebe4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae185ae2bbaebe4 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a2ebfaa1b2ab193 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a2ebfaa1b2ab193 a, #a2ebfaa1b2ab193 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a00e9aee88a57b5 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a00e9aee88a57b5 .uk-grid {
  margin-left: -10px;
}
#a00e9aee88a57b5 .uk-grid > * {
  padding-left: 10px;
}
#a00e9aee88a57b5 .uk-grid-margin {
  margin-top: 10px;
}
#a00e9aee88a57b5 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a00e9aee88a57b5 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a00e9aee88a57b5 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a00e9aee88a57b5 .uk-card-body {
  display: block;
}
#a00e9aee88a57b5 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a00e9aee88a57b5 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a00e9aee88a57b5 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a00e9aee88a57b5 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a00e9aee88a57b5 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a00e9aee88a57b5 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a00e9aee88a57b5 .uk-card:hover {
  background-color: #333333;
}
#a00e9aee88a57b5 .uk-card:hover .title {
  color: #fff;
}
#a00e9aee88a57b5 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a00e9aee88a57b5 .uk-card:hover .img {
  transform: scale(1.2);
}
#a00e9aee88a57b5 .uk-card:hover .abstract {
  color: #fff;
}
#a00e9aee88a57b5 .uk-card:hover .datetime {
  color: #d3b267;
}
#a00e9aee88a57b5 .uk-card:hover .category {
  color: #d3b267;
}
#a00e9aee88a57b5 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#af7bca5000a962e {
  pointer-events: none;
}
#af7bca5000a962e .menu-list {
  width: 100%;
  background: #ffffff;
}
#af7bca5000a962e ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#af7bca5000a962e .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#af7bca5000a962e .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#af7bca5000a962e .menu-list .menu-header svg,
#af7bca5000a962e .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#af7bca5000a962e .menu-list > ul {
  position: relative;
}
#af7bca5000a962e .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#af7bca5000a962e .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af7bca5000a962e .menu-list > ul > li.active > a,
#af7bca5000a962e .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#af7bca5000a962e .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#af7bca5000a962e .menu-list > ul > li a img,
#af7bca5000a962e .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#af7bca5000a962e .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#af7bca5000a962e .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#af7bca5000a962e .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#af7bca5000a962e .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#af7bca5000a962e .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#af7bca5000a962e .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#af7bca5000a962e .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#af7bca5000a962e .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#af7bca5000a962e .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#ac197a199cad5ef > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a0891a761faa4df [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a0891a761faa4df [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34c9a4727aafee .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a53d1aba11ad9d2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a53d1aba11ad9d2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a53d1aba11ad9d2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a4062a23fba5464 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a4062a23fba5464 a, #a4062a23fba5464 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a7c9ea7f81a48bb .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a7c9ea7f81a48bb .uk-grid {
  margin-left: -10px;
}
#a7c9ea7f81a48bb .uk-grid > * {
  padding-left: 10px;
}
#a7c9ea7f81a48bb .uk-grid-margin {
  margin-top: 10px;
}
#a7c9ea7f81a48bb .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7c9ea7f81a48bb .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a7c9ea7f81a48bb .uk-card-media-top .img {
  transition: all .3s ease;
}
#a7c9ea7f81a48bb .uk-card-body {
  display: block;
}
#a7c9ea7f81a48bb .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a7c9ea7f81a48bb .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a7c9ea7f81a48bb .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a7c9ea7f81a48bb .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a7c9ea7f81a48bb .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a7c9ea7f81a48bb .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a7c9ea7f81a48bb .uk-card:hover {
  background-color: #333333;
}
#a7c9ea7f81a48bb .uk-card:hover .title {
  color: #fff;
}
#a7c9ea7f81a48bb .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a7c9ea7f81a48bb .uk-card:hover .img {
  transform: scale(1.2);
}
#a7c9ea7f81a48bb .uk-card:hover .abstract {
  color: #fff;
}
#a7c9ea7f81a48bb .uk-card:hover .datetime {
  color: #d3b267;
}
#a7c9ea7f81a48bb .uk-card:hover .category {
  color: #d3b267;
}
#a7c9ea7f81a48bb .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a6486a0ebaa9872 {
  pointer-events: none;
}
#a6486a0ebaa9872 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a6486a0ebaa9872 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a6486a0ebaa9872 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a6486a0ebaa9872 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a6486a0ebaa9872 .menu-list .menu-header svg,
#a6486a0ebaa9872 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a6486a0ebaa9872 .menu-list > ul {
  position: relative;
}
#a6486a0ebaa9872 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a6486a0ebaa9872 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6486a0ebaa9872 .menu-list > ul > li.active > a,
#a6486a0ebaa9872 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a6486a0ebaa9872 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a6486a0ebaa9872 .menu-list > ul > li a img,
#a6486a0ebaa9872 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a6486a0ebaa9872 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a6486a0ebaa9872 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a6486a0ebaa9872 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a6486a0ebaa9872 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a6486a0ebaa9872 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a6486a0ebaa9872 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a6486a0ebaa9872 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a6486a0ebaa9872 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a6486a0ebaa9872 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a83b2a411fab955 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a8d2da4bd7a874f [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a8d2da4bd7a874f [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a763ca07dba0e62 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ada37ad874a7462 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ada37ad874a7462 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ada37ad874a7462 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#afbf3a1d89ab854 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#afbf3a1d89ab854 a, #afbf3a1d89ab854 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a80a5a44a3acea4 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a80a5a44a3acea4 .uk-grid {
  margin-left: -10px;
}
#a80a5a44a3acea4 .uk-grid > * {
  padding-left: 10px;
}
#a80a5a44a3acea4 .uk-grid-margin {
  margin-top: 10px;
}
#a80a5a44a3acea4 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a80a5a44a3acea4 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a80a5a44a3acea4 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a80a5a44a3acea4 .uk-card-body {
  display: block;
}
#a80a5a44a3acea4 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a80a5a44a3acea4 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a80a5a44a3acea4 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a80a5a44a3acea4 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a80a5a44a3acea4 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a80a5a44a3acea4 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a80a5a44a3acea4 .uk-card:hover {
  background-color: #333333;
}
#a80a5a44a3acea4 .uk-card:hover .title {
  color: #fff;
}
#a80a5a44a3acea4 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a80a5a44a3acea4 .uk-card:hover .img {
  transform: scale(1.2);
}
#a80a5a44a3acea4 .uk-card:hover .abstract {
  color: #fff;
}
#a80a5a44a3acea4 .uk-card:hover .datetime {
  color: #d3b267;
}
#a80a5a44a3acea4 .uk-card:hover .category {
  color: #d3b267;
}
#a80a5a44a3acea4 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#af163aae99ae10b {
  pointer-events: none;
}
#af163aae99ae10b .menu-list {
  width: 100%;
  background: #ffffff;
}
#af163aae99ae10b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#af163aae99ae10b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#af163aae99ae10b .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#af163aae99ae10b .menu-list .menu-header svg,
#af163aae99ae10b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#af163aae99ae10b .menu-list > ul {
  position: relative;
}
#af163aae99ae10b .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#af163aae99ae10b .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af163aae99ae10b .menu-list > ul > li.active > a,
#af163aae99ae10b .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#af163aae99ae10b .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#af163aae99ae10b .menu-list > ul > li a img,
#af163aae99ae10b .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#af163aae99ae10b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#af163aae99ae10b .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#af163aae99ae10b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#af163aae99ae10b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#af163aae99ae10b .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#af163aae99ae10b .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#af163aae99ae10b .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#af163aae99ae10b .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#af163aae99ae10b .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a8011a139aa2711 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a6258aa1cfaa74e [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a6258aa1cfaa74e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a070faf4e8a08a2 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a25aaa7294a4b30 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a25aaa7294a4b30 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a25aaa7294a4b30 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3228acb0dadb62 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a3228acb0dadb62 a, #a3228acb0dadb62 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a53d4a10cba4b81 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a53d4a10cba4b81 .uk-grid {
  margin-left: -10px;
}
#a53d4a10cba4b81 .uk-grid > * {
  padding-left: 10px;
}
#a53d4a10cba4b81 .uk-grid-margin {
  margin-top: 10px;
}
#a53d4a10cba4b81 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a53d4a10cba4b81 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a53d4a10cba4b81 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a53d4a10cba4b81 .uk-card-body {
  display: block;
}
#a53d4a10cba4b81 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a53d4a10cba4b81 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a53d4a10cba4b81 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a53d4a10cba4b81 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a53d4a10cba4b81 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a53d4a10cba4b81 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a53d4a10cba4b81 .uk-card:hover {
  background-color: #333333;
}
#a53d4a10cba4b81 .uk-card:hover .title {
  color: #fff;
}
#a53d4a10cba4b81 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a53d4a10cba4b81 .uk-card:hover .img {
  transform: scale(1.2);
}
#a53d4a10cba4b81 .uk-card:hover .abstract {
  color: #fff;
}
#a53d4a10cba4b81 .uk-card:hover .datetime {
  color: #d3b267;
}
#a53d4a10cba4b81 .uk-card:hover .category {
  color: #d3b267;
}
#a53d4a10cba4b81 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a94f6ad289a4519 {
  pointer-events: none;
}
#a94f6ad289a4519 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a94f6ad289a4519 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a94f6ad289a4519 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a94f6ad289a4519 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a94f6ad289a4519 .menu-list .menu-header svg,
#a94f6ad289a4519 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a94f6ad289a4519 .menu-list > ul {
  position: relative;
}
#a94f6ad289a4519 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a94f6ad289a4519 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a94f6ad289a4519 .menu-list > ul > li.active > a,
#a94f6ad289a4519 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a94f6ad289a4519 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a94f6ad289a4519 .menu-list > ul > li a img,
#a94f6ad289a4519 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a94f6ad289a4519 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a94f6ad289a4519 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a94f6ad289a4519 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a94f6ad289a4519 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a94f6ad289a4519 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a94f6ad289a4519 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a94f6ad289a4519 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a94f6ad289a4519 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a94f6ad289a4519 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a89cca23baa59b1 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#aa935a520fa8e93 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aa935a520fa8e93 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa4d0a19f1a8296 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ac49ea88a4a5356 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ac49ea88a4a5356 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac49ea88a4a5356 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4922a5717a7a3a {
  pointer-events: none;
}
#a4922a5717a7a3a .menu-list {
  width: 100%;
  background: #ffffff;
}
#a4922a5717a7a3a ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a4922a5717a7a3a .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a4922a5717a7a3a .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a4922a5717a7a3a .menu-list .menu-header svg,
#a4922a5717a7a3a .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a4922a5717a7a3a .menu-list > ul {
  position: relative;
}
#a4922a5717a7a3a .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a4922a5717a7a3a .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a4922a5717a7a3a .menu-list > ul > li.active > a,
#a4922a5717a7a3a .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a4922a5717a7a3a .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a4922a5717a7a3a .menu-list > ul > li a img,
#a4922a5717a7a3a .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a4922a5717a7a3a .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 250px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a4922a5717a7a3a .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a4922a5717a7a3a .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a4922a5717a7a3a .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a4922a5717a7a3a .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a4922a5717a7a3a .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a4922a5717a7a3a .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a4922a5717a7a3a .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a4922a5717a7a3a .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a2180aee7baa44f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a2180aee7baa44f a, #a2180aee7baa44f {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1215ac89aad3f5 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a7955a96a8a45fa [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a7955a96a8a45fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a61d2ab981ae6b5 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a300bad6fcabe52 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a300bad6fcabe52 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a300bad6fcabe52 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a84aeaa78da1e83 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a84aeaa78da1e83 a, #a84aeaa78da1e83 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aa43ba217ba5301 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#aa43ba217ba5301 .uk-grid {
  margin-left: -10px;
}
#aa43ba217ba5301 .uk-grid > * {
  padding-left: 10px;
}
#aa43ba217ba5301 .uk-grid-margin {
  margin-top: 10px;
}
#aa43ba217ba5301 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa43ba217ba5301 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aa43ba217ba5301 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa43ba217ba5301 .uk-card-body {
  display: block;
}
#aa43ba217ba5301 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aa43ba217ba5301 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aa43ba217ba5301 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aa43ba217ba5301 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aa43ba217ba5301 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#aa43ba217ba5301 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aa43ba217ba5301 .uk-card:hover {
  background-color: #333333;
}
#aa43ba217ba5301 .uk-card:hover .title {
  color: #fff;
}
#aa43ba217ba5301 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aa43ba217ba5301 .uk-card:hover .img {
  transform: scale(1.2);
}
#aa43ba217ba5301 .uk-card:hover .abstract {
  color: #fff;
}
#aa43ba217ba5301 .uk-card:hover .datetime {
  color: #d3b267;
}
#aa43ba217ba5301 .uk-card:hover .category {
  color: #d3b267;
}
#aa43ba217ba5301 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a951ba4748ab69e {
  pointer-events: none;
}
#a951ba4748ab69e .menu-list {
  width: 100%;
  background: #ffffff;
}
#a951ba4748ab69e ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a951ba4748ab69e .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a951ba4748ab69e .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a951ba4748ab69e .menu-list .menu-header svg,
#a951ba4748ab69e .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a951ba4748ab69e .menu-list > ul {
  position: relative;
}
#a951ba4748ab69e .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a951ba4748ab69e .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a951ba4748ab69e .menu-list > ul > li.active > a,
#a951ba4748ab69e .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a951ba4748ab69e .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a951ba4748ab69e .menu-list > ul > li a img,
#a951ba4748ab69e .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a951ba4748ab69e .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a951ba4748ab69e .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a951ba4748ab69e .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a951ba4748ab69e .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a951ba4748ab69e .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a951ba4748ab69e .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a951ba4748ab69e .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a951ba4748ab69e .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a951ba4748ab69e .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a3b02ac042a1cab > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ab786ad01ea981c [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ab786ad01ea981c [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a1592a10d1a48f8 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a54c9ad8c1a0200 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a54c9ad8c1a0200 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a54c9ad8c1a0200 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a05f6a4928a9c9f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a05f6a4928a9c9f a, #a05f6a4928a9c9f {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1cc4af3f9af3bb .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a1cc4af3f9af3bb .uk-grid {
  margin-left: -10px;
}
#a1cc4af3f9af3bb .uk-grid > * {
  padding-left: 10px;
}
#a1cc4af3f9af3bb .uk-grid-margin {
  margin-top: 10px;
}
#a1cc4af3f9af3bb .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1cc4af3f9af3bb .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a1cc4af3f9af3bb .uk-card-media-top .img {
  transition: all .3s ease;
}
#a1cc4af3f9af3bb .uk-card-body {
  display: block;
}
#a1cc4af3f9af3bb .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a1cc4af3f9af3bb .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a1cc4af3f9af3bb .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a1cc4af3f9af3bb .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a1cc4af3f9af3bb .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a1cc4af3f9af3bb .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a1cc4af3f9af3bb .uk-card:hover {
  background-color: #333333;
}
#a1cc4af3f9af3bb .uk-card:hover .title {
  color: #fff;
}
#a1cc4af3f9af3bb .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a1cc4af3f9af3bb .uk-card:hover .img {
  transform: scale(1.2);
}
#a1cc4af3f9af3bb .uk-card:hover .abstract {
  color: #fff;
}
#a1cc4af3f9af3bb .uk-card:hover .datetime {
  color: #d3b267;
}
#a1cc4af3f9af3bb .uk-card:hover .category {
  color: #d3b267;
}
#a1cc4af3f9af3bb .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4b62a5667a4587 {
  pointer-events: none;
}
#a4b62a5667a4587 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a4b62a5667a4587 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a4b62a5667a4587 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a4b62a5667a4587 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a4b62a5667a4587 .menu-list .menu-header svg,
#a4b62a5667a4587 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a4b62a5667a4587 .menu-list > ul {
  position: relative;
}
#a4b62a5667a4587 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a4b62a5667a4587 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4b62a5667a4587 .menu-list > ul > li.active > a,
#a4b62a5667a4587 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a4b62a5667a4587 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a4b62a5667a4587 .menu-list > ul > li a img,
#a4b62a5667a4587 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a4b62a5667a4587 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a4b62a5667a4587 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a4b62a5667a4587 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a4b62a5667a4587 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a4b62a5667a4587 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a4b62a5667a4587 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a4b62a5667a4587 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a4b62a5667a4587 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a4b62a5667a4587 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#ae676a9347a53c4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ab69ba180aaa07b [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ab69ba180aaa07b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0cdeaa91eabcaa .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ad72aa2facaac3a {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad72aa2facaac3a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad72aa2facaac3a .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1cb4a6835a934d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a1cb4a6835a934d a, #a1cb4a6835a934d {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a2424ac003a3db5 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a2424ac003a3db5 .uk-grid {
  margin-left: -10px;
}
#a2424ac003a3db5 .uk-grid > * {
  padding-left: 10px;
}
#a2424ac003a3db5 .uk-grid-margin {
  margin-top: 10px;
}
#a2424ac003a3db5 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2424ac003a3db5 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a2424ac003a3db5 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a2424ac003a3db5 .uk-card-body {
  display: block;
}
#a2424ac003a3db5 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a2424ac003a3db5 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a2424ac003a3db5 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a2424ac003a3db5 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a2424ac003a3db5 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a2424ac003a3db5 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a2424ac003a3db5 .uk-card:hover {
  background-color: #333333;
}
#a2424ac003a3db5 .uk-card:hover .title {
  color: #fff;
}
#a2424ac003a3db5 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a2424ac003a3db5 .uk-card:hover .img {
  transform: scale(1.2);
}
#a2424ac003a3db5 .uk-card:hover .abstract {
  color: #fff;
}
#a2424ac003a3db5 .uk-card:hover .datetime {
  color: #d3b267;
}
#a2424ac003a3db5 .uk-card:hover .category {
  color: #d3b267;
}
#a2424ac003a3db5 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ab3f3aad77a89a7 {
  pointer-events: none;
}
#ab3f3aad77a89a7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab3f3aad77a89a7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab3f3aad77a89a7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab3f3aad77a89a7 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#ab3f3aad77a89a7 .menu-list .menu-header svg,
#ab3f3aad77a89a7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab3f3aad77a89a7 .menu-list > ul {
  position: relative;
}
#ab3f3aad77a89a7 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ab3f3aad77a89a7 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab3f3aad77a89a7 .menu-list > ul > li.active > a,
#ab3f3aad77a89a7 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#ab3f3aad77a89a7 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab3f3aad77a89a7 .menu-list > ul > li a img,
#ab3f3aad77a89a7 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab3f3aad77a89a7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ab3f3aad77a89a7 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ab3f3aad77a89a7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab3f3aad77a89a7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab3f3aad77a89a7 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ab3f3aad77a89a7 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ab3f3aad77a89a7 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab3f3aad77a89a7 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ab3f3aad77a89a7 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a84a4af7c1ae80d > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#aecd5a63caa219d [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aecd5a63caa219d [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac79bac2b0ac2df .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a5a19abd4ca5299 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a5a19abd4ca5299 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5a19abd4ca5299 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aafe7af634aaaca a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aafe7af634aaaca a, #aafe7af634aaaca {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a5addab611a714c .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a5addab611a714c .uk-grid {
  margin-left: -10px;
}
#a5addab611a714c .uk-grid > * {
  padding-left: 10px;
}
#a5addab611a714c .uk-grid-margin {
  margin-top: 10px;
}
#a5addab611a714c .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5addab611a714c .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a5addab611a714c .uk-card-media-top .img {
  transition: all .3s ease;
}
#a5addab611a714c .uk-card-body {
  display: block;
}
#a5addab611a714c .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a5addab611a714c .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a5addab611a714c .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a5addab611a714c .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a5addab611a714c .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a5addab611a714c .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a5addab611a714c .uk-card:hover {
  background-color: #333333;
}
#a5addab611a714c .uk-card:hover .title {
  color: #fff;
}
#a5addab611a714c .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a5addab611a714c .uk-card:hover .img {
  transform: scale(1.2);
}
#a5addab611a714c .uk-card:hover .abstract {
  color: #fff;
}
#a5addab611a714c .uk-card:hover .datetime {
  color: #d3b267;
}
#a5addab611a714c .uk-card:hover .category {
  color: #d3b267;
}
#a5addab611a714c .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4ce2afdaba059d {
  pointer-events: none;
}
#a4ce2afdaba059d .menu-list {
  width: 100%;
  background: #ffffff;
}
#a4ce2afdaba059d ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a4ce2afdaba059d .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a4ce2afdaba059d .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a4ce2afdaba059d .menu-list .menu-header svg,
#a4ce2afdaba059d .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a4ce2afdaba059d .menu-list > ul {
  position: relative;
}
#a4ce2afdaba059d .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a4ce2afdaba059d .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4ce2afdaba059d .menu-list > ul > li.active > a,
#a4ce2afdaba059d .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a4ce2afdaba059d .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a4ce2afdaba059d .menu-list > ul > li a img,
#a4ce2afdaba059d .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a4ce2afdaba059d .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a4ce2afdaba059d .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a4ce2afdaba059d .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a4ce2afdaba059d .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a4ce2afdaba059d .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a4ce2afdaba059d .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a4ce2afdaba059d .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a4ce2afdaba059d .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a4ce2afdaba059d .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a7a56ab790aaa65 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#acb9cac682aee17 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#acb9cac682aee17 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae190a9d51abb93 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1d6ea25e7a36cf {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1d6ea25e7a36cf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1d6ea25e7a36cf .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aaafcab767ad36c {
  pointer-events: none;
}
#aaafcab767ad36c .menu-list {
  width: 100%;
  background: #ffffff;
}
#aaafcab767ad36c ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#aaafcab767ad36c .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#aaafcab767ad36c .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#aaafcab767ad36c .menu-list .menu-header svg,
#aaafcab767ad36c .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#aaafcab767ad36c .menu-list > ul {
  position: relative;
}
#aaafcab767ad36c .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#aaafcab767ad36c .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#aaafcab767ad36c .menu-list > ul > li.active > a,
#aaafcab767ad36c .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#aaafcab767ad36c .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#aaafcab767ad36c .menu-list > ul > li a img,
#aaafcab767ad36c .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#aaafcab767ad36c .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 250px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#aaafcab767ad36c .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#aaafcab767ad36c .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#aaafcab767ad36c .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#aaafcab767ad36c .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#aaafcab767ad36c .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aaafcab767ad36c .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#aaafcab767ad36c .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#aaafcab767ad36c .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a8986a08ecaf93b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a8986a08ecaf93b a, #a8986a08ecaf93b {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a0cb4a0d3ba7f2d > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#aaa7dad988a8348 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aaa7dad988a8348 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a130ea8c3da33df .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a5e1aad532a1cd5 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a5e1aad532a1cd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5e1aad532a1cd5 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ac7bfa0d39a5cc2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ac7bfa0d39a5cc2 a, #ac7bfa0d39a5cc2 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a7440a681ba3031 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a7440a681ba3031 .uk-grid {
  margin-left: -10px;
}
#a7440a681ba3031 .uk-grid > * {
  padding-left: 10px;
}
#a7440a681ba3031 .uk-grid-margin {
  margin-top: 10px;
}
#a7440a681ba3031 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7440a681ba3031 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a7440a681ba3031 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a7440a681ba3031 .uk-card-body {
  display: block;
}
#a7440a681ba3031 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a7440a681ba3031 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a7440a681ba3031 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a7440a681ba3031 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a7440a681ba3031 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a7440a681ba3031 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a7440a681ba3031 .uk-card:hover {
  background-color: #333333;
}
#a7440a681ba3031 .uk-card:hover .title {
  color: #fff;
}
#a7440a681ba3031 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a7440a681ba3031 .uk-card:hover .img {
  transform: scale(1.2);
}
#a7440a681ba3031 .uk-card:hover .abstract {
  color: #fff;
}
#a7440a681ba3031 .uk-card:hover .datetime {
  color: #d3b267;
}
#a7440a681ba3031 .uk-card:hover .category {
  color: #d3b267;
}
#a7440a681ba3031 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a0a39a7abcae847 {
  pointer-events: none;
}
#a0a39a7abcae847 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a0a39a7abcae847 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a0a39a7abcae847 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a0a39a7abcae847 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a0a39a7abcae847 .menu-list .menu-header svg,
#a0a39a7abcae847 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a0a39a7abcae847 .menu-list > ul {
  position: relative;
}
#a0a39a7abcae847 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a0a39a7abcae847 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0a39a7abcae847 .menu-list > ul > li.active > a,
#a0a39a7abcae847 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a0a39a7abcae847 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a0a39a7abcae847 .menu-list > ul > li a img,
#a0a39a7abcae847 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a0a39a7abcae847 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a0a39a7abcae847 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a0a39a7abcae847 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a0a39a7abcae847 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a0a39a7abcae847 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a0a39a7abcae847 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a0a39a7abcae847 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a0a39a7abcae847 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a0a39a7abcae847 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#af8fca6da0a0836 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a82e8a9120abff1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a82e8a9120abff1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a74f1ab1eca9020 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ae539abe64a573e {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae539abe64a573e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae539abe64a573e .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a7f17add78a31dd {
  pointer-events: none;
}
#a7f17add78a31dd .menu-list {
  width: 100%;
  background: #ffffff;
}
#a7f17add78a31dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a7f17add78a31dd .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a7f17add78a31dd .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a7f17add78a31dd .menu-list .menu-header svg,
#a7f17add78a31dd .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a7f17add78a31dd .menu-list > ul {
  position: relative;
}
#a7f17add78a31dd .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a7f17add78a31dd .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a7f17add78a31dd .menu-list > ul > li.active > a,
#a7f17add78a31dd .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a7f17add78a31dd .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a7f17add78a31dd .menu-list > ul > li a img,
#a7f17add78a31dd .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a7f17add78a31dd .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 250px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a7f17add78a31dd .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a7f17add78a31dd .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a7f17add78a31dd .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a7f17add78a31dd .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a7f17add78a31dd .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a7f17add78a31dd .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a7f17add78a31dd .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a7f17add78a31dd .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#aa21ea74f7ae298 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aa21ea74f7ae298 a, #aa21ea74f7ae298 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a65dba3047a2bef .uk-position-bottom,
#a65dba3047a2bef .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: NotoSansSC-Light;
  color: #ffffff;
  letter-spacing: 1px;
}
#a65dba3047a2bef .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.6);
}
#a65dba3047a2bef .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a65dba3047a2bef .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0985a0b2ba5d3b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a1ce2a6a50aa907 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a1ce2a6a50aa907 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a51e7a6870aa157 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a62d7a088ba17ba {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a62d7a088ba17ba .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a62d7a088ba17ba .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3381a5febabf01 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a3381a5febabf01 a, #a3381a5febabf01 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a2ca4a7711a4232 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a2ca4a7711a4232 .uk-grid {
  margin-left: -10px;
}
#a2ca4a7711a4232 .uk-grid > * {
  padding-left: 10px;
}
#a2ca4a7711a4232 .uk-grid-margin {
  margin-top: 10px;
}
#a2ca4a7711a4232 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2ca4a7711a4232 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a2ca4a7711a4232 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a2ca4a7711a4232 .uk-card-body {
  display: block;
}
#a2ca4a7711a4232 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a2ca4a7711a4232 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a2ca4a7711a4232 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a2ca4a7711a4232 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a2ca4a7711a4232 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a2ca4a7711a4232 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a2ca4a7711a4232 .uk-card:hover {
  background-color: #333333;
}
#a2ca4a7711a4232 .uk-card:hover .title {
  color: #fff;
}
#a2ca4a7711a4232 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a2ca4a7711a4232 .uk-card:hover .img {
  transform: scale(1.2);
}
#a2ca4a7711a4232 .uk-card:hover .abstract {
  color: #fff;
}
#a2ca4a7711a4232 .uk-card:hover .datetime {
  color: #d3b267;
}
#a2ca4a7711a4232 .uk-card:hover .category {
  color: #d3b267;
}
#a2ca4a7711a4232 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#afd80a5a07ade8b {
  pointer-events: none;
}
#afd80a5a07ade8b .menu-list {
  width: 100%;
  background: #ffffff;
}
#afd80a5a07ade8b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#afd80a5a07ade8b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#afd80a5a07ade8b .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#afd80a5a07ade8b .menu-list .menu-header svg,
#afd80a5a07ade8b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#afd80a5a07ade8b .menu-list > ul {
  position: relative;
}
#afd80a5a07ade8b .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#afd80a5a07ade8b .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afd80a5a07ade8b .menu-list > ul > li.active > a,
#afd80a5a07ade8b .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#afd80a5a07ade8b .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#afd80a5a07ade8b .menu-list > ul > li a img,
#afd80a5a07ade8b .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#afd80a5a07ade8b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#afd80a5a07ade8b .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#afd80a5a07ade8b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#afd80a5a07ade8b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#afd80a5a07ade8b .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#afd80a5a07ade8b .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#afd80a5a07ade8b .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#afd80a5a07ade8b .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#afd80a5a07ade8b .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#aa9edaa093a149b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a07a0a4982a28ef [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a07a0a4982a28ef [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a7317a6f63ac3b1 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ad2d8a044da62eb {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad2d8a044da62eb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad2d8a044da62eb .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8d0dac85ca7858 {
  pointer-events: none;
}
#a8d0dac85ca7858 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8d0dac85ca7858 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8d0dac85ca7858 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8d0dac85ca7858 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a8d0dac85ca7858 .menu-list .menu-header svg,
#a8d0dac85ca7858 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8d0dac85ca7858 .menu-list > ul {
  position: relative;
}
#a8d0dac85ca7858 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8d0dac85ca7858 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a8d0dac85ca7858 .menu-list > ul > li.active > a,
#a8d0dac85ca7858 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a8d0dac85ca7858 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8d0dac85ca7858 .menu-list > ul > li a img,
#a8d0dac85ca7858 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8d0dac85ca7858 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 250px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a8d0dac85ca7858 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8d0dac85ca7858 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8d0dac85ca7858 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8d0dac85ca7858 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a8d0dac85ca7858 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8d0dac85ca7858 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8d0dac85ca7858 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a8d0dac85ca7858 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#afd73adf84a0cc6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#afd73adf84a0cc6 a, #afd73adf84a0cc6 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ab98ca1c41a0a6b .uk-position-bottom,
#ab98ca1c41a0a6b .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#ab98ca1c41a0a6b .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.6);
}
#ab98ca1c41a0a6b .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab98ca1c41a0a6b .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ad851ab0a1af92a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a1c80ab840aee85 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a1c80ab840aee85 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a7361a961ca7a57 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aac0cad7bea27d8 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aac0cad7bea27d8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aac0cad7bea27d8 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a7383adfaba8868 {
  pointer-events: none;
}
#a7383adfaba8868 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a7383adfaba8868 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a7383adfaba8868 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a7383adfaba8868 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a7383adfaba8868 .menu-list .menu-header svg,
#a7383adfaba8868 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a7383adfaba8868 .menu-list > ul {
  position: relative;
}
#a7383adfaba8868 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a7383adfaba8868 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a7383adfaba8868 .menu-list > ul > li.active > a,
#a7383adfaba8868 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a7383adfaba8868 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a7383adfaba8868 .menu-list > ul > li a img,
#a7383adfaba8868 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a7383adfaba8868 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 250px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a7383adfaba8868 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a7383adfaba8868 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a7383adfaba8868 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a7383adfaba8868 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a7383adfaba8868 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a7383adfaba8868 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a7383adfaba8868 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a7383adfaba8868 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a75dba81b1ac662 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a75dba81b1ac662 a, #a75dba81b1ac662 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a192fa5d46acf7b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#adeaaa276ea9784 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#adeaaa276ea9784 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a8e15a2f21ab80c .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a93e0a719fad54d {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a93e0a719fad54d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a93e0a719fad54d .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ac071ad4f1a6941 {
  pointer-events: none;
}
#ac071ad4f1a6941 .menu-list {
  width: 100%;
  background: #ffffff;
}
#ac071ad4f1a6941 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ac071ad4f1a6941 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ac071ad4f1a6941 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#ac071ad4f1a6941 .menu-list .menu-header svg,
#ac071ad4f1a6941 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ac071ad4f1a6941 .menu-list > ul {
  position: relative;
}
#ac071ad4f1a6941 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ac071ad4f1a6941 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#ac071ad4f1a6941 .menu-list > ul > li.active > a,
#ac071ad4f1a6941 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#ac071ad4f1a6941 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ac071ad4f1a6941 .menu-list > ul > li a img,
#ac071ad4f1a6941 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ac071ad4f1a6941 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ac071ad4f1a6941 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ac071ad4f1a6941 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ac071ad4f1a6941 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ac071ad4f1a6941 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ac071ad4f1a6941 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac071ad4f1a6941 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ac071ad4f1a6941 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ac071ad4f1a6941 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#aa27ea8076a9cb5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aa27ea8076a9cb5 a, #aa27ea8076a9cb5 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a87c1a9b5da1f92 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a87c1a9b5da1f92 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a87c1a9b5da1f92 .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;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a87c1a9b5da1f92 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a87c1a9b5da1f92 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a87c1a9b5da1f92 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a87c1a9b5da1f92 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a87c1a9b5da1f92 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a87c1a9b5da1f92 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a87c1a9b5da1f92 .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;
  }
}
#a87c1a9b5da1f92 .ele-article-list .pic-article {
  padding: 15px 15px;
  border-bottom: 1px solid #ececec;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article .img_wrap {
  width: 20%;
  border-radius: 0px;
  overflow: hidden;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a87c1a9b5da1f92 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a87c1a9b5da1f92 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a87c1a9b5da1f92 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a87c1a9b5da1f92 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a87c1a9b5da1f92 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a758da54b2ae8fd > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a6fb6a61baad31b [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a6fb6a61baad31b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9064a77f0aceea .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ae58dad589a342d {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae58dad589a342d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae58dad589a342d .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a0be3a47a3aadd7 {
  pointer-events: none;
}
#a0be3a47a3aadd7 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a0be3a47a3aadd7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a0be3a47a3aadd7 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a0be3a47a3aadd7 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a0be3a47a3aadd7 .menu-list .menu-header svg,
#a0be3a47a3aadd7 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a0be3a47a3aadd7 .menu-list > ul {
  position: relative;
}
#a0be3a47a3aadd7 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a0be3a47a3aadd7 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a0be3a47a3aadd7 .menu-list > ul > li.active > a,
#a0be3a47a3aadd7 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a0be3a47a3aadd7 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a0be3a47a3aadd7 .menu-list > ul > li a img,
#a0be3a47a3aadd7 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a0be3a47a3aadd7 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a0be3a47a3aadd7 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a0be3a47a3aadd7 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a0be3a47a3aadd7 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a0be3a47a3aadd7 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a0be3a47a3aadd7 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0be3a47a3aadd7 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a0be3a47a3aadd7 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a0be3a47a3aadd7 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#ac674a3ddda4ce4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ac674a3ddda4ce4 a, #ac674a3ddda4ce4 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#acb9ea216eadf19 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#acb9ea216eadf19 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acb9ea216eadf19 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#acb9ea216eadf19 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#acb9ea216eadf19 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#acb9ea216eadf19 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#acb9ea216eadf19 .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;
}
#acb9ea216eadf19 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#acb9ea216eadf19 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#acb9ea216eadf19 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#acb9ea216eadf19 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#acb9ea216eadf19 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#acb9ea216eadf19 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#acb9ea216eadf19 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#acb9ea216eadf19 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#acb9ea216eadf19 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#acb9ea216eadf19 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#acb9ea216eadf19 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#acb9ea216eadf19 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#acb9ea216eadf19 .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;
  }
}
#acb9ea216eadf19 .ele-article-list .pic-article {
  padding: 15px 15px;
  border-bottom: 1px solid #ececec;
}
#acb9ea216eadf19 .ele-article-list .pic-article .img_wrap {
  width: 20%;
  border-radius: 0px;
  overflow: hidden;
}
#acb9ea216eadf19 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#acb9ea216eadf19 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#acb9ea216eadf19 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#acb9ea216eadf19 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#acb9ea216eadf19 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#acb9ea216eadf19 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#acb9ea216eadf19 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#acb9ea216eadf19 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#acb9ea216eadf19 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#acb9ea216eadf19 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a0220a1e08ad891 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ab435a9be9aecac [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ab435a9be9aecac [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa600aac77a43a2 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a3b9ba0c0aa6a6e {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a3b9ba0c0aa6a6e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b9ba0c0aa6a6e .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a5e34abee1a945d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a5e34abee1a945d a, #a5e34abee1a945d {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a03f5a7628a6083 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a46b1a05f8a3777 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a46b1a05f8a3777 .uk-grid {
  margin-left: -10px;
}
#a46b1a05f8a3777 .uk-grid > * {
  padding-left: 10px;
}
#a46b1a05f8a3777 .uk-grid-margin {
  margin-top: 10px;
}
#a46b1a05f8a3777 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a46b1a05f8a3777 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a46b1a05f8a3777 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a46b1a05f8a3777 .uk-card-body {
  display: block;
}
#a46b1a05f8a3777 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a46b1a05f8a3777 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a46b1a05f8a3777 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a46b1a05f8a3777 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a46b1a05f8a3777 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a46b1a05f8a3777 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a46b1a05f8a3777 .uk-card:hover {
  background-color: #333333;
}
#a46b1a05f8a3777 .uk-card:hover .title {
  color: #fff;
}
#a46b1a05f8a3777 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a46b1a05f8a3777 .uk-card:hover .img {
  transform: scale(1.2);
}
#a46b1a05f8a3777 .uk-card:hover .abstract {
  color: #fff;
}
#a46b1a05f8a3777 .uk-card:hover .datetime {
  color: #d3b267;
}
#a46b1a05f8a3777 .uk-card:hover .category {
  color: #d3b267;
}
#a46b1a05f8a3777 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a76efae3ada6952 {
  pointer-events: none;
}
#a76efae3ada6952 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a76efae3ada6952 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a76efae3ada6952 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a76efae3ada6952 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a76efae3ada6952 .menu-list .menu-header svg,
#a76efae3ada6952 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a76efae3ada6952 .menu-list > ul {
  position: relative;
}
#a76efae3ada6952 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a76efae3ada6952 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a76efae3ada6952 .menu-list > ul > li.active > a,
#a76efae3ada6952 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a76efae3ada6952 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a76efae3ada6952 .menu-list > ul > li a img,
#a76efae3ada6952 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a76efae3ada6952 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 260px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a76efae3ada6952 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a76efae3ada6952 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a76efae3ada6952 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a76efae3ada6952 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a76efae3ada6952 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a76efae3ada6952 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a76efae3ada6952 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a76efae3ada6952 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#aee40a996eae400 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aee40a996eae400 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a6fd3ac33cab3d0 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a6085a535aa8fe6 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a6085a535aa8fe6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6085a535aa8fe6 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a04e9a63f9a7e18 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a04e9a63f9a7e18 a, #a04e9a63f9a7e18 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a61f7ac470a0e05 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a61f7ac470a0e05 .uk-grid {
  margin-left: -10px;
}
#a61f7ac470a0e05 .uk-grid > * {
  padding-left: 10px;
}
#a61f7ac470a0e05 .uk-grid-margin {
  margin-top: 10px;
}
#a61f7ac470a0e05 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a61f7ac470a0e05 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a61f7ac470a0e05 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a61f7ac470a0e05 .uk-card-body {
  display: block;
}
#a61f7ac470a0e05 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a61f7ac470a0e05 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a61f7ac470a0e05 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a61f7ac470a0e05 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a61f7ac470a0e05 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a61f7ac470a0e05 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a61f7ac470a0e05 .uk-card:hover {
  background-color: #333333;
}
#a61f7ac470a0e05 .uk-card:hover .title {
  color: #fff;
}
#a61f7ac470a0e05 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a61f7ac470a0e05 .uk-card:hover .img {
  transform: scale(1.2);
}
#a61f7ac470a0e05 .uk-card:hover .abstract {
  color: #fff;
}
#a61f7ac470a0e05 .uk-card:hover .datetime {
  color: #d3b267;
}
#a61f7ac470a0e05 .uk-card:hover .category {
  color: #d3b267;
}
#a61f7ac470a0e05 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a7229afb58aac5d {
  pointer-events: none;
}
#a7229afb58aac5d .menu-list {
  width: 100%;
  background: #ffffff;
}
#a7229afb58aac5d ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a7229afb58aac5d .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a7229afb58aac5d .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a7229afb58aac5d .menu-list .menu-header svg,
#a7229afb58aac5d .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a7229afb58aac5d .menu-list > ul {
  position: relative;
}
#a7229afb58aac5d .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a7229afb58aac5d .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7229afb58aac5d .menu-list > ul > li.active > a,
#a7229afb58aac5d .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a7229afb58aac5d .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a7229afb58aac5d .menu-list > ul > li a img,
#a7229afb58aac5d .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a7229afb58aac5d .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a7229afb58aac5d .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a7229afb58aac5d .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a7229afb58aac5d .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a7229afb58aac5d .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a7229afb58aac5d .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a7229afb58aac5d .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a7229afb58aac5d .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a7229afb58aac5d .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#ac724a57b4aee24 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a86b3a4a36a6232 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a86b3a4a36a6232 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aae47a104aa6cda .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ac93ba060ea0144 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ac93ba060ea0144 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac93ba060ea0144 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1dafaf271a4481 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a1dafaf271a4481 a, #a1dafaf271a4481 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8f4daea5fa98f1 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a8f4daea5fa98f1 .uk-grid {
  margin-left: -10px;
}
#a8f4daea5fa98f1 .uk-grid > * {
  padding-left: 10px;
}
#a8f4daea5fa98f1 .uk-grid-margin {
  margin-top: 10px;
}
#a8f4daea5fa98f1 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8f4daea5fa98f1 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a8f4daea5fa98f1 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a8f4daea5fa98f1 .uk-card-body {
  display: block;
}
#a8f4daea5fa98f1 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a8f4daea5fa98f1 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a8f4daea5fa98f1 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a8f4daea5fa98f1 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a8f4daea5fa98f1 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a8f4daea5fa98f1 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a8f4daea5fa98f1 .uk-card:hover {
  background-color: #333333;
}
#a8f4daea5fa98f1 .uk-card:hover .title {
  color: #fff;
}
#a8f4daea5fa98f1 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a8f4daea5fa98f1 .uk-card:hover .img {
  transform: scale(1.2);
}
#a8f4daea5fa98f1 .uk-card:hover .abstract {
  color: #fff;
}
#a8f4daea5fa98f1 .uk-card:hover .datetime {
  color: #d3b267;
}
#a8f4daea5fa98f1 .uk-card:hover .category {
  color: #d3b267;
}
#a8f4daea5fa98f1 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4e78a7da5a892a {
  pointer-events: none;
}
#a4e78a7da5a892a .menu-list {
  width: 100%;
  background: #ffffff;
}
#a4e78a7da5a892a ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a4e78a7da5a892a .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a4e78a7da5a892a .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a4e78a7da5a892a .menu-list .menu-header svg,
#a4e78a7da5a892a .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a4e78a7da5a892a .menu-list > ul {
  position: relative;
}
#a4e78a7da5a892a .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a4e78a7da5a892a .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4e78a7da5a892a .menu-list > ul > li.active > a,
#a4e78a7da5a892a .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a4e78a7da5a892a .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a4e78a7da5a892a .menu-list > ul > li a img,
#a4e78a7da5a892a .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a4e78a7da5a892a .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a4e78a7da5a892a .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a4e78a7da5a892a .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a4e78a7da5a892a .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a4e78a7da5a892a .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a4e78a7da5a892a .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a4e78a7da5a892a .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a4e78a7da5a892a .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a4e78a7da5a892a .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#ab2acaad51a2c6f > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#abf9da3872a4743 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#abf9da3872a4743 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#abd10a793ca8700 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ad5fda9a55a4925 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad5fda9a55a4925 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad5fda9a55a4925 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a8509a5e37aa553 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a8509a5e37aa553 a, #a8509a5e37aa553 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a24f7ace3da1565 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a24f7ace3da1565 .uk-grid {
  margin-left: -10px;
}
#a24f7ace3da1565 .uk-grid > * {
  padding-left: 10px;
}
#a24f7ace3da1565 .uk-grid-margin {
  margin-top: 10px;
}
#a24f7ace3da1565 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a24f7ace3da1565 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a24f7ace3da1565 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a24f7ace3da1565 .uk-card-body {
  display: block;
}
#a24f7ace3da1565 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a24f7ace3da1565 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a24f7ace3da1565 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a24f7ace3da1565 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a24f7ace3da1565 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a24f7ace3da1565 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a24f7ace3da1565 .uk-card:hover {
  background-color: #333333;
}
#a24f7ace3da1565 .uk-card:hover .title {
  color: #fff;
}
#a24f7ace3da1565 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a24f7ace3da1565 .uk-card:hover .img {
  transform: scale(1.2);
}
#a24f7ace3da1565 .uk-card:hover .abstract {
  color: #fff;
}
#a24f7ace3da1565 .uk-card:hover .datetime {
  color: #d3b267;
}
#a24f7ace3da1565 .uk-card:hover .category {
  color: #d3b267;
}
#a24f7ace3da1565 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1fe5a3ac3a674b {
  pointer-events: none;
}
#a1fe5a3ac3a674b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a1fe5a3ac3a674b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a1fe5a3ac3a674b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a1fe5a3ac3a674b .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a1fe5a3ac3a674b .menu-list .menu-header svg,
#a1fe5a3ac3a674b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a1fe5a3ac3a674b .menu-list > ul {
  position: relative;
}
#a1fe5a3ac3a674b .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a1fe5a3ac3a674b .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1fe5a3ac3a674b .menu-list > ul > li.active > a,
#a1fe5a3ac3a674b .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a1fe5a3ac3a674b .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a1fe5a3ac3a674b .menu-list > ul > li a img,
#a1fe5a3ac3a674b .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a1fe5a3ac3a674b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a1fe5a3ac3a674b .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a1fe5a3ac3a674b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a1fe5a3ac3a674b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a1fe5a3ac3a674b .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a1fe5a3ac3a674b .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a1fe5a3ac3a674b .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a1fe5a3ac3a674b .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a1fe5a3ac3a674b .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a2ea7ae766af12b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a76eca9cb5a07e4 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a76eca9cb5a07e4 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ab83cae72da172a .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ad5bda43b5ae80e {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad5bda43b5ae80e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad5bda43b5ae80e .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7fd8ab321a38f9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a7fd8ab321a38f9 a, #a7fd8ab321a38f9 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a040aa1528abfc9 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a040aa1528abfc9 .uk-grid {
  margin-left: -10px;
}
#a040aa1528abfc9 .uk-grid > * {
  padding-left: 10px;
}
#a040aa1528abfc9 .uk-grid-margin {
  margin-top: 10px;
}
#a040aa1528abfc9 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a040aa1528abfc9 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a040aa1528abfc9 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a040aa1528abfc9 .uk-card-body {
  display: block;
}
#a040aa1528abfc9 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a040aa1528abfc9 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a040aa1528abfc9 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a040aa1528abfc9 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a040aa1528abfc9 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a040aa1528abfc9 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a040aa1528abfc9 .uk-card:hover {
  background-color: #333333;
}
#a040aa1528abfc9 .uk-card:hover .title {
  color: #fff;
}
#a040aa1528abfc9 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a040aa1528abfc9 .uk-card:hover .img {
  transform: scale(1.2);
}
#a040aa1528abfc9 .uk-card:hover .abstract {
  color: #fff;
}
#a040aa1528abfc9 .uk-card:hover .datetime {
  color: #d3b267;
}
#a040aa1528abfc9 .uk-card:hover .category {
  color: #d3b267;
}
#a040aa1528abfc9 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a2f3baf2c3a978d {
  pointer-events: none;
}
#a2f3baf2c3a978d .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2f3baf2c3a978d ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2f3baf2c3a978d .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2f3baf2c3a978d .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a2f3baf2c3a978d .menu-list .menu-header svg,
#a2f3baf2c3a978d .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2f3baf2c3a978d .menu-list > ul {
  position: relative;
}
#a2f3baf2c3a978d .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a2f3baf2c3a978d .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2f3baf2c3a978d .menu-list > ul > li.active > a,
#a2f3baf2c3a978d .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a2f3baf2c3a978d .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2f3baf2c3a978d .menu-list > ul > li a img,
#a2f3baf2c3a978d .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2f3baf2c3a978d .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a2f3baf2c3a978d .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a2f3baf2c3a978d .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2f3baf2c3a978d .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2f3baf2c3a978d .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a2f3baf2c3a978d .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a2f3baf2c3a978d .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2f3baf2c3a978d .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a2f3baf2c3a978d .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a22e7ae125acc0e > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a3e48a6b9da824e [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a3e48a6b9da824e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad7f6a4626a55bf .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a6713a86efa5021 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a6713a86efa5021 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6713a86efa5021 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3ddda302ea20e5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a3ddda302ea20e5 a, #a3ddda302ea20e5 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#acb89aa1c7a2bf1 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#acb89aa1c7a2bf1 .uk-grid {
  margin-left: -10px;
}
#acb89aa1c7a2bf1 .uk-grid > * {
  padding-left: 10px;
}
#acb89aa1c7a2bf1 .uk-grid-margin {
  margin-top: 10px;
}
#acb89aa1c7a2bf1 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#acb89aa1c7a2bf1 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#acb89aa1c7a2bf1 .uk-card-media-top .img {
  transition: all .3s ease;
}
#acb89aa1c7a2bf1 .uk-card-body {
  display: block;
}
#acb89aa1c7a2bf1 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#acb89aa1c7a2bf1 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#acb89aa1c7a2bf1 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#acb89aa1c7a2bf1 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#acb89aa1c7a2bf1 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#acb89aa1c7a2bf1 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#acb89aa1c7a2bf1 .uk-card:hover {
  background-color: #333333;
}
#acb89aa1c7a2bf1 .uk-card:hover .title {
  color: #fff;
}
#acb89aa1c7a2bf1 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#acb89aa1c7a2bf1 .uk-card:hover .img {
  transform: scale(1.2);
}
#acb89aa1c7a2bf1 .uk-card:hover .abstract {
  color: #fff;
}
#acb89aa1c7a2bf1 .uk-card:hover .datetime {
  color: #d3b267;
}
#acb89aa1c7a2bf1 .uk-card:hover .category {
  color: #d3b267;
}
#acb89aa1c7a2bf1 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ae9c6a60b3af534 {
  pointer-events: none;
}
#ae9c6a60b3af534 .menu-list {
  width: 100%;
  background: #ffffff;
}
#ae9c6a60b3af534 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ae9c6a60b3af534 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ae9c6a60b3af534 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#ae9c6a60b3af534 .menu-list .menu-header svg,
#ae9c6a60b3af534 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ae9c6a60b3af534 .menu-list > ul {
  position: relative;
}
#ae9c6a60b3af534 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ae9c6a60b3af534 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae9c6a60b3af534 .menu-list > ul > li.active > a,
#ae9c6a60b3af534 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#ae9c6a60b3af534 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ae9c6a60b3af534 .menu-list > ul > li a img,
#ae9c6a60b3af534 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ae9c6a60b3af534 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ae9c6a60b3af534 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ae9c6a60b3af534 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ae9c6a60b3af534 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ae9c6a60b3af534 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ae9c6a60b3af534 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ae9c6a60b3af534 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ae9c6a60b3af534 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ae9c6a60b3af534 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a7471aa2d9a1ec7 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#aed54aa806ac4ac [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aed54aa806ac4ac [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a2627ae94aaaf60 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a23e9a07a1a5c87 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a23e9a07a1a5c87 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a23e9a07a1a5c87 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1891ad22cafd3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a1891ad22cafd3e a, #a1891ad22cafd3e {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ab0afa3f49ad116 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#ab0afa3f49ad116 .uk-grid {
  margin-left: -10px;
}
#ab0afa3f49ad116 .uk-grid > * {
  padding-left: 10px;
}
#ab0afa3f49ad116 .uk-grid-margin {
  margin-top: 10px;
}
#ab0afa3f49ad116 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab0afa3f49ad116 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ab0afa3f49ad116 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ab0afa3f49ad116 .uk-card-body {
  display: block;
}
#ab0afa3f49ad116 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ab0afa3f49ad116 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ab0afa3f49ad116 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ab0afa3f49ad116 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ab0afa3f49ad116 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#ab0afa3f49ad116 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ab0afa3f49ad116 .uk-card:hover {
  background-color: #333333;
}
#ab0afa3f49ad116 .uk-card:hover .title {
  color: #fff;
}
#ab0afa3f49ad116 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#ab0afa3f49ad116 .uk-card:hover .img {
  transform: scale(1.2);
}
#ab0afa3f49ad116 .uk-card:hover .abstract {
  color: #fff;
}
#ab0afa3f49ad116 .uk-card:hover .datetime {
  color: #d3b267;
}
#ab0afa3f49ad116 .uk-card:hover .category {
  color: #d3b267;
}
#ab0afa3f49ad116 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ae1c3ab4bdae042 {
  pointer-events: none;
}
#ae1c3ab4bdae042 .menu-list {
  width: 100%;
  background: #ffffff;
}
#ae1c3ab4bdae042 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ae1c3ab4bdae042 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ae1c3ab4bdae042 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#ae1c3ab4bdae042 .menu-list .menu-header svg,
#ae1c3ab4bdae042 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ae1c3ab4bdae042 .menu-list > ul {
  position: relative;
}
#ae1c3ab4bdae042 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ae1c3ab4bdae042 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae1c3ab4bdae042 .menu-list > ul > li.active > a,
#ae1c3ab4bdae042 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#ae1c3ab4bdae042 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ae1c3ab4bdae042 .menu-list > ul > li a img,
#ae1c3ab4bdae042 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ae1c3ab4bdae042 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ae1c3ab4bdae042 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ae1c3ab4bdae042 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ae1c3ab4bdae042 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ae1c3ab4bdae042 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ae1c3ab4bdae042 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ae1c3ab4bdae042 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ae1c3ab4bdae042 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ae1c3ab4bdae042 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#af013a3a1ba17cc > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ad239a2a57aef68 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ad239a2a57aef68 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a72cbaf273afcca .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#acf96a1f3fa80ca {
  /* 修复吸顶导航宽度被写死的问题 */
}
#acf96a1f3fa80ca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acf96a1f3fa80ca .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a8dfda85c7aeaf6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a8dfda85c7aeaf6 a, #a8dfda85c7aeaf6 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a97e4a57dea9d59 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a97e4a57dea9d59 .uk-grid {
  margin-left: -10px;
}
#a97e4a57dea9d59 .uk-grid > * {
  padding-left: 10px;
}
#a97e4a57dea9d59 .uk-grid-margin {
  margin-top: 10px;
}
#a97e4a57dea9d59 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a97e4a57dea9d59 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a97e4a57dea9d59 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a97e4a57dea9d59 .uk-card-body {
  display: block;
}
#a97e4a57dea9d59 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a97e4a57dea9d59 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a97e4a57dea9d59 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a97e4a57dea9d59 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a97e4a57dea9d59 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a97e4a57dea9d59 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a97e4a57dea9d59 .uk-card:hover {
  background-color: #333333;
}
#a97e4a57dea9d59 .uk-card:hover .title {
  color: #fff;
}
#a97e4a57dea9d59 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a97e4a57dea9d59 .uk-card:hover .img {
  transform: scale(1.2);
}
#a97e4a57dea9d59 .uk-card:hover .abstract {
  color: #fff;
}
#a97e4a57dea9d59 .uk-card:hover .datetime {
  color: #d3b267;
}
#a97e4a57dea9d59 .uk-card:hover .category {
  color: #d3b267;
}
#a97e4a57dea9d59 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ac1daa40abac5d9 {
  pointer-events: none;
}
#ac1daa40abac5d9 .menu-list {
  width: 100%;
  background: #ffffff;
}
#ac1daa40abac5d9 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ac1daa40abac5d9 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ac1daa40abac5d9 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#ac1daa40abac5d9 .menu-list .menu-header svg,
#ac1daa40abac5d9 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ac1daa40abac5d9 .menu-list > ul {
  position: relative;
}
#ac1daa40abac5d9 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ac1daa40abac5d9 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac1daa40abac5d9 .menu-list > ul > li.active > a,
#ac1daa40abac5d9 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#ac1daa40abac5d9 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ac1daa40abac5d9 .menu-list > ul > li a img,
#ac1daa40abac5d9 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ac1daa40abac5d9 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ac1daa40abac5d9 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ac1daa40abac5d9 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ac1daa40abac5d9 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ac1daa40abac5d9 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ac1daa40abac5d9 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ac1daa40abac5d9 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ac1daa40abac5d9 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ac1daa40abac5d9 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a72f8a9251a372f > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ad064a81aba0b82 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ad064a81aba0b82 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b3cac5ffa88e7 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adaf7a039cab48f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adaf7a039cab48f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adaf7a039cab48f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#af997a3c9baba47 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#af997a3c9baba47 a, #af997a3c9baba47 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aa916ae5e9a3468 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#aa916ae5e9a3468 .uk-grid {
  margin-left: -10px;
}
#aa916ae5e9a3468 .uk-grid > * {
  padding-left: 10px;
}
#aa916ae5e9a3468 .uk-grid-margin {
  margin-top: 10px;
}
#aa916ae5e9a3468 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa916ae5e9a3468 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aa916ae5e9a3468 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa916ae5e9a3468 .uk-card-body {
  display: block;
}
#aa916ae5e9a3468 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aa916ae5e9a3468 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aa916ae5e9a3468 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aa916ae5e9a3468 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aa916ae5e9a3468 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#aa916ae5e9a3468 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aa916ae5e9a3468 .uk-card:hover {
  background-color: #333333;
}
#aa916ae5e9a3468 .uk-card:hover .title {
  color: #fff;
}
#aa916ae5e9a3468 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aa916ae5e9a3468 .uk-card:hover .img {
  transform: scale(1.2);
}
#aa916ae5e9a3468 .uk-card:hover .abstract {
  color: #fff;
}
#aa916ae5e9a3468 .uk-card:hover .datetime {
  color: #d3b267;
}
#aa916ae5e9a3468 .uk-card:hover .category {
  color: #d3b267;
}
#aa916ae5e9a3468 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a915fa41caa34d0 {
  pointer-events: none;
}
#a915fa41caa34d0 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a915fa41caa34d0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a915fa41caa34d0 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a915fa41caa34d0 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a915fa41caa34d0 .menu-list .menu-header svg,
#a915fa41caa34d0 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a915fa41caa34d0 .menu-list > ul {
  position: relative;
}
#a915fa41caa34d0 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a915fa41caa34d0 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a915fa41caa34d0 .menu-list > ul > li.active > a,
#a915fa41caa34d0 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a915fa41caa34d0 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a915fa41caa34d0 .menu-list > ul > li a img,
#a915fa41caa34d0 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a915fa41caa34d0 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a915fa41caa34d0 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a915fa41caa34d0 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a915fa41caa34d0 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a915fa41caa34d0 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a915fa41caa34d0 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a915fa41caa34d0 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a915fa41caa34d0 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a915fa41caa34d0 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a7b92a0386a6464 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ae4e3a7db6ad122 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ae4e3a7db6ad122 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a656da0565a41ef .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#afb6fa0cbea1edc {
  /* 修复吸顶导航宽度被写死的问题 */
}
#afb6fa0cbea1edc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afb6fa0cbea1edc .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a4b94a0dbfae360 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a4b94a0dbfae360 a, #a4b94a0dbfae360 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a0deea219ba9cc6 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a0deea219ba9cc6 .uk-grid {
  margin-left: -10px;
}
#a0deea219ba9cc6 .uk-grid > * {
  padding-left: 10px;
}
#a0deea219ba9cc6 .uk-grid-margin {
  margin-top: 10px;
}
#a0deea219ba9cc6 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0deea219ba9cc6 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a0deea219ba9cc6 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a0deea219ba9cc6 .uk-card-body {
  display: block;
}
#a0deea219ba9cc6 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a0deea219ba9cc6 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a0deea219ba9cc6 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a0deea219ba9cc6 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a0deea219ba9cc6 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a0deea219ba9cc6 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a0deea219ba9cc6 .uk-card:hover {
  background-color: #333333;
}
#a0deea219ba9cc6 .uk-card:hover .title {
  color: #fff;
}
#a0deea219ba9cc6 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a0deea219ba9cc6 .uk-card:hover .img {
  transform: scale(1.2);
}
#a0deea219ba9cc6 .uk-card:hover .abstract {
  color: #fff;
}
#a0deea219ba9cc6 .uk-card:hover .datetime {
  color: #d3b267;
}
#a0deea219ba9cc6 .uk-card:hover .category {
  color: #d3b267;
}
#a0deea219ba9cc6 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a7e79ac40ba7d00 {
  pointer-events: none;
}
#a7e79ac40ba7d00 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a7e79ac40ba7d00 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a7e79ac40ba7d00 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a7e79ac40ba7d00 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a7e79ac40ba7d00 .menu-list .menu-header svg,
#a7e79ac40ba7d00 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a7e79ac40ba7d00 .menu-list > ul {
  position: relative;
}
#a7e79ac40ba7d00 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a7e79ac40ba7d00 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7e79ac40ba7d00 .menu-list > ul > li.active > a,
#a7e79ac40ba7d00 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a7e79ac40ba7d00 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a7e79ac40ba7d00 .menu-list > ul > li a img,
#a7e79ac40ba7d00 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a7e79ac40ba7d00 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a7e79ac40ba7d00 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a7e79ac40ba7d00 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a7e79ac40ba7d00 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a7e79ac40ba7d00 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a7e79ac40ba7d00 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a7e79ac40ba7d00 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a7e79ac40ba7d00 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a7e79ac40ba7d00 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a32c9a1038ad390 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a5626a59cfaaadb [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a5626a59cfaaadb [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aec44aff61ac420 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8361a7f93a6e79 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a8361a7f93a6e79 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8361a7f93a6e79 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a6a2ca946baa398 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a6a2ca946baa398 a, #a6a2ca946baa398 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#af911a47c3ac273 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#af911a47c3ac273 .uk-grid {
  margin-left: -10px;
}
#af911a47c3ac273 .uk-grid > * {
  padding-left: 10px;
}
#af911a47c3ac273 .uk-grid-margin {
  margin-top: 10px;
}
#af911a47c3ac273 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af911a47c3ac273 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#af911a47c3ac273 .uk-card-media-top .img {
  transition: all .3s ease;
}
#af911a47c3ac273 .uk-card-body {
  display: block;
}
#af911a47c3ac273 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#af911a47c3ac273 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#af911a47c3ac273 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#af911a47c3ac273 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#af911a47c3ac273 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#af911a47c3ac273 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#af911a47c3ac273 .uk-card:hover {
  background-color: #333333;
}
#af911a47c3ac273 .uk-card:hover .title {
  color: #fff;
}
#af911a47c3ac273 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#af911a47c3ac273 .uk-card:hover .img {
  transform: scale(1.2);
}
#af911a47c3ac273 .uk-card:hover .abstract {
  color: #fff;
}
#af911a47c3ac273 .uk-card:hover .datetime {
  color: #d3b267;
}
#af911a47c3ac273 .uk-card:hover .category {
  color: #d3b267;
}
#af911a47c3ac273 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ace80a6388a82c3 {
  pointer-events: none;
}
#ace80a6388a82c3 .menu-list {
  width: 100%;
  background: #ffffff;
}
#ace80a6388a82c3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ace80a6388a82c3 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ace80a6388a82c3 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#ace80a6388a82c3 .menu-list .menu-header svg,
#ace80a6388a82c3 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ace80a6388a82c3 .menu-list > ul {
  position: relative;
}
#ace80a6388a82c3 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ace80a6388a82c3 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ace80a6388a82c3 .menu-list > ul > li.active > a,
#ace80a6388a82c3 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#ace80a6388a82c3 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ace80a6388a82c3 .menu-list > ul > li a img,
#ace80a6388a82c3 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ace80a6388a82c3 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ace80a6388a82c3 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ace80a6388a82c3 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ace80a6388a82c3 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ace80a6388a82c3 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ace80a6388a82c3 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ace80a6388a82c3 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ace80a6388a82c3 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ace80a6388a82c3 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a4be2a0f5aaa38b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#aa9ceacc59a96bf [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aa9ceacc59a96bf [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a035ea81b3a8072 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a87b6a8a00a6eef {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a87b6a8a00a6eef .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a87b6a8a00a6eef .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a2eb7a9652add52 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a2eb7a9652add52 a, #a2eb7a9652add52 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ac88da53b7ad1fe .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#ac88da53b7ad1fe .uk-grid {
  margin-left: -10px;
}
#ac88da53b7ad1fe .uk-grid > * {
  padding-left: 10px;
}
#ac88da53b7ad1fe .uk-grid-margin {
  margin-top: 10px;
}
#ac88da53b7ad1fe .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac88da53b7ad1fe .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ac88da53b7ad1fe .uk-card-media-top .img {
  transition: all .3s ease;
}
#ac88da53b7ad1fe .uk-card-body {
  display: block;
}
#ac88da53b7ad1fe .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ac88da53b7ad1fe .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ac88da53b7ad1fe .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ac88da53b7ad1fe .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ac88da53b7ad1fe .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#ac88da53b7ad1fe .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ac88da53b7ad1fe .uk-card:hover {
  background-color: #333333;
}
#ac88da53b7ad1fe .uk-card:hover .title {
  color: #fff;
}
#ac88da53b7ad1fe .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#ac88da53b7ad1fe .uk-card:hover .img {
  transform: scale(1.2);
}
#ac88da53b7ad1fe .uk-card:hover .abstract {
  color: #fff;
}
#ac88da53b7ad1fe .uk-card:hover .datetime {
  color: #d3b267;
}
#ac88da53b7ad1fe .uk-card:hover .category {
  color: #d3b267;
}
#ac88da53b7ad1fe .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ac009a0e77a331c {
  pointer-events: none;
}
#ac009a0e77a331c .menu-list {
  width: 100%;
  background: #ffffff;
}
#ac009a0e77a331c ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ac009a0e77a331c .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ac009a0e77a331c .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#ac009a0e77a331c .menu-list .menu-header svg,
#ac009a0e77a331c .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ac009a0e77a331c .menu-list > ul {
  position: relative;
}
#ac009a0e77a331c .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ac009a0e77a331c .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac009a0e77a331c .menu-list > ul > li.active > a,
#ac009a0e77a331c .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#ac009a0e77a331c .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ac009a0e77a331c .menu-list > ul > li a img,
#ac009a0e77a331c .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ac009a0e77a331c .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ac009a0e77a331c .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ac009a0e77a331c .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ac009a0e77a331c .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ac009a0e77a331c .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ac009a0e77a331c .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ac009a0e77a331c .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ac009a0e77a331c .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ac009a0e77a331c .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a362ba0407a3e8e > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a49e3aa4c5af680 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a49e3aa4c5af680 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a65f5a1224a0e3e .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ade02afed8a315d {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ade02afed8a315d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ade02afed8a315d .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a2511a99f3a4481 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a2511a99f3a4481 a, #a2511a99f3a4481 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#abba6a0b99a2775 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#abba6a0b99a2775 .uk-grid {
  margin-left: -10px;
}
#abba6a0b99a2775 .uk-grid > * {
  padding-left: 10px;
}
#abba6a0b99a2775 .uk-grid-margin {
  margin-top: 10px;
}
#abba6a0b99a2775 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abba6a0b99a2775 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#abba6a0b99a2775 .uk-card-media-top .img {
  transition: all .3s ease;
}
#abba6a0b99a2775 .uk-card-body {
  display: block;
}
#abba6a0b99a2775 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#abba6a0b99a2775 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#abba6a0b99a2775 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#abba6a0b99a2775 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#abba6a0b99a2775 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#abba6a0b99a2775 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#abba6a0b99a2775 .uk-card:hover {
  background-color: #333333;
}
#abba6a0b99a2775 .uk-card:hover .title {
  color: #fff;
}
#abba6a0b99a2775 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#abba6a0b99a2775 .uk-card:hover .img {
  transform: scale(1.2);
}
#abba6a0b99a2775 .uk-card:hover .abstract {
  color: #fff;
}
#abba6a0b99a2775 .uk-card:hover .datetime {
  color: #d3b267;
}
#abba6a0b99a2775 .uk-card:hover .category {
  color: #d3b267;
}
#abba6a0b99a2775 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a87cda4c2ea75fa {
  pointer-events: none;
}
#a87cda4c2ea75fa .menu-list {
  width: 100%;
  background: #ffffff;
}
#a87cda4c2ea75fa ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a87cda4c2ea75fa .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a87cda4c2ea75fa .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a87cda4c2ea75fa .menu-list .menu-header svg,
#a87cda4c2ea75fa .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a87cda4c2ea75fa .menu-list > ul {
  position: relative;
}
#a87cda4c2ea75fa .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a87cda4c2ea75fa .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a87cda4c2ea75fa .menu-list > ul > li.active > a,
#a87cda4c2ea75fa .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a87cda4c2ea75fa .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a87cda4c2ea75fa .menu-list > ul > li a img,
#a87cda4c2ea75fa .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a87cda4c2ea75fa .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a87cda4c2ea75fa .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a87cda4c2ea75fa .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a87cda4c2ea75fa .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a87cda4c2ea75fa .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a87cda4c2ea75fa .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a87cda4c2ea75fa .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a87cda4c2ea75fa .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a87cda4c2ea75fa .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a0b53a9116a152b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#af93fa06c4a5a47 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#af93fa06c4a5a47 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad878a44dea329f .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a5778ab763ac81d {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a5778ab763ac81d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5778ab763ac81d .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a4a9da80a3a1163 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a4a9da80a3a1163 a, #a4a9da80a3a1163 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a07f1ad74aad0d2 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a07f1ad74aad0d2 .uk-grid {
  margin-left: -10px;
}
#a07f1ad74aad0d2 .uk-grid > * {
  padding-left: 10px;
}
#a07f1ad74aad0d2 .uk-grid-margin {
  margin-top: 10px;
}
#a07f1ad74aad0d2 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a07f1ad74aad0d2 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a07f1ad74aad0d2 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a07f1ad74aad0d2 .uk-card-body {
  display: block;
}
#a07f1ad74aad0d2 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a07f1ad74aad0d2 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a07f1ad74aad0d2 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a07f1ad74aad0d2 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a07f1ad74aad0d2 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a07f1ad74aad0d2 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a07f1ad74aad0d2 .uk-card:hover {
  background-color: #333333;
}
#a07f1ad74aad0d2 .uk-card:hover .title {
  color: #fff;
}
#a07f1ad74aad0d2 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a07f1ad74aad0d2 .uk-card:hover .img {
  transform: scale(1.2);
}
#a07f1ad74aad0d2 .uk-card:hover .abstract {
  color: #fff;
}
#a07f1ad74aad0d2 .uk-card:hover .datetime {
  color: #d3b267;
}
#a07f1ad74aad0d2 .uk-card:hover .category {
  color: #d3b267;
}
#a07f1ad74aad0d2 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a3789a7bcaa1153 {
  pointer-events: none;
}
#a3789a7bcaa1153 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a3789a7bcaa1153 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a3789a7bcaa1153 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a3789a7bcaa1153 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
#a3789a7bcaa1153 .menu-list .menu-header svg,
#a3789a7bcaa1153 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a3789a7bcaa1153 .menu-list > ul {
  position: relative;
}
#a3789a7bcaa1153 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a3789a7bcaa1153 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3789a7bcaa1153 .menu-list > ul > li.active > a,
#a3789a7bcaa1153 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a3789a7bcaa1153 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a3789a7bcaa1153 .menu-list > ul > li a img,
#a3789a7bcaa1153 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a3789a7bcaa1153 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 273px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a3789a7bcaa1153 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a3789a7bcaa1153 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a3789a7bcaa1153 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a3789a7bcaa1153 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a3789a7bcaa1153 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a3789a7bcaa1153 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a3789a7bcaa1153 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a3789a7bcaa1153 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#ae7c9a8250acadb > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a9b93aa413a5624 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a9b93aa413a5624 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aeac7a83c4a2bf6 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a7a56a9fe9a9473 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a7a56a9fe9a9473 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7a56a9fe9a9473 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a67b9a08c9a32f8 {
  pointer-events: none;
}
#a67b9a08c9a32f8 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a67b9a08c9a32f8 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a67b9a08c9a32f8 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a67b9a08c9a32f8 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a67b9a08c9a32f8 .menu-list .menu-header svg,
#a67b9a08c9a32f8 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a67b9a08c9a32f8 .menu-list > ul {
  position: relative;
}
#a67b9a08c9a32f8 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a67b9a08c9a32f8 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a67b9a08c9a32f8 .menu-list > ul > li.active > a,
#a67b9a08c9a32f8 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a67b9a08c9a32f8 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a67b9a08c9a32f8 .menu-list > ul > li a img,
#a67b9a08c9a32f8 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a67b9a08c9a32f8 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 250px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a67b9a08c9a32f8 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a67b9a08c9a32f8 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a67b9a08c9a32f8 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a67b9a08c9a32f8 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a67b9a08c9a32f8 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a67b9a08c9a32f8 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a67b9a08c9a32f8 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a67b9a08c9a32f8 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a4ca0aa454a9e22 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a4ca0aa454a9e22 a, #a4ca0aa454a9e22 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a3c27a7333a60b9 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#af200a4d58a669f [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#af200a4d58a669f [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aef2da2eaeabec2 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a92e6a9882a58cc {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a92e6a9882a58cc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a92e6a9882a58cc .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a6519a195ca1999 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a6519a195ca1999 a, #a6519a195ca1999 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a3ca4a146fa804b {
  pointer-events: none;
}
#a3ca4a146fa804b .menu-list {
  width: 100%;
  background: #ffffff;
}
#a3ca4a146fa804b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a3ca4a146fa804b .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a3ca4a146fa804b .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a3ca4a146fa804b .menu-list .menu-header svg,
#a3ca4a146fa804b .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a3ca4a146fa804b .menu-list > ul {
  position: relative;
}
#a3ca4a146fa804b .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a3ca4a146fa804b .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a3ca4a146fa804b .menu-list > ul > li.active > a,
#a3ca4a146fa804b .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a3ca4a146fa804b .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a3ca4a146fa804b .menu-list > ul > li a img,
#a3ca4a146fa804b .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a3ca4a146fa804b .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a3ca4a146fa804b .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a3ca4a146fa804b .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a3ca4a146fa804b .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a3ca4a146fa804b .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a3ca4a146fa804b .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3ca4a146fa804b .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a3ca4a146fa804b .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a3ca4a146fa804b .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a627aae1b7a61ad .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a627aae1b7a61ad .uk-grid {
  margin-left: -15px;
}
#a627aae1b7a61ad .uk-grid > * {
  padding-left: 15px;
}
#a627aae1b7a61ad .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a627aae1b7a61ad .uk-card {
  background-color: #f9f9f9;
  transition: all .3s ease;
}
#a627aae1b7a61ad .uk-card-media-top {
  overflow: hidden;
}
#a627aae1b7a61ad .uk-card-media-top .img {
  transition: all .3s ease;
}
#a627aae1b7a61ad .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a627aae1b7a61ad .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a627aae1b7a61ad .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a627aae1b7a61ad .uk-card-body {
  padding: 15px 10px 8px;
}
#a627aae1b7a61ad hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a627aae1b7a61ad .uk-button {
  border: 1px solid #ececec;
}
#a627aae1b7a61ad .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #333333;
  line-height: 32px;
}
#a627aae1b7a61ad .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a627aae1b7a61ad .uk-card:hover {
  background-color: #ab001a;
}
#a627aae1b7a61ad .uk-card:hover .title {
  color: #fff;
}
#a627aae1b7a61ad .uk-card:hover hr {
  border-top-color: #de0022;
}
#a627aae1b7a61ad .uk-card:hover .img {
  transform: scale(1.2);
}
#a627aae1b7a61ad .uk-card:hover .abstract {
  color: #fff;
}
#a627aae1b7a61ad .uk-card:hover .datetime {
  color: #d3b267;
}
#a627aae1b7a61ad .uk-card:hover .category {
  color: #d3b267;
}
#a627aae1b7a61ad .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a20a3a9aeaae3a7 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a1ee4aca37ad1ef [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a1ee4aca37ad1ef [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a5b87ace53aa1d4 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a3d05a5b0da13e7 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a3d05a5b0da13e7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3d05a5b0da13e7 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#acec1adcf0a28cf a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#acec1adcf0a28cf a, #acec1adcf0a28cf {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a13dbaf361ae379 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a13dbaf361ae379 .uk-grid {
  margin-left: -15px;
}
#a13dbaf361ae379 .uk-grid > * {
  padding-left: 15px;
}
#a13dbaf361ae379 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a13dbaf361ae379 .uk-card {
  background-color: #f9f9f9;
  transition: all .3s ease;
}
#a13dbaf361ae379 .uk-card-media-top {
  overflow: hidden;
}
#a13dbaf361ae379 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a13dbaf361ae379 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a13dbaf361ae379 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a13dbaf361ae379 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a13dbaf361ae379 .uk-card-body {
  padding: 15px 10px 8px;
}
#a13dbaf361ae379 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a13dbaf361ae379 .uk-button {
  border: 1px solid #ececec;
}
#a13dbaf361ae379 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #333333;
  line-height: 32px;
}
#a13dbaf361ae379 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a13dbaf361ae379 .uk-card:hover {
  background-color: #ab001a;
}
#a13dbaf361ae379 .uk-card:hover .title {
  color: #fff;
}
#a13dbaf361ae379 .uk-card:hover hr {
  border-top-color: #de0022;
}
#a13dbaf361ae379 .uk-card:hover .img {
  transform: scale(1.2);
}
#a13dbaf361ae379 .uk-card:hover .abstract {
  color: #fff;
}
#a13dbaf361ae379 .uk-card:hover .datetime {
  color: #d3b267;
}
#a13dbaf361ae379 .uk-card:hover .category {
  color: #d3b267;
}
#a13dbaf361ae379 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ae7c8af2cba8ef2 {
  pointer-events: none;
}
#ae7c8af2cba8ef2 .menu-list {
  width: 100%;
  background: #ffffff;
}
#ae7c8af2cba8ef2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ae7c8af2cba8ef2 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ae7c8af2cba8ef2 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#ae7c8af2cba8ef2 .menu-list .menu-header svg,
#ae7c8af2cba8ef2 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ae7c8af2cba8ef2 .menu-list > ul {
  position: relative;
}
#ae7c8af2cba8ef2 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ae7c8af2cba8ef2 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#ae7c8af2cba8ef2 .menu-list > ul > li.active > a,
#ae7c8af2cba8ef2 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#ae7c8af2cba8ef2 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ae7c8af2cba8ef2 .menu-list > ul > li a img,
#ae7c8af2cba8ef2 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ae7c8af2cba8ef2 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ae7c8af2cba8ef2 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ae7c8af2cba8ef2 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ae7c8af2cba8ef2 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ae7c8af2cba8ef2 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ae7c8af2cba8ef2 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ae7c8af2cba8ef2 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ae7c8af2cba8ef2 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ae7c8af2cba8ef2 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#aba56aad25a57ff > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a763ba002fa4521 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a763ba002fa4521 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a56a7aba91ab95d .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#abf5daf58caba75 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#abf5daf58caba75 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abf5daf58caba75 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ad14daf229aa3a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ad14daf229aa3a4 a, #ad14daf229aa3a4 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a9ff8acb08aabcb .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a9ff8acb08aabcb .uk-grid {
  margin-left: -15px;
}
#a9ff8acb08aabcb .uk-grid > * {
  padding-left: 15px;
}
#a9ff8acb08aabcb .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a9ff8acb08aabcb .uk-card {
  background-color: #f9f9f9;
  transition: all .3s ease;
}
#a9ff8acb08aabcb .uk-card-media-top {
  overflow: hidden;
}
#a9ff8acb08aabcb .uk-card-media-top .img {
  transition: all .3s ease;
}
#a9ff8acb08aabcb .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a9ff8acb08aabcb .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a9ff8acb08aabcb .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a9ff8acb08aabcb .uk-card-body {
  padding: 15px 10px 8px;
}
#a9ff8acb08aabcb hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a9ff8acb08aabcb .uk-button {
  border: 1px solid #ececec;
}
#a9ff8acb08aabcb .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #333333;
  line-height: 32px;
}
#a9ff8acb08aabcb .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a9ff8acb08aabcb .uk-card:hover {
  background-color: #ab001a;
}
#a9ff8acb08aabcb .uk-card:hover .title {
  color: #fff;
}
#a9ff8acb08aabcb .uk-card:hover hr {
  border-top-color: #de0022;
}
#a9ff8acb08aabcb .uk-card:hover .img {
  transform: scale(1.2);
}
#a9ff8acb08aabcb .uk-card:hover .abstract {
  color: #fff;
}
#a9ff8acb08aabcb .uk-card:hover .datetime {
  color: #d3b267;
}
#a9ff8acb08aabcb .uk-card:hover .category {
  color: #d3b267;
}
#a9ff8acb08aabcb .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a3aefae578a3247 {
  pointer-events: none;
}
#a3aefae578a3247 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a3aefae578a3247 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a3aefae578a3247 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a3aefae578a3247 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a3aefae578a3247 .menu-list .menu-header svg,
#a3aefae578a3247 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a3aefae578a3247 .menu-list > ul {
  position: relative;
}
#a3aefae578a3247 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a3aefae578a3247 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a3aefae578a3247 .menu-list > ul > li.active > a,
#a3aefae578a3247 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a3aefae578a3247 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a3aefae578a3247 .menu-list > ul > li a img,
#a3aefae578a3247 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a3aefae578a3247 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a3aefae578a3247 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a3aefae578a3247 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a3aefae578a3247 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a3aefae578a3247 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a3aefae578a3247 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3aefae578a3247 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a3aefae578a3247 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a3aefae578a3247 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#acd14ae542aa759 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#af9fdae180a6905 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#af9fdae180a6905 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aea84a22c3a8988 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#acb9fa45a0a5cbf {
  /* 修复吸顶导航宽度被写死的问题 */
}
#acb9fa45a0a5cbf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acb9fa45a0a5cbf .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#afa73a3ccca0c43 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#afa73a3ccca0c43 a, #afa73a3ccca0c43 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4da8a85a4a54d4 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a4da8a85a4a54d4 .uk-grid {
  margin-left: -15px;
}
#a4da8a85a4a54d4 .uk-grid > * {
  padding-left: 15px;
}
#a4da8a85a4a54d4 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a4da8a85a4a54d4 .uk-card {
  background-color: #f9f9f9;
  transition: all .3s ease;
}
#a4da8a85a4a54d4 .uk-card-media-top {
  overflow: hidden;
}
#a4da8a85a4a54d4 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a4da8a85a4a54d4 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a4da8a85a4a54d4 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a4da8a85a4a54d4 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a4da8a85a4a54d4 .uk-card-body {
  padding: 15px 10px 8px;
}
#a4da8a85a4a54d4 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a4da8a85a4a54d4 .uk-button {
  border: 1px solid #ececec;
}
#a4da8a85a4a54d4 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #333333;
  line-height: 32px;
}
#a4da8a85a4a54d4 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a4da8a85a4a54d4 .uk-card:hover {
  background-color: #ab001a;
}
#a4da8a85a4a54d4 .uk-card:hover .title {
  color: #fff;
}
#a4da8a85a4a54d4 .uk-card:hover hr {
  border-top-color: #de0022;
}
#a4da8a85a4a54d4 .uk-card:hover .img {
  transform: scale(1.2);
}
#a4da8a85a4a54d4 .uk-card:hover .abstract {
  color: #fff;
}
#a4da8a85a4a54d4 .uk-card:hover .datetime {
  color: #d3b267;
}
#a4da8a85a4a54d4 .uk-card:hover .category {
  color: #d3b267;
}
#a4da8a85a4a54d4 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ac767aa222a72a6 {
  pointer-events: none;
}
#ac767aa222a72a6 .menu-list {
  width: 100%;
  background: #ffffff;
}
#ac767aa222a72a6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ac767aa222a72a6 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ac767aa222a72a6 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#ac767aa222a72a6 .menu-list .menu-header svg,
#ac767aa222a72a6 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ac767aa222a72a6 .menu-list > ul {
  position: relative;
}
#ac767aa222a72a6 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ac767aa222a72a6 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#ac767aa222a72a6 .menu-list > ul > li.active > a,
#ac767aa222a72a6 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#ac767aa222a72a6 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ac767aa222a72a6 .menu-list > ul > li a img,
#ac767aa222a72a6 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ac767aa222a72a6 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ac767aa222a72a6 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ac767aa222a72a6 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ac767aa222a72a6 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ac767aa222a72a6 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ac767aa222a72a6 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac767aa222a72a6 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ac767aa222a72a6 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ac767aa222a72a6 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#aaf10aeb97a3fad > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a8bf6a3bcba966f [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a8bf6a3bcba966f [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a10aaaaa7eae52b .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aeca1a1e99a68c5 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aeca1a1e99a68c5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeca1a1e99a68c5 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a8ca1a3d35a29a6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a8ca1a3d35a29a6 a, #a8ca1a3d35a29a6 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ada5fafedba82a9 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#ada5fafedba82a9 .uk-grid {
  margin-left: -15px;
}
#ada5fafedba82a9 .uk-grid > * {
  padding-left: 15px;
}
#ada5fafedba82a9 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ada5fafedba82a9 .uk-card {
  background-color: #f9f9f9;
  transition: all .3s ease;
}
#ada5fafedba82a9 .uk-card-media-top {
  overflow: hidden;
}
#ada5fafedba82a9 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ada5fafedba82a9 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#ada5fafedba82a9 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#ada5fafedba82a9 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#ada5fafedba82a9 .uk-card-body {
  padding: 15px 10px 8px;
}
#ada5fafedba82a9 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#ada5fafedba82a9 .uk-button {
  border: 1px solid #ececec;
}
#ada5fafedba82a9 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #333333;
  line-height: 32px;
}
#ada5fafedba82a9 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#ada5fafedba82a9 .uk-card:hover {
  background-color: #ab001a;
}
#ada5fafedba82a9 .uk-card:hover .title {
  color: #fff;
}
#ada5fafedba82a9 .uk-card:hover hr {
  border-top-color: #de0022;
}
#ada5fafedba82a9 .uk-card:hover .img {
  transform: scale(1.2);
}
#ada5fafedba82a9 .uk-card:hover .abstract {
  color: #fff;
}
#ada5fafedba82a9 .uk-card:hover .datetime {
  color: #d3b267;
}
#ada5fafedba82a9 .uk-card:hover .category {
  color: #d3b267;
}
#ada5fafedba82a9 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1548af017ac98e {
  pointer-events: none;
}
#a1548af017ac98e .menu-list {
  width: 100%;
  background: #ffffff;
}
#a1548af017ac98e ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a1548af017ac98e .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a1548af017ac98e .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a1548af017ac98e .menu-list .menu-header svg,
#a1548af017ac98e .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a1548af017ac98e .menu-list > ul {
  position: relative;
}
#a1548af017ac98e .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a1548af017ac98e .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a1548af017ac98e .menu-list > ul > li.active > a,
#a1548af017ac98e .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a1548af017ac98e .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a1548af017ac98e .menu-list > ul > li a img,
#a1548af017ac98e .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a1548af017ac98e .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a1548af017ac98e .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a1548af017ac98e .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a1548af017ac98e .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a1548af017ac98e .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a1548af017ac98e .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1548af017ac98e .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a1548af017ac98e .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a1548af017ac98e .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a74acaa66ca5de5 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a6fd9ad9a5acd79 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a6fd9ad9a5acd79 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a56a5a27e4ab603 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a5985a9c94a6cd9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a5985a9c94a6cd9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5985a9c94a6cd9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9be1a2615a1ee6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a9be1a2615a1ee6 a, #a9be1a2615a1ee6 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4264acbdda7daf .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a4264acbdda7daf .uk-grid {
  margin-left: -15px;
}
#a4264acbdda7daf .uk-grid > * {
  padding-left: 15px;
}
#a4264acbdda7daf .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a4264acbdda7daf .uk-card {
  background-color: #f9f9f9;
  transition: all .3s ease;
}
#a4264acbdda7daf .uk-card-media-top {
  overflow: hidden;
}
#a4264acbdda7daf .uk-card-media-top .img {
  transition: all .3s ease;
}
#a4264acbdda7daf .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a4264acbdda7daf .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a4264acbdda7daf .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a4264acbdda7daf .uk-card-body {
  padding: 15px 10px 8px;
}
#a4264acbdda7daf hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a4264acbdda7daf .uk-button {
  border: 1px solid #ececec;
}
#a4264acbdda7daf .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #333333;
  line-height: 32px;
}
#a4264acbdda7daf .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a4264acbdda7daf .uk-card:hover {
  background-color: #ab001a;
}
#a4264acbdda7daf .uk-card:hover .title {
  color: #fff;
}
#a4264acbdda7daf .uk-card:hover hr {
  border-top-color: #de0022;
}
#a4264acbdda7daf .uk-card:hover .img {
  transform: scale(1.2);
}
#a4264acbdda7daf .uk-card:hover .abstract {
  color: #fff;
}
#a4264acbdda7daf .uk-card:hover .datetime {
  color: #d3b267;
}
#a4264acbdda7daf .uk-card:hover .category {
  color: #d3b267;
}
#a4264acbdda7daf .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a9628a75bba0230 {
  pointer-events: none;
}
#a9628a75bba0230 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a9628a75bba0230 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a9628a75bba0230 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a9628a75bba0230 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a9628a75bba0230 .menu-list .menu-header svg,
#a9628a75bba0230 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a9628a75bba0230 .menu-list > ul {
  position: relative;
}
#a9628a75bba0230 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a9628a75bba0230 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a9628a75bba0230 .menu-list > ul > li.active > a,
#a9628a75bba0230 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a9628a75bba0230 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a9628a75bba0230 .menu-list > ul > li a img,
#a9628a75bba0230 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a9628a75bba0230 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a9628a75bba0230 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a9628a75bba0230 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a9628a75bba0230 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a9628a75bba0230 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a9628a75bba0230 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9628a75bba0230 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a9628a75bba0230 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a9628a75bba0230 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a7cc2a344badc0d > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#af986a65c2ad703 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#af986a65c2ad703 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0b82a99c2abce6 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#af886a469ba4ecd {
  /* 修复吸顶导航宽度被写死的问题 */
}
#af886a469ba4ecd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af886a469ba4ecd .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3d98adee0a1b12 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a3d98adee0a1b12 a, #a3d98adee0a1b12 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ad430a3eeca06c7 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#ad430a3eeca06c7 .uk-grid {
  margin-left: -15px;
}
#ad430a3eeca06c7 .uk-grid > * {
  padding-left: 15px;
}
#ad430a3eeca06c7 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ad430a3eeca06c7 .uk-card {
  background-color: #f9f9f9;
  transition: all .3s ease;
}
#ad430a3eeca06c7 .uk-card-media-top {
  overflow: hidden;
}
#ad430a3eeca06c7 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ad430a3eeca06c7 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#ad430a3eeca06c7 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#ad430a3eeca06c7 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#ad430a3eeca06c7 .uk-card-body {
  padding: 15px 10px 8px;
}
#ad430a3eeca06c7 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#ad430a3eeca06c7 .uk-button {
  border: 1px solid #ececec;
}
#ad430a3eeca06c7 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #333333;
  line-height: 32px;
}
#ad430a3eeca06c7 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#ad430a3eeca06c7 .uk-card:hover {
  background-color: #ab001a;
}
#ad430a3eeca06c7 .uk-card:hover .title {
  color: #fff;
}
#ad430a3eeca06c7 .uk-card:hover hr {
  border-top-color: #de0022;
}
#ad430a3eeca06c7 .uk-card:hover .img {
  transform: scale(1.2);
}
#ad430a3eeca06c7 .uk-card:hover .abstract {
  color: #fff;
}
#ad430a3eeca06c7 .uk-card:hover .datetime {
  color: #d3b267;
}
#ad430a3eeca06c7 .uk-card:hover .category {
  color: #d3b267;
}
#ad430a3eeca06c7 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a2472a56f7a34c1 {
  pointer-events: none;
}
#a2472a56f7a34c1 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2472a56f7a34c1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2472a56f7a34c1 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2472a56f7a34c1 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a2472a56f7a34c1 .menu-list .menu-header svg,
#a2472a56f7a34c1 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2472a56f7a34c1 .menu-list > ul {
  position: relative;
}
#a2472a56f7a34c1 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a2472a56f7a34c1 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a2472a56f7a34c1 .menu-list > ul > li.active > a,
#a2472a56f7a34c1 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a2472a56f7a34c1 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2472a56f7a34c1 .menu-list > ul > li a img,
#a2472a56f7a34c1 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2472a56f7a34c1 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a2472a56f7a34c1 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a2472a56f7a34c1 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2472a56f7a34c1 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2472a56f7a34c1 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a2472a56f7a34c1 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a2472a56f7a34c1 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2472a56f7a34c1 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a2472a56f7a34c1 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a913da01eba6abb > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ad156acebca4e92 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ad156acebca4e92 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#adec3ae7c3a247f .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a3a2fa4f0eab3bf {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a3a2fa4f0eab3bf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3a2fa4f0eab3bf .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a2850ac503ae4bb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a2850ac503ae4bb a, #a2850ac503ae4bb {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1d71a48b0a6001 {
  pointer-events: none;
}
#a1d71a48b0a6001 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a1d71a48b0a6001 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a1d71a48b0a6001 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a1d71a48b0a6001 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a1d71a48b0a6001 .menu-list .menu-header svg,
#a1d71a48b0a6001 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a1d71a48b0a6001 .menu-list > ul {
  position: relative;
}
#a1d71a48b0a6001 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a1d71a48b0a6001 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a1d71a48b0a6001 .menu-list > ul > li.active > a,
#a1d71a48b0a6001 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a1d71a48b0a6001 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a1d71a48b0a6001 .menu-list > ul > li a img,
#a1d71a48b0a6001 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a1d71a48b0a6001 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 250px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a1d71a48b0a6001 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a1d71a48b0a6001 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a1d71a48b0a6001 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a1d71a48b0a6001 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a1d71a48b0a6001 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1d71a48b0a6001 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a1d71a48b0a6001 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a1d71a48b0a6001 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4d8aa453baf887 .uk-grid {
  margin-left: 0px;
}
#a4d8aa453baf887 .uk-grid > * {
  padding-left: 0px;
}
#a4d8aa453baf887 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4d8aa453baf887 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4d8aa453baf887 .uk-position-center-left-out {
    left: -30px;
  }
  #a4d8aa453baf887 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aa29ba707aaefb3 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a0ae6afc69a7a43 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a0ae6afc69a7a43 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a6edca5d08a990f .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aa268a6cb1ae817 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aa268a6cb1ae817 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa268a6cb1ae817 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a343aaa1a8a8bb2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a343aaa1a8a8bb2 a, #a343aaa1a8a8bb2 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a6247a145ca0393 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a6247a145ca0393 .uk-grid {
  margin-left: -15px;
}
#a6247a145ca0393 .uk-grid > * {
  padding-left: 15px;
}
#a6247a145ca0393 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a6247a145ca0393 .uk-card {
  background-color: #f9f9f9;
  transition: all .3s ease;
}
#a6247a145ca0393 .uk-card-media-top {
  overflow: hidden;
}
#a6247a145ca0393 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a6247a145ca0393 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a6247a145ca0393 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a6247a145ca0393 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a6247a145ca0393 .uk-card-body {
  padding: 15px 10px 8px;
}
#a6247a145ca0393 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a6247a145ca0393 .uk-button {
  border: 1px solid #ececec;
}
#a6247a145ca0393 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #333333;
  line-height: 32px;
}
#a6247a145ca0393 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a6247a145ca0393 .uk-card:hover {
  background-color: #ab001a;
}
#a6247a145ca0393 .uk-card:hover .title {
  color: #fff;
}
#a6247a145ca0393 .uk-card:hover hr {
  border-top-color: #de0022;
}
#a6247a145ca0393 .uk-card:hover .img {
  transform: scale(1.2);
}
#a6247a145ca0393 .uk-card:hover .abstract {
  color: #fff;
}
#a6247a145ca0393 .uk-card:hover .datetime {
  color: #d3b267;
}
#a6247a145ca0393 .uk-card:hover .category {
  color: #d3b267;
}
#a6247a145ca0393 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ad7e5a9599a5c3a {
  pointer-events: none;
}
#ad7e5a9599a5c3a .menu-list {
  width: 100%;
  background: #ffffff;
}
#ad7e5a9599a5c3a ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ad7e5a9599a5c3a .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ad7e5a9599a5c3a .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#ad7e5a9599a5c3a .menu-list .menu-header svg,
#ad7e5a9599a5c3a .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ad7e5a9599a5c3a .menu-list > ul {
  position: relative;
}
#ad7e5a9599a5c3a .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ad7e5a9599a5c3a .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#ad7e5a9599a5c3a .menu-list > ul > li.active > a,
#ad7e5a9599a5c3a .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#ad7e5a9599a5c3a .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ad7e5a9599a5c3a .menu-list > ul > li a img,
#ad7e5a9599a5c3a .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ad7e5a9599a5c3a .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ad7e5a9599a5c3a .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ad7e5a9599a5c3a .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ad7e5a9599a5c3a .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ad7e5a9599a5c3a .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ad7e5a9599a5c3a .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ad7e5a9599a5c3a .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ad7e5a9599a5c3a .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ad7e5a9599a5c3a .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a11d8acd95a139f > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#aac24ab842a16a6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aac24ab842a16a6 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aae27a2cbeaf6f2 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a7e99a47aca174c {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a7e99a47aca174c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7e99a47aca174c .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1a9fa17d1a3601 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a1a9fa17d1a3601 a, #a1a9fa17d1a3601 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ae492a2ec2ae6c8 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#ae492a2ec2ae6c8 .uk-grid {
  margin-left: -15px;
}
#ae492a2ec2ae6c8 .uk-grid > * {
  padding-left: 15px;
}
#ae492a2ec2ae6c8 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ae492a2ec2ae6c8 .uk-card {
  background-color: #f9f9f9;
  transition: all .3s ease;
}
#ae492a2ec2ae6c8 .uk-card-media-top {
  overflow: hidden;
}
#ae492a2ec2ae6c8 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ae492a2ec2ae6c8 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#ae492a2ec2ae6c8 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#ae492a2ec2ae6c8 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#ae492a2ec2ae6c8 .uk-card-body {
  padding: 15px 10px 8px;
}
#ae492a2ec2ae6c8 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#ae492a2ec2ae6c8 .uk-button {
  border: 1px solid #ececec;
}
#ae492a2ec2ae6c8 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #333333;
  line-height: 32px;
}
#ae492a2ec2ae6c8 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#ae492a2ec2ae6c8 .uk-card:hover {
  background-color: #ab001a;
}
#ae492a2ec2ae6c8 .uk-card:hover .title {
  color: #fff;
}
#ae492a2ec2ae6c8 .uk-card:hover hr {
  border-top-color: #de0022;
}
#ae492a2ec2ae6c8 .uk-card:hover .img {
  transform: scale(1.2);
}
#ae492a2ec2ae6c8 .uk-card:hover .abstract {
  color: #fff;
}
#ae492a2ec2ae6c8 .uk-card:hover .datetime {
  color: #d3b267;
}
#ae492a2ec2ae6c8 .uk-card:hover .category {
  color: #d3b267;
}
#ae492a2ec2ae6c8 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a3627ad7f5abd90 {
  pointer-events: none;
}
#a3627ad7f5abd90 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a3627ad7f5abd90 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a3627ad7f5abd90 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a3627ad7f5abd90 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a3627ad7f5abd90 .menu-list .menu-header svg,
#a3627ad7f5abd90 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a3627ad7f5abd90 .menu-list > ul {
  position: relative;
}
#a3627ad7f5abd90 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a3627ad7f5abd90 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a3627ad7f5abd90 .menu-list > ul > li.active > a,
#a3627ad7f5abd90 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a3627ad7f5abd90 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a3627ad7f5abd90 .menu-list > ul > li a img,
#a3627ad7f5abd90 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a3627ad7f5abd90 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a3627ad7f5abd90 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a3627ad7f5abd90 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a3627ad7f5abd90 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a3627ad7f5abd90 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a3627ad7f5abd90 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a3627ad7f5abd90 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a3627ad7f5abd90 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a3627ad7f5abd90 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#ae2f4a79caab626 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#aae75a24b1abaf6 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aae75a24b1abaf6 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a2422a0988a1ce8 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ac989a909ea9378 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ac989a909ea9378 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac989a909ea9378 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aecbaa8516ad25c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aecbaa8516ad25c a, #aecbaa8516ad25c {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#af61fadaeca3c5f .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#af61fadaeca3c5f .uk-grid {
  margin-left: -15px;
}
#af61fadaeca3c5f .uk-grid > * {
  padding-left: 15px;
}
#af61fadaeca3c5f .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#af61fadaeca3c5f .uk-card {
  background-color: #f9f9f9;
  transition: all .3s ease;
}
#af61fadaeca3c5f .uk-card-media-top {
  overflow: hidden;
}
#af61fadaeca3c5f .uk-card-media-top .img {
  transition: all .3s ease;
}
#af61fadaeca3c5f .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#af61fadaeca3c5f .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#af61fadaeca3c5f .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#af61fadaeca3c5f .uk-card-body {
  padding: 15px 10px 8px;
}
#af61fadaeca3c5f hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#af61fadaeca3c5f .uk-button {
  border: 1px solid #ececec;
}
#af61fadaeca3c5f .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #333333;
  line-height: 32px;
}
#af61fadaeca3c5f .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#af61fadaeca3c5f .uk-card:hover {
  background-color: #ab001a;
}
#af61fadaeca3c5f .uk-card:hover .title {
  color: #fff;
}
#af61fadaeca3c5f .uk-card:hover hr {
  border-top-color: #de0022;
}
#af61fadaeca3c5f .uk-card:hover .img {
  transform: scale(1.2);
}
#af61fadaeca3c5f .uk-card:hover .abstract {
  color: #fff;
}
#af61fadaeca3c5f .uk-card:hover .datetime {
  color: #d3b267;
}
#af61fadaeca3c5f .uk-card:hover .category {
  color: #d3b267;
}
#af61fadaeca3c5f .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a546ba03aaaf595 {
  pointer-events: none;
}
#a546ba03aaaf595 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a546ba03aaaf595 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a546ba03aaaf595 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a546ba03aaaf595 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a546ba03aaaf595 .menu-list .menu-header svg,
#a546ba03aaaf595 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a546ba03aaaf595 .menu-list > ul {
  position: relative;
}
#a546ba03aaaf595 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a546ba03aaaf595 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a546ba03aaaf595 .menu-list > ul > li.active > a,
#a546ba03aaaf595 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a546ba03aaaf595 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a546ba03aaaf595 .menu-list > ul > li a img,
#a546ba03aaaf595 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a546ba03aaaf595 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a546ba03aaaf595 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a546ba03aaaf595 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a546ba03aaaf595 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a546ba03aaaf595 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a546ba03aaaf595 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a546ba03aaaf595 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a546ba03aaaf595 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a546ba03aaaf595 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a2b83a0f6aa9259 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#af0e5a38e0a36dc [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#af0e5a38e0a36dc [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3448a0805ab26f .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a12a4a190fa0b0c {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a12a4a190fa0b0c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a12a4a190fa0b0c .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a34cfa9e6ba0389 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a34cfa9e6ba0389 a, #a34cfa9e6ba0389 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a2ee4a162aa5d41 {
  pointer-events: none;
}
#a2ee4a162aa5d41 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ee4a162aa5d41 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ee4a162aa5d41 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ee4a162aa5d41 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a2ee4a162aa5d41 .menu-list .menu-header svg,
#a2ee4a162aa5d41 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ee4a162aa5d41 .menu-list > ul {
  position: relative;
}
#a2ee4a162aa5d41 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ee4a162aa5d41 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a2ee4a162aa5d41 .menu-list > ul > li.active > a,
#a2ee4a162aa5d41 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a2ee4a162aa5d41 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ee4a162aa5d41 .menu-list > ul > li a img,
#a2ee4a162aa5d41 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ee4a162aa5d41 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a2ee4a162aa5d41 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a2ee4a162aa5d41 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ee4a162aa5d41 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ee4a162aa5d41 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a2ee4a162aa5d41 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a2ee4a162aa5d41 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ee4a162aa5d41 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a2ee4a162aa5d41 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a31f1ac7bea8e60 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#aa68cacb09a8782 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aa68cacb09a8782 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa34ca1340a95c8 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1007ac101a42b3 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1007ac101a42b3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1007ac101a42b3 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ac6a2ab139a7b7e {
  pointer-events: none;
}
#ac6a2ab139a7b7e .menu-list {
  width: 100%;
  background: #ffffff;
}
#ac6a2ab139a7b7e ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ac6a2ab139a7b7e .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ac6a2ab139a7b7e .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#ac6a2ab139a7b7e .menu-list .menu-header svg,
#ac6a2ab139a7b7e .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ac6a2ab139a7b7e .menu-list > ul {
  position: relative;
}
#ac6a2ab139a7b7e .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ac6a2ab139a7b7e .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#ac6a2ab139a7b7e .menu-list > ul > li.active > a,
#ac6a2ab139a7b7e .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#ac6a2ab139a7b7e .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ac6a2ab139a7b7e .menu-list > ul > li a img,
#ac6a2ab139a7b7e .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ac6a2ab139a7b7e .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 250px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ac6a2ab139a7b7e .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ac6a2ab139a7b7e .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ac6a2ab139a7b7e .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ac6a2ab139a7b7e .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ac6a2ab139a7b7e .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac6a2ab139a7b7e .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ac6a2ab139a7b7e .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ac6a2ab139a7b7e .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#ae1c0aa80ca2980 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ae1c0aa80ca2980 a, #ae1c0aa80ca2980 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1dbca30eea8383 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#a1dbca30eea8383 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1dbca30eea8383 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1dbca30eea8383 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1dbca30eea8383 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1dbca30eea8383 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1dbca30eea8383 .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;
}
#a1dbca30eea8383 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1dbca30eea8383 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1dbca30eea8383 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a1dbca30eea8383 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1dbca30eea8383 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1dbca30eea8383 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1dbca30eea8383 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1dbca30eea8383 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1dbca30eea8383 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1dbca30eea8383 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1dbca30eea8383 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1dbca30eea8383 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1dbca30eea8383 .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;
  }
}
#a1dbca30eea8383 .ele-article-list .pic-article {
  padding: 15px 15px;
  border-bottom: 1px solid #ececec;
}
#a1dbca30eea8383 .ele-article-list .pic-article .img_wrap {
  width: 20%;
  border-radius: 0px;
  overflow: hidden;
}
#a1dbca30eea8383 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a1dbca30eea8383 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1dbca30eea8383 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1dbca30eea8383 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1dbca30eea8383 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1dbca30eea8383 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1dbca30eea8383 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a1dbca30eea8383 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1dbca30eea8383 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1dbca30eea8383 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a6e02acb16acebc > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#aba37a6321af8b1 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aba37a6321af8b1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4736a6b5aaedfd .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1028a6cddabcb0 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1028a6cddabcb0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1028a6cddabcb0 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a5e66adc75a95b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a5e66adc75a95b2 a, #a5e66adc75a95b2 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a56f5a4698a6b35 {
  pointer-events: none;
}
#a56f5a4698a6b35 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a56f5a4698a6b35 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a56f5a4698a6b35 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a56f5a4698a6b35 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a56f5a4698a6b35 .menu-list .menu-header svg,
#a56f5a4698a6b35 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a56f5a4698a6b35 .menu-list > ul {
  position: relative;
}
#a56f5a4698a6b35 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a56f5a4698a6b35 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a56f5a4698a6b35 .menu-list > ul > li.active > a,
#a56f5a4698a6b35 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a56f5a4698a6b35 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a56f5a4698a6b35 .menu-list > ul > li a img,
#a56f5a4698a6b35 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a56f5a4698a6b35 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a56f5a4698a6b35 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a56f5a4698a6b35 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a56f5a4698a6b35 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a56f5a4698a6b35 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a56f5a4698a6b35 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a56f5a4698a6b35 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a56f5a4698a6b35 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a56f5a4698a6b35 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#abb96ab1b4acf16 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a6095a9d88a3516 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a6095a9d88a3516 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aee78a73fcad9f0 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ab02da6ee7af60e {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ab02da6ee7af60e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab02da6ee7af60e .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9c1fa0e72ab093 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a9c1fa0e72ab093 a, #a9c1fa0e72ab093 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a2ed3a418fa2d87 {
  pointer-events: none;
}
#a2ed3a418fa2d87 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a2ed3a418fa2d87 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2ed3a418fa2d87 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2ed3a418fa2d87 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a2ed3a418fa2d87 .menu-list .menu-header svg,
#a2ed3a418fa2d87 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2ed3a418fa2d87 .menu-list > ul {
  position: relative;
}
#a2ed3a418fa2d87 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a2ed3a418fa2d87 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a2ed3a418fa2d87 .menu-list > ul > li.active > a,
#a2ed3a418fa2d87 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a2ed3a418fa2d87 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2ed3a418fa2d87 .menu-list > ul > li a img,
#a2ed3a418fa2d87 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2ed3a418fa2d87 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a2ed3a418fa2d87 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a2ed3a418fa2d87 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2ed3a418fa2d87 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2ed3a418fa2d87 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a2ed3a418fa2d87 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a2ed3a418fa2d87 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2ed3a418fa2d87 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a2ed3a418fa2d87 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a1ad4a6aaaa4197 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a396aaf03fa6bd0 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a396aaf03fa6bd0 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a90a1a68bba31ef .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a649eadaa0a6f60 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a649eadaa0a6f60 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a649eadaa0a6f60 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ac2a3ab447ad6a8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ac2a3ab447ad6a8 a, #ac2a3ab447ad6a8 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#acd5fa8c24ae48e {
  pointer-events: none;
}
#acd5fa8c24ae48e .menu-list {
  width: 100%;
  background: #ffffff;
}
#acd5fa8c24ae48e ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#acd5fa8c24ae48e .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#acd5fa8c24ae48e .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#acd5fa8c24ae48e .menu-list .menu-header svg,
#acd5fa8c24ae48e .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#acd5fa8c24ae48e .menu-list > ul {
  position: relative;
}
#acd5fa8c24ae48e .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#acd5fa8c24ae48e .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#acd5fa8c24ae48e .menu-list > ul > li.active > a,
#acd5fa8c24ae48e .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#acd5fa8c24ae48e .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#acd5fa8c24ae48e .menu-list > ul > li a img,
#acd5fa8c24ae48e .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#acd5fa8c24ae48e .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#acd5fa8c24ae48e .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#acd5fa8c24ae48e .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#acd5fa8c24ae48e .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#acd5fa8c24ae48e .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#acd5fa8c24ae48e .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acd5fa8c24ae48e .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#acd5fa8c24ae48e .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#acd5fa8c24ae48e .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a5bf6a5d2da0f86 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a7fc5a6ec9a1e5b [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a7fc5a6ec9a1e5b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4c18a58e8a8aa7 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a6d7fa49f1a394f {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a6d7fa49f1a394f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6d7fa49f1a394f .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a42e5a8ca4a63b9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a42e5a8ca4a63b9 a, #a42e5a8ca4a63b9 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ab084a137faca3f {
  pointer-events: none;
}
#ab084a137faca3f .menu-list {
  width: 100%;
  background: #ffffff;
}
#ab084a137faca3f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ab084a137faca3f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ab084a137faca3f .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#ab084a137faca3f .menu-list .menu-header svg,
#ab084a137faca3f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ab084a137faca3f .menu-list > ul {
  position: relative;
}
#ab084a137faca3f .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ab084a137faca3f .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#ab084a137faca3f .menu-list > ul > li.active > a,
#ab084a137faca3f .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#ab084a137faca3f .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ab084a137faca3f .menu-list > ul > li a img,
#ab084a137faca3f .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ab084a137faca3f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#ab084a137faca3f .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ab084a137faca3f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ab084a137faca3f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ab084a137faca3f .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#ab084a137faca3f .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab084a137faca3f .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ab084a137faca3f .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#ab084a137faca3f .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a6494ac2cba65f7 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a9445aed6dac80b [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a9445aed6dac80b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a2eeea428ea424b .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aff46a5053aeea1 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aff46a5053aeea1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aff46a5053aeea1 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a6be9a5e42aa968 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a6be9a5e42aa968 a, #a6be9a5e42aa968 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a19eca5e5ea8c17 {
  pointer-events: none;
}
#a19eca5e5ea8c17 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a19eca5e5ea8c17 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a19eca5e5ea8c17 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a19eca5e5ea8c17 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a19eca5e5ea8c17 .menu-list .menu-header svg,
#a19eca5e5ea8c17 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a19eca5e5ea8c17 .menu-list > ul {
  position: relative;
}
#a19eca5e5ea8c17 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a19eca5e5ea8c17 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a19eca5e5ea8c17 .menu-list > ul > li.active > a,
#a19eca5e5ea8c17 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a19eca5e5ea8c17 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a19eca5e5ea8c17 .menu-list > ul > li a img,
#a19eca5e5ea8c17 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a19eca5e5ea8c17 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a19eca5e5ea8c17 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a19eca5e5ea8c17 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a19eca5e5ea8c17 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a19eca5e5ea8c17 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a19eca5e5ea8c17 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a19eca5e5ea8c17 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a19eca5e5ea8c17 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a19eca5e5ea8c17 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a258fa25a4a1704 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#acac0aa705a9253 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#acac0aa705a9253 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a790da55dea09a1 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ab764acc3faaa90 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ab764acc3faaa90 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab764acc3faaa90 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ab58cad10fa5b5b > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#ab58cad10fa5b5b  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a6cc7a171ba9f0e > .ele-wrap {background-image: url(/resources/upload/ac835a6364a894a/1670388102412.jpeg);background-position: center right;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3b67aaca6a679a > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a3b67aaca6a679a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ab93faff2ca6ded > .ele-wrap {background-image: url(/resources/upload/ac835a6364a894a/1670388026495.jpeg);background-position: center right;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aff45a3c24a88c4 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#aff45a3c24a88c4  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#af626ac361aab95 > .ele-wrap {background-image: url(/resources/upload/ac835a6364a894a/1670387943207.jpeg);background-position: center right;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a916ea2ac5a9be5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a916ea2ac5a9be5 a, #a916ea2ac5a9be5 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a42feae382adb53 {
  pointer-events: none;
}
#a42feae382adb53 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a42feae382adb53 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a42feae382adb53 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a42feae382adb53 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a42feae382adb53 .menu-list .menu-header svg,
#a42feae382adb53 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a42feae382adb53 .menu-list > ul {
  position: relative;
}
#a42feae382adb53 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a42feae382adb53 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a42feae382adb53 .menu-list > ul > li.active > a,
#a42feae382adb53 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a42feae382adb53 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a42feae382adb53 .menu-list > ul > li a img,
#a42feae382adb53 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a42feae382adb53 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a42feae382adb53 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a42feae382adb53 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a42feae382adb53 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a42feae382adb53 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a42feae382adb53 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a42feae382adb53 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a42feae382adb53 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a42feae382adb53 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a025fa02fbab30a > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a025fa02fbab30a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a4d88adf2daf7d5 > .ele-wrap {background-image: url(/resources/upload/ac835a6364a894a/1670387887224.jpeg);background-position: center right;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a967da2968af5ae > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a967da2968af5ae  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a58dca1e9daf304 > .ele-wrap {background-image: url(/resources/upload/ac835a6364a894a/1670388175244.jpeg);background-position: center right;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abcb8a0de0a5b58 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#aeae2a623ea4b0c [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#aeae2a623ea4b0c [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3aa0aa3e4a2104 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a7cd9acff8a6fbd {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a7cd9acff8a6fbd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7cd9acff8a6fbd .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a0c16a2554a6fec a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a0c16a2554a6fec a, #a0c16a2554a6fec {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aae95a8437a6130 {
  pointer-events: none;
}
#aae95a8437a6130 .menu-list {
  width: 100%;
  background: #ffffff;
}
#aae95a8437a6130 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#aae95a8437a6130 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#aae95a8437a6130 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#aae95a8437a6130 .menu-list .menu-header svg,
#aae95a8437a6130 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#aae95a8437a6130 .menu-list > ul {
  position: relative;
}
#aae95a8437a6130 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#aae95a8437a6130 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#aae95a8437a6130 .menu-list > ul > li.active > a,
#aae95a8437a6130 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#aae95a8437a6130 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#aae95a8437a6130 .menu-list > ul > li a img,
#aae95a8437a6130 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#aae95a8437a6130 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 250px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#aae95a8437a6130 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#aae95a8437a6130 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#aae95a8437a6130 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#aae95a8437a6130 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#aae95a8437a6130 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aae95a8437a6130 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#aae95a8437a6130 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#aae95a8437a6130 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#afe85af208a36e7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afe85af208a36e7 .ap-category-filter ul li.active {
  border-color: #ab001a;
  color: #ab001a;
}
#afe85af208a36e7 .article {
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 8px solid #eeeeee;
}
#afe85af208a36e7 .article .img_wrap {
  position: absolute;
  width: 150px;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
#afe85af208a36e7 .article .info {
  padding: 30px 20px;
  display: block;
  padding-left: 170px;
  margin: 0;
  height: 100%;
}
#afe85af208a36e7 .article .btn_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  margin-top: -10px;
  color: #b4b4b4;
}
#afe85af208a36e7 .article .btn_icon svg {
  fill: currentColor;
}
#afe85af208a36e7 .article.no-pic .info {
  padding-left: 20px;
}
#afe85af208a36e7 .article:hover {
  background-color: #2a3356;
  border-color: #2a3356;
}
#afe85af208a36e7 .article:hover .title {
  color: #fff;
}
#afe85af208a36e7 .article:hover .datetime {
  color: #d3b267;
}
#afe85af208a36e7 .article:hover .category {
  color: #d3b267;
}
#afe85af208a36e7 .article:hover .btn_icon {
  color: #d1b469;
}
#afe85af208a36e7 > div:last-child {
  margin-bottom: 0;
}
#a17f1a9801af289 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a5d80a9b52a92e5 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a5d80a9b52a92e5 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad26ca4b7ca02f7 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a7422ae4e1ab505 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a7422ae4e1ab505 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7422ae4e1ab505 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1d3aa20c3ab974 {
  pointer-events: none;
}
#a1d3aa20c3ab974 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a1d3aa20c3ab974 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a1d3aa20c3ab974 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a1d3aa20c3ab974 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a1d3aa20c3ab974 .menu-list .menu-header svg,
#a1d3aa20c3ab974 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a1d3aa20c3ab974 .menu-list > ul {
  position: relative;
}
#a1d3aa20c3ab974 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a1d3aa20c3ab974 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a1d3aa20c3ab974 .menu-list > ul > li.active > a,
#a1d3aa20c3ab974 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a1d3aa20c3ab974 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a1d3aa20c3ab974 .menu-list > ul > li a img,
#a1d3aa20c3ab974 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a1d3aa20c3ab974 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a1d3aa20c3ab974 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a1d3aa20c3ab974 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a1d3aa20c3ab974 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a1d3aa20c3ab974 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a1d3aa20c3ab974 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1d3aa20c3ab974 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a1d3aa20c3ab974 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a1d3aa20c3ab974 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a27dfa6a64aa08e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a27dfa6a64aa08e a, #a27dfa6a64aa08e {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa310ade9aa8a55 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a1281aaba5a9e2d [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a1281aaba5a9e2d [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aef9fa0fc7a4e68 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aaab4a3ca0aa597 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aaab4a3ca0aa597 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aaab4a3ca0aa597 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a5c58ae3b5a76a3 {
  pointer-events: none;
}
#a5c58ae3b5a76a3 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a5c58ae3b5a76a3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5c58ae3b5a76a3 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5c58ae3b5a76a3 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a5c58ae3b5a76a3 .menu-list .menu-header svg,
#a5c58ae3b5a76a3 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5c58ae3b5a76a3 .menu-list > ul {
  position: relative;
}
#a5c58ae3b5a76a3 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a5c58ae3b5a76a3 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a5c58ae3b5a76a3 .menu-list > ul > li.active > a,
#a5c58ae3b5a76a3 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a5c58ae3b5a76a3 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5c58ae3b5a76a3 .menu-list > ul > li a img,
#a5c58ae3b5a76a3 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5c58ae3b5a76a3 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#a5c58ae3b5a76a3 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a5c58ae3b5a76a3 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5c58ae3b5a76a3 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5c58ae3b5a76a3 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#a5c58ae3b5a76a3 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5c58ae3b5a76a3 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5c58ae3b5a76a3 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#a5c58ae3b5a76a3 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a4afdae00ba9efe a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a4afdae00ba9efe a, #a4afdae00ba9efe {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#af639a014fa7156 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a7577a0153ab735 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a7577a0153ab735 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a1492a9735a2848 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8f1da203dadd11 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a8f1da203dadd11 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8f1da203dadd11 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#aa6caa3303af407 {
  pointer-events: none;
}
#aa6caa3303af407 .menu-list {
  width: 100%;
  background: #ffffff;
}
#aa6caa3303af407 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#aa6caa3303af407 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#aa6caa3303af407 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#aa6caa3303af407 .menu-list .menu-header svg,
#aa6caa3303af407 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#aa6caa3303af407 .menu-list > ul {
  position: relative;
}
#aa6caa3303af407 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#aa6caa3303af407 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#aa6caa3303af407 .menu-list > ul > li.active > a,
#aa6caa3303af407 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#aa6caa3303af407 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#aa6caa3303af407 .menu-list > ul > li a img,
#aa6caa3303af407 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#aa6caa3303af407 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#aa6caa3303af407 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#aa6caa3303af407 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#aa6caa3303af407 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#aa6caa3303af407 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#aa6caa3303af407 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa6caa3303af407 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#aa6caa3303af407 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#aa6caa3303af407 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#af189a01faa5831 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#af189a01faa5831 a, #af189a01faa5831 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad7e6a74a0a03d6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a16f1a9df8a7854 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a16f1a9df8a7854 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a2eaba240babaa5 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ad667acdd5a4d25 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ad667acdd5a4d25 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad667acdd5a4d25 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#af2a6a7754a41c9 {
  pointer-events: none;
}
#af2a6a7754a41c9 .menu-list {
  width: 100%;
  background: #ffffff;
}
#af2a6a7754a41c9 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#af2a6a7754a41c9 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#af2a6a7754a41c9 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#af2a6a7754a41c9 .menu-list .menu-header svg,
#af2a6a7754a41c9 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#af2a6a7754a41c9 .menu-list > ul {
  position: relative;
}
#af2a6a7754a41c9 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#af2a6a7754a41c9 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#af2a6a7754a41c9 .menu-list > ul > li.active > a,
#af2a6a7754a41c9 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#af2a6a7754a41c9 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#af2a6a7754a41c9 .menu-list > ul > li a img,
#af2a6a7754a41c9 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#af2a6a7754a41c9 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 251px;
  top: 25px;
  width: 250px;
  background-color: #4a4a4a;
  border-left: none;
}
#af2a6a7754a41c9 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#af2a6a7754a41c9 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#af2a6a7754a41c9 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#af2a6a7754a41c9 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #4a4a4a;
  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;
  text-align: center;
  font-family: inherit;
  color: #9b9b9b;
  line-height: 50px;
}
#af2a6a7754a41c9 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af2a6a7754a41c9 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#af2a6a7754a41c9 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 24px;
}
#af2a6a7754a41c9 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#a6721aa102aa1b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#a6721aa102aa1b7 a, #a6721aa102aa1b7 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3bc6a0670a47bf > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#acf17ab54da6507 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#acf17ab54da6507 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac48ba01f5ab4de .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a52eda0872afdc0 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a52eda0872afdc0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a52eda0872afdc0 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a0febad614aeab2 {
  pointer-events: none;
}
#a0febad614aeab2 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a0febad614aeab2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a0febad614aeab2 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a0febad614aeab2 .menu-list .menu-header {
  background-color: #ab001a;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  bold: false;
}
#a0febad614aeab2 .menu-list .menu-header svg,
#a0febad614aeab2 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a0febad614aeab2 .menu-list > ul {
  position: relative;
}
#a0febad614aeab2 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a0febad614aeab2 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  border-top-width: 0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  height: nullpx;
}
#a0febad614aeab2 .menu-list > ul > li.active > a,
#a0febad614aeab2 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}
#a0febad614aeab2 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a0febad614aeab2 .menu-list > ul > li a img,
#a0febad614aeab2 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a0febad614aeab2 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 250px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a0febad614aeab2 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a0febad614aeab2 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a0febad614aeab2 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a0febad614aeab2 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a0febad614aeab2 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0febad614aeab2 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a0febad614aeab2 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a0febad614aeab2 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffffff;
}
#ab5f8a3206a12e5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ab5f8a3206a12e5 a, #ab5f8a3206a12e5 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ad706aea3baceab > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ace9ea6433a383a [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(171, 0, 26, 1);}#ace9ea6433a383a [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 74, 74, 1);}#af07fa522da3513 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1007ac101a42b3 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1007ac101a42b3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1007ac101a42b3 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a49afacbcfaf010 > .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);}#aea67a7fdaa2373 > .ele-wrap {background-color: rgba(171, 0, 26, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4736a6b5aaedfd .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1708a60b8ab7ca {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1708a60b8ab7ca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1708a60b8ab7ca .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a0b9da9b10aa8fd {
  min-height: 90vh;
  /* mobile */
}
#a0b9da9b10aa8fd .search-highlight {
  background: yellow;
}
#a0b9da9b10aa8fd .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a0b9da9b10aa8fd .el-title {
  margin-bottom: 20px;
}
#a0b9da9b10aa8fd .el-item:hover .el-title {
  color: #ab001a;
}
#a0b9da9b10aa8fd .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a0b9da9b10aa8fd .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a0b9da9b10aa8fd .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a0b9da9b10aa8fd .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a0b9da9b10aa8fd .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a0b9da9b10aa8fd .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a0b9da9b10aa8fd .el-title {
    margin-bottom: 0;
  }
  #a0b9da9b10aa8fd .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a0b9da9b10aa8fd .category {
    font-size: 12px;
  }
  #a0b9da9b10aa8fd .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a61d2ab981ae6b5 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1708a60b8ab7ca {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1708a60b8ab7ca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1708a60b8ab7ca .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#ab10fa7d7ca2aa9 {
  /* 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------------------------*/
}
#ab10fa7d7ca2aa9 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#ab10fa7d7ca2aa9 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#ab10fa7d7ca2aa9 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#ab10fa7d7ca2aa9 .error .clip:nth-of-type(1) .shadow,
#ab10fa7d7ca2aa9 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#ab10fa7d7ca2aa9 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#ab10fa7d7ca2aa9 .error h2 {
  font-size: 32px;
}
#ab10fa7d7ca2aa9 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#ab10fa7d7ca2aa9 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#ab10fa7d7ca2aa9 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#ab10fa7d7ca2aa9 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#ab10fa7d7ca2aa9 .error .clip .shadow {
  overflow: hidden;
}
#ab10fa7d7ca2aa9 .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);
}
#ab10fa7d7ca2aa9 .error .clip:nth-of-type(3) .shadow:after,
#ab10fa7d7ca2aa9 .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%;
}
#ab10fa7d7ca2aa9 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#ab10fa7d7ca2aa9 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#ab10fa7d7ca2aa9 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#ab10fa7d7ca2aa9 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#ab10fa7d7ca2aa9 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#ab10fa7d7ca2aa9 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#ab10fa7d7ca2aa9 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#ab10fa7d7ca2aa9 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #ab10fa7d7ca2aa9 {
    /* Error Page */
    /* Error Page */
  }
  #ab10fa7d7ca2aa9 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #ab10fa7d7ca2aa9 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #ab10fa7d7ca2aa9 .error .clip:nth-of-type(1) .shadow,
  #ab10fa7d7ca2aa9 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #ab10fa7d7ca2aa9 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #ab10fa7d7ca2aa9 .error h2 {
    font-size: 24px;
  }
  #ab10fa7d7ca2aa9 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #ab10fa7d7ca2aa9 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #ab10fa7d7ca2aa9 .error .container-error-404 {
    height: 150px;
  }
}
#ab10fa7d7ca2aa9 .overlay {
  position: relative;
  z-index: 20;
}
#ab10fa7d7ca2aa9 .ground-color {
  background: white;
}
#ab10fa7d7ca2aa9 .item-bg-color {
  background: #EAEAEA;
}
#ab10fa7d7ca2aa9 .padding-top {
  padding-top: 10px;
}
#ab10fa7d7ca2aa9 .padding-bottom {
  padding-bottom: 10px;
}
#ab10fa7d7ca2aa9 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ab10fa7d7ca2aa9 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#ab10fa7d7ca2aa9 .padding-all {
  padding: 10px;
}
#ab10fa7d7ca2aa9 .no-padding-left {
  padding-left: 0px;
}
#ab10fa7d7ca2aa9 .no-padding-right {
  padding-right: 0px;
}
#ab10fa7d7ca2aa9 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ab10fa7d7ca2aa9 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ab10fa7d7ca2aa9 .no-padding {
  padding: 0px;
}
#ab10fa7d7ca2aa9 .margin-top {
  margin-top: 10px;
}
#ab10fa7d7ca2aa9 .margin-bottom {
  margin-bottom: 10px;
}
#ab10fa7d7ca2aa9 .margin-right {
  margin-right: 10px;
}
#ab10fa7d7ca2aa9 .margin-left {
  margin-left: 10px;
}
#ab10fa7d7ca2aa9 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#ab10fa7d7ca2aa9 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ab10fa7d7ca2aa9 .margin-all {
  margin: 10px;
}
#ab10fa7d7ca2aa9 .no-margin {
  margin: 0px;
}
#ab10fa7d7ca2aa9 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#ab10fa7d7ca2aa9 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#ab10fa7d7ca2aa9 .inside-col-shrink {
  margin: 0px 20px;
}
#ab10fa7d7ca2aa9 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a61d2ab981ae6b5 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1708a60b8ab7ca {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1708a60b8ab7ca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1708a60b8ab7ca .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a4879a0739a8d29 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a4879a0739a8d29 .switch_item {
  margin-right: 10px;
}
#a4879a0739a8d29 a.switch_item:hover {
  text-decoration: underline;
}
#a4879a0739a8d29 .slider {
  width: 420px;
  height: 600px;
}
#a4879a0739a8d29 .uk-slideshow-items {
  height: 100%;
}
#a4879a0739a8d29 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a4879a0739a8d29 .login-wrap {
  width: 100%;
  height: 100%;
}
#a4879a0739a8d29 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a4879a0739a8d29 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a4879a0739a8d29 .phone-login-box {
  margin: 40px auto 40px;
}
#a4879a0739a8d29 .login-header {
  margin-bottom: 24px;
}
#a4879a0739a8d29 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a4879a0739a8d29 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a4879a0739a8d29 .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;
}
#a4879a0739a8d29 .forget_password {
  cursor: pointer;
}
#a4879a0739a8d29 .forget_password:hover {
  color: #ab001a;
}
#a4879a0739a8d29 .input-item input.error,
#a4879a0739a8d29 .input-item input.error::placeholder {
  color: #fc4343;
}
#a4879a0739a8d29 .input-item input::placeholder {
  color: #999;
}
#a4879a0739a8d29 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a4879a0739a8d29 .form-item {
  margin: 24px 0;
}
#a4879a0739a8d29 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a4879a0739a8d29 .send-code {
  float: left;
  margin-left: 20px;
}
#a4879a0739a8d29 .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;
}
#a4879a0739a8d29 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a4879a0739a8d29 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a4879a0739a8d29 .login_btn_wrap {
  text-align: center;
}
#a4879a0739a8d29 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a4879a0739a8d29 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a4879a0739a8d29 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a61d2ab981ae6b5 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1708a60b8ab7ca {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1708a60b8ab7ca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1708a60b8ab7ca .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a9b07ad97ca33af .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a9b07ad97ca33af .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a9b07ad97ca33af .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a9b07ad97ca33af .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a9b07ad97ca33af .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a9b07ad97ca33af .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a9b07ad97ca33af .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a9b07ad97ca33af .nav-list {
  padding: 0 20px;
}
#a9b07ad97ca33af .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;
}
#a9b07ad97ca33af .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a9b07ad97ca33af .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a9b07ad97ca33af .order-item:hover {
  background: #f7f7f7;
}
#a9b07ad97ca33af .del-order {
  cursor: pointer;
}
#a9b07ad97ca33af .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a9b07ad97ca33af .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a9b07ad97ca33af .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a9b07ad97ca33af .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a9b07ad97ca33af .goods-item .goods-info {
  padding: 0 15px;
}
#a9b07ad97ca33af .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a9b07ad97ca33af .appoint-time {
  margin-bottom: 4px;
}
#a9b07ad97ca33af .appoint-name {
  color: #333;
  font-size: 14px;
}
#a9b07ad97ca33af .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a9b07ad97ca33af .goods-item .goods-name {
  color: #333;
}
#a9b07ad97ca33af .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a9b07ad97ca33af .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a9b07ad97ca33af .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a9b07ad97ca33af .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a9b07ad97ca33af .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a9b07ad97ca33af .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;
}
#a9b07ad97ca33af .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a9b07ad97ca33af .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a9b07ad97ca33af .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a9b07ad97ca33af .setting-form {
  padding: 30px 20px;
}
#a9b07ad97ca33af .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a9b07ad97ca33af .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a9b07ad97ca33af .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a9b07ad97ca33af .setting-form .setting-btns {
  margin-left: 130px;
}
#a9b07ad97ca33af .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a9b07ad97ca33af .setting-wrap {
  position: relative;
}
#a9b07ad97ca33af .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a9b07ad97ca33af .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a9b07ad97ca33af .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a9b07ad97ca33af .address-wrap {
  padding: 30px 20px;
}
#a9b07ad97ca33af .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a9b07ad97ca33af .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a9b07ad97ca33af .addr-list {
  min-height: 200px;
}
#a9b07ad97ca33af .addr-detail .addr-item-name,
#a9b07ad97ca33af .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;
}
#a9b07ad97ca33af .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a9b07ad97ca33af .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a9b07ad97ca33af .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a9b07ad97ca33af .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a9b07ad97ca33af .add-addr {
  height: 32px;
  line-height: 30px;
}
#a9b07ad97ca33af .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;
}
#a9b07ad97ca33af .publish-item {
  cursor: default;
  min-height: 120px;
}
#a9b07ad97ca33af .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a9b07ad97ca33af .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a9b07ad97ca33af .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #ab001a;
}
#a9b07ad97ca33af .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a61d2ab981ae6b5 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1708a60b8ab7ca {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1708a60b8ab7ca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1708a60b8ab7ca .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a5607a2b1cae26c {
  min-height: 90vh;
  /* mobile */
}
#a5607a2b1cae26c .search-highlight {
  background: yellow;
}
#a5607a2b1cae26c .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a5607a2b1cae26c .el-title {
  margin-bottom: 20px;
}
#a5607a2b1cae26c .el-item:hover .el-title {
  color: #ab001a;
}
#a5607a2b1cae26c .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a5607a2b1cae26c .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a5607a2b1cae26c .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a5607a2b1cae26c .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a5607a2b1cae26c .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a5607a2b1cae26c .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a5607a2b1cae26c .el-title {
    margin-bottom: 0;
  }
  #a5607a2b1cae26c .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a5607a2b1cae26c .category {
    font-size: 12px;
  }
  #a5607a2b1cae26c .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a61d2ab981ae6b5 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1708a60b8ab7ca {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a1708a60b8ab7ca .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1708a60b8ab7ca .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a057cab8c9ac9e7 .comment-detail {
  min-height: 600px;
}
#a057cab8c9ac9e7 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a057cab8c9ac9e7 table th,
#a057cab8c9ac9e7 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a057cab8c9ac9e7 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a057cab8c9ac9e7 .red {
  color: #F00!important;
}
#a057cab8c9ac9e7 .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;
}
#a8c31a57c4a11e0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: NotoSansSC-Thin;color: rgba(255, 255, 255, 1);letter-spacing: 2px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a1762a54dea5a42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1762a54dea5a42 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1762a54dea5a42 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 51px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1762a54dea5a42 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
  border-bottom-width: 0;
}
#a1762a54dea5a42 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ab001a;
}
#a1762a54dea5a42 .menu-list > li.active > a:before,
#a1762a54dea5a42 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1762a54dea5a42 .menu-list > li ul li {
  position: relative;
}
#a1762a54dea5a42 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #ffffff;
  width: 200px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
  background: transparent;
}
#a1762a54dea5a42 .menu-list li ul li:hover > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul li a:active,
#a1762a54dea5a42 .menu-list li ul li a.active,
#a1762a54dea5a42 .menu-list li ul li.active > a {
  background-color: #ab001a;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul,
#a1762a54dea5a42 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#a1762a54dea5a42 .menu-list li ul.menu-b > li,
#a1762a54dea5a42 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1762a54dea5a42 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1762a54dea5a42 .menu-list li:hover > ul {
  display: block;
}
#a1762a54dea5a42 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#a26f0a4c02a1002 form {
  width: 100%;
  height: 100%;
}
#a26f0a4c02a1002 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#a26f0a4c02a1002 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26f0a4c02a1002 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26f0a4c02a1002 .search-box .search-type.show {
  display: block;
}
#a26f0a4c02a1002 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 18px;
}
#a26f0a4c02a1002 .search-box .search-type li:hover {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .search-box .search-type li.active {
  color: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a26f0a4c02a1002 .inner-form .input-field {
  height: 100%;
}
#a26f0a4c02a1002 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000000;
}
#a26f0a4c02a1002 .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#a26f0a4c02a1002 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26f0a4c02a1002 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000000;
  margin: 0 15px;
}
#a26f0a4c02a1002 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26f0a4c02a1002 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(34, 25, 77, 0);
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  overflow: hidden;
}
#a26f0a4c02a1002 .btn-search:hover {
  background: rgba(0, 0, 0, 0);
}
#a26f0a4c02a1002 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a61d2ab981ae6b5 .uk-container {max-width: 1500px;}@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
@to TopIcon:ICON://type=svg&id=1002115;
#adb81a0c4ba0fd0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(230, 33, 41, 1);border-radius: 0px;justify-content: center;border-style: solid;}#adb81a0c4ba0fd0 .ele-wrap:hover {background-color: #0483cc;}