@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-size: 16px; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #333;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none !important;
  -webkit-overflow-scrolling: touch; }
  body.is-stick {
    position: fixed;
    width: 100%; }
    body.is-stick.is-stick-scroll {
      overflow-y: scroll; }

html, body {
  scroll-behavior: smooth; }

::selection {
  color: #fff;
  background-color: #36c; }

h1, h2, h3, h4, p, figure {
  margin: 0; }

ul, ol, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

*, :after, :before {
  box-sizing: border-box; }

input::placeholder,
textarea::placeholder {
  color: #bbb; }

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: color .4s; }
  a:hover {
    color: #2b78d9;
    text-decoration: none; }

.rui-imgover {
  display: block;
  position: relative; }
  .rui-imgover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.95) 100%);
    transition: opacity 0.4s ease-in-out; }
  .rui-imgover:hover:after {
    opacity: .2; }

.rui-gotop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 1rem;
  right: .5rem;
  z-index: 999;
  margin-bottom: 0;
  width: 2.2rem;
  height: 2.2rem;
  text-decoration: none;
  background-color: rgba(32, 28, 43, 0.6);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: background-color .3s, opacity .3s, visibility .3s, bottom .3s; }
  html.ios .rui-gotop {
    -webkit-tap-highlight-color: transparent; }
  .rui-gotop.icon-gotop:before {
    content: "\e908";
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.9); }
  .rui-gotop.is-visible {
    opacity: 1;
    visibility: visible; }

.rui-button__gray, .rui-button__green {
  position: relative;
  color: initial;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  transition: .3s;
  /*  @include appearance(none); */ }
  .rui-button__gray:after, .rui-button__green:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    transform: scale(0.5);
    transform-origin: 0 0; }
  .rui-button__gray:disabled, .rui-button__green:disabled {
    cursor: not-allowed; }

