@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; .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: 1; 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: #2a4c98; text-decoration: none; cursor: pointer; } a:hover, .uk-link:hover { color: #e26f1f; } /* 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: #e26f1f; } /* 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: #2a4c98; text-shadow: none; } ::selection { background: #2a4c98; 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 #2a4c98; } /* Small ========================================================================== */ /* * Reset child height, caused by `inline-block` */ .uk-divider-small { line-height: 0; } .uk-divider-small::after { border-top: 2px solid #2a4c98; } /* ======================================================================== Component: List ========================================================================== */ .uk-list, .ap-child-list > ul { padding: 0; list-style: none; } .uk-list-striped > li:nth-of-type(odd) { background: #f8f8f8; } /* ======================================================================== Component: Description list ========================================================================== */ /* * Term */ .uk-description-list > dd { font-size: 1; } /* Caption ========================================================================== */ .uk-table caption { color: #999999; } /* * Striped */ .uk-table-striped > tr:nth-of-type(odd), .uk-table-striped tbody tr:nth-of-type(odd) { background: #f8f8f8; } /* Style modifiers ========================================================================== */ /* * Link */ .uk-icon-link:hover, .uk-icon-link:focus { color: #2a4c98; 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: #2a4c98; outline: none; } /* OnClick + Active */ .uk-icon-button:active, .uk-active > .uk-icon-button { background-color: #2a4c98; color: #ffffff; } /* Thumb ========================================================================== */ /* * 1. Reset * 2. Style */ /* Webkit */ .uk-range::-webkit-slider-thumb { background: #666; } /* Firefox */ .uk-range::-moz-range-thumb { background: #666; } /* Edge */ .uk-range::-ms-thumb { /* 1 */ margin-top: 0; } /* IE11 */ .uk-range::-ms-thumb { background: #666; } .uk-input, .uk-select, .uk-textarea { background: #ffffff; color: #666; } /* Focus */ .uk-input:focus, .uk-select:focus, .uk-textarea:focus { outline: none; background-color: #ffffff; } /* Disabled */ .uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled { background-color: #f8f8f8; color: #999999; } /* * Placeholder */ .uk-input:-ms-input-placeholder { color: #999999 !important; } .uk-input::-moz-placeholder { color: #999999; } .uk-input::-webkit-input-placeholder { color: #999999; } .uk-textarea:-ms-input-placeholder { color: #999999 !important; } .uk-textarea::-moz-placeholder { color: #999999; } .uk-textarea::-webkit-input-placeholder { color: #999999; } .uk-form-danger, .uk-form-danger:focus { color: #f0506e; border-color: #f0506e !important; } /* * Success */ .uk-form-success, .uk-form-success:focus { color: #32d296; border-color: #32d296 !important; } /* * Blank */ .uk-form-blank { background: none; border-color: transparent !important; } .uk-form-blank:focus { border-color: #EBEBED !important; border-style: dashed; } /* * Checked */ .uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate { background-color: #2a4c98; 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: #2a4c98; } /* OnClick + Active */ .uk-button-default:active, .uk-button-default.uk-active { background-color: #2a4c98; color: #ffffff; } /* * Primary */ .uk-button-primary { background-color: #2a4c98; color: #ffffff; } /* Hover + Focus */ .uk-button-primary:hover, .uk-button-primary:focus { background-color: #e26f1f; color: #ffffff; } /* OnClick + Active */ .uk-button-primary:active, .uk-button-primary.uk-active { color: #ffffff; } /* * Secondary */ .uk-button-secondary { color: #666; border: 1px solid #e26f1f; } /* OnClick + Active */ .uk-button-secondary:active, .uk-button-secondary.uk-active { background-color: #2a4c98; color: #ffffff; border-color: #2a4c98; } /* * Danger */ .uk-button-danger { background-color: transparent; color: #f0506e; border: 1px solid #f0506e; } /* Hover + Focus */ .uk-button-danger:hover, .uk-button-danger:focus { background-color: transparent; } /* OnClick + Active */ .uk-button-danger:active, .uk-button-danger.uk-active { background-color: #f0506e; color: #ffffff; border-color: #f0506e; } /* * Disabled * The same for all style modifiers */ .uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled, .uk-button-danger:disabled { background-color: #f8f8f8; color: #999999; } /* Text modifiers ========================================================================== */ /* * Text * 1. Reset * 2. Style */ .uk-button-text { /* 1 */ padding: 0; line-height: 1.5; background: none; /* 2 */ position: relative; } /* Hover + Focus */ .uk-button-text:hover, .uk-button-text:focus { color: #2a4c98; } /* 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: #2a4c98; } /* Hover + Focus */ .uk-button-link:hover, .uk-button-link:focus { color: #e26f1f; } /* 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: #2a4c98; } /* * Secondary */ .uk-section-secondary, .ap-container-secondary .uk-container { background: #e26f1f; } .uk-section-muted, .ap-container-muted .uk-container { background: #f8f8f8; } /* Style modifiers ========================================================================== */ /* * Default */ .uk-tile-default { background: #ffffff; } /* * Muted */ .uk-tile-muted { background: #f8f8f8; } /* * Primary */ .uk-tile-primary { background: #2a4c98; } /* * Secondary */ .uk-tile-secondary { background: #e26f1f; } /* ======================================================================== 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: #2a4c98; color: #ffffff; } .uk-card-primary .uk-card-title { color: #ffffff; } /* * Secondary */ .uk-card-secondary { background: #e26f1f; 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: #2a4c98; background-color: transparent; } /* ======================================================================== Component: Marker ========================================================================== */ /* * Addopts `uk-icon` */ .uk-marker { padding: 5px; background: #e26f1f; 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: #2a4c98; } /* * 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: #2a4c98; color: #ffffff; } /* * Required for `a` */ .uk-badge:hover, .uk-badge:focus { color: #ffffff; text-decoration: none; outline: none; } /* ======================================================================== Component: Label ========================================================================== */ .uk-label { background: #2a4c98; color: #ffffff; } /* Color modifiers ========================================================================== */ /* * Success */ .uk-label-success { background-color: #32d296; color: #ffffff; } /* * Warning */ .uk-label-warning { background-color: #faa05a; color: #ffffff; } /* * Danger */ .uk-label-danger { background-color: #f0506e; color: #ffffff; } /* ======================================================================== Component: Overlay ========================================================================== */ .uk-overlay { padding: 20px 20px; } /* * Remove margin from the last-child */ .uk-overlay > :last-child { margin-bottom: 0; } /* Title ========================================================================== */ /* Meta ========================================================================== */ .uk-article-meta { color: #999999; } .uk-article-meta a { color: #999999; } .uk-article-meta a:hover { color: #666; text-decoration: none; } /* Meta ========================================================================== */ .uk-comment-meta { color: #999999; } /* Style modifier ========================================================================== */ .uk-comment-primary { background-color: #f8f8f8; } .uk-search-input:focus { outline: none; } /* Placeholder */ .uk-search-input:-ms-input-placeholder { color: #999999 !important; } .uk-search-input::-moz-placeholder { color: #999999; } .uk-search-input::-webkit-input-placeholder { color: #999999; } /* Icon (Adopts `uk-icon`) ========================================================================== */ /* * Remove default focus style */ .uk-search-icon:focus { outline: none; } .uk-search .uk-search-icon { color: #999999; } /* * Required for `a`. */ .uk-search .uk-search-icon:hover { color: #999999; } /* Focus */ .uk-search-default .uk-search-input:focus { background-color: #ffffff; } /* Toggle ========================================================================== */ .uk-search-toggle { color: #999999; } /* Hover + Focus */ .uk-search-toggle:hover, .uk-search-toggle:focus { color: #666; } /* Parent icon modifier ========================================================================== */ .uk-nav-parent-icon > .uk-parent > a::after { content: ""; width: 1.5 em; height: 1.5 em; } /* * Items */ .uk-nav-default > li > a { color: #999999; } /* Hover + Focus */ .uk-nav-default > li > a:hover, .uk-nav-default > li > a:focus { color: #2a4c98; 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: #2a4c98; } /* 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: #2a4c98; outline: none; } .uk-navbar-nav > li > a:hover::before { background-color: currentColor; } /* OnClick */ .uk-navbar-nav > li.uk-active > a::before { background-color: #2a4c98; } /* Item ========================================================================== */ .uk-navbar-item { color: #666; } /* Toggle ========================================================================== */ .uk-navbar-toggle:hover, .uk-navbar-toggle:focus, .uk-navbar-toggle.uk-open { color: #2a4c98; } /* 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: #2a4c98; 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: #2a4c98; 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: #2a4c98; 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: #2a4c98; } /* 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: #2a4c98; border-color: transparent; } /* Active */ .uk-dotnav > .uk-active > * { background-color: #2a4c98; 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: #2a4c98; } /* * 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: #2a4c98; } /* Dialog ========================================================================== */ /* * 1. Create position context for spinner and close button * 2. Dimensions * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11 * `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests * 4. Style * 5. Slide-in transition */ .uk-modal-dialog { background: #ffffff; } /* * Open */ .uk-open > .uk-modal-dialog { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } /* Message ========================================================================== */ .uk-notification-message { background: #f8f8f8; color: #666; } /* Style modifiers ========================================================================== */ /* * Primary */ .uk-notification-message-primary { color: #2a4c98; } /* * 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: #2a4c98; color: #ffffff; } /* * Remove animated circles for indeterminate state in IE11 and Edge */ .uk-progress:indeterminate { color: transparent; } /* * Progress container * 2. Remove progress bar for indeterminate state in Firefox */ .uk-progress::-webkit-progress-bar { background-color: #f8f8f8; border-radius: 500px; overflow: hidden; } /* * Progress bar * 1. Remove right border in IE11 and Edge */ .uk-progress::-webkit-progress-value { background-color: #2a4c98; } .uk-progress::-moz-progress-bar { background-color: #2a4c98; } .uk-progress::-ms-fill { background-color: #2a4c98; } /* ======================================================================== 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: #2a4c98 !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: #2a4c98 !important; } @supports (-webkit-background-clip: text) { .uk-text-background { background-color: #2a4c98; } } /* ======================================================================== Component: Background ========================================================================== */ /* Color ========================================================================== */ .uk-background-default { background-color: #ffffff; } .uk-background-muted { background-color: #f8f8f8; } .uk-background-primary { background-color: #2a4c98; } .uk-background-secondary { background-color: #e26f1f; } /* ======================================================================== 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: #2a4c98; 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: #2a4c98; 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: #2a4c98; color: #ffffff; border-color: transparent; background-image: none; box-shadow: none; } .uk-light .uk-button-primary:hover, .uk-light .uk-button-primary:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary.uk-card-body .uk-button-primary:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus, .uk-overlay-primary .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:focus, .ap-toolbar .uk-button-primary:hover, .ap-toolbar .uk-button-primary:focus { color: #ffffff; border-color: transparent; box-shadow: none; } .uk-light .uk-button-primary:active, .uk-light .uk-button-primary.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary.uk-card-body .uk-button-primary.uk-active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary.uk-active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active, .uk-overlay-primary .uk-button-primary:active, .uk-overlay-primary .uk-button-primary.uk-active, .ap-toolbar .uk-button-primary:active, .ap-toolbar .uk-button-primary.uk-active { color: #ffffff; border-color: transparent; } .uk-light .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary, .uk-overlay-primary .uk-button-secondary, .ap-toolbar .uk-button-secondary { background-color: transparent; border-color: #ffffff; color: #ffffff; background-image: none; box-shadow: none; } .uk-light .uk-button-secondary:hover, .uk-light .uk-button-secondary:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary.uk-card-body .uk-button-secondary:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus, .uk-overlay-primary .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:focus, .ap-toolbar .uk-button-secondary:hover, .ap-toolbar .uk-button-secondary:focus { background-color: transparent; color: #ffffff; box-shadow: none; } .uk-light .uk-button-secondary:active, .uk-light .uk-button-secondary.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary.uk-card-body .uk-button-secondary.uk-active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary.uk-active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active, .uk-overlay-primary .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary.uk-active, .ap-toolbar .uk-button-secondary:active, .ap-toolbar .uk-button-secondary.uk-active { background-color: #ffffff; border-color: #ffffff; } .uk-light .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text, .uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text, .uk-overlay-primary .uk-button-text, .ap-toolbar .uk-button-text { color: #ffffff; } .uk-light .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active, .uk-overlay-primary .uk-totop:active, .ap-toolbar .uk-totop:active { color: #ffffff; background-color: transparent; } .uk-light .uk-marker, .uk-section-primary:not(.uk-preserve-color) .uk-marker, .uk-section-secondary:not(.uk-preserve-color) .uk-marker, .uk-tile-primary:not(.uk-preserve-color) .uk-marker, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker, .uk-card-primary.uk-card-body .uk-marker, .uk-card-primary > :not([class*='uk-card-media']) .uk-marker, .uk-card-secondary.uk-card-body .uk-marker, .uk-card-secondary > :not([class*='uk-card-media']) .uk-marker, .uk-overlay-primary .uk-marker, .ap-toolbar .uk-marker { background: #f8f8f8; color: #666; } .uk-light .uk-marker:hover, .uk-light .uk-marker:focus, .uk-section-primary:not(.uk-preserve-color) .uk-marker:hover, .uk-section-primary:not(.uk-preserve-color) .uk-marker:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus, .uk-card-primary.uk-card-body .uk-marker:hover, .uk-card-primary.uk-card-body .uk-marker:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus, .uk-card-secondary.uk-card-body .uk-marker:hover, .uk-card-secondary.uk-card-body .uk-marker:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus, .uk-overlay-primary .uk-marker:hover, .uk-overlay-primary .uk-marker:focus, .ap-toolbar .uk-marker:hover, .ap-toolbar .uk-marker:focus { color: #666; } .uk-light .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge, .uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*='uk-card-media']) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*='uk-card-media']) .uk-badge, .uk-overlay-primary .uk-badge, .ap-toolbar .uk-badge { background-color: #ffffff; color: #333; } .uk-light .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-tile-primary:not(.uk-preserve-color) .uk-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-label, .uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*='uk-card-media']) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*='uk-card-media']) .uk-label, .uk-overlay-primary .uk-label, .ap-toolbar .uk-label { background-color: #ffffff; } .uk-light .uk-article-title, .uk-section-primary:not(.uk-preserve-color) .uk-article-title, .uk-section-secondary:not(.uk-preserve-color) .uk-article-title, .uk-tile-primary:not(.uk-preserve-color) .uk-article-title, .uk-tile-secondary:not(.uk-preserve-color) .uk-article-title, .uk-card-primary.uk-card-body .uk-article-title, .uk-card-primary > :not([class*='uk-card-media']) .uk-article-title, .uk-card-secondary.uk-card-body .uk-article-title, .uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title, .uk-overlay-primary .uk-article-title, .ap-toolbar .uk-article-title { color: #ffffff; } .uk-light .uk-nav-default > li > a:hover, .uk-light .uk-nav-default > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-default > li > a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus, .uk-overlay-primary .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:focus, .ap-toolbar .uk-nav-default > li > a:hover, .ap-toolbar .uk-nav-default > li > a:focus { color: rgba(197, 57, 15, 0.7); background-color: transparent; } .uk-light .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a, .ap-toolbar .uk-nav-default > li.uk-active > a { color: #ffffff; background-color: transparent; } .uk-light .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header, .ap-toolbar .uk-nav-default .uk-nav-header { color: #ffffff; } .uk-light .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a, .ap-toolbar .uk-nav-primary > li.uk-active > a { color: #ffffff; } .uk-light .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header, .ap-toolbar .uk-nav-primary .uk-nav-header { color: #ffffff; } .uk-light .uk-navbar-nav > li > a::before, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before, .uk-overlay-primary .uk-navbar-nav > li > a::before, .ap-toolbar .uk-navbar-nav > li > a::before { background-color: transparent; } .uk-light .uk-navbar-nav > li:hover > a, .uk-light .uk-navbar-nav > li > a:focus, .uk-light .uk-navbar-nav > li > a.uk-open, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open, .uk-overlay-primary .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li > a:focus, .uk-overlay-primary .uk-navbar-nav > li > a.uk-open, .ap-toolbar .uk-navbar-nav > li:hover > a, .ap-toolbar .uk-navbar-nav > li > a:focus, .ap-toolbar .uk-navbar-nav > li > a.uk-open { color: #ffffff; } .uk-light .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .ap-toolbar .uk-navbar-nav > li.uk-active > a { color: #ffffff; } .uk-light .uk-navbar-nav > li.uk-active > a::before, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before, .ap-toolbar .uk-navbar-nav > li.uk-active > a::before { background-color: #2a4c98; } .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(226, 111, 31, 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: #2a4c98; } .uk-section-muted .uk-navbar-container.uk-navbar-sticky { background-color: #f8f8f8; } .uk-section-primary .uk-navbar-container.uk-navbar-sticky { background-color: #2a4c98; } .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: #2a4c98; border-color: #2a4c98; } .category .uk-pagination li:hover, .ap-pagination li:hover, .dynamic-pagination li:hover { border-color: #2a4c98; } /* ======================================================================== 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: #1f3870; } .ap-list-filter dd a.active { background-color: #2a4c98; color: #fff; border-radius: 2px; } .ap-filter-dropdown .filter-item-wrap.open, .ap-filter-dropdown .filter-item.active { color: #2a4c98; } .category li a.active { color: #2a4c98; } .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: #2a4c98; } .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: #2a4c98; border: 1px solid rgba(42, 76, 152, 0.2); } form .step .step-bg-progress, form .add-file .file-btn, form .step-btns a, form .step .ui-step.active .ui-step-num { background: #2a4c98; } form .step .ui-step.active .ui-step-title { color: #2a4c98; } /**************** 自定义版块样式 ********************/ .btn-effect-1 { border-color: #2a4c98; background-color: #2a4c98; color: #fff; } .header-effect-6 [data-item='title']::before { background-color: #2a4c98; } .btn-effect-2 { background-color: transparent; border: 1px solid #2a4c98; color: #2a4c98; } .btn-effect-2:hover { background-color: #2a4c98; } .uk-button.btn-effect-5 { background-color: #2a4c98; box-shadow: 0 0 15px rgba(42, 76, 152, 0.8); } .header-effect-3 [data-item='title']::after { background: #2a4c98; } .header-effect-6 [data-item='title']::before { background-color: #2a4c98; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a11c3aa6e8a42bc .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ac68da0cc9a7803 .sidebar { width: 300px; margin-left: 20px; } #ac68da0cc9a7803 .datetime { flex-shrink: 0; margin-left: 10px; } #ac68da0cc9a7803 .data-list .uk-card { padding: 10px 0; } #ac68da0cc9a7803 .sidebar.left { margin-left: 0; margin-right: 20px; } @media (max-width: 640px) { #ac68da0cc9a7803 .sidebar { width: 100%; margin: 0 0 15px; } } #ac68da0cc9a7803 .data-list .uk-card { cursor: pointer !important; } #ac68da0cc9a7803 .data-list .uk-card img { max-height: 300px; } #ac68da0cc9a7803 .data-list .uk-card:hover { background: #fafafa; } #ac68da0cc9a7803 .data-list .uk-card:hover .uk-h4 { color: #e26f1f; } #ac68da0cc9a7803 .data-list .uk-card .uk-card-media-left img { transition: all .3s ease; } #ac68da0cc9a7803 .data-list .uk-card .uk-card-media-left:hover img { transform: scale(1.05); } #ac68da0cc9a7803 .data-list .uk-card-media-left { border-radius: 4px; overflow: hidden; } #ac68da0cc9a7803 .search-form { position: relative; overflow: hidden; background: #fff; display: block; } #ac68da0cc9a7803 .search-form input.search-input { width: 100%; height: 34px; padding: 5px 52px 5px 10px; font-size: 14px; color: #333; border: 1px solid #efefef; } #ac68da0cc9a7803 .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: #2a4c98; cursor: pointer; } #ac68da0cc9a7803 .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; } #ac68da0cc9a7803 .uk-card .category:hover { background: #2a4c98; } #ac68da0cc9a7803 .accordion-menu { width: 100%; } #ac68da0cc9a7803 .accordion-menu ul ul.submenu, #ac68da0cc9a7803 .accordion-menu ul ul.submenu li ul.submenu { background: transparent; } #ac68da0cc9a7803 .accordion-menu-header { padding: 10px 10px 0; border-bottom: 1px solid #ececec; } #ac68da0cc9a7803 .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; } #ac68da0cc9a7803 .accordion-menu > ul > li > a { background: #fff; font-size: 14px; border-bottom: 1px solid #ececec; } #ac68da0cc9a7803 .accordion-menu .menu-item.active > a { background: #2a4c98; color: #fff; } #ac68da0cc9a7803 .accordion-menu li a:hover { background-color: #2a4c98; color: #fff; border: none; } #ac68da0cc9a7803 .accordion-menu .submenu-indicator { cursor: pointer; position: absolute; font-size: 20px; line-height: 40px; padding: 0 20px; right: 0; } #ac68da0cc9a7803 .phone { display: block; font-size: 24px; font-weight: bold; } #ac68da0cc9a7803 .hot-list, #ac68da0cc9a7803 .new-list { padding: 12px; } #ac68da0cc9a7803 .new-list a:hover, #ac68da0cc9a7803 .hot-list a:hover { color: #e26f1f; } #ac68da0cc9a7803 .hot-item .thumb { display: inline-block; width: 100px; overflow: hidden; margin-right: 10px; border-radius: 2px; flex-shrink: 0; } #ac68da0cc9a7803 .hot-item:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); transition: all 0.3s ease-out 0s; } #ac68da0cc9a7803 .hot-item:hover a { color: #e26f1f; } #ac68da0cc9a7803 .panel-title { position: relative; padding-left: 10px; margin: 0 0 16px; font-size: 16px; font-weight: 600; line-height: 1; } #ac68da0cc9a7803 .panel-title::before { position: absolute; left: 0; top: 0; width: 3px; height: 16px; border-radius: 3px; background: #2a4c98; content: ""; } #ac68da0cc9a7803 .content-header { padding-bottom: 10px; } #ac68da0cc9a7803 .item-title { color: #333; } #ac68da0cc9a7803 input::placeholder { color: #999; } #ac68da0cc9a7803 .datetime { color: #999; } #ac68da0cc9a7803 .new-item a { padding-left: 25px; } #ac68da0cc9a7803 .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; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #a8299a4fcaa0f94 [data-item="items[0].title"] {left: 0px;top: -10px; position: relative;}#ac68da0cc9a7803 [data-item*=".abstract"], #ac68da0cc9a7803 [data-item*=".abstract"] a {show: true;}#ac68da0cc9a7803 [data-item*=".subTitle"], #ac68da0cc9a7803 [data-item*=".subTitle"] a {show: true;}#ac68da0cc9a7803 [data-item*=".category"], #ac68da0cc9a7803 [data-item*=".category"] a {show: true;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a11c3aa6e8a42bc .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a584dafaf2a9987 .sidebar { width: 300px; margin-left: 20px; } #a584dafaf2a9987 .sidebar.left { margin-left: 0; margin-right: 20px; } #a584dafaf2a9987 .abstract { white-space: pre-wrap; } @media (max-width: 640px) { #a584dafaf2a9987 .sidebar { width: 100%; margin: 0 0 15px; } #a584dafaf2a9987 .uk-container { padding: 0; } #a584dafaf2a9987 .sidebar { padding: 10px; } } #a584dafaf2a9987 .search-form { position: relative; overflow: hidden; background: #fff; display: block; } #a584dafaf2a9987 .search-form .search-input { width: 100%; height: 34px; padding: 5px 52px 5px 10px; font-size: 14px; color: #333; border: 1px solid #efefef; } #a584dafaf2a9987 .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: #2a4c98; cursor: pointer; } #a584dafaf2a9987 .content-tags a { display: inline-block; margin: 0 10px 5px 0; padding: 5px 15px; font-size: 14px; line-height: 1.2; color: #666; border: 1px solid #999; border-radius: 3px; transition: all .3s ease; } #a584dafaf2a9987 .content-tags a:hover { background: #2a4c98; color: #fff; border-color: #2a4c98; } #a584dafaf2a9987 .abstract, #a584dafaf2a9987 .copyright { margin: 15px 0; font-size: 14px; line-height: 1.6; color: #999; border: 1px solid #efefef; background: #fbfbfb; border-radius: 3px; } #a584dafaf2a9987 .copyright a { color: #999; word-break: break-all; } #a584dafaf2a9987 .detail-content { font-size: 16px; color: #444; } #a584dafaf2a9987 .detail-content img { margin-bottom: 10px; } #a584dafaf2a9987 .detail-content table { font-size: 13px; } #a584dafaf2a9987 .phone { display: block; font-size: 24px; font-weight: bold; } #a584dafaf2a9987 .hot-list, #a584dafaf2a9987 .new-list { padding: 12px; } #a584dafaf2a9987 .new-list a:hover, #a584dafaf2a9987 .hot-list a:hover { color: #e26f1f; } #a584dafaf2a9987 .hot-item .thumb { display: inline-block; width: 100px; overflow: hidden; margin-right: 10px; border-radius: 2px; flex-shrink: 0; } #a584dafaf2a9987 .hot-item:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); transition: all 0.3s ease-out 0s; } #a584dafaf2a9987 .hot-item:hover a { color: #e26f1f; } #a584dafaf2a9987 .panel-title { position: relative; padding-left: 10px; margin: 0 0 16px; font-size: 16px; font-weight: 600; line-height: 1; } #a584dafaf2a9987 .panel-title::before { position: absolute; left: 0; top: 0; width: 3px; height: 16px; border-radius: 3px; background: #2a4c98; content: ""; } #a584dafaf2a9987 .content-header { padding-bottom: 10px; } #a584dafaf2a9987 .item-title { color: #333; } #a584dafaf2a9987 input::placeholder { color: #999; } #a584dafaf2a9987 .datetime { color: #999; } #a584dafaf2a9987 .new-item a { padding-left: 25px; } #a584dafaf2a9987 .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; } #a584dafaf2a9987 .siblings a { color: #444; line-height: 2; } #a584dafaf2a9987 .siblings a:hover { color: #e26f1f; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #ae930ab822a0fda .a3660a7c35add1c > .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;}#ae930ab822a0fda .a3660a7c35add1c > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ae930ab822a0fda .aa39fa5e8ba9c62 { overflow: hidden; } #ae930ab822a0fda .aa39fa5e8ba9c62 .img-wrap { transition: all 0.3s ease-in; } #ae930ab822a0fda .aa39fa5e8ba9c62 .img-wrap:hover { transform: scale(1.2); } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ae930ab822a0fda .ae99fa2128abc7c { overflow: hidden; } #ae930ab822a0fda .ae99fa2128abc7c , #ae930ab822a0fda .ae99fa2128abc7c > * { font-weight: normal; font-style: normal; font-size: 20px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ae930ab822a0fda .ae99fa2128abc7c:hover , #ae930ab822a0fda .ae99fa2128abc7c *:hover { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(42, 76, 152, 1);}#ae930ab822a0fda .aaa4cadd33a2d65 > .ele-wrap {background-color: #2a4c98;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 15px;}#ae930ab822a0fda .a93dbaa48ba2a87 , #ae930ab822a0fda .a93dbaa48ba2a87 a{color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ae930ab822a0fda .uk-grid { margin-left: -20px; } #ae930ab822a0fda .uk-grid > * { padding-left: 20px; } #ae930ab822a0fda .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #ae930ab822a0fda .uk-position-center-left-out { left: -30px; } #ae930ab822a0fda .uk-position-center-right-out { left: auto; right: -30px; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a11c3aa6e8a42bc .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a873dac707ad26a .sidebar { width: 320px; } @media (max-width: 640px) { #a873dac707ad26a .sidebar { width: 100%; } } #a873dac707ad26a .menu-header h4 { color: #fff; font-weight: 500; line-height: 70px; padding-left: 20px; } #a873dac707ad26a .menu-header h4 span { font-size: 12px; } #a873dac707ad26a .menu-level-1 { border: 1px solid #ECECEC; margin-bottom: 15px; } #a873dac707ad26a .menu-item a { color: #666; display: block; padding: 0 20px; line-height: 50px; text-decoration: none; white-space: nowrap; position: relative; overflow: hidden; transition: color .2s linear,background .2s linear; font-size: 14px; border-bottom: 1px solid #ECECEC; } #a873dac707ad26a .menu-item a .indicator { position: absolute; right: 20px; top: 15px; width: 25px; height: 25px; background: url(/resources/sys/img/icons/menu_icon.png) center center no-repeat; } #a873dac707ad26a .menu-item a:hover { color: #e26f1f; } #a873dac707ad26a .menu-item a:hover > .indicator { background-image: url(/resources/sys/img/icons/menu_icon_hover.png); } #a873dac707ad26a .menu-level-1 > a { color: #333; font-size: 18px; position: relative; background: #eaeaea; } #a873dac707ad26a .menu-level-3 { padding-left: 15px; } #a873dac707ad26a .accordion-menu > ul > li > a { background: #ddd; font-size: 16px; } #a873dac707ad26a .accordion-menu li a:hover { background-color: #2a4c98; color: #fff; border: none; } #a873dac707ad26a .accordion-menu .submenu-indicator { cursor: pointer; position: absolute; font-size: 20px; line-height: 50px; padding: 0 20px; right: 0; } #a873dac707ad26a .contact-phone { padding: 15px 0 15px 70px; color: #333; } #a873dac707ad26a .contact-icon { position: absolute; left: 20px; top: 20px; width: 40px; height: 40px; font-size: 20px; color: #fff; border-radius: 50%; text-align: center; line-height: 40px; } #a873dac707ad26a .contact-info { border-top: 1px solid #ECECEC; } #a873dac707ad26a .contact-info p { margin: 0; } #a873dac707ad26a .phone { font-size: 24px; font-family: arial; line-height: 1; } #a873dac707ad26a .hot-list { padding: 15px; } #a873dac707ad26a .hot-list a { color: #777; } #a873dac707ad26a .hot-list a:hover { color: #e26f1f; } #a873dac707ad26a .hot-item .thumb { display: block; overflow: hidden; } #a873dac707ad26a .hot-item:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); transition: all 0.3s ease-out 0s; } #a873dac707ad26a .hot-item:hover a { color: #e26f1f; } #a873dac707ad26a .hot-title { position: relative; padding-left: 10px; margin: 0 0 12px; font-size: 16px; font-weight: 600; line-height: 1; } #a873dac707ad26a .hot-title::before { position: absolute; left: 0; top: 0; width: 3px; height: 16px; border-radius: 3px; background: #2a4c98; content: ""; } #a873dac707ad26a .content-header { padding-bottom: 10px; } #a873dac707ad26a .uk-button-group .uk-button { font-size: 12px; height: 30px; padding: 0 15px; line-height: 30px; } #a873dac707ad26a .uk-button-group .uk-button:first-child { border-radius: 15px 0 0 15px; } #a873dac707ad26a .uk-button-group .uk-button:last-child { border-radius: 0 15px 15px 0; } @media (max-width: 640px) { #a873dac707ad26a .uk-padding-small { padding: 0; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a1fb6aaae2aab84 .i-wrap { width: calc(100.1%); position: relative; left: -0.05rem; overflow: hidden; } #a1fb6aaae2aab84 .i-bn { display: inline-block; vertical-align: top; white-space: nowrap; } #a1fb6aaae2aab84 .i-s { position: relative; } #a1fb6aaae2aab84 .i-item { display: inline-block; vertical-align: top; width: 260px; flex-shrink: 0; margin: 10px; border: 1px solid #dcdcdc; border-radius: .1rem; position: relative; background-color: #fff; transition: all .3s; overflow: hidden; } #a1fb6aaae2aab84 .i-arrow { width: 20px; height: 40px; margin-top: -20px; background-image: url(/resources/sys/img/section/arrow-24.png); background-size: 100% 100%; cursor: pointer; position: absolute; top: 50%; } #a1fb6aaae2aab84 .i-arrow.swiper-button-disabled { opacity: 0.3; cursor: default; } #a1fb6aaae2aab84 .i-prev { left: -30px; } #a1fb6aaae2aab84 .i-next { right: -30px; transform: rotate(180deg); } #a1fb6aaae2aab84 .i-bn .swiper-wrapper { display: inline-block; white-space: nowrap; overflow: visible; width: auto; height: auto; } #a1fb6aaae2aab84 .i-bn .swiper-slide { display: inline-flex; height: auto; white-space: normal; flex-wrap: nowrap; } #a1fb6aaae2aab84 .i-item:hover { border-color: #2a4c98; } #a1fb6aaae2aab84 .i-img { width: 100%; height: auto; } #a1fb6aaae2aab84 .i-item .title { padding: 10px 0; color: #333; font-size: 16px; } #a1fb6aaae2aab84 .swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #a873dac707ad26a [data-item*=".abstract"], #a873dac707ad26a [data-item*=".abstract"] a {show: false;}#a873dac707ad26a [data-item*=".subTitle"], #a873dac707ad26a [data-item*=".subTitle"] a {show: true;}#a873dac707ad26a [data-item*=".category"], #a873dac707ad26a [data-item*=".category"] a {show: true;}#a1fb6aaae2aab84 .uk-grid {margin-left: -7px;}@media (min-width: 1200px) { #a1fb6aaae2aab84 .uk-grid { margin-left: -7px;} }@media (max-width: 640) { #a1fb6aaae2aab84 .uk-grid { margin-left: -7px;} }#a1fb6aaae2aab84 .uk-grid>* {padding-left: 7px;}@media (min-width: 1200px) { #a1fb6aaae2aab84 .uk-grid>* { padding-left: 7px;} }@media (max-width: 640) {#a1fb6aaae2aab84 .uk-grid>* { padding-left: 7px;} }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #abc65ac5baacf7f .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aeabea8a27a846d .phone-info { font-size: 28px; color: #296fb7; font-family: 'helvetica'; padding-top: 5px; font-weight: bold; line-height: 1; } #aeabea8a27a846d .phone-info span { font-size: 13px; font-weight: 400; display: block; } #aeabea8a27a846d .abstract { white-space: pre-wrap; } #aeabea8a27a846d .product-main { margin: 15px 0; } #aeabea8a27a846d .video-box, #aeabea8a27a846d .preview-box { margin-bottom: 20px; border: 1px solid #eee; text-align: center; } #aeabea8a27a846d .video-box video { object-fit: contain; position: absolute; left: 0; top: 0; z-index: 10; } #aeabea8a27a846d .goods-slider { width: 430px; max-width: 100%; } #aeabea8a27a846d .preview-box img { width: 100%; } #aeabea8a27a846d .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; } #aeabea8a27a846d .zoom-indicator { background-color: #fff; opacity: .3; position: absolute; right: 0; bottom: 0; } #aeabea8a27a846d .zoom-indicator i { width: 30px; height: 30px; line-height: 30px; text-align: center; } #aeabea8a27a846d .thumb-box { width: 100%; position: relative; } #aeabea8a27a846d .thumb-box .btn { width: 22px; height: 32px; } #aeabea8a27a846d .thumb-box .btn-next { background: url(/resources/sys/img/section/btn_next.png) no-repeat center center; } #aeabea8a27a846d .thumb-box .btn-prev { background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center; } #aeabea8a27a846d .thumb-list { overflow: hidden; } #aeabea8a27a846d .thumb-list ul { width: 100000px; } #aeabea8a27a846d .thumb-list ul li { list-style: none; float: left; margin: 0 4px; cursor: pointer; position: relative; } #aeabea8a27a846d .thumb-list ul li img { width: 68px; height: 68px; border: 2px solid #fff; } #aeabea8a27a846d .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; } #aeabea8a27a846d .thumb-list ul li.thumb-video:hover::after { opacity: 1; background-size: 35px; } #aeabea8a27a846d .thumb-list ul li.active img { border-color: #2a4c98; } #aeabea8a27a846d .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; } #aeabea8a27a846d .zoom-box img { max-width: initial; } #aeabea8a27a846d .uk-button-primary { font-size: 16px; } #aeabea8a27a846d .questions .question { font-size: 16px; font-weight: 400; color: #333; } #aeabea8a27a846d .questions .answer { font-size: 13px; color: #999; } #aeabea8a27a846d .questions .fa { line-height: 24px; } @media (max-width: 640px) { #aeabea8a27a846d .content-wrap { padding: 0; } #aeabea8a27a846d .title { font-size: 18px; font-weight: bolder; } #aeabea8a27a846d .content-wrap .rich-img-wrap { margin-left: -15px; margin-right: -15px; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #af9f6ae21ca3434 .filter-nav li { padding: 2px 15px; border-radius: 2px; font-size: 13px; margin: 0 10px 4px 0; border: 1px solid #2a4c98; color: #2a4c98; display: inline-block; cursor: pointer; } #af9f6ae21ca3434 .filter-nav li.uk-active { color: #fff; background-color: #2a4c98; } #af9f6ae21ca3434 .text-style figure { background: transparent; } #af9f6ae21ca3434 .text-style:hover figure { background: #2a4c98; } #af9f6ae21ca3434 .text-style.text-style-7 img { opacity: .9; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a6bf1ab912a97ce .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #adbaaa89d3a505f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #acde3ac19eaf796 > .ele-wrap { background-image: linear-gradient(0deg, rgba(23, 98, 188, 1), rgba(102, 173, 248, 1)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}#a6cb7a23cea7cb9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb2dae31ca749f > .ele-wrap {background-color: rgba(42, 76, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5aa7a3106a1ca5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f55a90d9a2917 > .ele-wrap {background-color: rgba(42, 76, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc74ae9c5acbc3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b8cae333a4b3c .hover-content-wrap:nth-child(1) {background-color: rgba(0, 0, 0, 0);}#aa0e7acc1ead4ef > .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=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a0fa6af7afa2060 > .ele-wrap {background-color: rgba(42, 76, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a6194afc5aa5f6f .hover-content-wrap:nth-child(1) {background-color: rgba(0, 0, 0, 0);}#a92afabcdaa8742 > .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=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5b89a3b62ae58e > .ele-wrap {background-color: rgba(42, 76, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a8c31afc82a3388 .hover-content-wrap:nth-child(1) {background-color: rgba(0, 0, 0, 0);}#ac58da231eaff45 > .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=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aabb2a3d6cab5ea > .ele-wrap {background-color: rgba(42, 76, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7540a2da6aa851 .hover-content-wrap:nth-child(1) {background-color: rgba(0, 0, 0, 0);}#aec03af043ab7ef > .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=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a56d2a7843af46b > .ele-wrap {background-color: rgba(42, 76, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a37e9a2532a3b5b .hover-content-wrap:nth-child(1) {background-color: rgba(0, 0, 0, 0);}#abbe1a2891a4213 > .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=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7da7a016aa47b9 > .ele-wrap {background-color: rgba(42, 76, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ae768a54ecaf018 .hover-content-wrap:nth-child(1) {background-color: rgba(0, 0, 0, 0);}#a9d56a436fafcf7 > .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=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a95bca25ecad51f > .ele-wrap {background-color: rgba(42, 76, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aa301a04d2adfdc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ae300a922aa4099 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a277fafd9faaec0 .ele-wrap {border-color: rgba(42, 76, 152, 1);color: #2a4c98;font-size: 14px;font-weight: 500;border-radius: 70px;justify-content: center;border-style: solid;border-width: 1px;}#a277fafd9faaec0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(42, 76, 152, 1);color: #ffffff;}#a0763ac442affd8 > .ele-wrap {background-color: rgba(42, 76, 152, 1);background-image: url(/resources/upload/ad26fabae6acde9/1678251353796.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6204a4639a72dc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a6782a2ee8ad17d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aac95a663ca9e45 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a3668ae01cac110 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a8036aef24a598f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a11f5a1298a8d7e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a6519a385bab85a .ap-category-filter ul li.active { border-color: #2a4c98; color: #2a4c98; } #a6519a385bab85a .grid-list .product-item { overflow: hidden; } #a6519a385bab85a .grid-list .product-preview .img { display: block; } #a6519a385bab85a .grid-list .tags { position: absolute; left: 8px; top: 8px; } #a6519a385bab85a .grid-list .tags .tag { font-size: 12px; line-height: 1; color: #ffffff; font-weight: 500; padding: 3px 4px 1px; border-radius: 2px; background-color: #F8353E; margin-right: 4px; float: left; } #a6519a385bab85a .grid-list .product-info { min-height: 110px; } #a6519a385bab85a .grid-list .product-info-inner { padding: 16px 10px; transition: margin 0.3s ease 0s; position: absolute; width: 100%; background: #fff; } #a6519a385bab85a .grid-list .product-item:hover .product-info-inner { margin-top: -49px; } #a6519a385bab85a .grid-list .product-item:hover .product-buttons { opacity: 1; } #a6519a385bab85a .grid-list .category-name { font-size: 12px; } #a6519a385bab85a .grid-list .category-name a { color: #777; } #a6519a385bab85a .grid-list .title, #a6519a385bab85a .grid-list .subTitle { font-weight: 500; font-size: 14px; color: #191919; line-height: 1.5; } #a6519a385bab85a .grid-list .title a, #a6519a385bab85a .grid-list .subTitle a { color: #191919; } #a6519a385bab85a .grid-list .product-buttons { margin-top: 10px; position: absolute; left: 0; right: 0; opacity: 0; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } #a6519a385bab85a .grid-list .product-btn { border-radius: 4px; padding: 6px 15px; font-size: 14px; color: #fff; line-height: 1; } #a6519a385bab85a .grid-list .ap-icon svg { height: 1em; fill: currentColor; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; } #a6519a385bab85a .grid-list .product-preview { border-radius: 0px; overflow: hidden; } #a6519a385bab85a .grid-list .title a { display: block; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; } #a6519a385bab85a .grid-list .product:hover { background-color: auto; } #a6519a385bab85a .grid-list .product:hover .title a { color: #444; } #a6519a385bab85a .grid-list .product:hover .subTitle { color: auto; } #a6519a385bab85a .grid-list .product:hover .category { color: auto; } #a6519a385bab85a .grid-list .product:hover .abstract { color: auto; } #a6519a385bab85a .grid-list .product:hover .product-btn { color: auto; } @media (max-width: 640px) { #a6519a385bab85a .grid-list .product-info { min-height: 0; } #a6519a385bab85a .grid-list .product-info-inner { padding: 10px; position: relative; } #a6519a385bab85a .grid-list .product-buttons { display: none; } } #a7604a6998a2797 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ada44a9738a0e83 .ele-wrap {border-color: rgba(42, 76, 152, 1);color: #2a4c98;font-size: 14px;font-weight: 500;border-radius: 70px;justify-content: center;border-style: solid;border-width: 1px;}#ada44a9738a0e83 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(42, 76, 152, 1);color: #ffffff;}#a6de4a7105aaf2c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a895ba4bc3a0acb .uk-grid { margin-left: -15px; } #a895ba4bc3a0acb .uk-grid > * { padding-left: 15px; } #a895ba4bc3a0acb .uk-grid > .uk-grid-margin { margin-top: 0px; } #a895ba4bc3a0acb .ap-category-filter ul li.active { border-color: #2a4c98; color: #2a4c98; } #a895ba4bc3a0acb .article { background-color: #fff; border-bottom: 1px solid #f2f2f2; position: relative; padding-right: 60px; margin-bottom: 0px; border-bottom-style: solid; } #a895ba4bc3a0acb .article .info { padding: 20px 10px; position: relative; } #a895ba4bc3a0acb .article .info p { margin: 10px 0 10px; } #a895ba4bc3a0acb .article svg { fill: currentColor; } #a895ba4bc3a0acb .article .btn_icon { position: absolute; right: 10px; bottom: 20px; width: 20px; color: #b4b4b4; } #a895ba4bc3a0acb .article .list_icon { position: absolute; width: 12px; left: 6px; top: 20px; color: #b4b4b4; } #a895ba4bc3a0acb .article.list-icon .info { padding-left: 25px; } #a895ba4bc3a0acb .article .datetime { position: absolute; right: 10px; top: 20px; } #a895ba4bc3a0acb .article:hover { background-color: #fff; border-top: 1px solid auto; } #a895ba4bc3a0acb .article:hover .title { color: #626262; } #a895ba4bc3a0acb .article:hover .datetime { color: #b6b6b6; } #a895ba4bc3a0acb .article:hover .category { color: #b6b6b6; } #a895ba4bc3a0acb .article:hover .abstract { color: #b6b6b6; } #a895ba4bc3a0acb .article:hover .btn_icon { color: #b6b6b6; } #a895ba4bc3a0acb .article:hover .list_icon { color: #b6b6b6; } #a46c3a45d6a8a3b .ele-wrap {border-color: rgba(42, 76, 152, 1);color: #2a4c98;font-size: 14px;font-weight: 500;border-radius: 70px;justify-content: center;border-style: solid;border-width: 1px;}#a46c3a45d6a8a3b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(42, 76, 152, 1);color: #ffffff;}#ae354a3013a0bf7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #abc65ac5baacf7f .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #a03d5afd05a9b4e a, #a03d5afd05a9b4e { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a03d5afd05a9b4e a:hover { font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aae27a6328a1faa a, #aae27a6328a1faa { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(124, 124, 124, 1);}#aae27a6328a1faa a:hover { font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5af2a8a91a3068 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a14aca6592a0e26 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a929aa5a57ad753 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a8209a2547aa27a > .ele-wrap {background-color: rgba(244, 248, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa961a9bd7a7536 > .ele-wrap {background-color: rgba(244, 248, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af287a2972af684 > .ele-wrap {background-color: rgba(244, 248, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ae496a5a09aa23e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5c8aad997a4c43 > .ele-wrap {background-color: rgba(42, 76, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e26a7aa1a72ae > .ele-wrap {background-color: rgba(42, 76, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1822aaf4ba3135 > .ele-wrap {background-color: rgba(42, 76, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6541adb3daaac0 > .ele-wrap {background-color: rgba(42, 76, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a8f53a68cba8304 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac65ca9b2cab969 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a0a82a472ba1834 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a66b8acd7aadca6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a9383a302bae50a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aaa6aacb0cac130 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7665a077aae6e1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a857fab332ac6ab .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #a4381ae788ae283 a, #a4381ae788ae283 { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4381ae788ae283 a:hover { font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa62aa4805a09c7 .ad148acf38af4ba > .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;}#aa62aa4805a09c7 .ad148acf38af4ba > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aa62aa4805a09c7 .a0a23a6d0faffa3 { overflow: hidden; } #aa62aa4805a09c7 .a0a23a6d0faffa3 .img-wrap { transition: all 0.3s ease-in; } #aa62aa4805a09c7 .a0a23a6d0faffa3 .img-wrap:hover { transform: scale(1.2); } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aa62aa4805a09c7 .a9ccdaab0da95fc { overflow: hidden; } #aa62aa4805a09c7 .a9ccdaab0da95fc , #aa62aa4805a09c7 .a9ccdaab0da95fc > * { font-weight: normal; font-style: normal; font-size: 20px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aa62aa4805a09c7 .a9ccdaab0da95fc:hover , #aa62aa4805a09c7 .a9ccdaab0da95fc *:hover { font-weight: normal; font-style: normal; font-family: inherit;color: rgba(42, 76, 152, 1);}#aa62aa4805a09c7 .a6b07ab925aaabe > .ele-wrap {background-color: #2a4c98;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 15px;}#aa62aa4805a09c7 .a896ea063aad3e5 , #aa62aa4805a09c7 .a896ea063aad3e5 a{color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aa62aa4805a09c7 .uk-grid { margin-left: -20px; } #aa62aa4805a09c7 .uk-grid > * { padding-left: 20px; } #aa62aa4805a09c7 .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #aa62aa4805a09c7 .uk-position-center-left-out { left: -30px; } #aa62aa4805a09c7 .uk-position-center-right-out { left: auto; right: -30px; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #acbf5aeff0a0562 .ap-category-filter ul li.active { border-color: #2a4c98; color: #2a4c98; } #acbf5aeff0a0562 .grid-list .product-item { overflow: hidden; } #acbf5aeff0a0562 .grid-list .product-preview .img { display: block; } #acbf5aeff0a0562 .grid-list .tags { position: absolute; left: 8px; top: 8px; } #acbf5aeff0a0562 .grid-list .tags .tag { font-size: 12px; line-height: 1; color: #ffffff; font-weight: 500; padding: 3px 4px 1px; border-radius: 2px; background-color: #F8353E; margin-right: 4px; float: left; } #acbf5aeff0a0562 .grid-list .product-info { min-height: 110px; } #acbf5aeff0a0562 .grid-list .product-info-inner { padding: 16px 10px; transition: margin 0.3s ease 0s; position: absolute; width: 100%; background: #fff; } #acbf5aeff0a0562 .grid-list .product-item:hover .product-info-inner { margin-top: -49px; } #acbf5aeff0a0562 .grid-list .product-item:hover .product-buttons { opacity: 1; } #acbf5aeff0a0562 .grid-list .category-name { font-size: 12px; } #acbf5aeff0a0562 .grid-list .category-name a { color: #777; } #acbf5aeff0a0562 .grid-list .title, #acbf5aeff0a0562 .grid-list .subTitle { font-weight: 500; font-size: 14px; color: #191919; line-height: 1.5; } #acbf5aeff0a0562 .grid-list .title a, #acbf5aeff0a0562 .grid-list .subTitle a { color: #191919; } #acbf5aeff0a0562 .grid-list .product-buttons { margin-top: 10px; position: absolute; left: 0; right: 0; opacity: 0; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } #acbf5aeff0a0562 .grid-list .product-btn { border-radius: 4px; padding: 6px 15px; font-size: 14px; color: #fff; line-height: 1; } #acbf5aeff0a0562 .grid-list .ap-icon svg { height: 1em; fill: currentColor; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; } #acbf5aeff0a0562 .grid-list { margin-left: -20px; } #acbf5aeff0a0562 .grid-list .product-preview { border-radius: 0px; overflow: hidden; } #acbf5aeff0a0562 .grid-list.uk-grid-small > * { padding-left: 20px; } #acbf5aeff0a0562 .grid-list .product:hover { background-color: #2a4c98; } #acbf5aeff0a0562 .grid-list .product:hover .title a { color: #ffffff; } #acbf5aeff0a0562 .grid-list .product:hover .subTitle { color: #ffffff; } #acbf5aeff0a0562 .grid-list .product:hover .category { color: #ffffff; } #acbf5aeff0a0562 .grid-list .product:hover .abstract { color: #ffffff; } #acbf5aeff0a0562 .grid-list .product:hover .product-btn { color: auto; } #acbf5aeff0a0562 .uk-pagination li a { font-size: 16px; } #acbf5aeff0a0562 .uk-pagination li a, #acbf5aeff0a0562 .uk-pagination > .uk-disabled > * { color: #666666; } #acbf5aeff0a0562 .uk-pagination li.uk-active a { color: #ffffff; } #acbf5aeff0a0562 .uk-pagination li.uk-active { background-color: #2a4c98; border-color: #2a4c98; } #acbf5aeff0a0562 .uk-pagination li:hover { border-color: #2a4c98; } @media (max-width: 640px) { #acbf5aeff0a0562 .grid-list .product-info { min-height: 0; } #acbf5aeff0a0562 .grid-list .product-info-inner { padding: 10px; position: relative; } #acbf5aeff0a0562 .grid-list .product-buttons { display: none; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a80acaaf88a20ea .ap-category-filter ul li.active { border-color: #2a4c98; color: #2a4c98; } #a80acaaf88a20ea .grid-list .product-item { overflow: hidden; } #a80acaaf88a20ea .grid-list .product-preview .img { display: block; } #a80acaaf88a20ea .grid-list .tags { position: absolute; left: 8px; top: 8px; } #a80acaaf88a20ea .grid-list .tags .tag { font-size: 12px; line-height: 1; color: #ffffff; font-weight: 500; padding: 3px 4px 1px; border-radius: 2px; background-color: #F8353E; margin-right: 4px; float: left; } #a80acaaf88a20ea .grid-list .product-info { min-height: 110px; } #a80acaaf88a20ea .grid-list .product-info-inner { padding: 16px 10px; transition: margin 0.3s ease 0s; position: absolute; width: 100%; background: #fff; } #a80acaaf88a20ea .grid-list .product-item:hover .product-info-inner { margin-top: -49px; } #a80acaaf88a20ea .grid-list .product-item:hover .product-buttons { opacity: 1; } #a80acaaf88a20ea .grid-list .category-name { font-size: 12px; } #a80acaaf88a20ea .grid-list .category-name a { color: #777; } #a80acaaf88a20ea .grid-list .title, #a80acaaf88a20ea .grid-list .subTitle { font-weight: 500; font-size: 14px; color: #191919; line-height: 1.5; } #a80acaaf88a20ea .grid-list .title a, #a80acaaf88a20ea .grid-list .subTitle a { color: #191919; } #a80acaaf88a20ea .grid-list .product-buttons { margin-top: 10px; position: absolute; left: 0; right: 0; opacity: 0; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } #a80acaaf88a20ea .grid-list .product-btn { border-radius: 4px; padding: 6px 15px; font-size: 14px; color: #fff; line-height: 1; } #a80acaaf88a20ea .grid-list .ap-icon svg { height: 1em; fill: currentColor; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; } #a80acaaf88a20ea .grid-list { margin-left: -20px; } #a80acaaf88a20ea .grid-list .product-preview { border-radius: 0px; overflow: hidden; } #a80acaaf88a20ea .grid-list.uk-grid-small > * { padding-left: 20px; } #a80acaaf88a20ea .grid-list .product:hover { background-color: #2a4c98; } #a80acaaf88a20ea .grid-list .product:hover .title a { color: #ffffff; } #a80acaaf88a20ea .grid-list .product:hover .subTitle { color: #ffffff; } #a80acaaf88a20ea .grid-list .product:hover .category { color: #ffffff; } #a80acaaf88a20ea .grid-list .product:hover .abstract { color: #ffffff; } #a80acaaf88a20ea .grid-list .product:hover .product-btn { color: auto; } #a80acaaf88a20ea .uk-pagination li a { font-size: 16px; } #a80acaaf88a20ea .uk-pagination li a, #a80acaaf88a20ea .uk-pagination > .uk-disabled > * { color: #666666; } #a80acaaf88a20ea .uk-pagination li.uk-active a { color: #ffffff; } #a80acaaf88a20ea .uk-pagination li.uk-active { background-color: #2a4c98; border-color: #2a4c98; } #a80acaaf88a20ea .uk-pagination li:hover { border-color: #2a4c98; } @media (max-width: 640px) { #a80acaaf88a20ea .grid-list .product-info { min-height: 0; } #a80acaaf88a20ea .grid-list .product-info-inner { padding: 10px; position: relative; } #a80acaaf88a20ea .grid-list .product-buttons { display: none; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a8457acfa8a3895 .ap-category-filter ul li.active { border-color: #2a4c98; color: #2a4c98; } #a8457acfa8a3895 .grid-list .product-item { overflow: hidden; } #a8457acfa8a3895 .grid-list .product-preview .img { display: block; } #a8457acfa8a3895 .grid-list .tags { position: absolute; left: 8px; top: 8px; } #a8457acfa8a3895 .grid-list .tags .tag { font-size: 12px; line-height: 1; color: #ffffff; font-weight: 500; padding: 3px 4px 1px; border-radius: 2px; background-color: #F8353E; margin-right: 4px; float: left; } #a8457acfa8a3895 .grid-list .product-info { min-height: 110px; } #a8457acfa8a3895 .grid-list .product-info-inner { padding: 16px 10px; transition: margin 0.3s ease 0s; position: absolute; width: 100%; background: #fff; } #a8457acfa8a3895 .grid-list .product-item:hover .product-info-inner { margin-top: -49px; } #a8457acfa8a3895 .grid-list .product-item:hover .product-buttons { opacity: 1; } #a8457acfa8a3895 .grid-list .category-name { font-size: 12px; } #a8457acfa8a3895 .grid-list .category-name a { color: #777; } #a8457acfa8a3895 .grid-list .title, #a8457acfa8a3895 .grid-list .subTitle { font-weight: 500; font-size: 14px; color: #191919; line-height: 1.5; } #a8457acfa8a3895 .grid-list .title a, #a8457acfa8a3895 .grid-list .subTitle a { color: #191919; } #a8457acfa8a3895 .grid-list .product-buttons { margin-top: 10px; position: absolute; left: 0; right: 0; opacity: 0; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } #a8457acfa8a3895 .grid-list .product-btn { border-radius: 4px; padding: 6px 15px; font-size: 14px; color: #fff; line-height: 1; } #a8457acfa8a3895 .grid-list .ap-icon svg { height: 1em; fill: currentColor; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; } #a8457acfa8a3895 .grid-list { margin-left: -20px; } #a8457acfa8a3895 .grid-list .product-preview { border-radius: 0px; overflow: hidden; } #a8457acfa8a3895 .grid-list.uk-grid-small > * { padding-left: 20px; } #a8457acfa8a3895 .grid-list .product:hover { background-color: #2a4c98; } #a8457acfa8a3895 .grid-list .product:hover .title a { color: #ffffff; } #a8457acfa8a3895 .grid-list .product:hover .subTitle { color: #ffffff; } #a8457acfa8a3895 .grid-list .product:hover .category { color: #ffffff; } #a8457acfa8a3895 .grid-list .product:hover .abstract { color: #ffffff; } #a8457acfa8a3895 .grid-list .product:hover .product-btn { color: auto; } #a8457acfa8a3895 .uk-pagination li a { font-size: 16px; } #a8457acfa8a3895 .uk-pagination li a, #a8457acfa8a3895 .uk-pagination > .uk-disabled > * { color: #666666; } #a8457acfa8a3895 .uk-pagination li.uk-active a { color: #ffffff; } #a8457acfa8a3895 .uk-pagination li.uk-active { background-color: #2a4c98; border-color: #2a4c98; } #a8457acfa8a3895 .uk-pagination li:hover { border-color: #2a4c98; } @media (max-width: 640px) { #a8457acfa8a3895 .grid-list .product-info { min-height: 0; } #a8457acfa8a3895 .grid-list .product-info-inner { padding: 10px; position: relative; } #a8457acfa8a3895 .grid-list .product-buttons { display: none; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aa43ca7deda2127 .ap-category-filter ul li.active { border-color: #2a4c98; color: #2a4c98; } #aa43ca7deda2127 .grid-list .product-item { overflow: hidden; } #aa43ca7deda2127 .grid-list .product-preview .img { display: block; } #aa43ca7deda2127 .grid-list .tags { position: absolute; left: 8px; top: 8px; } #aa43ca7deda2127 .grid-list .tags .tag { font-size: 12px; line-height: 1; color: #ffffff; font-weight: 500; padding: 3px 4px 1px; border-radius: 2px; background-color: #F8353E; margin-right: 4px; float: left; } #aa43ca7deda2127 .grid-list .product-info { min-height: 110px; } #aa43ca7deda2127 .grid-list .product-info-inner { padding: 16px 10px; transition: margin 0.3s ease 0s; position: absolute; width: 100%; background: #fff; } #aa43ca7deda2127 .grid-list .product-item:hover .product-info-inner { margin-top: -49px; } #aa43ca7deda2127 .grid-list .product-item:hover .product-buttons { opacity: 1; } #aa43ca7deda2127 .grid-list .category-name { font-size: 12px; } #aa43ca7deda2127 .grid-list .category-name a { color: #777; } #aa43ca7deda2127 .grid-list .title, #aa43ca7deda2127 .grid-list .subTitle { font-weight: 500; font-size: 14px; color: #191919; line-height: 1.5; } #aa43ca7deda2127 .grid-list .title a, #aa43ca7deda2127 .grid-list .subTitle a { color: #191919; } #aa43ca7deda2127 .grid-list .product-buttons { margin-top: 10px; position: absolute; left: 0; right: 0; opacity: 0; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } #aa43ca7deda2127 .grid-list .product-btn { border-radius: 4px; padding: 6px 15px; font-size: 14px; color: #fff; line-height: 1; } #aa43ca7deda2127 .grid-list .ap-icon svg { height: 1em; fill: currentColor; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; } #aa43ca7deda2127 .grid-list { margin-left: -20px; } #aa43ca7deda2127 .grid-list .product-preview { border-radius: 0px; overflow: hidden; } #aa43ca7deda2127 .grid-list.uk-grid-small > * { padding-left: 20px; } #aa43ca7deda2127 .grid-list .product:hover { background-color: #2a4c98; } #aa43ca7deda2127 .grid-list .product:hover .title a { color: #ffffff; } #aa43ca7deda2127 .grid-list .product:hover .subTitle { color: #ffffff; } #aa43ca7deda2127 .grid-list .product:hover .category { color: #ffffff; } #aa43ca7deda2127 .grid-list .product:hover .abstract { color: #ffffff; } #aa43ca7deda2127 .grid-list .product:hover .product-btn { color: auto; } #aa43ca7deda2127 .uk-pagination li a { font-size: 16px; } #aa43ca7deda2127 .uk-pagination li a, #aa43ca7deda2127 .uk-pagination > .uk-disabled > * { color: #666666; } #aa43ca7deda2127 .uk-pagination li.uk-active a { color: #ffffff; } #aa43ca7deda2127 .uk-pagination li.uk-active { background-color: #2a4c98; border-color: #2a4c98; } #aa43ca7deda2127 .uk-pagination li:hover { border-color: #2a4c98; } @media (max-width: 640px) { #aa43ca7deda2127 .grid-list .product-info { min-height: 0; } #aa43ca7deda2127 .grid-list .product-info-inner { padding: 10px; position: relative; } #aa43ca7deda2127 .grid-list .product-buttons { display: none; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a2879a704ea3609 .ap-category-filter ul li.active { border-color: #2a4c98; color: #2a4c98; } #a2879a704ea3609 .grid-list .product-item { overflow: hidden; } #a2879a704ea3609 .grid-list .product-preview .img { display: block; } #a2879a704ea3609 .grid-list .tags { position: absolute; left: 8px; top: 8px; } #a2879a704ea3609 .grid-list .tags .tag { font-size: 12px; line-height: 1; color: #ffffff; font-weight: 500; padding: 3px 4px 1px; border-radius: 2px; background-color: #F8353E; margin-right: 4px; float: left; } #a2879a704ea3609 .grid-list .product-info { min-height: 110px; } #a2879a704ea3609 .grid-list .product-info-inner { padding: 16px 10px; transition: margin 0.3s ease 0s; position: absolute; width: 100%; background: #fff; } #a2879a704ea3609 .grid-list .product-item:hover .product-info-inner { margin-top: -49px; } #a2879a704ea3609 .grid-list .product-item:hover .product-buttons { opacity: 1; } #a2879a704ea3609 .grid-list .category-name { font-size: 12px; } #a2879a704ea3609 .grid-list .category-name a { color: #777; } #a2879a704ea3609 .grid-list .title, #a2879a704ea3609 .grid-list .subTitle { font-weight: 500; font-size: 14px; color: #191919; line-height: 1.5; } #a2879a704ea3609 .grid-list .title a, #a2879a704ea3609 .grid-list .subTitle a { color: #191919; } #a2879a704ea3609 .grid-list .product-buttons { margin-top: 10px; position: absolute; left: 0; right: 0; opacity: 0; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } #a2879a704ea3609 .grid-list .product-btn { border-radius: 4px; padding: 6px 15px; font-size: 14px; color: #fff; line-height: 1; } #a2879a704ea3609 .grid-list .ap-icon svg { height: 1em; fill: currentColor; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; } #a2879a704ea3609 .grid-list { margin-left: -20px; } #a2879a704ea3609 .grid-list .product-preview { border-radius: 0px; overflow: hidden; } #a2879a704ea3609 .grid-list.uk-grid-small > * { padding-left: 20px; } #a2879a704ea3609 .grid-list .product:hover { background-color: #2a4c98; } #a2879a704ea3609 .grid-list .product:hover .title a { color: #ffffff; } #a2879a704ea3609 .grid-list .product:hover .subTitle { color: #ffffff; } #a2879a704ea3609 .grid-list .product:hover .category { color: #ffffff; } #a2879a704ea3609 .grid-list .product:hover .abstract { color: #ffffff; } #a2879a704ea3609 .grid-list .product:hover .product-btn { color: auto; } #a2879a704ea3609 .uk-pagination li a { font-size: 16px; } #a2879a704ea3609 .uk-pagination li a, #a2879a704ea3609 .uk-pagination > .uk-disabled > * { color: #666666; } #a2879a704ea3609 .uk-pagination li.uk-active a { color: #ffffff; } #a2879a704ea3609 .uk-pagination li.uk-active { background-color: #2a4c98; border-color: #2a4c98; } #a2879a704ea3609 .uk-pagination li:hover { border-color: #2a4c98; } @media (max-width: 640px) { #a2879a704ea3609 .grid-list .product-info { min-height: 0; } #a2879a704ea3609 .grid-list .product-info-inner { padding: 10px; position: relative; } #a2879a704ea3609 .grid-list .product-buttons { display: none; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a31d3a2744a06ca .ap-category-filter ul li.active { border-color: #2a4c98; color: #2a4c98; } #a31d3a2744a06ca .grid-list .product-item { overflow: hidden; } #a31d3a2744a06ca .grid-list .product-preview .img { display: block; } #a31d3a2744a06ca .grid-list .tags { position: absolute; left: 8px; top: 8px; } #a31d3a2744a06ca .grid-list .tags .tag { font-size: 12px; line-height: 1; color: #ffffff; font-weight: 500; padding: 3px 4px 1px; border-radius: 2px; background-color: #F8353E; margin-right: 4px; float: left; } #a31d3a2744a06ca .grid-list .product-info { min-height: 110px; } #a31d3a2744a06ca .grid-list .product-info-inner { padding: 16px 10px; transition: margin 0.3s ease 0s; position: absolute; width: 100%; background: #fff; } #a31d3a2744a06ca .grid-list .product-item:hover .product-info-inner { margin-top: -49px; } #a31d3a2744a06ca .grid-list .product-item:hover .product-buttons { opacity: 1; } #a31d3a2744a06ca .grid-list .category-name { font-size: 12px; } #a31d3a2744a06ca .grid-list .category-name a { color: #777; } #a31d3a2744a06ca .grid-list .title, #a31d3a2744a06ca .grid-list .subTitle { font-weight: 500; font-size: 14px; color: #191919; line-height: 1.5; } #a31d3a2744a06ca .grid-list .title a, #a31d3a2744a06ca .grid-list .subTitle a { color: #191919; } #a31d3a2744a06ca .grid-list .product-buttons { margin-top: 10px; position: absolute; left: 0; right: 0; opacity: 0; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } #a31d3a2744a06ca .grid-list .product-btn { border-radius: 4px; padding: 6px 15px; font-size: 14px; color: #fff; line-height: 1; } #a31d3a2744a06ca .grid-list .ap-icon svg { height: 1em; fill: currentColor; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; } #a31d3a2744a06ca .grid-list { margin-left: -20px; } #a31d3a2744a06ca .grid-list .product-preview { border-radius: 0px; overflow: hidden; } #a31d3a2744a06ca .grid-list.uk-grid-small > * { padding-left: 20px; } #a31d3a2744a06ca .grid-list .product:hover { background-color: #2a4c98; } #a31d3a2744a06ca .grid-list .product:hover .title a { color: #ffffff; } #a31d3a2744a06ca .grid-list .product:hover .subTitle { color: #ffffff; } #a31d3a2744a06ca .grid-list .product:hover .category { color: #ffffff; } #a31d3a2744a06ca .grid-list .product:hover .abstract { color: #ffffff; } #a31d3a2744a06ca .grid-list .product:hover .product-btn { color: auto; } #a31d3a2744a06ca .uk-pagination li a { font-size: 16px; } #a31d3a2744a06ca .uk-pagination li a, #a31d3a2744a06ca .uk-pagination > .uk-disabled > * { color: #666666; } #a31d3a2744a06ca .uk-pagination li.uk-active a { color: #ffffff; } #a31d3a2744a06ca .uk-pagination li.uk-active { background-color: #2a4c98; border-color: #2a4c98; } #a31d3a2744a06ca .uk-pagination li:hover { border-color: #2a4c98; } @media (max-width: 640px) { #a31d3a2744a06ca .grid-list .product-info { min-height: 0; } #a31d3a2744a06ca .grid-list .product-info-inner { padding: 10px; position: relative; } #a31d3a2744a06ca .grid-list .product-buttons { display: none; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #af9d1ab754a977a .ap-category-filter ul li.active { border-color: #2a4c98; color: #2a4c98; } #af9d1ab754a977a .grid-list .product-item { overflow: hidden; } #af9d1ab754a977a .grid-list .product-preview .img { display: block; } #af9d1ab754a977a .grid-list .tags { position: absolute; left: 8px; top: 8px; } #af9d1ab754a977a .grid-list .tags .tag { font-size: 12px; line-height: 1; color: #ffffff; font-weight: 500; padding: 3px 4px 1px; border-radius: 2px; background-color: #F8353E; margin-right: 4px; float: left; } #af9d1ab754a977a .grid-list .product-info { min-height: 110px; } #af9d1ab754a977a .grid-list .product-info-inner { padding: 16px 10px; transition: margin 0.3s ease 0s; position: absolute; width: 100%; background: #fff; } #af9d1ab754a977a .grid-list .product-item:hover .product-info-inner { margin-top: -49px; } #af9d1ab754a977a .grid-list .product-item:hover .product-buttons { opacity: 1; } #af9d1ab754a977a .grid-list .category-name { font-size: 12px; } #af9d1ab754a977a .grid-list .category-name a { color: #777; } #af9d1ab754a977a .grid-list .title, #af9d1ab754a977a .grid-list .subTitle { font-weight: 500; font-size: 14px; color: #191919; line-height: 1.5; } #af9d1ab754a977a .grid-list .title a, #af9d1ab754a977a .grid-list .subTitle a { color: #191919; } #af9d1ab754a977a .grid-list .product-buttons { margin-top: 10px; position: absolute; left: 0; right: 0; opacity: 0; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } #af9d1ab754a977a .grid-list .product-btn { border-radius: 4px; padding: 6px 15px; font-size: 14px; color: #fff; line-height: 1; } #af9d1ab754a977a .grid-list .ap-icon svg { height: 1em; fill: currentColor; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; } #af9d1ab754a977a .grid-list { margin-left: -20px; } #af9d1ab754a977a .grid-list .product-preview { border-radius: 0px; overflow: hidden; } #af9d1ab754a977a .grid-list.uk-grid-small > * { padding-left: 20px; } #af9d1ab754a977a .grid-list .product:hover { background-color: #2a4c98; } #af9d1ab754a977a .grid-list .product:hover .title a { color: #ffffff; } #af9d1ab754a977a .grid-list .product:hover .subTitle { color: #ffffff; } #af9d1ab754a977a .grid-list .product:hover .category { color: #ffffff; } #af9d1ab754a977a .grid-list .product:hover .abstract { color: #ffffff; } #af9d1ab754a977a .grid-list .product:hover .product-btn { color: auto; } #af9d1ab754a977a .uk-pagination li a { font-size: 16px; } #af9d1ab754a977a .uk-pagination li a, #af9d1ab754a977a .uk-pagination > .uk-disabled > * { color: #666666; } #af9d1ab754a977a .uk-pagination li.uk-active a { color: #ffffff; } #af9d1ab754a977a .uk-pagination li.uk-active { background-color: #2a4c98; border-color: #2a4c98; } #af9d1ab754a977a .uk-pagination li:hover { border-color: #2a4c98; } @media (max-width: 640px) { #af9d1ab754a977a .grid-list .product-info { min-height: 0; } #af9d1ab754a977a .grid-list .product-info-inner { padding: 10px; position: relative; } #af9d1ab754a977a .grid-list .product-buttons { display: none; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ad780a8af8a91c8 { overflow: hidden; pointer-events: none; border-top-width: 0; border-right-color: #cccccc; border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-top-style: none; } #ad780a8af8a91c8 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 60px; background: #fff; text-align: center; font-size: 0; left: 0; } #ad780a8af8a91c8 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #ad780a8af8a91c8 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ad780a8af8a91c8 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 60px; background: #fff; text-align: center; font-size: 0; right: 0; } #ad780a8af8a91c8 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #ad780a8af8a91c8 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ad780a8af8a91c8 > .tab-wrap > div > .tab-nav, #ad780a8af8a91c8 > .tab-nav, #ad780a8af8a91c8 > .tab-tabs > .tab-wrap > div > .tab-nav, #ad780a8af8a91c8 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; border-right-color: rgba(204, 204, 204, 0.39); border-left-color: rgba(204, 204, 204, 0.39); border-top-color: rgba(204, 204, 204, 0.39); border-right-width: 1px; border-left-width: 1px; border-top-width: 1px; border-right-style: solid; border-left-style: solid; border-top-style: solid; } #ad780a8af8a91c8 > .tab-wrap > div > .tab-nav-horizontal, #ad780a8af8a91c8 > .tab-nav-horizontal, #ad780a8af8a91c8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #ad780a8af8a91c8 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #ad780a8af8a91c8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ad780a8af8a91c8 > .tab-nav-horizontal::-webkit-scrollbar, #ad780a8af8a91c8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ad780a8af8a91c8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #ad780a8af8a91c8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ad780a8af8a91c8 > .tab-nav-horizontal.tagScroll, #ad780a8af8a91c8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ad780a8af8a91c8 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 60px; overflow-x: auto; } #ad780a8af8a91c8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ad780a8af8a91c8 > .tab-nav-horizontal.tagScroll li a, #ad780a8af8a91c8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ad780a8af8a91c8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #ad780a8af8a91c8 > .tab-wrap > div > .tab-nav a, #ad780a8af8a91c8 > .tab-nav a, #ad780a8af8a91c8 > .tab-tabs > .tab-wrap > div > .tab-nav a, #ad780a8af8a91c8 > .tab-tabs > .tab-nav a { padding: 0 0px; } #ad780a8af8a91c8 > .tab-wrap > div > .tab-nav li a, #ad780a8af8a91c8 > .tab-nav li a, #ad780a8af8a91c8 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #ad780a8af8a91c8 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 59px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 60px; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333333; margin-right: 30px; margin-left: 30px; border-top-width: 1px; border-top-color: #cccccc; border-right-color: #cccccc; border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; } #ad780a8af8a91c8 > .tab-wrap > div > .tab-nav li a svg, #ad780a8af8a91c8 > .tab-nav li a svg, #ad780a8af8a91c8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #ad780a8af8a91c8 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #ad780a8af8a91c8 > .tab-wrap > div > .tab-nav li a .ap_icon, #ad780a8af8a91c8 > .tab-nav li a .ap_icon, #ad780a8af8a91c8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #ad780a8af8a91c8 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #ad780a8af8a91c8 > .tab-wrap > div > .tab-nav li a:hover, #ad780a8af8a91c8 > .tab-nav li a:hover, #ad780a8af8a91c8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #ad780a8af8a91c8 > .tab-tabs > .tab-nav li a:hover { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 2px; border-bottom-color: #2a4c98; border-bottom-style: solid; border-right-width: 0; border-left-width: 0; border-top-width: 0; border-right-style: none; border-left-style: none; border-top-style: none; } #ad780a8af8a91c8 > .tab-wrap > div > .tab-nav li.uk-active a, #ad780a8af8a91c8 > .tab-nav li.uk-active a, #ad780a8af8a91c8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #ad780a8af8a91c8 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 2px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #ad780a8af8a91c8 .layout-left li, #ad780a8af8a91c8 .layout-center li, #ad780a8af8a91c8 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #ad780a8af8a91c8 .layout-left li a, #ad780a8af8a91c8 .layout-center li a, #ad780a8af8a91c8 .layout-right li a { height: 100%; } #ad780a8af8a91c8 > .tab-tabs .layout-left { text-align: left; } #ad780a8af8a91c8 > .tab-tabs .layout-center { text-align: center; } #ad780a8af8a91c8 > .tab-tabs .layout-right { text-align: right; } #ad780a8af8a91c8 .tab-contents { height: 100%; height: calc(100% - 60px); } #ad780a8af8a91c8 .tab-content-wrap { background-color: transparent; } #ad780a8af8a91c8 .tab-contents, #ad780a8af8a91c8 .tab-contents-wrap { pointer-events: none; } #ad780a8af8a91c8 .tab-content, #ad780a8af8a91c8 .tab-content-wrap { height: 100%; width: 100%; } #ad780a8af8a91c8 .tab-wrap { height: 100%; pointer-events: none; } #ad780a8af8a91c8 .tab-wrap .tab-contents { height: 100%; } #ad780a8af8a91c8 .tab-wrap > div { height: 100%; overflow-y: auto; } #ad9feae32ea5e80 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ada3cacbc9a5618 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #a73f4aa1a6a8d92 a, #a73f4aa1a6a8d92 { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a73f4aa1a6a8d92 a:hover { font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7db4a5624a4ab3 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a7db4a5624a4ab3 .menu-list > li { height: 100%; position: relative; flex-shrink: 0; } #a7db4a5624a4ab3 .menu-list > li > a { height: 100%; font-size: 16px; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 60px; padding: 0 0px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333; } #a7db4a5624a4ab3 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a7db4a5624a4ab3 .menu-list > li:hover > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #a7db4a5624a4ab3 .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; } #a7db4a5624a4ab3 .menu-list > li.active > a:before, #a7db4a5624a4ab3 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a7db4a5624a4ab3 .menu-list > li ul li { position: relative; } #a7db4a5624a4ab3 .menu-list > li ul li:hover > a { color: #ffffff; } #a7db4a5624a4ab3 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; width: 200px; font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; background: transparent; } #a7db4a5624a4ab3 .menu-list li ul li:hover > a { font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; } #a7db4a5624a4ab3 .menu-list li ul, #a7db4a5624a4ab3 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #fff; } #a7db4a5624a4ab3 .menu-list li ul.menu-b > li, #a7db4a5624a4ab3 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a7db4a5624a4ab3 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a7db4a5624a4ab3 .menu-list li:hover > ul { display: block; } #a7db4a5624a4ab3 .menu-list li ul li:hover ul { left: 100%; top: 0; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a6901a002fa0b85 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a6726a0a03a3869 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af32ba55b1aa439 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a69c9ad204a58d4 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a324fad6f8a05d3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a857da041ba268a > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5ef0acf13a2328 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a48b3aa1dbabe89 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ababda5082a5b82 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ad853a2ddfa0666 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a30f2a02edab8b8 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a0c8ba0ffba4724 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a3468a3c09af6fe > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a8d24a2fb9aab85 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7b24a21beaf5e2 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a2288a55faa7ae0 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aeb39a1aa9a130d { overflow: hidden; pointer-events: none; } #aeb39a1aa9a130d > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #aeb39a1aa9a130d > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #aeb39a1aa9a130d > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #aeb39a1aa9a130d > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #aeb39a1aa9a130d > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #aeb39a1aa9a130d > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #aeb39a1aa9a130d > .tab-wrap > div > .tab-nav, #aeb39a1aa9a130d > .tab-nav, #aeb39a1aa9a130d > .tab-tabs > .tab-wrap > div > .tab-nav, #aeb39a1aa9a130d > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #aeb39a1aa9a130d > .tab-wrap > div > .tab-nav-horizontal, #aeb39a1aa9a130d > .tab-nav-horizontal, #aeb39a1aa9a130d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #aeb39a1aa9a130d > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #aeb39a1aa9a130d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #aeb39a1aa9a130d > .tab-nav-horizontal::-webkit-scrollbar, #aeb39a1aa9a130d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #aeb39a1aa9a130d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #aeb39a1aa9a130d > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #aeb39a1aa9a130d > .tab-nav-horizontal.tagScroll, #aeb39a1aa9a130d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #aeb39a1aa9a130d > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #aeb39a1aa9a130d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #aeb39a1aa9a130d > .tab-nav-horizontal.tagScroll li a, #aeb39a1aa9a130d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #aeb39a1aa9a130d > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #aeb39a1aa9a130d > .tab-wrap > div > .tab-nav a, #aeb39a1aa9a130d > .tab-nav a, #aeb39a1aa9a130d > .tab-tabs > .tab-wrap > div > .tab-nav a, #aeb39a1aa9a130d > .tab-tabs > .tab-nav a { padding: 0 0px; } #aeb39a1aa9a130d > .tab-wrap > div > .tab-nav li a, #aeb39a1aa9a130d > .tab-nav li a, #aeb39a1aa9a130d > .tab-tabs > .tab-wrap > div > .tab-nav li a, #aeb39a1aa9a130d > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #aeb39a1aa9a130d > .tab-wrap > div > .tab-nav li a svg, #aeb39a1aa9a130d > .tab-nav li a svg, #aeb39a1aa9a130d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #aeb39a1aa9a130d > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #aeb39a1aa9a130d > .tab-wrap > div > .tab-nav li a .ap_icon, #aeb39a1aa9a130d > .tab-nav li a .ap_icon, #aeb39a1aa9a130d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #aeb39a1aa9a130d > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #aeb39a1aa9a130d > .tab-wrap > div > .tab-nav li a:hover, #aeb39a1aa9a130d > .tab-nav li a:hover, #aeb39a1aa9a130d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #aeb39a1aa9a130d > .tab-tabs > .tab-nav li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #aeb39a1aa9a130d > .tab-wrap > div > .tab-nav li.uk-active a, #aeb39a1aa9a130d > .tab-nav li.uk-active a, #aeb39a1aa9a130d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #aeb39a1aa9a130d > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #aeb39a1aa9a130d .layout-left li, #aeb39a1aa9a130d .layout-center li, #aeb39a1aa9a130d .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #aeb39a1aa9a130d .layout-left li a, #aeb39a1aa9a130d .layout-center li a, #aeb39a1aa9a130d .layout-right li a { height: 100%; } #aeb39a1aa9a130d > .tab-tabs .layout-left { text-align: left; } #aeb39a1aa9a130d > .tab-tabs .layout-center { text-align: center; } #aeb39a1aa9a130d > .tab-tabs .layout-right { text-align: right; } #aeb39a1aa9a130d .tab-contents { height: 100%; height: calc(100% - 50px); } #aeb39a1aa9a130d .tab-content-wrap { background-color: transparent; } #aeb39a1aa9a130d .tab-contents, #aeb39a1aa9a130d .tab-contents-wrap { pointer-events: none; } #aeb39a1aa9a130d .tab-content, #aeb39a1aa9a130d .tab-content-wrap { height: 100%; width: 100%; } #aeb39a1aa9a130d .tab-wrap { height: 100%; pointer-events: none; } #aeb39a1aa9a130d .tab-wrap .tab-contents { height: 100%; } #aeb39a1aa9a130d .tab-wrap > div { height: 100%; overflow-y: auto; } #a4cbda3b82a9b64 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a1300ae37bae9d0 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #a8a2caf1ffa20f8 a, #a8a2caf1ffa20f8 { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8a2caf1ffa20f8 a:hover { font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aa7d7a7e69a7746 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #aa7d7a7e69a7746 .menu-list > li { height: 100%; position: relative; flex-shrink: 0; } #aa7d7a7e69a7746 .menu-list > li > a { height: 100%; font-size: 16px; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 60px; padding: 0 0px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333; } #aa7d7a7e69a7746 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #aa7d7a7e69a7746 .menu-list > li:hover > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #aa7d7a7e69a7746 .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; } #aa7d7a7e69a7746 .menu-list > li.active > a:before, #aa7d7a7e69a7746 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #aa7d7a7e69a7746 .menu-list > li ul li { position: relative; } #aa7d7a7e69a7746 .menu-list > li ul li:hover > a { color: #ffffff; } #aa7d7a7e69a7746 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; width: 200px; font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; background: transparent; } #aa7d7a7e69a7746 .menu-list li ul li:hover > a { font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; } #aa7d7a7e69a7746 .menu-list li ul, #aa7d7a7e69a7746 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #fff; } #aa7d7a7e69a7746 .menu-list li ul.menu-b > li, #aa7d7a7e69a7746 .menu-list li ul li ul.menu-b > li { display: inline-block; } #aa7d7a7e69a7746 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #aa7d7a7e69a7746 .menu-list li:hover > ul { display: block; } #aa7d7a7e69a7746 .menu-list li ul li:hover ul { left: 100%; top: 0; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ae58fa94dbae183 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b55aef53a8be9 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab5a4add2fa615f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a2ec5a929fa998a > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a89bca77aea3263 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a2f2aa2c00a42c1 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4661a83d0aaf36 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #abf3ca6a5fa1fb2 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a8c25a1bfbac712 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #af790ac4cfa8427 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #abcc7a35e5a6057 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4bf3a253facf4a { overflow: hidden; pointer-events: none; } #a4bf3a253facf4a > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #a4bf3a253facf4a > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #a4bf3a253facf4a > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a4bf3a253facf4a > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #a4bf3a253facf4a > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #a4bf3a253facf4a > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a4bf3a253facf4a > .tab-wrap > div > .tab-nav, #a4bf3a253facf4a > .tab-nav, #a4bf3a253facf4a > .tab-tabs > .tab-wrap > div > .tab-nav, #a4bf3a253facf4a > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #a4bf3a253facf4a > .tab-wrap > div > .tab-nav-horizontal, #a4bf3a253facf4a > .tab-nav-horizontal, #a4bf3a253facf4a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a4bf3a253facf4a > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a4bf3a253facf4a > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a4bf3a253facf4a > .tab-nav-horizontal::-webkit-scrollbar, #a4bf3a253facf4a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a4bf3a253facf4a > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a4bf3a253facf4a > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a4bf3a253facf4a > .tab-nav-horizontal.tagScroll, #a4bf3a253facf4a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a4bf3a253facf4a > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a4bf3a253facf4a > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a4bf3a253facf4a > .tab-nav-horizontal.tagScroll li a, #a4bf3a253facf4a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a4bf3a253facf4a > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a4bf3a253facf4a > .tab-wrap > div > .tab-nav a, #a4bf3a253facf4a > .tab-nav a, #a4bf3a253facf4a > .tab-tabs > .tab-wrap > div > .tab-nav a, #a4bf3a253facf4a > .tab-tabs > .tab-nav a { padding: 0 0px; } #a4bf3a253facf4a > .tab-wrap > div > .tab-nav li a, #a4bf3a253facf4a > .tab-nav li a, #a4bf3a253facf4a > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a4bf3a253facf4a > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #a4bf3a253facf4a > .tab-wrap > div > .tab-nav li a svg, #a4bf3a253facf4a > .tab-nav li a svg, #a4bf3a253facf4a > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a4bf3a253facf4a > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a4bf3a253facf4a > .tab-wrap > div > .tab-nav li a .ap_icon, #a4bf3a253facf4a > .tab-nav li a .ap_icon, #a4bf3a253facf4a > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a4bf3a253facf4a > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a4bf3a253facf4a > .tab-wrap > div > .tab-nav li a:hover, #a4bf3a253facf4a > .tab-nav li a:hover, #a4bf3a253facf4a > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a4bf3a253facf4a > .tab-tabs > .tab-nav li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #a4bf3a253facf4a > .tab-wrap > div > .tab-nav li.uk-active a, #a4bf3a253facf4a > .tab-nav li.uk-active a, #a4bf3a253facf4a > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a4bf3a253facf4a > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #a4bf3a253facf4a .layout-left li, #a4bf3a253facf4a .layout-center li, #a4bf3a253facf4a .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a4bf3a253facf4a .layout-left li a, #a4bf3a253facf4a .layout-center li a, #a4bf3a253facf4a .layout-right li a { height: 100%; } #a4bf3a253facf4a > .tab-tabs .layout-left { text-align: left; } #a4bf3a253facf4a > .tab-tabs .layout-center { text-align: center; } #a4bf3a253facf4a > .tab-tabs .layout-right { text-align: right; } #a4bf3a253facf4a .tab-contents { height: 100%; height: calc(100% - 50px); } #a4bf3a253facf4a .tab-content-wrap { background-color: transparent; } #a4bf3a253facf4a .tab-contents, #a4bf3a253facf4a .tab-contents-wrap { pointer-events: none; } #a4bf3a253facf4a .tab-content, #a4bf3a253facf4a .tab-content-wrap { height: 100%; width: 100%; } #a4bf3a253facf4a .tab-wrap { height: 100%; pointer-events: none; } #a4bf3a253facf4a .tab-wrap .tab-contents { height: 100%; } #a4bf3a253facf4a .tab-wrap > div { height: 100%; overflow-y: auto; } #ac19aa379fad6c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a234aa221aafaa7 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #ac491afcbca809f a, #ac491afcbca809f { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac491afcbca809f a:hover { font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a6f63a4b45af37c .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a6f63a4b45af37c .menu-list > li { height: 100%; position: relative; flex-shrink: 0; } #a6f63a4b45af37c .menu-list > li > a { height: 100%; font-size: 16px; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 60px; padding: 0 0px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333; } #a6f63a4b45af37c .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a6f63a4b45af37c .menu-list > li:hover > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #a6f63a4b45af37c .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; } #a6f63a4b45af37c .menu-list > li.active > a:before, #a6f63a4b45af37c .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a6f63a4b45af37c .menu-list > li ul li { position: relative; } #a6f63a4b45af37c .menu-list > li ul li:hover > a { color: #ffffff; } #a6f63a4b45af37c .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; width: 200px; font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; background: transparent; } #a6f63a4b45af37c .menu-list li ul li:hover > a { font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; } #a6f63a4b45af37c .menu-list li ul, #a6f63a4b45af37c .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #fff; } #a6f63a4b45af37c .menu-list li ul.menu-b > li, #a6f63a4b45af37c .menu-list li ul li ul.menu-b > li { display: inline-block; } #a6f63a4b45af37c .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a6f63a4b45af37c .menu-list li:hover > ul { display: block; } #a6f63a4b45af37c .menu-list li ul li:hover ul { left: 100%; top: 0; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a446ea8d0ca0a63 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a18d6acbf3a0319 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aedfba5fc4aa03b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a57e6adf7daa78a > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7c95a075aa4522 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a01fbafde6ab461 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a49f5a6946a8604 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #afc86ab755a39fa > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #adedea5c69ac277 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #af1c6afa26a4365 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a74aeab123a6cd1 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a387eacbf3ae199 { overflow: hidden; pointer-events: none; } #a387eacbf3ae199 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #a387eacbf3ae199 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #a387eacbf3ae199 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a387eacbf3ae199 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #a387eacbf3ae199 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #a387eacbf3ae199 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a387eacbf3ae199 > .tab-wrap > div > .tab-nav, #a387eacbf3ae199 > .tab-nav, #a387eacbf3ae199 > .tab-tabs > .tab-wrap > div > .tab-nav, #a387eacbf3ae199 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #a387eacbf3ae199 > .tab-wrap > div > .tab-nav-horizontal, #a387eacbf3ae199 > .tab-nav-horizontal, #a387eacbf3ae199 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a387eacbf3ae199 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a387eacbf3ae199 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a387eacbf3ae199 > .tab-nav-horizontal::-webkit-scrollbar, #a387eacbf3ae199 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a387eacbf3ae199 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a387eacbf3ae199 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a387eacbf3ae199 > .tab-nav-horizontal.tagScroll, #a387eacbf3ae199 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a387eacbf3ae199 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a387eacbf3ae199 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a387eacbf3ae199 > .tab-nav-horizontal.tagScroll li a, #a387eacbf3ae199 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a387eacbf3ae199 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a387eacbf3ae199 > .tab-wrap > div > .tab-nav a, #a387eacbf3ae199 > .tab-nav a, #a387eacbf3ae199 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a387eacbf3ae199 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a387eacbf3ae199 > .tab-wrap > div > .tab-nav li a, #a387eacbf3ae199 > .tab-nav li a, #a387eacbf3ae199 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a387eacbf3ae199 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #a387eacbf3ae199 > .tab-wrap > div > .tab-nav li a svg, #a387eacbf3ae199 > .tab-nav li a svg, #a387eacbf3ae199 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a387eacbf3ae199 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a387eacbf3ae199 > .tab-wrap > div > .tab-nav li a .ap_icon, #a387eacbf3ae199 > .tab-nav li a .ap_icon, #a387eacbf3ae199 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a387eacbf3ae199 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a387eacbf3ae199 > .tab-wrap > div > .tab-nav li a:hover, #a387eacbf3ae199 > .tab-nav li a:hover, #a387eacbf3ae199 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a387eacbf3ae199 > .tab-tabs > .tab-nav li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #a387eacbf3ae199 > .tab-wrap > div > .tab-nav li.uk-active a, #a387eacbf3ae199 > .tab-nav li.uk-active a, #a387eacbf3ae199 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a387eacbf3ae199 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #a387eacbf3ae199 .layout-left li, #a387eacbf3ae199 .layout-center li, #a387eacbf3ae199 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a387eacbf3ae199 .layout-left li a, #a387eacbf3ae199 .layout-center li a, #a387eacbf3ae199 .layout-right li a { height: 100%; } #a387eacbf3ae199 > .tab-tabs .layout-left { text-align: left; } #a387eacbf3ae199 > .tab-tabs .layout-center { text-align: center; } #a387eacbf3ae199 > .tab-tabs .layout-right { text-align: right; } #a387eacbf3ae199 .tab-contents { height: 100%; height: calc(100% - 50px); } #a387eacbf3ae199 .tab-content-wrap { background-color: transparent; } #a387eacbf3ae199 .tab-contents, #a387eacbf3ae199 .tab-contents-wrap { pointer-events: none; } #a387eacbf3ae199 .tab-content, #a387eacbf3ae199 .tab-content-wrap { height: 100%; width: 100%; } #a387eacbf3ae199 .tab-wrap { height: 100%; pointer-events: none; } #a387eacbf3ae199 .tab-wrap .tab-contents { height: 100%; } #a387eacbf3ae199 .tab-wrap > div { height: 100%; overflow-y: auto; } #afd05a6aa0a665e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a314cafabfa134a .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #a4c11a7f12a622c a, #a4c11a7f12a622c { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4c11a7f12a622c a:hover { font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ac2bca83d8af4a7 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #ac2bca83d8af4a7 .menu-list > li { height: 100%; position: relative; flex-shrink: 0; } #ac2bca83d8af4a7 .menu-list > li > a { height: 100%; font-size: 16px; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 60px; padding: 0 0px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333; } #ac2bca83d8af4a7 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #ac2bca83d8af4a7 .menu-list > li:hover > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #ac2bca83d8af4a7 .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; } #ac2bca83d8af4a7 .menu-list > li.active > a:before, #ac2bca83d8af4a7 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #ac2bca83d8af4a7 .menu-list > li ul li { position: relative; } #ac2bca83d8af4a7 .menu-list > li ul li:hover > a { color: #ffffff; } #ac2bca83d8af4a7 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; width: 200px; font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; background: transparent; } #ac2bca83d8af4a7 .menu-list li ul li:hover > a { font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; } #ac2bca83d8af4a7 .menu-list li ul, #ac2bca83d8af4a7 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #fff; } #ac2bca83d8af4a7 .menu-list li ul.menu-b > li, #ac2bca83d8af4a7 .menu-list li ul li ul.menu-b > li { display: inline-block; } #ac2bca83d8af4a7 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #ac2bca83d8af4a7 .menu-list li:hover > ul { display: block; } #ac2bca83d8af4a7 .menu-list li ul li:hover ul { left: 100%; top: 0; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ad7bda76c7abf41 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5ae8a5d86a89be > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adcd1a1088ae847 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aa6daa41b0aa082 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a975da56bba20dc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a3d05a7511a8209 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a144ca5630a362e > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #af154af3daa3c7c > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a72bfa13c4ac32f > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ac70ea318fa6b06 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ad0d0a9710a9179 { overflow: hidden; pointer-events: none; } #ad0d0a9710a9179 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #ad0d0a9710a9179 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #ad0d0a9710a9179 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ad0d0a9710a9179 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #ad0d0a9710a9179 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #ad0d0a9710a9179 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ad0d0a9710a9179 > .tab-wrap > div > .tab-nav, #ad0d0a9710a9179 > .tab-nav, #ad0d0a9710a9179 > .tab-tabs > .tab-wrap > div > .tab-nav, #ad0d0a9710a9179 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #ad0d0a9710a9179 > .tab-wrap > div > .tab-nav-horizontal, #ad0d0a9710a9179 > .tab-nav-horizontal, #ad0d0a9710a9179 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #ad0d0a9710a9179 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #ad0d0a9710a9179 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ad0d0a9710a9179 > .tab-nav-horizontal::-webkit-scrollbar, #ad0d0a9710a9179 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ad0d0a9710a9179 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #ad0d0a9710a9179 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ad0d0a9710a9179 > .tab-nav-horizontal.tagScroll, #ad0d0a9710a9179 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ad0d0a9710a9179 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #ad0d0a9710a9179 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ad0d0a9710a9179 > .tab-nav-horizontal.tagScroll li a, #ad0d0a9710a9179 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ad0d0a9710a9179 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #ad0d0a9710a9179 > .tab-wrap > div > .tab-nav a, #ad0d0a9710a9179 > .tab-nav a, #ad0d0a9710a9179 > .tab-tabs > .tab-wrap > div > .tab-nav a, #ad0d0a9710a9179 > .tab-tabs > .tab-nav a { padding: 0 0px; } #ad0d0a9710a9179 > .tab-wrap > div > .tab-nav li a, #ad0d0a9710a9179 > .tab-nav li a, #ad0d0a9710a9179 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #ad0d0a9710a9179 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #ad0d0a9710a9179 > .tab-wrap > div > .tab-nav li a svg, #ad0d0a9710a9179 > .tab-nav li a svg, #ad0d0a9710a9179 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #ad0d0a9710a9179 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #ad0d0a9710a9179 > .tab-wrap > div > .tab-nav li a .ap_icon, #ad0d0a9710a9179 > .tab-nav li a .ap_icon, #ad0d0a9710a9179 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #ad0d0a9710a9179 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #ad0d0a9710a9179 > .tab-wrap > div > .tab-nav li a:hover, #ad0d0a9710a9179 > .tab-nav li a:hover, #ad0d0a9710a9179 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #ad0d0a9710a9179 > .tab-tabs > .tab-nav li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #ad0d0a9710a9179 > .tab-wrap > div > .tab-nav li.uk-active a, #ad0d0a9710a9179 > .tab-nav li.uk-active a, #ad0d0a9710a9179 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #ad0d0a9710a9179 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #ad0d0a9710a9179 .layout-left li, #ad0d0a9710a9179 .layout-center li, #ad0d0a9710a9179 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #ad0d0a9710a9179 .layout-left li a, #ad0d0a9710a9179 .layout-center li a, #ad0d0a9710a9179 .layout-right li a { height: 100%; } #ad0d0a9710a9179 > .tab-tabs .layout-left { text-align: left; } #ad0d0a9710a9179 > .tab-tabs .layout-center { text-align: center; } #ad0d0a9710a9179 > .tab-tabs .layout-right { text-align: right; } #ad0d0a9710a9179 .tab-contents { height: 100%; height: calc(100% - 50px); } #ad0d0a9710a9179 .tab-content-wrap { background-color: transparent; } #ad0d0a9710a9179 .tab-contents, #ad0d0a9710a9179 .tab-contents-wrap { pointer-events: none; } #ad0d0a9710a9179 .tab-content, #ad0d0a9710a9179 .tab-content-wrap { height: 100%; width: 100%; } #ad0d0a9710a9179 .tab-wrap { height: 100%; pointer-events: none; } #ad0d0a9710a9179 .tab-wrap .tab-contents { height: 100%; } #ad0d0a9710a9179 .tab-wrap > div { height: 100%; overflow-y: auto; } #a034da8691a93f3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a8f77a855eae074 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #a9547ae36ba40f8 a, #a9547ae36ba40f8 { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9547ae36ba40f8 a:hover { font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aa9c7aba4da0702 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #aa9c7aba4da0702 .menu-list > li { height: 100%; position: relative; flex-shrink: 0; } #aa9c7aba4da0702 .menu-list > li > a { height: 100%; font-size: 16px; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 60px; padding: 0 0px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333; } #aa9c7aba4da0702 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #aa9c7aba4da0702 .menu-list > li:hover > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #aa9c7aba4da0702 .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; } #aa9c7aba4da0702 .menu-list > li.active > a:before, #aa9c7aba4da0702 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #aa9c7aba4da0702 .menu-list > li ul li { position: relative; } #aa9c7aba4da0702 .menu-list > li ul li:hover > a { color: #ffffff; } #aa9c7aba4da0702 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; width: 200px; font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; background: transparent; } #aa9c7aba4da0702 .menu-list li ul li:hover > a { font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; } #aa9c7aba4da0702 .menu-list li ul, #aa9c7aba4da0702 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #fff; } #aa9c7aba4da0702 .menu-list li ul.menu-b > li, #aa9c7aba4da0702 .menu-list li ul li ul.menu-b > li { display: inline-block; } #aa9c7aba4da0702 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #aa9c7aba4da0702 .menu-list li:hover > ul { display: block; } #aa9c7aba4da0702 .menu-list li ul li:hover ul { left: 100%; top: 0; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ada09a0bf5aae5e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aee77ab61ba8136 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adbb0a4a90a776d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ac214a3bdea8f7e > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae233a060fa9dfb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #abd30a3cdca7237 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ac4a1a67e7a2d7a > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aa4f7a9bb3a0ea6 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a10aaa6b37a57e8 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a38fbac114a5737 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5137aea35a6c06 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ab737ac686a19a3 { overflow: hidden; pointer-events: none; } #ab737ac686a19a3 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #ab737ac686a19a3 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #ab737ac686a19a3 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ab737ac686a19a3 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #ab737ac686a19a3 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #ab737ac686a19a3 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #ab737ac686a19a3 > .tab-wrap > div > .tab-nav, #ab737ac686a19a3 > .tab-nav, #ab737ac686a19a3 > .tab-tabs > .tab-wrap > div > .tab-nav, #ab737ac686a19a3 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #ab737ac686a19a3 > .tab-wrap > div > .tab-nav-horizontal, #ab737ac686a19a3 > .tab-nav-horizontal, #ab737ac686a19a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #ab737ac686a19a3 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #ab737ac686a19a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ab737ac686a19a3 > .tab-nav-horizontal::-webkit-scrollbar, #ab737ac686a19a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #ab737ac686a19a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #ab737ac686a19a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ab737ac686a19a3 > .tab-nav-horizontal.tagScroll, #ab737ac686a19a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #ab737ac686a19a3 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #ab737ac686a19a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ab737ac686a19a3 > .tab-nav-horizontal.tagScroll li a, #ab737ac686a19a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #ab737ac686a19a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #ab737ac686a19a3 > .tab-wrap > div > .tab-nav a, #ab737ac686a19a3 > .tab-nav a, #ab737ac686a19a3 > .tab-tabs > .tab-wrap > div > .tab-nav a, #ab737ac686a19a3 > .tab-tabs > .tab-nav a { padding: 0 0px; } #ab737ac686a19a3 > .tab-wrap > div > .tab-nav li a, #ab737ac686a19a3 > .tab-nav li a, #ab737ac686a19a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #ab737ac686a19a3 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #ab737ac686a19a3 > .tab-wrap > div > .tab-nav li a svg, #ab737ac686a19a3 > .tab-nav li a svg, #ab737ac686a19a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #ab737ac686a19a3 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #ab737ac686a19a3 > .tab-wrap > div > .tab-nav li a .ap_icon, #ab737ac686a19a3 > .tab-nav li a .ap_icon, #ab737ac686a19a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #ab737ac686a19a3 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #ab737ac686a19a3 > .tab-wrap > div > .tab-nav li a:hover, #ab737ac686a19a3 > .tab-nav li a:hover, #ab737ac686a19a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #ab737ac686a19a3 > .tab-tabs > .tab-nav li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #ab737ac686a19a3 > .tab-wrap > div > .tab-nav li.uk-active a, #ab737ac686a19a3 > .tab-nav li.uk-active a, #ab737ac686a19a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #ab737ac686a19a3 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #ab737ac686a19a3 .layout-left li, #ab737ac686a19a3 .layout-center li, #ab737ac686a19a3 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #ab737ac686a19a3 .layout-left li a, #ab737ac686a19a3 .layout-center li a, #ab737ac686a19a3 .layout-right li a { height: 100%; } #ab737ac686a19a3 > .tab-tabs .layout-left { text-align: left; } #ab737ac686a19a3 > .tab-tabs .layout-center { text-align: center; } #ab737ac686a19a3 > .tab-tabs .layout-right { text-align: right; } #ab737ac686a19a3 .tab-contents { height: 100%; height: calc(100% - 50px); } #ab737ac686a19a3 .tab-content-wrap { background-color: transparent; } #ab737ac686a19a3 .tab-contents, #ab737ac686a19a3 .tab-contents-wrap { pointer-events: none; } #ab737ac686a19a3 .tab-content, #ab737ac686a19a3 .tab-content-wrap { height: 100%; width: 100%; } #ab737ac686a19a3 .tab-wrap { height: 100%; pointer-events: none; } #ab737ac686a19a3 .tab-wrap .tab-contents { height: 100%; } #ab737ac686a19a3 .tab-wrap > div { height: 100%; overflow-y: auto; } #ac544a3a6faa9e1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aab15a4904ada8f .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #ab772aa33fa1b6f a, #ab772aa33fa1b6f { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab772aa33fa1b6f a:hover { font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7e47ac284a9f61 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a7e47ac284a9f61 .menu-list > li { height: 100%; position: relative; flex-shrink: 0; } #a7e47ac284a9f61 .menu-list > li > a { height: 100%; font-size: 16px; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 60px; padding: 0 0px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333; } #a7e47ac284a9f61 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a7e47ac284a9f61 .menu-list > li:hover > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #a7e47ac284a9f61 .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; } #a7e47ac284a9f61 .menu-list > li.active > a:before, #a7e47ac284a9f61 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a7e47ac284a9f61 .menu-list > li ul li { position: relative; } #a7e47ac284a9f61 .menu-list > li ul li:hover > a { color: #ffffff; } #a7e47ac284a9f61 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; width: 200px; font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; background: transparent; } #a7e47ac284a9f61 .menu-list li ul li:hover > a { font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; } #a7e47ac284a9f61 .menu-list li ul, #a7e47ac284a9f61 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #fff; } #a7e47ac284a9f61 .menu-list li ul.menu-b > li, #a7e47ac284a9f61 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a7e47ac284a9f61 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a7e47ac284a9f61 .menu-list li:hover > ul { display: block; } #a7e47ac284a9f61 .menu-list li ul li:hover ul { left: 100%; top: 0; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a58b8a79d0afe74 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a2fcda9033ac159 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1f1ba9d85a88ce > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a369aa3c42a77e6 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ae8cca27e3a1ea4 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ad02fa5f70acb16 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ad972a63d4a3173 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #af24ba8f03a5d65 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a2436aee10a337c > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a8feaa2184ad2dd > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #aa254a79c7ac95c > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a56c9ad4f3a1487 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a56faa53dfa40c2 { overflow: hidden; pointer-events: none; } #a56faa53dfa40c2 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #a56faa53dfa40c2 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #a56faa53dfa40c2 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a56faa53dfa40c2 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #a56faa53dfa40c2 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #a56faa53dfa40c2 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a56faa53dfa40c2 > .tab-wrap > div > .tab-nav, #a56faa53dfa40c2 > .tab-nav, #a56faa53dfa40c2 > .tab-tabs > .tab-wrap > div > .tab-nav, #a56faa53dfa40c2 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #a56faa53dfa40c2 > .tab-wrap > div > .tab-nav-horizontal, #a56faa53dfa40c2 > .tab-nav-horizontal, #a56faa53dfa40c2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a56faa53dfa40c2 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a56faa53dfa40c2 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a56faa53dfa40c2 > .tab-nav-horizontal::-webkit-scrollbar, #a56faa53dfa40c2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a56faa53dfa40c2 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a56faa53dfa40c2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a56faa53dfa40c2 > .tab-nav-horizontal.tagScroll, #a56faa53dfa40c2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a56faa53dfa40c2 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a56faa53dfa40c2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a56faa53dfa40c2 > .tab-nav-horizontal.tagScroll li a, #a56faa53dfa40c2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a56faa53dfa40c2 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a56faa53dfa40c2 > .tab-wrap > div > .tab-nav a, #a56faa53dfa40c2 > .tab-nav a, #a56faa53dfa40c2 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a56faa53dfa40c2 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a56faa53dfa40c2 > .tab-wrap > div > .tab-nav li a, #a56faa53dfa40c2 > .tab-nav li a, #a56faa53dfa40c2 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a56faa53dfa40c2 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #a56faa53dfa40c2 > .tab-wrap > div > .tab-nav li a svg, #a56faa53dfa40c2 > .tab-nav li a svg, #a56faa53dfa40c2 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a56faa53dfa40c2 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a56faa53dfa40c2 > .tab-wrap > div > .tab-nav li a .ap_icon, #a56faa53dfa40c2 > .tab-nav li a .ap_icon, #a56faa53dfa40c2 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a56faa53dfa40c2 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a56faa53dfa40c2 > .tab-wrap > div > .tab-nav li a:hover, #a56faa53dfa40c2 > .tab-nav li a:hover, #a56faa53dfa40c2 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a56faa53dfa40c2 > .tab-tabs > .tab-nav li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #a56faa53dfa40c2 > .tab-wrap > div > .tab-nav li.uk-active a, #a56faa53dfa40c2 > .tab-nav li.uk-active a, #a56faa53dfa40c2 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a56faa53dfa40c2 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #a56faa53dfa40c2 .layout-left li, #a56faa53dfa40c2 .layout-center li, #a56faa53dfa40c2 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a56faa53dfa40c2 .layout-left li a, #a56faa53dfa40c2 .layout-center li a, #a56faa53dfa40c2 .layout-right li a { height: 100%; } #a56faa53dfa40c2 > .tab-tabs .layout-left { text-align: left; } #a56faa53dfa40c2 > .tab-tabs .layout-center { text-align: center; } #a56faa53dfa40c2 > .tab-tabs .layout-right { text-align: right; } #a56faa53dfa40c2 .tab-contents { height: 100%; height: calc(100% - 50px); } #a56faa53dfa40c2 .tab-content-wrap { background-color: transparent; } #a56faa53dfa40c2 .tab-contents, #a56faa53dfa40c2 .tab-contents-wrap { pointer-events: none; } #a56faa53dfa40c2 .tab-content, #a56faa53dfa40c2 .tab-content-wrap { height: 100%; width: 100%; } #a56faa53dfa40c2 .tab-wrap { height: 100%; pointer-events: none; } #a56faa53dfa40c2 .tab-wrap .tab-contents { height: 100%; } #a56faa53dfa40c2 .tab-wrap > div { height: 100%; overflow-y: auto; } #ab98aa2dddab55e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a1c21a9508a0604 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #abeaaa123ba940c a, #abeaaa123ba940c { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abeaaa123ba940c a:hover { font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a714aa2ef1a2e72 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; } #a714aa2ef1a2e72 .menu-list > li { height: 100%; position: relative; flex-shrink: 0; } #a714aa2ef1a2e72 .menu-list > li > a { height: 100%; font-size: 16px; line-height: 30px; text-align: center; display: block; position: relative; text-transform: capitalize; line-height: 60px; padding: 0 0px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333; } #a714aa2ef1a2e72 .menu-list > li > a:before { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background-color: #333; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } #a714aa2ef1a2e72 .menu-list > li:hover > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #a714aa2ef1a2e72 .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; } #a714aa2ef1a2e72 .menu-list > li.active > a:before, #a714aa2ef1a2e72 .menu-list > li:hover > a:before { width: 100%; background-color: currentColor; } #a714aa2ef1a2e72 .menu-list > li ul li { position: relative; } #a714aa2ef1a2e72 .menu-list > li ul li:hover > a { color: #ffffff; } #a714aa2ef1a2e72 .menu-list > li ul li a { display: block; font-size: 16px; line-height: 40px; font-weight: 400; padding: 0 20px; transition: all 0.2s ease-in; white-space: nowrap; width: 200px; font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; background: transparent; } #a714aa2ef1a2e72 .menu-list li ul li:hover > a { font-weight: normal; font-style: normal; font-family: inherit; color: #ffffff; } #a714aa2ef1a2e72 .menu-list li ul, #a714aa2ef1a2e72 .menu-list li ul li ul { line-height: 40px; list-style-type: none; text-align: left; left: -999em; position: absolute; z-index: 999; min-width: 100px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); background: #fff; } #a714aa2ef1a2e72 .menu-list li ul.menu-b > li, #a714aa2ef1a2e72 .menu-list li ul li ul.menu-b > li { display: inline-block; } #a714aa2ef1a2e72 .menu-list .menu-b { transition: all .3s ease; padding: 20px 0; left: auto; } #a714aa2ef1a2e72 .menu-list li:hover > ul { display: block; } #a714aa2ef1a2e72 .menu-list li ul li:hover ul { left: 100%; top: 0; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ad995a3f24a7b82 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ac84aaf6a1a0e97 > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3f2ac212a8f7d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #afd12a94afae3be > .ele-wrap {background-color: rgba(74, 74, 74, 0.83);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ada60ad192a4e37 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ae5f2a9791aded4 > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a292caf0f5a6cff > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a1685a4ae7a67d0 { overflow: hidden; pointer-events: none; } #a1685a4ae7a67d0 > .tab-tabs .tab-nav-prev { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; left: 0; } #a1685a4ae7a67d0 > .tab-tabs .tab-nav-prev span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 96.77% 25%; background-size: initial; } #a1685a4ae7a67d0 > .tab-tabs .tab-nav-prev::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a1685a4ae7a67d0 > .tab-tabs .tab-nav-next { display: none; position: absolute; top: 0; width: 59px; height: 50px; background: #fff; text-align: center; font-size: 0; right: 0; } #a1685a4ae7a67d0 > .tab-tabs .tab-nav-next span { display: inline-block; vertical-align: middle; width: 9px; height: 14px; background-repeat: no-repeat; background-image: url(/resources/sys/img/tab-arrow.svg); background-position: 61.29% 25%; background-size: initial; } #a1685a4ae7a67d0 > .tab-tabs .tab-nav-next::after { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; } #a1685a4ae7a67d0 > .tab-wrap > div > .tab-nav, #a1685a4ae7a67d0 > .tab-nav, #a1685a4ae7a67d0 > .tab-tabs > .tab-wrap > div > .tab-nav, #a1685a4ae7a67d0 > .tab-tabs > .tab-nav { text-align: center; font-size: 0; border-bottom-width: 1px; border-bottom-color: rgba(204, 204, 204, 0.39); border-bottom-style: solid; } #a1685a4ae7a67d0 > .tab-wrap > div > .tab-nav-horizontal, #a1685a4ae7a67d0 > .tab-nav-horizontal, #a1685a4ae7a67d0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal, #a1685a4ae7a67d0 > .tab-tabs > .tab-nav-horizontal { scrollbar-width: none; /* firefox */ -ms-overflow-style: none; /* IE 10+ */ } #a1685a4ae7a67d0 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a1685a4ae7a67d0 > .tab-nav-horizontal::-webkit-scrollbar, #a1685a4ae7a67d0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar, #a1685a4ae7a67d0 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar { display: none; /* Chrome Safari */ } #a1685a4ae7a67d0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a1685a4ae7a67d0 > .tab-nav-horizontal.tagScroll, #a1685a4ae7a67d0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll, #a1685a4ae7a67d0 > .tab-tabs > .tab-nav-horizontal.tagScroll { white-space: nowrap; height: 50px; overflow-x: auto; } #a1685a4ae7a67d0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a1685a4ae7a67d0 > .tab-nav-horizontal.tagScroll li a, #a1685a4ae7a67d0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a, #a1685a4ae7a67d0 > .tab-tabs > .tab-nav-horizontal.tagScroll li a { margin-top: 0; } #a1685a4ae7a67d0 > .tab-wrap > div > .tab-nav a, #a1685a4ae7a67d0 > .tab-nav a, #a1685a4ae7a67d0 > .tab-tabs > .tab-wrap > div > .tab-nav a, #a1685a4ae7a67d0 > .tab-tabs > .tab-nav a { padding: 0 0px; } #a1685a4ae7a67d0 > .tab-wrap > div > .tab-nav li a, #a1685a4ae7a67d0 > .tab-nav li a, #a1685a4ae7a67d0 > .tab-tabs > .tab-wrap > div > .tab-nav li a, #a1685a4ae7a67d0 > .tab-tabs > .tab-nav li a { display: block; text-align: center; line-height: 49px; background-repeat: no-repeat; background-size: contain; background-position: center center; border-right: 1px solid #16a085; height: 50px; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #4a4a4a; border-right-style: none; margin-right: 30px; margin-left: 30px; } #a1685a4ae7a67d0 > .tab-wrap > div > .tab-nav li a svg, #a1685a4ae7a67d0 > .tab-nav li a svg, #a1685a4ae7a67d0 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg, #a1685a4ae7a67d0 > .tab-tabs > .tab-nav li a svg { fill: currentColor; height: 1em; } #a1685a4ae7a67d0 > .tab-wrap > div > .tab-nav li a .ap_icon, #a1685a4ae7a67d0 > .tab-nav li a .ap_icon, #a1685a4ae7a67d0 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon, #a1685a4ae7a67d0 > .tab-tabs > .tab-nav li a .ap_icon { height: 1em; margin-right: 4px; display: inline-block; } #a1685a4ae7a67d0 > .tab-wrap > div > .tab-nav li a:hover, #a1685a4ae7a67d0 > .tab-nav li a:hover, #a1685a4ae7a67d0 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover, #a1685a4ae7a67d0 > .tab-tabs > .tab-nav li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #a1685a4ae7a67d0 > .tab-wrap > div > .tab-nav li.uk-active a, #a1685a4ae7a67d0 > .tab-nav li.uk-active a, #a1685a4ae7a67d0 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a, #a1685a4ae7a67d0 > .tab-tabs > .tab-nav li.uk-active a { font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; border-bottom-width: 1px; border-bottom-color: #2a4c98; border-bottom-style: solid; } #a1685a4ae7a67d0 .layout-left li, #a1685a4ae7a67d0 .layout-center li, #a1685a4ae7a67d0 .layout-right li { display: inline-block; padding: 0; text-align: center; height: 100%; } #a1685a4ae7a67d0 .layout-left li a, #a1685a4ae7a67d0 .layout-center li a, #a1685a4ae7a67d0 .layout-right li a { height: 100%; } #a1685a4ae7a67d0 > .tab-tabs .layout-left { text-align: left; } #a1685a4ae7a67d0 > .tab-tabs .layout-center { text-align: center; } #a1685a4ae7a67d0 > .tab-tabs .layout-right { text-align: right; } #a1685a4ae7a67d0 .tab-contents { height: 100%; height: calc(100% - 50px); } #a1685a4ae7a67d0 .tab-content-wrap { background-color: transparent; } #a1685a4ae7a67d0 .tab-contents, #a1685a4ae7a67d0 .tab-contents-wrap { pointer-events: none; } #a1685a4ae7a67d0 .tab-content, #a1685a4ae7a67d0 .tab-content-wrap { height: 100%; width: 100%; } #a1685a4ae7a67d0 .tab-wrap { height: 100%; pointer-events: none; } #a1685a4ae7a67d0 .tab-wrap .tab-contents { height: 100%; } #a1685a4ae7a67d0 .tab-wrap > div { height: 100%; overflow-y: auto; } #af987a7565a293a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a79a9acaeea0844 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #a8e66a62c9a9ab0 a, #a8e66a62c9a9ab0 { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8e66a62c9a9ab0 a:hover { font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab002ad573a5ce8 .ele-wrap {color: #333333;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;}#ab002ad573a5ce8 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(42, 76, 152, 1);color: #ffffff;}#a5769a42c7adce5 .ele-wrap {color: #333333;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;}#a5769a42c7adce5 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(42, 76, 152, 1);color: #ffffff;}#a1ee5ae757a8ceb .ele-wrap {color: #333333;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;}#a1ee5ae757a8ceb .ele-wrap:hover {background-color: #0483cc;background-color: rgba(42, 76, 152, 1);color: #ffffff;}#a37a7aeec6a804b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acf43a5f36aa18f .ad1f4a3f90a16ac > .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;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #acf43a5f36aa18f .a4b0ea76c9a7eef { overflow: hidden; } #acf43a5f36aa18f .a4b0ea76c9a7eef , #acf43a5f36aa18f .a4b0ea76c9a7eef > * { font-weight: normal; font-style: normal; font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#acf43a5f36aa18f .adaf3a5c54ab2da , #acf43a5f36aa18f .adaf3a5c54ab2da a{color: rgba(204, 204, 204, 0.67);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #acf43a5f36aa18f .acc12a155eace66 { overflow: hidden; } #acf43a5f36aa18f .acc12a155eace66 , #acf43a5f36aa18f .acc12a155eace66 > * { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(124, 124, 124, 1);}#acf43a5f36aa18f .a8b92a0198a9d9e { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(124, 124, 124, 1);}#acf43a5f36aa18f .a22c6a1e70abdb8 .ele-wrap {border-color: rgba(220, 220, 220, 1);color: #333;border-width: 1px;border-style: solid;font-size: 14px;justify-content: center;border-radius: 4px;background-color: transparent;}#acf43a5f36aa18f .a22c6a1e70abdb8 .ele-wrap:hover {color: #ffffff;border-color: rgba(42, 76, 152, 1);background-color: rgba(42, 76, 152, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #acf43a5f36aa18f .dynamic-list-item:hover { background-color: auto; } /* mobile */ @media (max-width: 640px) { #acf43a5f36aa18f .uk-position-center-left-out { left: -30px; } #acf43a5f36aa18f .uk-position-center-right-out { left: auto; right: -30px; } } #a112aac8a3a3a09 [data-item="undefined"] {border-color: rgba(124, 124, 124, 1);color: #333;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;justify-content: center;border-radius: 4px;}#a112aac8a3a3a09 [data-item="undefined"]:hover {color: #ffffff;border-color: rgba(42, 76, 152, 1);background-color: rgba(42, 76, 152, 1);}#a9699a27e1ad317 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a78cda2546a3124 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #a4368aa48dadd88 > .ele-wrap { background-image: linear-gradient(90deg, rgba(42, 76, 152, 0.52), rgba(42, 76, 152, 0.45)); border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4da1a8690a8f99 a, #a4da1a8690a8f99 { font-weight: normal; font-style: normal; font-size: 14px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4da1a8690a8f99 a:hover { font-weight: normal; font-style: normal; font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3e19a0a10a3ebd > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a07a6a0fbea7454 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #ade4aa21a8ade61 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a68c5adb98a1e83 .uk-form .form-submit-btn { width: 650px; } #a68c5adb98a1e83 form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #a68c5adb98a1e83 .form-item .uk-input, #a68c5adb98a1e83 .form-item .uk-select, #a68c5adb98a1e83 .form-item .uk-textarea { width: autopx; } #a68c5adb98a1e83 .form-item .auto-height { height: auto; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a78cda2546a3124 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #acf82a9944a59ba .uk-form .form-submit-btn { width: 340px; } #acf82a9944a59ba .uk-form .form-submit-btn { height: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; } #acf82a9944a59ba .submit-wrap { text-align: center; } #acf82a9944a59ba .submit-wrap button { background-color: #4a90e2; } #acf82a9944a59ba .submit-wrap button { border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } #acf82a9944a59ba form.form-theme-10 .form-item .send-code { bottom: auto; top: 50%; margin-top: -20px; } #acf82a9944a59ba .form-item { margin-top: 8px !important; margin-bottom: 15px !important; } #acf82a9944a59ba .form-item .uk-input, #acf82a9944a59ba .form-item .uk-select, #acf82a9944a59ba .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; } #acf82a9944a59ba .form-item .auto-height { height: auto; } #acf82a9944a59ba .form-item div > label { font-weight: normal; font-style: normal; font-family: inherit; color: #4a4a4a; } #acf82a9944a59ba .form-item .send-code { bottom: 0px; } #acf82a9944a59ba .form-item .uk-textarea { height: 80px; line-height: 1.5; } #acf82a9944a59ba .uk-form-label, #acf82a9944a59ba .form-agree, #acf82a9944a59ba .uk-h3, #acf82a9944a59ba p { font-weight: normal; font-style: normal; font-family: inherit; color: #777777; } #acf82a9944a59ba .form-item { position: relative; } #acf82a9944a59ba .form-item > label { position: absolute; top: 50%; left: 10px; margin-top: -11px; z-index: 101; } #acf82a9944a59ba .form-item .form-item-file .add-image { margin-left: 90px; } #acf82a9944a59ba .form-item .uk-input, #acf82a9944a59ba .form-item .uk-select, #acf82a9944a59ba .form-item .uk-textarea, #acf82a9944a59ba .form-item .address-select, #acf82a9944a59ba .form-item .uk-grid { padding-left: 90px; } #acf82a9944a59ba .form-item .address-select .uk-select { padding-left: 4px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a78cda2546a3124 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a3e3baf332a961f { min-height: 500px; /* mobile */ } #a3e3baf332a961f .search-highlight { background: yellow; } #a3e3baf332a961f .el-item { padding: 0; border-bottom: 1px solid #ececec; } #a3e3baf332a961f .el-title { margin-bottom: 20px; } #a3e3baf332a961f .el-item:hover .el-title { color: #e26f1f; } #a3e3baf332a961f .img-wrap { overflow: hidden; display: block; border-radius: 4px; } #a3e3baf332a961f .img-wrap img { transition: all .3s ease; border-radius: 4px; } #a3e3baf332a961f .el-item:hover .img-wrap img { transform: scale(1.1); } #a3e3baf332a961f .el-title a { font-size: 20px; color: #333; line-height: 36px; } #a3e3baf332a961f .el-meta { font-size: 14px; color: #777; line-height: 1.5; margin: 6px 0; } #a3e3baf332a961f .el-content { font-size: 14px; color: #777; } @media (max-width: 640px) { #a3e3baf332a961f .el-title { margin-bottom: 0; } #a3e3baf332a961f .el-title a { font-size: 14px; color: #333; line-height: 1.5; } #a3e3baf332a961f .category { font-size: 12px; } #a3e3baf332a961f .el-content { font-size: 12px; color: #777; line-height: 1.5; margin: 6px 0 0px; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #abc65ac5baacf7f .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a63faad818ae577 { /* 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------------------------*/ } #a63faad818ae577 * { font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman'; } #a63faad818ae577 .error .clip .shadow { height: 180px; /*Contrall*/ } #a63faad818ae577 .error .clip:nth-of-type(2) .shadow { width: 130px; /*Contrall play with javascript*/ } #a63faad818ae577 .error .clip:nth-of-type(1) .shadow, #a63faad818ae577 .error .clip:nth-of-type(3) .shadow { width: 250px; /*Contrall*/ } #a63faad818ae577 .error .digit { width: 150px; /*Contrall*/ height: 150px; /*Contrall*/ line-height: 150px; /*Contrall*/ font-size: 120px; font-weight: bold; } #a63faad818ae577 .error h2 { font-size: 32px; } #a63faad818ae577 .error .msg { top: -190px; left: 30%; width: 80px; height: 80px; line-height: 80px; font-size: 32px; } #a63faad818ae577 .error span.triangle { top: 70%; right: 0%; border-left: 20px solid #535353; border-top: 15px solid transparent; border-bottom: 15px solid transparent; } #a63faad818ae577 .error .container-error-404 { margin-top: 10%; position: relative; height: 250px; padding-top: 40px; text-align: center; } #a63faad818ae577 .error .container-error-404 .clip { display: inline-block; transform: skew(-45deg); } #a63faad818ae577 .error .clip .shadow { overflow: hidden; } #a63faad818ae577 .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); } #a63faad818ae577 .error .clip:nth-of-type(3) .shadow:after, #a63faad818ae577 .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%; } #a63faad818ae577 .error .clip:nth-of-type(3) .shadow:after { left: -8px; } #a63faad818ae577 .error .digit { position: relative; top: 8%; color: white; background: #07B3F9; border-radius: 50%; display: inline-block; transform: skew(45deg); } #a63faad818ae577 .error .clip:nth-of-type(2) .digit { left: -10%; } #a63faad818ae577 .error .clip:nth-of-type(1) .digit { right: -20%; } #a63faad818ae577 .error .clip:nth-of-type(3) .digit { left: -20%; } #a63faad818ae577 .error h2 { color: #A2A2A2; font-weight: bold; padding-bottom: 20px; } #a63faad818ae577 .error .msg { position: relative; z-index: 9999; display: block; background: #535353; color: #A2A2A2; border-radius: 50%; font-style: italic; } #a63faad818ae577 .error .triangle { position: absolute; z-index: 999; transform: rotate(45deg); content: ""; width: 0; height: 0; } @media (max-width: 767px) { #a63faad818ae577 { /* Error Page */ /* Error Page */ } #a63faad818ae577 .error .clip .shadow { height: 100px; /*Contrall*/ } #a63faad818ae577 .error .clip:nth-of-type(2) .shadow { width: 80px; /*Contrall play with javascript*/ } #a63faad818ae577 .error .clip:nth-of-type(1) .shadow, #a63faad818ae577 .error .clip:nth-of-type(3) .shadow { width: 100px; /*Contrall*/ } #a63faad818ae577 .error .digit { width: 80px; /*Contrall*/ height: 80px; /*Contrall*/ line-height: 80px; /*Contrall*/ font-size: 52px; } #a63faad818ae577 .error h2 { font-size: 24px; } #a63faad818ae577 .error .msg { top: -110px; left: 15%; width: 40px; height: 40px; line-height: 40px; font-size: 18px; } #a63faad818ae577 .error span.triangle { top: 70%; right: -3%; border-left: 10px solid #535353; border-top: 8px solid transparent; border-bottom: 8px solid transparent; } #a63faad818ae577 .error .container-error-404 { height: 150px; } } #a63faad818ae577 .overlay { position: relative; z-index: 20; } #a63faad818ae577 .ground-color { background: white; } #a63faad818ae577 .item-bg-color { background: #EAEAEA; } #a63faad818ae577 .padding-top { padding-top: 10px; } #a63faad818ae577 .padding-bottom { padding-bottom: 10px; } #a63faad818ae577 .padding-vertical { padding-top: 10px; padding-bottom: 10px; } #a63faad818ae577 .padding-horizontal { padding-left: 10px; padding-right: 10px; } #a63faad818ae577 .padding-all { padding: 10px; } #a63faad818ae577 .no-padding-left { padding-left: 0px; } #a63faad818ae577 .no-padding-right { padding-right: 0px; } #a63faad818ae577 .no-vertical-padding { padding-top: 0px; padding-bottom: 0px; } #a63faad818ae577 .no-horizontal-padding { padding-left: 0px; padding-right: 0px; } #a63faad818ae577 .no-padding { padding: 0px; } #a63faad818ae577 .margin-top { margin-top: 10px; } #a63faad818ae577 .margin-bottom { margin-bottom: 10px; } #a63faad818ae577 .margin-right { margin-right: 10px; } #a63faad818ae577 .margin-left { margin-left: 10px; } #a63faad818ae577 .margin-horizontal { margin-left: 10px; margin-right: 10px; } #a63faad818ae577 .margin-vertical { margin-top: 10px; margin-bottom: 10px; } #a63faad818ae577 .margin-all { margin: 10px; } #a63faad818ae577 .no-margin { margin: 0px; } #a63faad818ae577 .no-vertical-margin { margin-top: 0px; margin-bottom: 0px; } #a63faad818ae577 .no-horizontal-margin { margin-left: 0px; margin-right: 0px; } #a63faad818ae577 .inside-col-shrink { margin: 0px 20px; } #a63faad818ae577 hr { margin: 0px; padding: 0px; border-top: 1px dashed #999; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } #ae5a2a823ba39f5 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ae5a2a823ba39f5 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a78cda2546a3124 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7bddade65a7944 .login-main { border-radius: 4px; overflow: hidden; background: #fff; box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05); } #a7bddade65a7944 .slider { width: 420px; height: 600px; } #a7bddade65a7944 .uk-slideshow-items { height: 100%; } #a7bddade65a7944 .uk-slideshow-items a { width: 100%; height: 100%; display: block; } #a7bddade65a7944 .login-wrap { width: 100%; height: 100%; } #a7bddade65a7944 .uk-dotnav > * > * { background: #fff; border-color: #fff; opacity: .5; } #a7bddade65a7944 .uk-dotnav > .uk-active > * { border-color: #0076fe; background: #0076fe; } #a7bddade65a7944 .phone-login-box { margin: 40px auto 40px; display: inline-block; } #a7bddade65a7944 .login-header { margin-bottom: 24px; } #a7bddade65a7944 .login-header h4 { font-size: 22px; font-weight: bolder; line-height: 1; padding-left: 20px; border-left: 4px solid #0076fe; } #a7bddade65a7944 .input-item { width: 330px; height: 45px; background-color: #f0f2f7; border-radius: 22px; border: solid 1px #e3e8f0; position: relative; } #a7bddade65a7944 .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; } #a7bddade65a7944 .input-item input.error, #a7bddade65a7944 .input-item input.error::placeholder { color: #fc4343; } #a7bddade65a7944 .input-item input::placeholder { color: #999; } #a7bddade65a7944 .input-item .icon { position: absolute; left: 10px; top: 12px; fill: #ccc; } #a7bddade65a7944 .verifycode-input { margin: 24px 0; } #a7bddade65a7944 .verifycode-input .input-item { width: 200px; float: left; } #a7bddade65a7944 .send-code { float: left; margin-left: 20px; } #a7bddade65a7944 .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; } #a7bddade65a7944 .submit { width: 330px; height: 45px; background-color: #0076fe; border-radius: 22px; font-size: 18px; line-height: 45px; color: #fff; cursor: pointer; } #a7bddade65a7944 .error { color: #fc4343; font-size: 12px; padding-left: 10px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a78cda2546a3124 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a20e6a46f3a28ef .sidebar { width: 150px; max-width: 150px; height: 100%; } #a20e6a46f3a28ef .nav-items { background: #fafafa; min-height: 200px; } #a20e6a46f3a28ef .phone-info { background: #fafafa; margin-top: 10px; font-size: 12px; padding: 22px 4px 20px 16px; line-height: 1.5; color: #666; } #a20e6a46f3a28ef .phone-info .phone { line-height: 1.5; color: #333; font-size: 18px; font-family: Arial; } #a20e6a46f3a28ef .nav-type { line-height: 37px; padding-left: 20px; cursor: pointer; } #a20e6a46f3a28ef .nav-type.active { color: #FFF; cursor: default; background: #ff658c; } #a20e6a46f3a28ef .content { padding-bottom: 60px; color: #666; border: 1px solid #f0f0f0; min-height: 400px; } #a20e6a46f3a28ef .nav-list { padding: 0 20px; } #a20e6a46f3a28ef .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; } #a20e6a46f3a28ef .nav-list .nav-item.active { background-color: #ff5c89; color: #fff; cursor: default; } #a20e6a46f3a28ef .order-item { margin-top: 10px; background: #fff; padding: 0 20px; } #a20e6a46f3a28ef .order-item:hover { background: #f7f7f7; } #a20e6a46f3a28ef .del-order { cursor: pointer; } #a20e6a46f3a28ef .order-item .order-title { line-height: 40px; color: #666; font-size: 13px; border-bottom: 1px solid #f7f7f7; } #a20e6a46f3a28ef .goods-item { padding: 10px 0; border-bottom: 1px solid #ececec; cursor: pointer; } #a20e6a46f3a28ef .order-goods-list .goods-item:last-child { border-bottom: none; } #a20e6a46f3a28ef .goods-item img { width: 100px; height: 100px; background: #f4f4f4; } #a20e6a46f3a28ef .goods-item .goods-info { padding: 0 15px; } #a20e6a46f3a28ef .appoint-time span { color: #e4393c; background-color: #f9eeee; display: inline-block; padding: 2px 10px; border-radius: 2px; line-height: 1; } #a20e6a46f3a28ef .appoint-time { margin-bottom: 4px; } #a20e6a46f3a28ef .appoint-name { color: #333; font-size: 14px; } #a20e6a46f3a28ef .appoint-info { padding: 0 15px; font-size: 12px; color: #888; } #a20e6a46f3a28ef .goods-item .goods-name { color: #333; } #a20e6a46f3a28ef .goods-item .sku-name { color: #999; font-size: 12px; } #a20e6a46f3a28ef .order-total-info { padding-bottom: 10px; color: #999; font-size: 12px; } #a20e6a46f3a28ef .order-total-info .total-price { font-family: Arial, Helvetica, sans-serif; color: #333; font-size: 14px; } #a20e6a46f3a28ef .load-more { font-size: 12px; padding-bottom: 15px; color: #999; } #a20e6a46f3a28ef .order-btns { padding: 10px 0; border-top: 1px solid #f7f7f7; } #a20e6a46f3a28ef .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; } #a20e6a46f3a28ef .order-btns .btn-warn { color: #fff; background: #eb3c3c; border-color: #eb3c3c; cursor: pointer; } #a20e6a46f3a28ef .appoint-info .title { font-weight: bold; color: #333; } #a20e6a46f3a28ef .coupon-item { margin: 10px 30px; display: inline-flex; width: 42%; } #a20e6a46f3a28ef .setting-form { padding: 30px 20px; } #a20e6a46f3a28ef .setting-item { margin-bottom: 20px; font-size: 13px; color: #666; line-height: 18px; } #a20e6a46f3a28ef .setting-item .label { display: inline-block; margin-right: 6px; text-align: right; min-width: 120px; } #a20e6a46f3a28ef .setting-item .input-text { border: 1px solid #ccc; line-height: 28px; padding: 0 10px; min-width: 200px; font-size: 13px; } #a20e6a46f3a28ef .setting-form .setting-btns { margin-left: 130px; } #a20e6a46f3a28ef .setting-form .uk-button { height: 30px; line-height: 30px; margin-right: 8px; } #a20e6a46f3a28ef .setting-wrap { position: relative; } #a20e6a46f3a28ef .user-info { border: 1px solid #ccc; width: 300px; position: absolute; right: 80px; top: 30px; color: #666; padding: 10px; font-size: 13px; background: #f9f9f9; } #a20e6a46f3a28ef .user-info .avatar { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; float: left; margin-right: 10px; } #a20e6a46f3a28ef .user-info .levels { color: #888; font-size: 12px; } #a20e6a46f3a28ef .address-wrap { padding: 30px 20px; } #a20e6a46f3a28ef .addr-header { font-size: 18px; color: #333; margin: 0; } #a20e6a46f3a28ef .addr-detail { border-bottom: 1px solid #ececec; margin-bottom: 10px; } #a20e6a46f3a28ef .addr-list { min-height: 200px; } #a20e6a46f3a28ef .addr-detail .addr-item-name, #a20e6a46f3a28ef .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; } #a20e6a46f3a28ef .addr-detail .addr-name { font-size: 16px; font-weight: bold; color: #333; } #a20e6a46f3a28ef .addr-detail .addr-item-name { color: #e93b3d; border-color: #e93b3d; } #a20e6a46f3a28ef .addr-detail { padding: 12px 0; flex: 1; } #a20e6a46f3a28ef .op-btns a { font-size: 12px; color: #e93b3d; margin-left: 6px; } #a20e6a46f3a28ef .add-addr { height: 32px; line-height: 30px; } #a20e6a46f3a28ef .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; } #a20e6a46f3a28ef .publish-item { cursor: default; min-height: 120px; } #a20e6a46f3a28ef .publish-item .status-0 { background-image: url(/resources/sys/img/icons/info-unread.png); } #a20e6a46f3a28ef .publish-item .status-1 { background-image: url(/resources/sys/img/icons/info-fail.png); } #a20e6a46f3a28ef .publish-item .btns a { display: inline-block; font-size: 12px; padding: 4px 10px; border-radius: 2px; color: #fff; background: #2a4c98; } #a20e6a46f3a28ef .publish-item .btns .del-info { background: #ccc; color: #999; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a78cda2546a3124 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a2c58adc69a73c1 { min-height: 500px; /* mobile */ } #a2c58adc69a73c1 .search-highlight { background: yellow; } #a2c58adc69a73c1 .el-item { padding: 0; border-bottom: 1px solid #ececec; } #a2c58adc69a73c1 .el-title { margin-bottom: 20px; } #a2c58adc69a73c1 .el-item:hover .el-title { color: #e26f1f; } #a2c58adc69a73c1 .img-wrap { overflow: hidden; display: block; border-radius: 4px; } #a2c58adc69a73c1 .img-wrap img { transition: all .3s ease; border-radius: 4px; } #a2c58adc69a73c1 .el-item:hover .img-wrap img { transform: scale(1.1); } #a2c58adc69a73c1 .el-title a { font-size: 20px; color: #333; line-height: 36px; } #a2c58adc69a73c1 .el-meta { font-size: 14px; color: #777; line-height: 1.5; margin: 6px 0; } #a2c58adc69a73c1 .el-content { font-size: 14px; color: #777; } @media (max-width: 640px) { #a2c58adc69a73c1 .el-title { margin-bottom: 0; } #a2c58adc69a73c1 .el-title a { font-size: 14px; color: #333; line-height: 1.5; } #a2c58adc69a73c1 .category { font-size: 12px; } #a2c58adc69a73c1 .el-content { font-size: 12px; color: #777; line-height: 1.5; margin: 6px 0 0px; } } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a78cda2546a3124 .ap-content-container { height: 100%; min-height: 40px; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7558ab039afcb0 .comment-detail { min-height: 600px; } #a7558ab039afcb0 table { background: #f9fdff; width: 100%; border-collapse: collapse; border-spacing: 0; } #a7558ab039afcb0 table th, #a7558ab039afcb0 table td { padding: 10px 20px; border: #ececec 1px solid; line-height: 1.8em; } #a7558ab039afcb0 table th { padding-left: 0; text-align: right; background: #eff7fe; font-weight: normal; color: #333; } #a7558ab039afcb0 .red { color: #F00!important; } #a7558ab039afcb0 .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; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5dbfada09aca32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 0.31);}#a5dbfada09aca32 > .ele-wrap:hover {border-bottom-color: rgba(204, 204, 204, 0.31);border-bottom-width: 1px;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a5460a144caeaff .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: transparent; text-align: left; } #a5460a144caeaff .menu-list li { height: 100%; margin: 0; padding: 0; position: relative; } #a5460a144caeaff .ap-icon { margin-right: 6px; } #a5460a144caeaff .menu-list > li { display: inline-flex; align-items: center; } #a5460a144caeaff .menu-list > li > a { display: flex; align-items: center; justify-content: center; font-size: 14px; padding: 4px 30px; border-radius: 4px; line-height: 1; margin: 0; background-color: transparent; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 16px; font-family: inherit; color: #333; line-height: 26px; } #a5460a144caeaff .menu-list > li:hover > a, #a5460a144caeaff .menu-list > li.active > a { background: #ffffff; background-color: #ffffff; font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; } #a5460a144caeaff .menu-list > li.active > a { font-weight: bold; font-style: normal; font-size: 16px; font-family: inherit; color: #2a4c98; border-bottom-width: 0; border-bottom-style: none; } #a5460a144caeaff .menu-list ul, #a5460a144caeaff .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #ffffff; } #a5460a144caeaff .menu-list ul { top: 70px; left: 50%; transform: translateX(-50%); } #a5460a144caeaff .menu-list ul li ul { top: 0; left: 100%; } #a5460a144caeaff .menu-list ul li { clear: both; width: 100%; border: none; } #a5460a144caeaff .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; white-space: nowrap; text-decoration: none; display: inline-block; clear: both; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #333333; background-color: #ffffff; } #a5460a144caeaff .menu-list ul li a:hover { font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; color: #2a4c98; background-color: #ffffff; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a4b66a35f5a3591 form { width: 100%; height: 100%; } #a4b66a35f5a3591 .search-box { text-align: center; margin-right: -10px; font-size: 14px; height: 100%; } #a4b66a35f5a3591 .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; } #a4b66a35f5a3591 .search-box .search-type { padding: 0; margin: 0; position: absolute; left: 0; top: 40px; display: none; z-index: 999999; } #a4b66a35f5a3591 .search-box .search-type.show { display: block; } #a4b66a35f5a3591 .search-box .search-type li { text-align: center; line-height: 40px; background: #ffffff; cursor: pointer; padding: 0 18px; } #a4b66a35f5a3591 .search-box .search-type li:hover { color: #f4f8fb; } #a4b66a35f5a3591 .search-box .search-type li.active { color: #f4f8fb; } #a4b66a35f5a3591 .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: 2px; background-color: #ffffff; overflow: hidden; border-top-color: #cccccc; border-top-width: 1px; border-right-color: rgba(42, 76, 152, 0.23); border-left-color: #cccccc; border-bottom-color: #cccccc; border-right-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; border-top-style: solid; } #a4b66a35f5a3591 .inner-form .input-field { height: 100%; } #a4b66a35f5a3591 .inner-form .input-field input { height: 100%; background: transparent; border: 0; display: block; width: 100%; padding: 10px 0; font-weight: normal; font-style: normal; font-size: 14px; font-family: inherit; color: #7c7c7c; } #a4b66a35f5a3591 .inner-form .input-field input.placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:-moz-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input::-webkit-input-placeholder { font-size: 14px; color: #a2a2a2; } #a4b66a35f5a3591 .inner-form .input-field input:focus { box-shadow: none; outline: 0; } #a4b66a35f5a3591 .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: #ffffff; position: relative; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap input { -ms-flex-positive: 1; flex-grow: 1; } #a4b66a35f5a3591 .inner-form .input-field.first-wrap svg { width: 20px; height: 20px; display: inline-block; fill: #7c7c7c; margin: 0 15px; } #a4b66a35f5a3591 .inner-form .input-field.second-wrap { min-width: 100px; } #a4b66a35f5a3591 .btn-search { height: 100%; width: 100%; white-space: nowrap; font-size: 16px; border: 0; cursor: pointer; position: relative; z-index: 0; background: #ffffff; color: #fff; transition: all 0.2s ease-out, color 0.2s ease-out; font-weight: 300; border-top-right-radius: 2px; border-bottom-right-radius: 2px; overflow: hidden; } #a4b66a35f5a3591 .btn-search:hover { background: #f4f8fb; } #a4b66a35f5a3591 .btn-search:focus { outline: 0; box-shadow: none; } @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; @to TopIcon:ICON://type=img&src=/resources/sys/img/totop-mobile.png; #a7877ac268ade97 .menu-list { width: 100%; height: 100%; margin: 0; padding: 0; position: relative; list-style: none; background: #232424; text-align: left; } #a7877ac268ade97 .menu-list li { height: 100%; margin: 0; position: relative; text-align: center; flex-shrink: 0; } #a7877ac268ade97 .ap-icon { margin-right: 6px; } #a7877ac268ade97 .indicator { margin-left: 4px; } #a7877ac268ade97 .menu-list > li > a { display: flex; height: 100%; align-items: center; justify-content: center; font-size: 14px; padding: 0 20px; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; font-weight: bold; font-style: normal; font-family: inherit; color: #ccc; background-color: #232424; } #a7877ac268ade97 .menu-list li:hover > a, #a7877ac268ade97 .menu-list li.active > a { background: #232424; background-color: #232424; font-weight: bold; font-style: normal; font-family: inherit; color: #e26f1f; } #a7877ac268ade97 .menu-list li.active > a { font-weight: normal; font-style: normal; font-family: inherit; color: #e26f1f; background-color: #232424; } #a7877ac268ade97 .menu-list ul, #a7877ac268ade97 .menu-list ul li ul { list-style: none; margin: 0; padding: 0; display: none; position: absolute; z-index: 99999; background: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } #a7877ac268ade97 .menu-list ul { top: 50px; left: 50%; transform: translateX(-50%); } #a7877ac268ade97 .menu-list ul li ul { top: 0; left: 100%; } #a7877ac268ade97 .menu-list ul li { clear: both; width: 100%; border: none; } #a7877ac268ade97 .menu-list ul li a { padding: 10px 15px; width: 100%; color: #dedede; font-size: 13px; text-decoration: none; display: inline-block; float: left; white-space: nowrap; clear: both; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-transition: color 0.2s linear, background 0.2s linear; -moz-transition: color 0.2s linear, background 0.2s linear; -o-transition: color 0.2s linear, background 0.2s linear; transition: color 0.2s linear, background 0.2s linear; }