.rui-button {
  /*&__warn {
      @extend %weui-button;
      color: #fff;
      background-color: #e64340;
      &:hover {
          color: rgba(#fff, .8);
          background-color: #ce3c39;
      }
      &:disabled {
          color: rgba(#fff, .6);
          background-color: #ec8b89;
      }
  }*/ }
  .rui-button__blue {
    color: #fff;
    text-decoration: none;
    border: 0;
    background-color: #4b8df8;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s; }
    .rui-button__blue:hover {
      color: rgba(255, 255, 255, 0.8);
      background-color: #2e7af7; }
  .rui-button__gray {
    color: #333;
    background-color: #f5f5f5; }
    .rui-button__gray:hover {
      color: rgba(51, 51, 51, 0.6);
      background-color: #ececec; }
    .rui-button__gray:disabled {
      color: rgba(51, 51, 51, 0.6);
      background-color: #f8f8f8; }
  .rui-button__green {
    color: #fff;
    background-color: #1aad19; }
    .rui-button__green:hover {
      color: rgba(255, 255, 255, 0.6);
      background-color: #179b16; }
    .rui-button__green:disabled {
      color: rgba(255, 255, 255, 0.6);
      background-color: #9ed99d; }

.rui-loader.has-mask, .rui-modal.has-mask, .rui-modal-sidebar {
  background-color: rgba(32, 28, 43, 0.6); }

.rui-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999; }
  .rui-loader.has-mask {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); }
  .rui-loader.is-light.has-title .rui-loader__title {
    color: initial; }
  .rui-loader.is-light .rui-loader__container {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.78); }
  .rui-loader.is-light .rui-loader__spin > div > span {
    background-color: #333; }
  .rui-loader.has-title .rui-loader__spin {
    margin-top: -5px; }
  .rui-loader.has-title .rui-loader__title {
    display: block;
    margin-top: 0;
    line-height: 1; }
  .rui-loader__closetips {
    position: absolute;
    top: .5em;
    z-index: 2;
    font-size: 1rem;
    color: #fff; }
  .rui-loader__close {
    position: absolute;
    bottom: .5em;
    left: .5em;
    color: rgba(255, 255, 255, 0.7);
    transition: color .4s; }
    .rui-loader__close:hover {
      color: #fff; }
    .rui-loader__close:before {
      content: "\e694";
      font-size: 1.3em; }
  .rui-loader__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 5.8rem;
    height: 5.8rem;
    background-color: rgba(0, 0, 0, 0.78);
    border-radius: 10px; }
  .rui-loader__title {
    display: none;
    padding: 0 5px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .rui-loader__spin {
    margin: 0 auto;
    padding: 35px;
    vertical-align: middle; }
    .rui-loader__spin > div > span {
      background-color: #fff; }
  .rui-loader__spinner {
    position: relative;
    top: -9px;
    left: -9px; }
    .rui-loader__spinner > span {
      position: absolute;
      margin: 2px;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      animation-fill-mode: both; }
      .rui-loader__spinner > span:nth-child(1) {
        top: 24px;
        left: 0;
        animation: ball-spin-fade-loader 1s -.96s infinite linear; }
      .rui-loader__spinner > span:nth-child(2) {
        top: 16.05px;
        left: 16.05px;
        animation: ball-spin-fade-loader 1s -.84s infinite linear; }
      .rui-loader__spinner > span:nth-child(3) {
        top: 0;
        left: 24px;
        animation: ball-spin-fade-loader 1s -.72s infinite linear; }
      .rui-loader__spinner > span:nth-child(4) {
        top: -12.05px;
        left: 16.05px;
        animation: ball-spin-fade-loader 1s -.6s infinite linear; }
      .rui-loader__spinner > span:nth-child(5) {
        top: -20px;
        left: 0;
        animation: ball-spin-fade-loader 1s -.48s infinite linear; }
      .rui-loader__spinner > span:nth-child(6) {
        top: -12.05px;
        left: -12.05px;
        animation: ball-spin-fade-loader 1s -.36s infinite linear; }
      .rui-loader__spinner > span:nth-child(7) {
        top: 0;
        left: -20px;
        animation: ball-spin-fade-loader 1s -.24s infinite linear; }
      .rui-loader__spinner > span:nth-child(8) {
        top: 16.05px;
        left: -12.05px;
        animation: ball-spin-fade-loader 1s -.12s infinite linear; }

@keyframes ball-spin-fade-loader {
  50% {
    opacity: .3;
    transform: scale(0.4); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.rui-modal {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99990;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); }
  .rui-modal.is-center {
    align-items: center; }
    .rui-modal.is-center .rui-modal__container {
      margin-top: initial; }
  .rui-modal > .rui-modal__button {
    position: absolute;
    top: 2em;
    right: 2em;
    z-index: 1;
    font-size: 1.05em; }
    .rui-modal > .rui-modal__button:focus:not(:focus-visible) {
      outline: 0; }
  .rui-modal__container {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 12.5em;
    min-width: 640px;
    max-width: 99%;
    max-height: 99%;
    max-width: 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: bounceIn .15s both; }
    .rui-modal__container.is-closing {
      animation-name: bounceOut; }
    .rui-modal__container.is-full {
      width: 99%;
      height: 99%;
      overflow: hidden; }
  .rui-modal-header {
    display: flex;
    justify-content: space-between;
    padding: 12px 22px;
    border-bottom: 1px solid #eee;
    background-color: #f8f8f8;
    border-radius: 4px; }
    .rui-modal-header__title {
      flex: 1;
      margin: 0;
      min-width: 0;
      font-size: 1.0625rem;
      font-weight: normal;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .rui-modal__body {
    font-size: 1em; }
  .rui-modal__setlayout .o-icon {
    margin-left: .5em;
    font-size: 1rem;
    text-decoration: none;
    color: #999; }
    .rui-modal__setlayout .o-icon:hover {
      color: #2b78d9; }
    .rui-modal__setlayout .o-icon:before {
      font-size: .925em; }
  .rui-modal__setlayout .icon-close:before {
    content: "\e70c"; }
  .rui-modal__iframe {
    flex: 1; }

@media only screen and (max-width: 768px) {
  .rui-modal__container {
    align-self: center;
    margin-top: initial;
    min-width: 98%; } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes bounceOut {
  100% {
    opacity: 0;
    transform: scale(0.8); }
  30% {
    transform: scale(1.05); }
  0% {
    transform: scale(1); } }
.rui-modal-sidebar {
  justify-content: inherit;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity .3s, visibility .3s; }
  .rui-modal-sidebar.is-active {
    opacity: 1;
    visibility: visible; }
    .rui-modal-sidebar.is-active .rui-modal-sidebar__container {
      transform: translateX(0); }
  .rui-modal-sidebar[hidden] {
    display: none; }
  .rui-modal-sidebar__container {
    flex: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: transform .4s ease-out; }
    .rui-modal-sidebar__container.bounceInLeft {
      transform: translateX(-100%); }
    .rui-modal-sidebar__container.bounceInRight {
      transform: translateX(100%); }
    .rui-modal-sidebar__container.bounceInUp {
      transform: translateY(-100%); }
    .rui-modal-sidebar__container.bounceInDown {
      transform: translateY(100%); }
  .rui-modal-sidebar__header {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 0;
    height: 2.5rem;
    font-weight: normal;
    background-color: #fff; }
    .rui-modal-sidebar__header--fixed {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1; }

@font-face {
  font-family: "iconfont";
  font-display: swap;
  src: url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"); }
[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after {
  line-height: 1;
  font-family: iconfont, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:disabled {
  border-color: transparent !important;
  background-color: #eee !important;
  color: #ababab !important;
  cursor: not-allowed !important; }

img.lazyload:not([src]) {
  visibility: hidden; }
img.lazyload--blur {
  filter: blur(5px);
  transition: .5s; }
  img.lazyload--blur.lazyloaded {
    filter: blur(0); }

.icon-spin-rotate {
  display: inline-block;
  font-style: normal; }
  .icon-spin-rotate:before {
    content: "\e790";
    display: inline-block;
    animation: spin-rotate 1.2s linear 0s infinite; }

@keyframes spin-rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
.base-wrapper {
  margin: auto;
  max-width: 1300px;
  min-width: 320px; }

.headroom {
  transition: transform .25s ease-in-out;
  will-change: transform; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

.base-header {
  position: sticky;
  -webkit-position: sticky;
  top: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); }

.base-headbar {
  display: flex;
  align-items: center;
  padding: 0 .5em;
  height: 64px; }
  .base-headbar__icons > * {
    padding: 5px;
    font-size: 1.5em;
    font-weight: bold;
    color: #2b78d9; }
    .base-headbar__icons > * + * {
      margin-left: 16px; }
  .base-headbar__icons .icon-menu {
    display: none; }
    .base-headbar__icons .icon-menu:before {
      content: "\e601"; }

.base-logo {
  display: block; }
  .base-logo:hover .base-logo__image {
    will-change: transform; }
  .base-logo__image {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    transition: transform .6s ease-in-out; }
    .base-logo__image:hover {
      transform: scale(1.04); }
  .base-logo__title {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden; }

.base-navbar {
  flex: 1;
  display: flex;
  justify-content: center;
  height: 100%; }
  .base-navbar__item {
    display: flex;
    position: relative;
    margin: 0 1em;
    height: 100%; }
    .base-navbar__item:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 3px;
      background-color: #2b78d9;
      transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
    .base-navbar__item:hover:before {
      left: 0;
      width: 100%; }
    .base-navbar__item:hover > a {
      color: #2b78d9; }
    .base-navbar__item:hover .base-ddmenu {
      z-index: 1;
      opacity: 1;
      visibility: visible;
      transform: rotate3d(0, 0, 0, 0); }
    .base-navbar__item.is-current > a {
      font-weight: 500;
      color: #2b78d9; }
    .base-navbar__item > a {
      display: flex;
      align-items: center;
      font-size: 1.15em;
      text-align: center;
      text-shadow: 1px 1px #fff; }
      .base-navbar__item > a[href="javascript:"] {
        cursor: default; }

.base-ddmenu {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  z-index: -1;
  margin-left: calc(-160px / 2);
  width: 160px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0;
  /*perspective: 500px;
  transform-style: preserve-3d;*/
  transition: transform .3s ease-in, opacity .3s ease-in, visibility .3s ease-in; }
  .base-ddmenu__alinks {
    display: flex;
    flex-direction: column; }
    .base-ddmenu__alinks > a {
      position: relative;
      padding: 0 6px;
      font-size: 1.03em;
      line-height: 2.6em;
      color: rgba(51, 51, 51, 0.7);
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      border-bottom: 1px solid #f2f2f2;
      transition: .3s; }
      .base-ddmenu__alinks > a:last-child {
        border-bottom-color: transparent; }
      .base-ddmenu__alinks > a:hover {
        color: #fff;
        background-color: #2b78d9; }
      .base-ddmenu__alinks > a:first-child {
        border-radius: 4px 4px 0 0; }
      .base-ddmenu__alinks > a:last-child {
        border-radius: 0 0 4px 4px; }

.sidr-menu__container {
  left: 45%;
  color: #fff;
  background-color: #2e2e2e; }
.sidr-menu a {
  color: inherit;
  text-decoration: none;
  outline: 0; }
.sidr-menu__lists {
  position: relative;
  height: 100%;
  font-size: 1.125rem;
  overflow: auto;
  scroll-snap-type: y mandatory; }
.sidr-menu__item {
  position: relative; }
  .sidr-menu__item.is-extend .sidr-menu__alink:after {
    transform: rotate(-45deg); }
  .sidr-menu__item:before {
    content: "";
    position: absolute;
    color: #e5e5e5;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    transform-origin: 0 0;
    transform: scaleY(0.5);
    box-sizing: content-box;
    pointer-events: none;
    backface-visibility: hidden;
    left: .7em;
    border-color: rgba(136, 136, 136, 0.3); }
  .sidr-menu__item:first-child:before {
    left: initial; }
  .sidr-menu__item:last-child:after {
    content: "";
    position: absolute;
    color: #e5e5e5;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    transform-origin: 0 100%;
    transform: scaleY(0.5);
    box-sizing: content-box;
    pointer-events: none;
    backface-visibility: hidden;
    border-color: rgba(136, 136, 136, 0.4); }
.sidr-menu__alink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px .7em;
  line-height: 1.45; }
  .sidr-menu__alink > * {
    flex: 1;
    margin-right: .7em;
    text-align: left;
    white-space: nowrap;
    overflow: hidden; }
  .sidr-menu__alink.has-child:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-style: solid;
    border-color: #c8c8c8;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    vertical-align: 1px;
    width: .5em;
    height: .5em;
    border-color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    transition: transform .3s; }
.sidr-menu__child {
  height: 0;
  font-size: .95em;
  background-color: #343434;
  transition: height .3s;
  overflow: hidden; }
  .sidr-menu__child > * {
    display: block;
    position: relative;
    padding: 12px 1.5em;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5) !important;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .sidr-menu__child > *:before {
      content: "";
      position: absolute;
      color: #e5e5e5;
      top: 0;
      right: 0;
      left: 0;
      height: 1px;
      border-top: 1px solid #e5e5e5;
      transform-origin: 0 0;
      transform: scaleY(0.5);
      box-sizing: content-box;
      pointer-events: none;
      backface-visibility: hidden;
      left: .7em;
      border-color: rgba(136, 136, 136, 0.25); }

.the-section {
  position: relative;
  padding: 3rem 0; }

.section-headgroup {
  margin-bottom: 3rem;
  padding: 0 1em;
  text-align: center; }
  .section-headgroup > * {
    font-weight: normal; }
  .section-headgroup--white {
    color: #fff; }
    .section-headgroup--white .section-headgroup__header:after {
      background-color: currentColor; }
    .section-headgroup--white .section-headgroup__subheaad {
      color: currentColor; }
  .section-headgroup__header {
    font-size: 1.75rem; }
    .section-headgroup__header:after {
      content: '';
      display: block;
      margin: .8em auto 0;
      width: 2.5em;
      height: 3px;
      background-color: #2b78d9; }
  .section-headgroup__subheaad {
    margin: 1.5em auto 0;
    width: 80%;
    font-size: 1rem;
    line-height: 1.7;
    color: #888; }

.base-footer {
  background-color: #444; }
  .base-footer a {
    color: currentColor; }
    .base-footer a:hover {
      color: #fff; }
  .base-footer__wrapper {
    padding: 2em 0; }
  .base-footer__copyright {
    line-height: 1.6;
    text-align: center;
    color: rgba(255, 255, 255, 0.5); }

.footer-contact {
  display: grid;
  grid-template-columns: 1fr 15%;
  margin-bottom: 1.5em;
  color: #fff; }
  .footer-contact__body {
    margin: 0 1em; }
  .footer-contact__header {
    margin-bottom: .6em;
    font-size: 1.05em;
    font-weight: normal;
    text-indent: .3em; }
    .footer-contact__header:after {
      content: "";
      display: block;
      margin-top: .6em;
      width: 15em;
      height: 1px;
      background-color: #fff;
      overflow: hidden; }
    .footer-contact__header .o-english {
      margin-left: 1em;
      color: rgba(255, 255, 255, 0.4);
      text-transform: uppercase; }
  .footer-contact__container {
    line-height: 1.7;
    font-size: .925em;
    color: rgba(255, 255, 255, 0.6); }
    .footer-contact__container .icon-phone:before {
      content: "";
      margin-right: .5em; }
    .footer-contact__container .icon-email:before {
      content: "";
      margin-right: .5em; }
    .footer-contact__container .icon-address:before {
      content: "";
      margin-right: .5em; }
  .footer-contact__qrcode {
    align-self: center;
    font-size: .9em;
    line-height: 1.4;
    text-align: center; }
  .footer-contact__qrcodeimage {
    margin-bottom: .5em;
    max-width: 100px;
    height: auto;
    vertical-align: middle; }

/* Wobble Horizontal */
@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px); }
  33.3% {
    transform: translateX(-6px); }
  49.95% {
    transform: translateX(4px); }
  66.6% {
    transform: translateX(-2px); }
  83.25% {
    transform: translateX(1px); }
  100% {
    transform: translateX(0); } }
.hvr-wobble-horizontal:hover, .news-list__alink:hover .o-button, .partner-list__alink:hover .o-button, .hvr-wobble-horizontal:focus {
  animation: hvr-wobble-horizontal 1s ease-in-out 1; }

.desktop {
  /* pace.js Themes */ }
  .desktop .browsehappy {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0;
    width: 100%;
    background: #fbe3e4;
    color: #8a1f11;
    text-align: center; }
    .desktop .browsehappy a {
      color: #8a1f11;
      text-decoration: underline;
      font-weight: bold; }
  .desktop .pace {
    pointer-events: none;
    user-select: none; }
    .desktop .pace.pace-inactive {
      display: none; }
    .desktop .pace .pace-progress {
      position: fixed;
      z-index: 2000;
      top: 0;
      right: 100%;
      width: 100%;
      height: 2px;
      background: rgba(34, 153, 221, 0.8); }
    .desktop .pace .pace-progress-inner {
      display: block;
      position: absolute;
      right: 0px;
      width: 100px;
      height: 100%;
      box-shadow: 0 0 10px rgba(34, 153, 221, 0.8), 0 0 5px rgba(34, 153, 221, 0.8);
      opacity: 1;
      transform: rotate(3deg) translate(0px, -4px); }
    .desktop .pace .pace-activity {
      display: block;
      position: fixed;
      z-index: 2000;
      top: 15px;
      right: 15px;
      width: 14px;
      height: 14px;
      border: solid 2px transparent;
      border-top-color: rgba(34, 153, 221, 0.8);
      border-left-color: rgba(34, 153, 221, 0.8);
      border-radius: 10px;
      animation: pace-spinner 400ms linear infinite; }
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
  .desktop:not(.macos) {
    scrollbar-width: auto;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent; }
    .desktop:not(.macos) ::-webkit-scrollbar {
      width: 8px;
      height: 8px; }
    .desktop:not(.macos) ::-webkit-scrollbar-track {
      border-radius: 10px;
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); }
    .desktop:not(.macos) ::-webkit-scrollbar-track:hover {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
      background-color: rgba(0, 0, 0, 0.01); }
    .desktop:not(.macos) ::-webkit-scrollbar-track:active {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
      background-color: rgba(0, 0, 0, 0.05); }
    .desktop:not(.macos) ::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }
    .desktop:not(.macos) ::-webkit-scrollbar-thumb:hover {
      background-color: rgba(0, 0, 0, 0.4);
      box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }
    .desktop:not(.macos) ::-webkit-scrollbar-thumb:active {
      background: rgba(0, 0, 0, 0.6); }

/* media query */
@media only screen and (max-width: 1024px) {
  .sidr-menu a[href]:active, .base-headbar__icons > a[href]:active {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)); }

  html {
    background-color: #ccc; }
    html.ios body {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05); }
    html.ios a[href]:active {
      background-image: initial; }

  .base-headbar {
    justify-content: space-between; }
    .base-headbar__icons {
      display: initial; }
      .base-headbar__icons .icon-menu {
        display: initial; }

  .base-navbar {
    display: none; } }
@media only screen and (max-width: 768px) {
  .footer-contact {
    grid-template-columns: 1fr; }
    .footer-contact__qrcode {
      display: none; } }
@media only screen and (max-width: 414px) {
  .section-headgroup__header {
    font-size: 1.625rem; }

  .base-headbar__icons > * {
    font-size: 1.3em; } }
.base-crumb {
  display: flex;
  padding: 1.5em 1em;
  color: #888; }
  .base-crumb > *:not(:last-child):after {
    content: "\00BB";
    margin: 0 10px; }
  .base-crumb > *:last-child {
    color: #2b78d9; }
  .base-crumb a {
    color: currentColor;
    transition: .3s; }
    .base-crumb a:hover {
      color: #2b78d9;
      opacity: .8; }
    .base-crumb a[href="javascript:"] {
      cursor: default; }
  .base-crumb .icon-home:before {
    content: "\e605";
    margin-right: .5em;
    color: #aaa; }

.base-pagination {
  display: flex;
  margin: 3em auto 0;
  width: 96%; }
  .base-pagination.is-center {
    justify-content: center; }
  .base-pagination.is-right {
    justify-content: flex-end; }
  .base-pagination > a {
    padding: 9px 15px;
    line-height: 1;
    font-size: 1.25rem;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: color .3s, background-color .3s, border-color .3s;
    cursor: default; }
    .base-pagination > a:not(:first-child) {
      margin-left: -1px; }
    .base-pagination > a[href] {
      cursor: pointer; }
      .base-pagination > a[href]:hover {
        color: #333;
        background-color: #f4f7fd;
        border-color: #ddd; }
    .base-pagination > a:first-child {
      border-radius: 4px 0 0 4px; }
    .base-pagination > a:last-child {
      border-radius: 0 4px 4px 0; }
    .base-pagination > a.is-current {
      color: #fff;
      background-color: #2b78d9;
      border-color: #2b78d9;
      cursor: default; }
    .base-pagination > a.is-disabled {
      color: #bbb;
      cursor: not-allowed;
      background-color: transparent; }

.section-article {
  padding: 2em 2.5em 2em;
  min-height: 300px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05); }

.the-article {
  margin: 0 auto; }
  .the-article__header {
    margin-bottom: 1.5em;
    font-size: 1em; }
    .the-article__header .o-icon:before {
      margin-right: 5px;
      font-size: 1.1em;
      color: #ccc;
      vertical-align: -1px; }
    .the-article__header .is-hidden {
      visibility: hidden; }
  .the-article__property {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    line-height: 1.8;
    font-size: 1em;
    color: #888; }
  .the-article__attribute {
    align-self: center; }
    .the-article__attribute > *:empty {
      display: none; }
    .the-article__attribute > *:not(:last-child) {
      margin-right: 1em; }
    .the-article__attribute > * a {
      color: currentColor; }
    .the-article__attribute .icon-time:before {
      content: ""; }
    .the-article__attribute .icon-visit:before {
      content: ""; }
  .the-article__title {
    line-height: 1.6;
    font-size: 1.6em;
    font-weight: bold;
    color: #2b78d9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .the-article__summary {
    margin: 0 auto 1.5em;
    padding: 1em 1.5em;
    line-height: 1.7;
    font-style: normal;
    color: #999;
    text-align: justify;
    border-left: 6px solid rgba(128, 128, 128, 0.075);
    background-color: rgba(236, 240, 247, 0.88); }
    .the-article__summary:empty {
      display: none; }
  .the-article__content {
    font-size: 1.05em;
    line-height: 1.8;
    text-align: justify; }
    .the-article__content > :first-of-type {
      margin-top: 0; }
    .the-article__content > :last-of-type {
      margin-bottom: 0; }
    .the-article__content h1, .the-article__content h2, .the-article__content h3, .the-article__content h4 {
      line-height: 1.2; }
    .the-article__content h1 {
      margin: .67em 0;
      font-size: 2em; }
    .the-article__content h2 {
      /*margin: .83em 0;
      font-size: 1.5em;*/
      all: revert; }
    .the-article__content h3 {
      margin: 1em 0;
      font-size: 1.17em; }
    .the-article__content h4 {
      margin: 1.33em 0; }
    .the-article__content ul {
      list-style-type: disc;
      margin: 1em; }
    .the-article__content ol {
      list-style-type: decimal;
      margin: 1em; }
    .the-article__content figure, .the-article__content p, .the-article__content dl {
      all: revert; }
    .the-article__content dd {
      all: revert; }
    .the-article__content img {
      max-width: 100%;
      height: auto;
      vertical-align: middle; }
    .the-article__content h3, .the-article__content h4 {
      font-size: 1.5em;
      text-indent: initial !important; }
      .the-article__content h3:before, .the-article__content h4:before {
        content: "";
        display: inline-block;
        margin-right: 0.625rem;
        width: 4px;
        height: 1em;
        background-color: #333;
        vertical-align: -4px; }
    .the-article__content a {
      color: #2b78d9;
      text-decoration: underline; }
      .the-article__content a[aria-lgitem] {
        cursor: zoom-in; }
  .the-article__turnpage {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
    padding-top: .6em;
    color: #999;
    border-top: 1px solid #eee; }
    .the-article__turnpage:empty {
      display: none; }
    .the-article__turnpage > * {
      flex: 1 0 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding: 5px;
      font-size: 1.05em;
      color: currentColor; }
      .the-article__turnpage > *:before {
        content: "";
        display: inline-block;
        width: 9px;
        height: 9px;
        border-style: solid;
        border-color: #c8c8c8;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
        margin-right: .8em;
        border-color: currentColor; }
  .the-article__widget {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.875rem; }
  .the-article__share {
    font-size: 1rem;
    height: 2em; }

.wemp-qrcode {
  margin: 2.5em auto 1.5em;
  text-align: center; }
  .wemp-qrcode__source {
    position: relative;
    margin: auto;
    max-width: 300px; }
    .wemp-qrcode__source:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .wemp-qrcode__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid #e5e5e5;
    outline: 4px solid #f5f5f5; }
  .wemp-qrcode__text {
    margin-top: 10px;
    line-height: 1.6;
    font-size: .95em;
    color: #999; }

.section-banner {
  position: relative; }
  .section-banner__image {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto; }
  .section-banner__header {
    position: absolute;
    left: 50%;
    top: 50%;
    padding-left: 5%;
    max-width: 1300px;
    line-height: 1;
    width: 100%;
    font-size: 2.375rem;
    font-weight: normal;
    transform: translate(-50%, -50%); }
    .section-banner__header:empty {
      display: none; }

.base-main > :nth-child(even), .base-main--gray {
  background-color: #f6f7f9; }

.the-news {
  margin-top: -2em;
  padding: 2em 0 3em; }

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em; }
  .news-list__alink {
    padding: .5em;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    transition: .4s;
    overflow: hidden; }
    .news-list__alink:hover {
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
      transform: translate3d(0, -3px, 0); }
      .news-list__alink:hover .o-image {
        transform: scale(1.05); }
      .news-list__alink:hover .o-desc {
        color: #777; }
      .news-list__alink:hover .o-button {
        color: #fff;
        border-color: transparent;
        background-color: #2b78d9; }
  .news-list .rui-imgover {
    overflow: hidden; }
    .news-list .rui-imgover:after {
      position: initial;
      padding-bottom: calc(200 / 400 * 100%); }
  .news-list .o-image {
    position: absolute;
    max-width: 100%;
    height: auto;
    transition: .5s; }
  .news-list__container {
    padding: 1em .5em; }
  .news-list .o-title {
    font-size: 1.1em;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .news-list .o-desc {
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .95em;
    line-height: 1.7;
    color: #999;
    transition: color .4s; }
  .news-list .o-attribute {
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
  .news-list .o-date {
    align-self: center;
    font-size: .9em;
    color: #999; }
  .news-list .o-button {
    padding: 8px 25px;
    color: #2b78d9;
    border: 1px solid currentColor;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    transition: .4s; }

.partner-list__alink {
  display: flex;
  background-color: #fff;
  transition: .4s;
  overflow: hidden; }
  .partner-list__alink:not(:last-child) {
    margin-bottom: 2em; }
  .partner-list__alink:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -3px, 0); }
    .partner-list__alink:hover .o-image {
      transform: scale(1.05); }
    .partner-list__alink:hover .o-desc {
      color: #777; }
    .partner-list__alink:hover .o-button {
      color: #fff;
      border-color: transparent;
      background-color: #2b78d9; }
  .partner-list__alink:nth-child(even) {
    /*.partner-list__container {
        margin: {
            left: 2em;
            right: 3em;
        };
    }*/ }
    .partner-list__alink:nth-child(even) .rui-imgover {
      order: 3; }
.partner-list .rui-imgover {
  order: 1;
  flex-basis: 400px;
  overflow: hidden; }
  .partner-list .rui-imgover:after {
    position: initial;
    padding-bottom: calc(200 / 400 * 100%); }
.partner-list .o-image {
  position: absolute;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: .5s; }
.partner-list__container {
  flex: 1;
  order: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: .8em 2em; }
.partner-list__content {
  flex: 1; }
  .partner-list__content .o-title {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .partner-list__content .o-desc {
    margin: .5em 0 0;
    line-height: 1.6;
    height: calc(1em * 1.6 * 3);
    color: #999;
    overflow: hidden; }
    .partner-list__content .o-desc:empty {
      display: none; }
.partner-list__attribute {
  display: flex;
  justify-content: space-between; }
  .partner-list__attribute .o-date {
    align-self: center;
    font-size: 1.1em;
    color: #999; }
  .partner-list__attribute .o-button {
    padding: 12px 30px;
    color: #2b78d9;
    border: 1px solid currentColor;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    transition: .4s; }

.the-about__article {
  padding: 0 1.5em; }
  .the-about__article > p {
    margin: 1.2em 0;
    font-size: 1.1em;
    line-height: 1.8;
    text-indent: 2em;
    text-align: justify; }
  .the-about__article figure {
    margin: 1.2em 0; }
  .the-about__article figcaption {
    margin-top: 1em;
    text-align: center; }
  .the-about__article .o-image {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto; }

.about-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  margin: 3em auto 0; }
  .about-results__number {
    font-size: 1.125rem;
    text-align: center;
    color: #2b78d9; }
  .about-results__score {
    margin-bottom: 1.25rem;
    font-size: 1.5625rem; }
    .about-results__score > span {
      margin-right: .1em;
      font-size: 2.8125rem; }
  .about-results__desc {
    color: #333; }

.section-culture {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  .section-culture__item {
    padding: 0 2em;
    text-align: center; }
  .section-culture .o-icon {
    font-style: normal; }
    .section-culture .o-icon:before {
      font-size: 5em;
      color: #2b78d9;
      transition: color .4s, transform .4s; }
  .section-culture .icon-vision:before {
    content: ""; }
  .section-culture .icon-mission:before {
    content: ""; }
  .section-culture .icon-values:before {
    content: ""; }
  .section-culture .o-container {
    margin-top: 2em;
    text-align: center; }
  .section-culture .o-title {
    font-size: 1.2em;
    transition: color .4s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .section-culture .o-desc {
    margin-top: .8em;
    line-height: 1.7;
    color: #999; }

.team-swiper {
  position: relative;
  padding: 0 3em;
  transition: .4s; }
  .team-swiper:hover .swiper-prev,
  .team-swiper:hover .swiper-next {
    opacity: .8;
    visibility: visible; }
  .team-swiper:hover .swiper-prev {
    left: 5px; }
  .team-swiper:hover .swiper-next {
    right: 5px; }
  .team-swiper__slide {
    margin-right: 50px;
    max-width: calc(100% / 3 - 50px + 50px / 3); }
  .team-swiper__alink {
    display: block;
    height: 100%;
    background-color: #fff;
    cursor: default;
    transition: .4s; }
    .team-swiper__alink:not([data-count="0"]) {
      cursor: pointer; }
    .team-swiper__alink:hover .rui-imgover .icon-preview {
      opacity: 1;
      visibility: visible; }
    .team-swiper__alink:hover .team-swiper__image {
      transform: scale(1.05); }
  .team-swiper .rui-imgover {
    position: relative;
    padding-bottom: calc(300 / 400 * 100%);
    overflow: hidden; }
    .team-swiper .rui-imgover .icon-preview {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      font-style: normal;
      opacity: 0;
      visibility: hidden;
      transform: translate(-50%, -50%);
      transition: .4s; }
      .team-swiper .rui-imgover .icon-preview:before {
        content: "\e628";
        font-size: 3em;
        color: #fff; }
  .team-swiper__image {
    position: absolute;
    /*@include imageWH;
    max-width: 100%;
    max-height: 100%;*/
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    object-position: center;
    transition: transform .5s; }
  .team-swiper__title {
    padding: 1em .5em;
    line-height: 1.6;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .team-swiper .o-icon:before {
    content: "\e615"; }
  .team-swiper .swiper-prev, .team-swiper .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s; }
    .team-swiper .swiper-prev:not(.is-disabled):hover, .team-swiper .swiper-next:not(.is-disabled):hover {
      color: currentColor;
      opacity: .6; }
    .team-swiper .swiper-prev:before, .team-swiper .swiper-next:before {
      font-size: 2.2em;
      color: #888; }
  .team-swiper .swiper-prev {
    left: -10px; }
  .team-swiper .swiper-next {
    right: -10px;
    transform: translateY(-50%) rotate(180deg); }
  .team-swiper .is-disabled {
    opacity: .3 !important;
    cursor: not-allowed !important; }

.the-history {
  margin: 0 .5em; }

.history-axis {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
  height: 50px; }
  .history-axis:before,
  .history-axis .o-progress {
    content: "";
    position: absolute;
    top: 10%;
    height: 1px;
    transform: translateY(-10%);
    transition: width .5s ease-out; }
  .history-axis:before {
    width: 100%;
    background-color: #ddd; }
  .history-axis .o-progress {
    width: 0;
    background-color: #2b78d9; }
  .history-axis .o-item {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    font-size: 15px; }
    .history-axis .o-item:before, .history-axis .o-item:after {
      content: "";
      position: absolute;
      border-radius: 50%;
      transition: .5s; }
    .history-axis .o-item:before {
      top: calc(10% - (8px / 2 - 1px));
      right: -4px;
      z-index: 1;
      width: 8px;
      height: 8px;
      background-color: #ddd; }
    .history-axis .o-item:after {
      top: calc(10% - (24px / 2 - 1px));
      right: -12px;
      width: 24px;
      height: 24px;
      border: 2px solid #ddd; }
    .history-axis .o-item.is-active:before {
      background-color: #2b78d9; }
    .history-axis .o-item.is-active:after {
      border-color: #2b78d9; }
    .history-axis .o-item.is-active .o-node {
      color: #2b78d9; }
  .history-axis .o-node {
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    z-index: 2;
    width: 120px;
    font-size: 1.2em;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .history-axis .o-node:hover {
      color: #2b78d9; }

.history-container {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 0 3em;
  margin-top: 2.5em;
  height: 300px; }
  .history-container__list {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain; }
    .history-container__list .icon-spin-rotate {
      padding-left: .5em;
      font-size: 1.1em;
      color: #ccc; }
      .history-container__list .icon-spin-rotate:before {
        margin-right: .5em; }
    .history-container__list .o-item {
      opacity: 0;
      transition: opacity .5s;
      /*&[hidden] {
          display: none;
      }*/ }
      .history-container__list .o-item.is-active {
        opacity: 1; }
      .history-container__list .o-item + .icon-spin-rotate {
        display: none; }
    .history-container__list .o-header {
      position: sticky;
      top: 0;
      padding: 0 0 .5em .3em;
      font-size: 1.625rem;
      font-weight: bold;
      color: #2b78d9;
      background-color: #fff;
      border-bottom: 1px solid #ddd; }
      .history-container__list .o-header:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 6.2em;
        height: 2px;
        background-color: #2b78d9; }
    .history-container__list .o-row {
      margin: .7em .3em 0;
      line-height: 1.6; }
      .history-container__list .o-row a {
        color: #2b78d9; }
        .history-container__list .o-row a:hover {
          text-decoration: underline; }
    .history-container__list .o-date {
      margin-right: 10px;
      color: #888; }
  .history-container .o-cover {
    position: relative; }
    .history-container .o-cover:after {
      content: "";
      display: block;
      padding-bottom: calc(300 / 450 * 100%); }
    .history-container .o-cover > img {
      position: absolute;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      object-position: center top;
      object-fit: cover; }

.service-project {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 0; }
  .service-project__item {
    display: flex;
    justify-content: center;
    padding: 0 3em; }
  .service-project .o-alink {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .service-project .o-alink[href="javascript:"] {
      cursor: help; }
    .service-project .o-alink:hover .o-icon {
      border-color: rgba(43, 120, 217, 0.8);
      background-color: #f4f7fd; }
      .service-project .o-alink:hover .o-icon:before {
        color: #2b78d9;
        transform: scaleX(-1); }
    .service-project .o-alink:hover .o-title {
      font-weight: bold;
      color: #2b78d9; }
  .service-project .o-icon {
    padding: 2em;
    font-style: normal;
    border: 2px solid rgba(43, 120, 217, 0.4);
    border-radius: 50%;
    transition: .4s; }
    .service-project .o-icon:before {
      display: block;
      font-size: 4.5em;
      color: rgba(43, 120, 217, 0.5);
      transition: color .4s, transform .4s; }
  .service-project .icon-human:before {
    content: ""; }
  .service-project .icon-produce:before {
    content: ""; }
  .service-project .icon-culture:before {
    content: ""; }
  .service-project .icon-cost:before {
    content: ""; }
  .service-project .icon-supply:before {
    content: ""; }
  .service-project .icon-marketing:before {
    content: ""; }
  .service-project .o-container {
    margin-top: 1.5em;
    text-align: center; }
  .service-project .o-title {
    font-size: 1.2em;
    transition: color .4s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .service-project .o-desc {
    margin-top: .5em;
    line-height: 1.7;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.service-consultant {
  margin: auto;
  width: 80%; }
  .service-consultant__title {
    margin: auto;
    margin-bottom: 1.5em;
    font-size: 1.25rem;
    font-weight: normal;
    text-align: center;
    color: #2b78d9; }
  .service-consultant__row {
    line-height: 1.8;
    color: #888; }
    .service-consultant__row:before {
      content: "\2605";
      margin-right: .5em;
      font-size: .8em;
      color: #bbb;
      vertical-align: 1px; }

.service-other {
  display: flex;
  height: calc(70px * 4); }
  .service-other__menu {
    flex-basis: 250px;
    border: 1px solid #eee;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-snap-type: y mandatory;
    transition: border-color .4s; }
    .service-other__menu:hover {
      border-color: #ddd; }
    .service-other__menu .o-alink {
      display: flex;
      align-items: center;
      padding: 0 1em;
      min-height: 70px;
      scroll-snap-align: start;
      transition: background-color .4s; }
      .service-other__menu .o-alink:hover {
        background-color: #f4f7fd; }
      .service-other__menu .o-alink.is-active {
        color: #fff;
        background-color: #2b78d9; }
    .service-other__menu .o-text {
      line-height: 1.5;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .service-other__wrapper {
    flex: 1;
    overflow: hidden; }
  .service-other__container {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    transition: .3s ease-in; }
  .service-other__slide {
    flex: 0 0 100%;
    padding: 0.3em 1em 0.3em 3.625rem;
    max-height: 100%;
    overflow-y: auto;
    /*.o-header {
        line-height: 1.5;
        font-size: rem(18);
    }*/ }
    .service-other__slide > * + * {
      margin-top: 1em; }
    .service-other__slide .o-content {
      line-height: 1.6; }
    .service-other__slide .o-image {
      max-width: 100%;
      height: auto;
      vertical-align: middle; }

.section-contact {
  display: grid;
  grid-template-columns: 480px 1fr;
  grid-auto-rows: 200px;
  gap: 3em; }

.contact-phone {
  padding: 2em;
  background-color: #f4f7fd; }
  .contact-phone .o-title {
    font-size: 1.4375rem;
    font-weight: normal; }
  .contact-phone .o-phone {
    line-height: 1.7;
    font-size: 2.375rem;
    color: #2b78d9; }
    .contact-phone .o-phone:empty {
      display: none; }
  .contact-phone .o-text {
    line-height: 1.8;
    font-size: .95em;
    color: #999; }

.contact-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #eee; }
  .contact-detail > * {
    position: relative;
    padding: 1em;
    text-align: center; }
    .contact-detail > *:not(:last-child):after {
      content: "";
      position: absolute;
      right: 0;
      width: 1px;
      height: 80%;
      background-color: #eee; }
  .contact-detail .o-item {
    display: flex;
    justify-content: center;
    align-items: center; }
  .contact-detail .o-email {
    line-height: 1.6;
    text-align: left; }
  .contact-detail .o-title {
    font-size: 1.5625rem; }
  .contact-detail .o-value {
    font-size: 1.25rem; }
  .contact-detail .o-qrcode {
    display: block;
    margin: auto;
    max-width: 150px;
    height: auto; }
  .contact-detail .icon-email {
    margin-right: 1em;
    font-style: normal; }
    .contact-detail .icon-email:before {
      content: "\e630";
      font-size: 4.375rem;
      color: rgba(191, 202, 214, 0.7); }

.contact-swiper {
  position: relative;
  padding: 0;
  transition: .4s; }
  .contact-swiper:hover .swiper-prev,
  .contact-swiper:hover .swiper-next {
    opacity: .8;
    visibility: visible; }
  .contact-swiper:hover .swiper-prev {
    left: 5px; }
  .contact-swiper:hover .swiper-next {
    right: 5px; }
  .contact-swiper__slide {
    margin-right: 30px;
    max-width: calc(100% / 3 - 30px + 30px / 3); }
  .contact-swiper__alink {
    display: block;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    transition: .4s; }
    .contact-swiper__alink:hover .rui-imgover .icon-preview {
      opacity: 1;
      visibility: visible; }
    .contact-swiper__alink:hover .contact-swiper__image {
      opacity: .5;
      transform: scale(1.08);
      filter: grayscale(90%); }
  .contact-swiper .rui-imgover {
    position: relative;
    overflow: hidden; }
    .contact-swiper .rui-imgover:after {
      position: static;
      padding-bottom: calc(400 / 400 * 100%);
      background: none; }
    .contact-swiper .rui-imgover .icon-preview {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      font-style: normal;
      opacity: 0;
      visibility: hidden;
      transform: translate(-50%, -50%);
      transition: .4s .1s; }
      .contact-swiper .rui-imgover .icon-preview:before {
        content: "\e61c";
        font-size: 3em;
        color: #f75d5f; }
  .contact-swiper__image {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: .5em;
    vertical-align: middle;
    object-fit: cover;
    transition: .5s .1s; }
  .contact-swiper__container {
    padding: .5em .5em 1em;
    line-height: 1.6;
    text-align: center; }
    .contact-swiper__container .o-title {
      font-size: 1.2em;
      color: #2b78d9; }
    .contact-swiper__container .o-address {
      margin-top: .2em;
      height: calc(1em * 1.6 * 2);
      color: #999;
      overflow: hidden; }
  .contact-swiper .o-icon:before {
    content: "\e615"; }
  .contact-swiper .swiper-prev, .contact-swiper .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s; }
    .contact-swiper .swiper-prev:not(.is-disabled):hover, .contact-swiper .swiper-next:not(.is-disabled):hover {
      color: currentColor;
      opacity: .6; }
    .contact-swiper .swiper-prev:before, .contact-swiper .swiper-next:before {
      font-size: 2.2em;
      color: #888; }
  .contact-swiper .swiper-prev {
    left: -10px; }
  .contact-swiper .swiper-next {
    top: 45%;
    right: -10px;
    transform: rotate(180deg); }
  .contact-swiper .is-disabled {
    opacity: .3 !important;
    cursor: not-allowed !important; }

.the-amap {
  min-width: 1024px; }
  .the-amap__canvas {
    display: flex;
    justify-content: center;
    height: 80vh;
    overflow: hidden; }
    .the-amap__canvas .icon-spin-rotate {
      align-self: center;
      font-size: 1.1em;
      color: #aaa; }
      .the-amap__canvas .icon-spin-rotate:before {
        margin-right: .5em; }
    .the-amap__canvas .amap-icon img {
      width: 28px;
      height: 37px; }

.the-feedback {
  background: url(../images/feedback-bg.jpg) no-repeat;
  background-size: cover; }
  .the-feedback__body {
    margin: auto;
    padding: 2.5em 1em;
    color: #fff; }
  .the-feedback__header {
    font-size: 1.875rem;
    font-weight: normal; }
  .the-feedback__prompt {
    margin-top: .6em;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal; }
  .the-feedback__form {
    margin-top: 2em;
    height: 2.8em; }
    .the-feedback__form * + * {
      margin-left: 1.5em; }
    .the-feedback__form .o-inputctl {
      padding: 0 1em;
      width: 240px;
      height: 100%;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 2px;
      outline: 0;
      transition: .4s; }
      .the-feedback__form .o-inputctl:focus {
        border-color: #fff; }
    .the-feedback__form .o-button {
      padding: 0 3em;
      width: 10.625rem;
      height: 100%;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.8);
      background-color: transparent;
      border-radius: 2px;
      outline: 0;
      transition: .4s; }
      .the-feedback__form .o-button:hover {
        color: #333;
        background-color: white; }
    .the-feedback__form input::placeholder,
    .the-feedback__form textarea::placeholder {
      color: rgba(255, 255, 255, 0.7); }

.phoneBeat > i {
  display: inline-block;
  font-style: normal;
  animation: phoneBeat 8s ease-out 0s infinite; }

@keyframes phoneBeat {
  0% {
    transform: scale(1); }
  1% {
    transform: scale(1.3); }
  3% {
    transform: scale(0.8); }
  6% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
/* media query */
@media only screen and (max-width: 1024px) {
  .history-container {
    grid-template-columns: 1fr;
    gap: 0; }
    .history-container .o-cover {
      display: none; }

  .news-list {
    gap: 2em; }

  .partner-list {
    margin-left: .8em;
    margin-right: .8em; }
    .partner-list__container {
      margin-left: 1em;
      margin-right: 1em; }

  .service-other__menu {
    flex-basis: 200px; }
  .service-other__slide {
    padding-left: 1em;
    padding-right: 1em; }

  .contact-swiper {
    margin-left: .8em;
    margin-right: .8em; }

  .the-feedback__form .o-inputctl {
    width: 20%; }
  .the-feedback__form .o-button {
    width: auto; }

  .section-contact {
    grid-template-columns: 1fr;
    gap: 1.5em 0;
    grid-auto-rows: initial; }

  .the-amap {
    min-width: 98%; }
    .the-amap__canvas {
      height: 100vh; } }
@media only screen and (max-width: 768px) {
  .base-pagination {
    display: block;
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px);
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .base-pagination > * {
      display: inline-block;
      scroll-snap-align: start; }
    .base-pagination::-webkit-scrollbar {
      display: none; }
    .base-pagination.is-center {
      text-align: center; }

  .section-culture__item {
    padding-left: .5em;
    padding-right: .5em; }

  .section-headgroup__subheaad {
    width: auto; }

  .news-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2em; }

  .partner-list .rui-imgover {
    flex-basis: 250px; }
    .partner-list .rui-imgover:after {
      padding-bottom: calc(200 / 250 * 100%); }
  .partner-list .o-image {
    width: 100%;
    height: 100%; }
  .partner-list .o-button {
    padding-left: 20px;
    padding-right: 20px; }

  .section-article {
    padding-left: 1em;
    padding-right: 1em; }

  .service-project__item {
    padding-left: 1em;
    padding-right: 1em; }

  .service-consultant {
    margin-left: 1em;
    margin-right: 1em;
    width: auto; }

  .history-axis {
    height: 70px; }
    .history-axis:before,
    .history-axis .o-progress {
      top: 50%;
      transform: translateY(-50%); }
    .history-axis .o-item .o-node {
      right: -50px;
      width: 100px;
      font-size: 1.1em; }
    .history-axis .o-item:nth-of-type(even) .o-node {
      align-items: flex-start; }
    .history-axis .o-item:before {
      top: calc(50% - (8px / 2 - 1px));
      right: -4px;
      z-index: 1;
      width: 8px;
      height: 8px; }
    .history-axis .o-item:after {
      top: calc(50% - (24px / 2 - 1px));
      right: -12px;
      width: 24px;
      height: 24px; }

  .the-feedback__form > * + * {
    margin-left: 1em; }
  .the-feedback__form .o-inputctl {
    width: 20%; }
  .the-feedback__form .o-button {
    padding-left: 1.5em;
    padding-right: 1.5em; } }
@media only screen and (max-width: 540px) {
  .section-banner {
    display: none; }

  .news-list {
    grid-template-columns: 1fr; }
    .news-list__alink {
      margin: 0 .5em; }
    .news-list .o-image {
      width: 100%; }

  .partner-list__alink {
    flex-direction: column; }
    .partner-list__alink:nth-child(even) .rui-imgover {
      order: initial; }
  .partner-list__container {
    margin-left: .8em;
    margin-right: .8em; }
  .partner-list .rui-imgover {
    flex: 1; }
    .partner-list .rui-imgover:after {
      padding-bottom: calc(150 / 400 * 100%); }

  .service-project {
    grid-template-columns: repeat(2, 1fr); }
    .service-project__item {
      padding-left: 0;
      padding-right: 0; }

  .service-other__menu {
    flex-basis: 160px; }

  .section-culture {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.5em; }
    .section-culture > :first-child {
      grid-column: 1 / -1; }

  .about-results {
    column-gap: 0.5em; }

  .contact-detail {
    grid-template-columns: 1fr; }
    .contact-detail > * + * {
      border-top: 1px solid #eee; }

  .the-feedback__form {
    height: 6em;
    white-space: nowrap; }
    .the-feedback__form > * + * {
      margin-left: 1em; }
    .the-feedback__form .o-inputctl {
      width: 30%;
      height: 45px; }
    .the-feedback__form .o-button {
      display: block;
      margin-top: 1em;
      margin-left: 0;
      width: 100%;
      height: 45px; } }
@media only screen and (max-width: 414px) {
  .section-culture {
    grid-template-columns: 1fr; } }
@media only screen and (max-width: 1024px) {
  .team-swiper {
    padding-left: 1em;
    padding-right: 1em; }
    .team-swiper .swiper-prev,
    .team-swiper .swiper-next {
      display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .team-swiper__slide {
    margin-right: 40px;
    max-width: calc(100% / 2 - 40px + 40px / 2); }

  .contact-swiper__slide {
    margin-right: 20px;
    max-width: calc(100% / 2 - 20px + 20px / 2); } }
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .team-swiper__slide {
    margin-right: 20px;
    max-width: calc(100% / 1 - 20px + 20px / 1); }
  .team-swiper .rui-imgover {
    padding-bottom: calc(300 * .6 / 400 * 100%); }

  .contact-swiper__slide {
    margin-right: 20px;
    max-width: calc(100% / 1 - 20px + 20px / 1); } }
