<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: iconfont;
  src: url(//at.alicdn.com/t/font_2875325_si2oq7nbsh.woff2?t=1634805174614)
      format('woff2'),
    url(//at.alicdn.com/t/font_2875325_si2oq7nbsh.woff?t=1634805174614)
      format('woff'),
    url(//at.alicdn.com/t/font_2875325_si2oq7nbsh.ttf?t=1634805174614)
      format('truetype');
}
 .global-header .global-header-nav .global-header-nav-item &gt; a {
   display: flex;
   align-items: center;
 }

 .global-header .global-header-nav .global-header-nav-item &gt; a span {
    font-weight: inherit;
    line-height: 24Px;
    display: inline-block;
    margin-top: 30px;
  }
.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.iconfont {
  font-family: iconfont !important;
  font-size: inherit;
  -webkit-text-stroke-width: 0.2px;
}
@font-face {
  font-family: Font Awesome\5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/Templates/html/assets/fonts/fa-solid-900.9bbb245.eot);
  src: url(/Templates/html/assets/fonts/fa-solid-900.9bbb245.eot?#iefix)
      format('embedded-opentype'),
    url(/Templates/html/assets/fonts/fa-solid-900.1551f4f.woff2) format('woff2'),
    url(/Templates/html/assets/fonts/fa-solid-900.eeccf4f.woff) format('woff'),
    url(/Templates/html/assets/fonts/fa-solid-900.be9ee23.ttf)
      format('truetype'),
    url(/image/7a8b4f1.svg#fontawesome) format('svg');
}
@font-face {
  font-family: "Century Gothic";
  font-weight: 400;
  font-style: normal;
  src: url(/Templates/html/assets/fonts/CenturyGothic.ttf) format("truetype"); }
@font-face {
  font-family: Font Awesome\5 Free;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/Templates/html/assets/fonts/fa-regular-400.77206a6.eot);
  src: url(/Templates/html/assets/fonts/fa-regular-400.77206a6.eot?#iefix)
      format('embedded-opentype'),
    url(/Templates/html/assets/fonts/fa-regular-400.7a33376.woff2)
      format('woff2'),
    url(/Templates/html/assets/fonts/fa-regular-400.bb58e57.woff) format('woff'),
    url(/Templates/html/assets/fonts/fa-regular-400.491974d.ttf)
      format('truetype'),
    url(/image/4689f52.svg#fontawesome) format('svg');
}
.fa,
.iconfont {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa {
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\5 Free;
}
.fa-search:before {
  font-weight: 600;
  content: '\f002';
}
.fa-long-arrow-alt-left:before {
  content: '\f30a';
}
.fa-long-arrow-alt-right:before {
  content: '\f30b';
}
button:after {
  border-color: transparent;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.fixed-bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.fl {
  float: left;
}
.fr {
  float: right;
  margin-left: auto;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.button {
  font-size: 16px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  font-weight: 500;
  white-space: nowrap;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  border-radius: 0;
  cursor: pointer;
}
.button:focus {
  outline: none;
}
.button-block {
  width: 100%;
}
.button-normal {
  background: #ee8622 !important;
  color: #fff !important;
  border-color: #ee8622 !important;
}
.button-normal:active {
  background: #cd6d10 !important;
  color: #fff !important;
  border-color: #cd6d10 !important;
}
.button-normal-reverse {
  background: #fff !important;
  color: #ee8622 !important;
  border-color: #ee8622 !important;
}
.button-warn {
  background: #fa811b;
  color: #fff;
  border-color: #fa811b;
}
.button-warn-reverse {
  background: #fff;
  color: #fa811b;
  border-color: #fa811b;
}
.button-cancel {
  border-color: #c3c3c3;
  color: #444;
}
.button-danger {
  background: #e93b3d;
  color: #fff;
  border-color: #e93b3d;
}
.button-disabled {
  background-color: #eee;
  color: #afafaf;
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-center {
  text-align: center;
}
.b700 {
  font-weight: 700 !important;
}
.b600 {
  font-weight: 600 !important;
}
.b500 {
  font-weight: 500 !important;
}
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ee8622;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.paging .iconfont {
  line-height: 1;
}
.paging a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 40px;
  padding: 0 10px;
  height: 40px;
  border: 2px solid #f7c697;
  text-align: center;
  white-space: nowrap;
  display: none;
}
.paging a.active,
.paging a:hover {
  background-color: #ee8622;
  color: #fff;
  border-color: #ee8622;
}
.paging a span {
  font-size: 12px;
  margin: 0 10px;
}
.paging a i {
  display: none;
}
.paging a.next,
.paging a.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
button,
input[type='button'],
input[type='file'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none;
}
@-webkit-keyframes icons {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes icons {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@-webkit-keyframes fudong1 {
  0% {
    top: 50%;
  }
  50% {
    top: 52%;
  }
  to {
    top: 50%;
  }
}
@keyframes fudong1 {
  0% {
    top: 50%;
  }
  50% {
    top: 52%;
  }
  to {
    top: 50%;
  }
}
@-webkit-keyframes fadeintm {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeintm {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
.h100 {
  height: 100%;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow &gt; .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAgMjJMMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnoiIGZpbGw9IiMwMDQwOTciLz48L3N2Zz4=');
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3IDIyTDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnoiIGZpbGw9IiMwMDQwOTciLz48L3N2Zz4=');
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
  font-size: 0;
  padding: 0 0.5rem;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fff;
  border-radius: 16px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ee8622;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet,
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  &gt; .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  &gt; .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal &gt; .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical &gt; .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container &gt; canvas,
.swiper-zoom-container &gt; img,
.swiper-zoom-container &gt; svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.global-header {
  height: auto;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  background-position: 50%;
  background-size: 100% 100%;
  top: 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.pc-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc-logo img {
  max-height: calc(5.20833vw - 20px);
}
.global-header-nav-logo a {
  height: 55px;
  width: 55px;
  line-height: 55px;
}
.global-header-content {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.bottom-line-lighter:before {
  content: '';
  height: 1px;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 200%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #c9c9c9;
  visibility: visible;
}
.global-header-nav-item {
  vertical-align: top;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-tap-highlight-color: transparent;
  font-size: 18px;
  color: #000;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
  font-family: "Century Gothic",sans-serif;
}
.global-header-nav-item &gt; a {
  position: relative;
  color: #333;
}
.global-header-nav-item &gt; a:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 2px;
  background-color: #ee8622;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.global-header-nav-item a {
  display: inline-block;
  text-align: center;
  font-weight: 500;
}
.global-header-nav-item:before {
  display: none;
}
.global-header-nav-item.active:after,
.global-header-nav-item.on:after {
  width: 100%;
}
.global-header-nav-item.active &gt; a,
.global-header-nav-item.on &gt; a {
  color: #ee8622 !important;
}
.global-header-nav-search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 54px;
  background-position: -210px 10px;
  font-size: pxToRem(16px);
}
.global-header-nav-search a .iconfont {
  font-size: pxToRem(16px);
  margin-right: 5px;
  color: #666;
}
.icon-arrow-down1 {
  font-size: 14px;
  color: #03296e;
}
.global-header-nav-top {
  background-color: transparent;
}
.global-header-nav-search a,
.global-header-nav-search span {
  float: left;
  line-height: 50px;
}
.global-header-nav-top .global-header-nav-search {
  height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 16px;
  margin-right: 0;
  -webkit-transition: -webkit-transform 0.3s linear 0.2s;
  transition: -webkit-transform 0.3s linear 0.2s;
  transition: transform 0.3s linear 0.2s;
  transition: transform 0.3s linear 0.2s, -webkit-transform 0.3s linear 0.2s;
}
.global-logo {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 170px 40px;
  font-size: 0;
}
.global-search-show {
  overflow: hidden;
  height: 100%;
}
.global-search-show .global-header-nav-search-wrapper {
  display: block;
}
.global-header-nav-search-wrapper {
  position: relative;
  width: 100%;
  display: block;
  opacity: 1;
  position: absolute;
  top: 90px;
  z-index: 999;
  -webkit-box-shadow: 0 5px 20px rgba(55, 55, 55, 0.3);
  box-shadow: 0 5px 20px rgba(55, 55, 55, 0.3);
  padding: 16px 20px;
  background-color: #fff;
  display: none;
  min-height: 82px;
}
.global-header-nav-search-wrapper:after {
  display: none;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  background-color: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 18px;
  top: -6px;
}
.global-header-searchview-wrapper {
  position: relative;
  border-bottom: 3px solid #03296e;
  width: calc(100% - 54px);
}
.global-header-nav-search-content {
  position: relative;
  text-align: center;
}
.global-header-nav-search-content .global-header-searchview-input {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 5px 12px;
  width: 100%;
  background-color: transparent;
  color: #4e4e4e;
}
.global-header-searchview-submit {
  width: 30px;
  background-position: -204px 4px;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 34px;
  background-color: transparent;
  border: 0;
  right: -35px;
  font-size: pxToRem(30px);
}
.global-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 1s ease 0.1s;
  transition: opacity 1s ease 0.1s;
  opacity: 0;
}
.global-mask-open {
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 667;
}
.dropdown-menu &gt; li,
.dropdown-menu a {
  position: relative;
}
.dropdown-menu a {
  display: block;
  color: #fff;
  -webkit-transition: opacity 0.25s ease-out 0.3s,
    -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.25s ease-out 0.3s, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.25s ease-out 0.3s, transform 0.25s ease-out 0.3s;
  transition: opacity 0.25s ease-out 0.3s, transform 0.25s ease-out 0.3s,
    -webkit-transform 0.25s ease-out 0.3s;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  text-align: left;
}
.open &gt; .dropdown-menu {
  display: block;
  height: auto;
}
.open &gt; .dropdown-menu a {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.icon-toggle {
  float: right;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}
.icon-toggle:after {
  content: '\f078';
  font-size: 14px;
  color: #333;
  font-weight: 900;
  font-family: Font Awesome\5 Free;
}
.icon-toggle[aria-expanded='true']:after,
.open &gt; .icon-toggle:after {
  content: '\f077';
}
.global-header-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
}
.global-header-nav .global-header-nav-logo {
  width: auto;
  height: 55px;
  position: absolute;
  top: 50%;
  margin-top: -27.5px;
  left: 10px;
  font-size: 0;
}
.global-header-nav .global-header-nav-logo &gt; a {
  font-size: 0;
}
.global-header-nav-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
.global-header-nav-list .global-header-nav-item:hover &gt; a {
  opacity: 1;
  color: #ee8622 !important;
}
.header-share-bar {
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.header-share-bar .flex-box {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-share-bar .bshare-custom,
.header-share-bar .flex-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-share-bar .bshare-custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #e9e9e9;
  border-radius: 0 4px 4px 0;
  font-size: 0;
}
.header-share-bar .bshare-custom a {
  padding-top: 24px;
  width: 35px;
}
.header-share-bar .header-message {
  border: 1px solid #e9e9e9;
  border-right: 0;
}
.header-share-bar .header-message a {
  display: inline-block;
  padding-top: 24px;
  width: 35px;
  vertical-align: middle;
}
#bsWXBox {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.subment-active {
  display: block !important;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.subment-open .subment-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.subment-open .subtitle {
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.subment-open .global-dropdown-line {
  opacity: 1 !important;
}
.subment-open .global-header-nav-list {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.global-header-subment-close {
  display: none;
  position: absolute;
  width: 45px;
  height: 45px;
  opacity: 1;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  left: 0;
  top: 0;
  background: 0 0;
  border: 0;
  z-index: 99;
}
.global-header-subment-close .global-dropdown-line {
  display: block;
  z-index: 1;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s linear 0.6s;
  transition: -webkit-transform 0.2s linear 0.6s;
  transition: transform 0.2s linear 0.6s;
  transition: transform 0.2s linear 0.6s, -webkit-transform 0.2s linear 0.6s;
  position: relative;
  width: 100%;
  height: 100%;
}
.global-header-subment-close .global-dropdown-line:before {
  content: '';
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  right: 50%;
  -webkit-transform: rotate(-40deg) scaleY(1.5);
  transform: rotate(-40deg) scaleY(1.5);
  position: absolute;
  background: #333;
  top: 50%;
  width: 12px;
  height: 1px;
  display: block;
  z-index: 1;
}
.global-header-subment-close .global-dropdown-line:after {
  content: '';
  position: absolute;
  background: #333;
  top: 50%;
  width: 12px;
  height: 1px;
  left: 50%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(40deg) scaleY(1.5);
  transform: rotate(40deg) scaleY(1.5);
  display: block;
  z-index: 1;
}
.subment-open .global-header-nav-menu {
  opacity: 0 !important;
}
.global-header-hover-block,
.nav-item {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .global-header .global-header-nav .global-header-nav-item &gt; a span br{
    display: none;
  }
  .global-header .global-header-nav .global-header-nav-item &gt; a {
    display: inline-block;
  }
  .global-header .global-header-nav .global-header-nav-item &gt; a span {
    margin: 0;
  }
  .contact-top {
    margin-left: 0 !important;
    padding: 12px 0;
  }
  .btn_tools {
    height: auto !important;
  }
  .pc-logo {
    display: none;
  }
  .global-header-content {
    padding: 0;
  }
  .dropdown-menu {
    overflow: hidden;
    display: none;
  }
  .dropdown-menu [data-toggle='collapse'] {
    position: relative;
  }
  .dropdown-menu [data-toggle='collapse']:after {
    content: '';
    z-index: 999;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  }
  .dropdown-menu [data-toggle='collapse'][aria-expanded='true']:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
  }
  .global-header-nav-open .global-header-hover-block {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .global-header-hover-block {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: inherit;
    z-index: 1000;
  }
  .global-header-hover-block .iconfont {
    font-size: 12px;
    margin-left: 10px;
  }
  .global-header-hover-block .hover-title {
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
  }
  .global-header-hover-block .hover-panel {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #fff;
  }
  .global-header-hover-block .hover-panel li + li {
    border-top: 1px solid #fff;
  }
  .global-header-hover-block .hover-panel a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
  }
  .dropdown-menu {
    margin-left: 10px;
  }
  .dropdown-menu a {
    display: inline-block;
    font-size: 14px;
    padding: 12px 0;
    color: #333 !important;
  }
  .dropdown-menu .heroCollapse a {
    padding-left: 20px !important;
  }
  #js-global-subment-close {
    display: block;
  }
  .global-header {
    height: 60px;
    top: 0;
    position: fixed;
  }
  .global-mobile-split {
    padding-top: 60px;
  }
  .header-share-bar {
    display: none;
  }
  .global-header-nav-search-wrapper {
    top: 48px;
  }
  .global-header-content,
  .global-header-nav {
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  .global-header-nav-top {
    display: block;
    height: 60px;
    position: absolute;
    z-index: 10;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
    left: 0;
  }
  .global-header-nav-menu {
    right: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 60px;
    height: inherit;
  }
  .search-btn {
    position: absolute;
    right: 60px;
    height: inherit;
    padding: 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 20px;
  }
  .global-header-nav-btn {
    display: block;
    width: 60px;
    height: inherit;
    -webkit-tap-highlight-color: transparent;
  }
  .global-header-nav-btn span {
    position: absolute;
    width: 25px;
    height: 2px;
    background: #000;
    left: 17.5px;
    top: 29px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .global-header-nav-btn span:first-child {
    top: 21px;
  }
  .global-header-nav-btn span:last-child {
    top: 37px;
  }
  .theme-dark .promo .swiper-slide {
    height: 60vh;
  }
  .theme-dark .promo .swiper-slide img {
    height: 100%;
  }
  .global-header-nav .global-header-nav-logo {
    height: inherit;
    position: absolute;
    left: 10px;
    top: 0;
    margin-top: 0;
    -webkit-transition: -webkit-transform 0.15s linear 0.4s;
    transition: -webkit-transform 0.15s linear 0.4s;
    transition: transform 0.15s linear 0.4s;
    transition: transform 0.15s linear 0.4s, -webkit-transform 0.15s linear 0.4s;
    z-index: 9999;
  }
  .global-header-nav .global-header-nav-logo a {
    background-size: auto 40%;
    background-position: 50%;
  }
  .global-header-nav-login a,
  .global-header-nav-logo a,
  .global-header-nav-search a,
  .global-header-searchform-submit {
    display: inline-block;
    overflow: hidden;
    color: #000;
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 0;
    height: 60px;
    text-align: right;
    width: 125px;
  }
  .global-header-nav-login a .iconfont,
  .global-header-nav-logo a .iconfont,
  .global-header-nav-search a .iconfont,
  .global-header-searchform-submit .iconfont {
    font-size: 0.8rem;
    color: #fff;
  }
  .global-header-nav-login a i:last-child,
  .global-header-nav-logo a i:last-child,
  .global-header-nav-search a i:last-child,
  .global-header-searchform-submit i:last-child {
    display: none;
  }
  .global-header-nav-login {
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px;
    margin-right: 0;
    -webkit-transition: -webkit-transform 0.3s linear 0.2s;
    transition: -webkit-transform 0.3s linear 0.2s;
    transition: transform 0.3s linear 0.2s;
    transition: transform 0.3s linear 0.2s, -webkit-transform 0.3s linear 0.2s;
    -webkit-transform: none;
    transform: none;
  }
  .global-header-nav-login a {
    height: 44px;
    width: 20px;
    background-position: -165px 8px;
  }
  .global-header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 5;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: visibility 0.8s ease, -webkit-transform 0.8s ease;
    transition: visibility 0.8s ease, -webkit-transform 0.8s ease;
    transition: visibility 0.8s ease, transform 0.8s ease;
    transition: visibility 0.8s ease, transform 0.8s ease,
      -webkit-transform 0.8s ease;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .global-header-nav-list::-webkit-scrollbar {
    display: none !important;
  }
  .global-header-nav-list .global-header-nav-item {
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(-24px);
    transform: scale(1.2) translateY(-24px);
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out,
      -webkit-transform 0.25s ease-out;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding: 0;
  }
  .global-header-nav-list .global-header-nav-item:hover &gt; a {
    color: #ee8622 !important;
  }
  .global-header-nav-list .global-header-nav-item:hover:after {
    width: 100%;
  }
  .global-header-nav-list .global-header-nav-item:after {
    display: none;
  }
  .global-header-nav-list .global-header-nav-item:before {
    display: block;
    background-color: #c9c9c9;
  }
  .global-header-nav-list .global-header-nav-item &gt; a {
    font-size: 14px;
    padding: 12px 0;
    color: #333 !important;
    text-align: left;
    position: relative;
  }
  .global-header-nav-list .global-header-nav-item.active &gt; a {
    color: #ee8622 !important;
  }
  .global-header-nav-list .global-header-nav-login,
  .global-header-nav-list .global-header-nav-logo {
    display: none;
  }
  html.global-header-nav-open,
  html.global-header-nav-open body {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  .global-header-btn-close span:first-child {
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
  }
  .global-header-btn-close span:nth-child(2) {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
  }
  .global-header-btn-close span:nth-child(3) {
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transform: rotate(-45deg) translate(5px, -5.5px);
    transform: rotate(-45deg) translate(5px, -5.5px);
  }
  .global-header-nav-open .theme-dark .global-header-nav-btn span {
    background: #000;
  }
  .global-header-nav-open .global-header,
  .global-header-nav-open .global-header-nav {
    height: 100%;
    background: #fff;
  }
  .global-header-nav-open .global-header-nav-login,
  .global-header-nav-open .global-header-nav-search {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  .global-header-nav-open .global-header-nav-item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    height: auto;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(2) {
    -webkit-transition-delay: 0.3s, 0.3s;
    transition-delay: 0.3s, 0.3s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(3) {
    -webkit-transition-delay: 0.35s, 0.35s;
    transition-delay: 0.35s, 0.35s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(4) {
    -webkit-transition-delay: 0.4s, 0.4s;
    transition-delay: 0.4s, 0.4s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(5) {
    -webkit-transition-delay: 0.45s, 0.45s;
    transition-delay: 0.45s, 0.45s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(6) {
    -webkit-transition-delay: 0.5s, 0.5s;
    transition-delay: 0.5s, 0.5s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(7) {
    -webkit-transition-delay: 0.55s, 0.55s;
    transition-delay: 0.55s, 0.55s;
  }
  .global-header-nav-open .global-header-nav-item:nth-child(8) {
    -webkit-transition-delay: 0.6s, 0.6s;
    transition-delay: 0.6s, 0.6s;
  }
  .global-header-nav-open .global-header-nav-logo {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .global-header-nav-open .subment .subtitle {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(-24px);
    transform: scale(1.2) translateY(-24px);
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out,
      -webkit-transform 0.25s ease-out;
  }
  .global-header-nav-open .subment ul a {
    font-size: 14px !important;
    padding-left: 15px !important;
  }
  .header-panel-content .subment {
    position: absolute;
    background-color: #fff;
    height: 100vh;
    top: 0;
    width: 100%;
    overflow: auto;
    padding: 65px 0 25px !important;
  }
  .header-panel-content .subment .row {
    padding-left: 0 !important;
  }
  .subment ul {
    overflow: hidden;
  }
  .subment li {
    opacity: 0;
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    -webkit-transition: opacity 0.25s ease-in, -webkit-transform 0.25s ease-in;
    transition: opacity 0.25s ease-in, -webkit-transform 0.25s ease-in;
    transition: opacity 0.25s ease-in, transform 0.25s ease-in;
    transition: opacity 0.25s ease-in, transform 0.25s ease-in,
      -webkit-transform 0.25s ease-in;
  }
  .subment-open .subment li {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .global-header-nav-item .icon-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 10px;
    z-index: 20;
    line-height: 1.5;
  }
  .actions-tools {
    -webkit-transform: scale(1.2) translateY(-24px);
    transform: scale(1.2) translateY(-24px);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out,
      -webkit-transform 0.25s ease-out;
  }
  .global-header-nav-open .actions-tools {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition-delay: 0.6s, 0.6s;
    transition-delay: 0.6s, 0.6s;
  }
}
@media (max-width: 321px) {
  .global-header-nav-logo {
    display: none;
  }
}
@media (min-width: 1025px) {
  .my-container {
    padding: 0 3.90625vw;
  }
  .global-header-nav-item {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .global-header-nav-item:hover &gt; .dropdown-menu {
    display: block;
  }
  .global-header-nav-item &gt; .dropdown-menu {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-animation: fadeInUp 0.3s forwards;
    animation: fadeInUp 0.3s forwards;
  }
  .global-header-nav-item .dropdown-menu {
    position: absolute;
    left: 1.40625vw;
    display: none;
    min-width: 100%;
    opacity: 1;
    background: transparent;
    min-width: 200px;
  }
  .global-header-nav-item .dropdown-menu .icon-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding: 10px 15px;
    display: block;
    cursor: pointer;
    z-index: 1;
  }
  .global-header-nav-item .dropdown-menu .icon-toggle:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: '\f105';
  }
  .global-header-nav-item .dropdown-menu li.active &gt; a {
    color: #ee8622 !important;
  }
  .global-header-nav-item .dropdown-menu a {
    color: #000;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 12px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 30px;
    font-weight: 400;
  }
  .global-header-nav-item .dropdown-menu a:hover {
    color: #ee8622;
    background-color: #f5f5f5;
  }
  .global-header-nav-item .dropdown-menu a:hover ~ .icon-toggle,
  .global-header-nav-item .dropdown-menu a:hover ~ .icon-toggle:after {
    color: #ee8622;
  }
  .global-header-nav-item .dropdown-menu .dropdown-menu {
    left: 100%;
    display: none;
    top: 0;
  }
  .global-header-nav-item &gt; a:hover:after {
    width: 100% !important;
  }
}
.contact-top {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
}
.contact-top .icon {
  margin-right: 15px;
}
.contact-top span {
  font-size: 14px;
}
.nav-popup-list {
  left: 200px;
}
.nav-popup-list .arrow {
  width: 0;
  height: 0;
  border-bottom: 10px solid #edf1f4;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.nav-popup-list .nav-popup-item {
  position: absolute;
  top: 75%;
  left: 200px;
  display: none;
}
.nav-popup-list .nav-popup-item.active {
  display: block;
  -webkit-animation: moveUp 0.3s linear 1 forwards;
  animation: moveUp 0.3s linear 1 forwards;
}
.nav-popup-list .inner {
  min-height: 100px;
  min-width: 100px;
  background: #edf1f4;
  padding: 30px 40px;
  border-radius: 4px;
}
.nav-popup-list .inner .icon {
  margin-right: 10px;
  width: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-popup-list .inner .text {
  padding-left: 30px;
}
.nav-popup-list .inner .flex-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.nav-popup-list .inner .flex-item + .flex-item {
  margin-left: 70px;
}
.nav-popup-list .title {
  font-weight: 700;
}
.nav-popup-list .link,
.nav-popup-list .title {
  position: relative;
  padding: 0 10px;
  white-space: nowrap;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.nav-popup-list .link {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 4px;
}
.nav-popup-list .link:hover {
  background: #dae3e9;
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fixed {
  position: fixed;
}
.opaque .global-header {
  background: #fff;
}
.theme-dark .global-mobile-split {
  padding-top: 0;
}
.theme-dark .global-header {
  background: transparent;
}
.theme-dark .global-header-nav-btn span,
.theme-dark .opaque .global-header {
  background: #fff;
}
.theme-dark .opaque .global-header-nav-btn span {
  background: #000;
}
.global-header.small {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gnb-sub-menus {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
}
.gnb-sub-menus .gnb-sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: visibility 0.35s ease-out,
    z-index 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: visibility 0.35s ease-out,
    z-index 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gnb-sub-menus .gnb-sub-menu.active {
  z-index: 2;
  visibility: visible;
}
.gnb-sub-menus .gnb-sub-menu.active .gnb-sub-menu-wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gnb-sub-menus .gnb-sub-menu .gnb-sub-menu-wrapper {
  background: hsla(0, 0%, 100%, 0.9);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.35s ease-out,
    -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.35s ease-out,
    -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.35s ease-out,
    transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.35s ease-out,
    transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media (max-width: 1440px) {
  .actions-tools .btn_tools .btn_lang a span,
  .global-header-nav-item {
    font-size: 14px;
  }
  .pc-action-group {
    font-size: 13px;
  }
  /* .footer #accordion .heroCollapse a {
    font-size: 14px;
  } */
}
@media (max-width: 1200px) {
  .global-header-nav-item {
    font-size: 12px;
  }
}
.btn_tools {
  position: relative;
  display: block;
  float: none;
  clear: both;
  width: 100%;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  z-index: 200;
  height: 100%;
}
.btn_tools .btn_search {
  position: relative;
  font-size: 14px;
  line-height: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-right: none;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn_tools .btn_search:before {
  content: '';
  height: 1px;
  right: 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333;
  visibility: visible;
}
.btn_tools .btn_search[data-status='0'] .icon-close {
  display: none;
}
.btn_tools .btn_search[data-status='0'] .icon-search,
.btn_tools .btn_search[data-status='0'] .show {
  display: block;
}
.btn_tools .btn_search[data-status='0'] .close {
  display: none;
}
.btn_tools .btn_search[data-status='1'] .icon-close {
  display: block;
}
.btn_tools .btn_search[data-status='1'] .icon-search,
.btn_tools .btn_search[data-status='1'] .show {
  display: none;
}
.btn_tools .btn_search[data-status='1'] .close {
  display: block;
}
.btn_tools .btn_search span {
  font-size: 12px;
  margin-left: 10px;
}
.btn_tools .btn_lang {
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  border-right: none;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 48px;
}
.btn_tools .btn_lang:before {
  content: '';
  height: 1px;
  right: 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333;
  visibility: visible;
}
.btn_tools .btn_lang &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn_tools .btn_lang .icon-yuyan {
  font-size: 30px;
  margin-right: 8px;
  margin-top: 2px;
}
.btn_tools .btn_lang .icon-arrow-down {
  font-size: 20px;
  margin-left: 8px;
  font-weight: 700;
  margin-top: 2px;
}
.formsearch {
  position: relative;
  margin-right: 0;
  width: auto;
  background-color: #fff;
  right: 0;
  margin-left: 0;
  border-right: none;
  font-size: 0;
  padding-left: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formsearch,
.formsearch .form-group {
  height: 50px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.formsearch .form-group {
  display: inline-block;
  vertical-align: top;
  margin-right: -15px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  width: 0;
  position: absolute;
  right: 25%;
  background: #fff;
}
.formsearch .form-control {
  padding: 0 15px;
  display: block;
  margin: 0;
  border: 0;
  background: 0 0;
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 1.42857143;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 0;
}
.formsearch .submit {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  position: absolute;
  right: 0;
  z-index: 10;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}
.formsearch .button {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  width: 25%;
  background-color: #0a045a;
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.formsearch.active,
.formsearch.active .form-group {
  opacity: 1;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}
.formsearch.active .form-group {
  width: 100%;
  right: 0;
  margin: 0;
}
.container-full {
  top: 0;
  z-index: 4000;
  height: 100%;
  overflow-y: auto;
  left: 0;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  position: fixed;
}
.container-full .button_menu {
  position: absolute;
  -webkit-transform: translate(50px);
  transform: translate(50px);
  top: 5px;
  right: 63px;
  margin-right: 0;
  margin-top: 0;
  width: 40px;
  height: 40px;
}
.container-full .button_menu .menu {
  width: 18px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container-full .button_menu .menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
}
.container-full .button_menu .menu span:first-child {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
  top: 0;
}
.container-full .button_menu .menu span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
  display: none;
}
.container-full .button_menu .menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
  bottom: 0;
}
.language-box {
  text-align: right;
  font-size: 0;
  display: none;
  font-size: 16px;
  padding: 40px 5.33333%;
}
.language-box dl {
  display: block;
  margin: 0;
  padding-top: 20px;
  position: relative;
  z-index: 30;
  width: 100%;
}
.language-box dt a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.language-box dd {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-right: 0;
  border-bottom: none;
  margin-top: 16px;
}
.language-box dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 16px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.language-box dd a img {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .actions-tools {
    margin-left: auto;
  }
  .actions-tools .btn_tools,
  .actions-tools .btn_tools .btn_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .actions-tools .btn_tools .btn_search {
    border-bottom: none !important;
    height: 100%;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    border-left: 1px solid #f5f5f5;
    min-width: 5.20833vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .actions-tools .btn_tools .btn_search .iconfont {
    font-size: 22px;
  }
  .actions-tools .btn_tools .btn_search:before {
    display: none;
  }
  .actions-tools .btn_tools .btn_search span {
    display: none !important;
  }
  .actions-tools .btn_tools .btn_lang {
    border-bottom: none !important;
    height: 5.20833vw;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-left: 1px solid #f5f5f5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  .actions-tools .btn_tools .btn_lang:before {
    display: none;
  }
  .actions-tools .btn_tools .btn_lang a {
    font-size: 16px;
  }
  .formsearch {
    position: absolute;
    top: 5.20833vw;
  }
  .formsearch.active .form-group {
    width: 300px;
  }
  .container-full {
    top: 5.20833vw;
    height: auto;
  }
  .language-box dl {
    display: inline-block;
    width: auto;
  }
  .language-box dd {
    display: block;
    white-space: nowrap;
    width: 100%;
  }
  .language-box dd a {
    padding-right: 45px;
    padding-left: 0;
    min-width: 120px;
  }
}
.footer #accordion .panel {
  position: relative;
}
.footer #accordion .heroCollapse a {
  line-height: 40px;
  padding: 0 15px;
  display: block;
  font-size: 14px;
}
.footer #accordion .heroCollapse a  br {
  display: none;
}
.footer #accordion .heroCollapse a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ee8622;
}
.footer #accordion .icon-toggle {
  width: 44px;
  height: 44px;
  right: -15px;
  position: absolute;
  top: 0;
}
.footer #accordion .icon-toggle:after {
  content: '+';
  font-size: 25px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer #accordion .icon-toggle[aria-expanded='true'] .icon-toggle:after {
  content: '-' !important;
}
.footer #accordion .icon-toggle[aria-expanded='true']:after {
  content: '-';
}
.footer #accordion .title {
  position: relative;
  display: block;
  line-height: 44px;
  color: #333;
  font-weight: 500;
  font-size: 15px;
}
.footer #accordion .title[aria-expanded='true'] .icon-toggle:after {
  content: '-' !important;
}
#accordion .panel {
  position: relative;
}
#accordion .heroCollapse a {
  line-height: 40px;
  padding: 0 30px;
  display: block;
  font-size: 14px;
  color: #666;
}
#accordion .title {
  display: block;
  line-height: 44px;
  color: #fff;
}
@media (min-width: 1024px) {
  .footer .panel-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .panel-group .panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer #accordion .title {
    pointer-events: none;
    line-height: 1;
    margin-bottom: 22px;
    padding: 0;
    font-size: 16px;
  }
  .footer #accordion .heroCollapse li + li {
    margin-top: 15px;
  }
  .footer #accordion .heroCollapse a {
    line-height: 1;
    padding: 0;
    font-size: 14px;
    opacity: 0.8;
  }
  .footer #accordion .icon-toggle {
    display: none;
  }
  .footer #accordion .collapse {
    display: block;
  }
  .footer .bottom {
    padding: 30px 0;
    font-size: 14px;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #666;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  height: 88px;
  line-height: 86px;
  outline: none;
  padding-left: 1.5rem;
  padding-right: 3rem;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #999;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #777;
}
.nice-select:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  display: block;
  height: 0.6rem;
  margin-top: -0.4rem;
  pointer-events: none;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0.6rem;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  max-height: 15rem;
  visibility: visible;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #000;
  border-radius: 0;
  border: 1px solid #666;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 100%;
  left: -1px;
  right: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.4s ease-out, opacity 0.4s ease-out;
  transition: all 0.4s ease-out, opacity 0.4s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 3rem;
  list-style: none;
  min-height: 3rem;
  outline: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  font-size: 0.95rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #333;
}
.nice-select .option.selected {
  font-weight: 700;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.nice-select .list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.nice-select .list::-webkit-scrollbar-track,
.nice-select .list::-webkit-scrollbar-track-piece {
  background-color: #000;
}
.nice-select .list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #666;
}
.nice-select .list::-webkit-scrollbar-button {
  background-color: #666;
  width: 5px;
  height: 5px;
}
.nice-select .list::-webkit-scrollbar-button:end,
.nice-select .list::-webkit-scrollbar-button:start {
  background-color: #000;
}
.nice-select .list::-webkit-resizer,
.nice-select .list::-webkit-scrollbar-corner {
  background-color: #000;
}
@media screen and (max-width: 1280px) {
  .nice-select {
    height: 56px;
    line-height: 54px;
  }
}
@media screen and (max-width: 768px) {
  .nice-select {
    height: 45px;
    line-height: 45px;
    font-size: 0.857142857142857rem;
    padding-left: 1rem;
  }
  .nice-select:after {
    width: 0.45rem;
    height: 0.45rem;
    right: 1.35rem;
  }
  .nice-select .option {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.85rem;
    line-height: 2.5rem;
    min-height: 2.5rem;
  }
}
.site-layer {
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  z-index: -1;
  opacity: 0;
}
.close-aside,
.site-layer {
  position: fixed;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.close-aside {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  z-index: 10;
  bottom: 30px;
  background: #ee8622;
}
.close-aside .iconfont {
  font-size: 20px;
}
.close-aside .icon-close {
  display: none;
}
#aside-accordion {
  position: fixed;
  left: 0;
  top: 100px;
  bottom: 100px;
  width: 70vw;
  background: #fff;
  z-index: 11;
  overflow-y: auto;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#aside-accordion .panel .title {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 0 15px;
  position: relative;
}
#aside-accordion .panel .title.active,
#aside-accordion .panel .title[aria-expanded='true'] {
  color: #ee8622;
}
#aside-accordion .panel .title[aria-expanded='true'] .iconfont {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#aside-accordion .panel .title .iconfont {
  margin-left: auto;
  font-size: 20px;
}
#aside-accordion .panel .heroCollapse {
  padding: 0 15px;
}
#aside-accordion .panel .heroCollapse .active .name {
  color: #ee8622;
}
#aside-accordion .panel .heroCollapse .active .sub-menu {
  display: block !important;
}
#aside-accordion .panel .heroCollapse .name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  padding-left: 15px;
  border-bottom: 1px solid #e1e1e1;
  color: #888;
  font-size: 12px;
}
#aside-accordion .panel .heroCollapse .name:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1f368f;
  left: 0;
}
#aside-accordion .panel .heroCollapse .name span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 1%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#aside-accordion .panel .heroCollapse .name .iconfont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
}
#aside-accordion .panel .heroCollapse .sub-menu {
  border-bottom: 1px solid #e1e1e1;
}
#aside-accordion .panel .heroCollapse .sub-menu .active a {
  color: #ee8622;
}
#aside-accordion .panel .heroCollapse .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888;
  font-size: 12px;
}
.site-layer-open {
  overflow: hidden;
}
.site-layer-open .site-layer {
  opacity: 1;
  z-index: 9999;
}
.site-layer-open .close-aside {
  z-index: 10000;
  background: #fff;
  color: #ee8622;
}
.site-layer-open .close-aside .icon-menu {
  display: none;
}
.site-layer-open .close-aside .icon-close {
  display: block;
}
.site-layer-open #aside-accordion {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .close-aside {
    display: none;
  }
  .site-layer {
    position: static;
    z-index: 10;
    opacity: 1;
    background: #fff;
    padding: 20px 0;
  }
  #aside-accordion {
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  #aside-accordion .panel .title {
    font-size: 16px;
    padding: 0 30px;
    height: 50px;
  }
  #aside-accordion .panel .title:hover {
    color: #ee8622;
  }
  #aside-accordion .panel .heroCollapse {
    padding: 0 30px;
  }
  #aside-accordion .panel .heroCollapse .name {
    font-size: 15px;
    height: 50px;
    padding: 0 0 0 30px;
  }
  #aside-accordion .panel .heroCollapse .name:before {
    left: 8px;
  }
  #aside-accordion .panel .heroCollapse .sub-menu a {
    font-size: 15px;
    height: 44px;
    padding: 0 30px;
  }
}
body {
  font-family: Jost;
}
.container {
  padding: 0 15px;
  margin: 0 auto;
}
.wow {
  visibility: hidden;
}
.swiper-slide {
  font-size: 0;
}
.swiper-slide img {
  width: 100%;
  max-width: 100%;
}
.swiper-slide .box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ee8622;
}
.swiper-slide .box .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.swiper-slide .box .en,
.swiper-slide .box .title {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.swiper-slide .box .en {
  font-size: 14px;
  margin-bottom: 10px;
}
.swiper-slide .box .summary {
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.swiper-slide.swiper-slide-active .box .en,
.swiper-slide.swiper-slide-active .box .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.swiper-slide.swiper-slide-active .box .en {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.swiper-slide.swiper-slide-active .box .summary {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.swiper-pagination {
  background-color: #febc7f;
  width: auto !important;
  padding: 4px 0;
  border-radius: 100px;
  left: 50% !important;
  bottom: 20px !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ee8622;
}
.action-group {
  margin-top: 14px;
  font-family: Jost;
}
.js-legacy-dropdown {
  font-size: 14px;
  color: #333;
}
.js-legacy-dropdown a {
  color: inherit;
}
.js-legacy-dropdown__item--toggle {
  line-height: 24px;
  display: inline-block;
}
.js-legacy-dropdown__item--toggle:after {
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  content: '\f078';
  font-size: 10px;
  margin-left: 5px;
  line-height: 30px;
}
.js-legacy-dropdown__item .ls-sub-menu {
  padding: 3px 0;
  display: none;
}
.js-legacy-dropdown__item .ls-sub-menu li {
  padding: 3px 0;
}
#mobile-search-wrapper {
  position: relative;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mobile-search-wrapper h1 {
  font-size: 26px;
  color: #ee8622;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
#mobile-search-wrapper .close-btn {
  font-family: Font Awesome\5 Free;
  position: absolute;
  right: 25px;
  top: 44px;
  font-size: 30px;
  color: #ee8622;
  font-weight: 400;
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
}
#mobile-search-wrapper .close-btn:before {
  content: 'Ã—';
}
#mobile-search-wrapper .search-group {
  position: relative;
}
#mobile-search-wrapper .search-group input {
  display: block;
  padding: 9px 42px 9px 15px;
  background: #f0f2f5;
  color: #5b6c8f;
  width: 100%;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
#mobile-search-wrapper .search-group .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-family: iconfont;
  background: transparent;
  width: 42px;
  height: 42px;
  color: #ee8622;
}
.pc-action-group {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  margin-top: 30px;
}
.pc-action-group .line {
  height: 30px;
  width: 1px;
  background-color: #999;
  display: block;
}
.pc-action-group &gt; div {
  padding: 0 20px;
}
.pc-action-group .search-wrapper .iconfont {
  font-size: 20px;
}
.lang-list li {
  padding: 5px 0;
}
.lang-list a {
  display: block;
}
.lang-list a:hover {
  color: #ee8622;
}
.search-group {
  position: relative;
}
.search-group input {
  width: 100%;
  padding-right: 50px;
}
.search-group .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
}
h1 {
  font-size: 24px;
  font-weight: 500;
}
h1 .en {
  font-size: 14px;
  color: #f4f7fa;
  opacity: 0.8;
}
h1 .en br {
  display: none;
}
h1 .zh {
  position: relative;
  font-weight: 500;
}
h1 .zh:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 16px;
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: 5px;
}
h1.bg-white .en {
  color: #999;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 600;
}
h1.bg-white .en  br {
  display: none;
  margin-left: 10px;
}
h1.bg-white .zh {
  color: #ee8622;
}
.more-btn,
h1.bg-white .zh:after {
  background: #ee8622;
}
.more-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  font-size: 14px;
  height: 44px;
  padding: 0 10px 0 26px;
  overflow: hidden;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
.more-btn.border {
  border: 2px solid #ee8622;
}
.more-btn:hover:before {
  right: -5px;
}
.more-btn:hover span {
  color: #ee8622;
}
.more-btn span {
  line-height: 1;
}
.more-btn i,
.more-btn span {
  position: relative;
  z-index: 2;
}
.more-btn i {
  color: #ee8622;
  margin-left: auto;
  font-size: 24px;
}
.more-btn:before {
  content: '';
  width: 200px;
  background: #fff;
  height: 44px;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  position: absolute;
  right: -150px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-intro__index {
  position: relative;
  color: #fff;
}
.section-intro__index .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-intro__index .container {
  position: relative;
}
.section-intro__index .inner {
  padding: 30px 15px;
}
.section-intro__index .inner .summary {
  font-size: 14px;
  line-height: 150%;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.section-intro__index .inner .flex-box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 18px -20px;
}
.section-intro__index .inner .flex-box .flex-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-right: 1px solid #fff;
  line-height: 1;
  margin: 12px 0;
  padding: 0 20px;
}
.section-intro__index .inner .flex-box .flex-item:nth-child(4n + 2),
.section-intro__index .inner .flex-box .flex-item:nth-child(4n + 4) {
  border-right: none;
}
.section-intro__index .inner .flex-box .flex-item .value {
  font-size: 30px;
  font-weight: 700;
}
.section-intro__index .inner .flex-box .flex-item .value span {
  font-size: 20px;
  font-weight: inherit;
}
.section-intro__index .inner .flex-box .flex-item .label {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}
.scroll-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.scroll-x::-webkit-scrollbar {
  display: none !important;
}
.section-product__index .inner {
  padding: 30px 0 0;
}

.section-product__index .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #f4f4f4;
  overflow-x: auto;
  overflow-y: hidden;
}
.section-product__index .nav-tabs .active .tab-cell {
  background: #c02026;
  color: #fff;
}
.section-product__index .nav-tabs .active .image-wrapper img:first-child {
  opacity: 0;
}
.section-product__index .nav-tabs .active .image-wrapper img:last-child {
  opacity: 1;
}
.section-product__index .nav-tabs .tab-cell {
  padding: 10px;
  display: block;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-product__index .nav-tabs .image-wrapper {
  font-size: 0;
  position: relative;
  margin-bottom: 10px;
}
.section-product__index .nav-tabs .image-wrapper img {
  max-width: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-product__index .nav-tabs .image-wrapper img:last-child {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-product__index .nav-tabs .title {
  text-align: center;
  font-size: 12px;
}
.section-product__index .wrapper {
  margin-top: 30px;
}
.section-product__index .tab-pane {
  padding: 30px 0;
}
.section-product__index .tab-pane .flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-product__index .tab-pane .flex-box img {
  width: 100%;
}
.section-product__index .tab-pane .box {
  padding: 20px;
  border: 1px solid #f4f4f4;
}
.section-product__index .tab-pane .box h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.section-product__index .tab-pane .box h2 .en {
  color: #999;
  font-size: 14px;
}
.section-product__index .tab-pane .box .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.section-product__index .tab-pane .box .button-group {
  color: #fff;
}
.sectino-ability__index {
  padding: 0 0 30px;
}
.sectino-ability__index .hd {
  color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.sectino-ability__index .hd .fr {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.ability-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7.5px;
}
.ability-list .flex-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 7.5px;
}
.ability-list .flex-item .image-wrapper {
  position: relative;
  font-size: 0;
  display: block;
  overflow: hidden;
}
.ability-list .flex-item .image-wrapper:hover &gt; img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.ability-list .flex-item .image-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.ability-list .flex-item .image-wrapper &gt; img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ability-list .flex-item .image-wrapper .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.ability-list .flex-item .image-wrapper .box .icon {
  max-width: 70px;
  display: block;
  margin: 0 auto 10px;
}
.ability-list .flex-item .image-wrapper .box h3 {
  font-size: 12px;
  color: inherit;
}
.ability-list.swiper-wrapper {
  margin: 0;
  overflow: hidden;
}
.ability-list.swiper-wrapper .flex-item {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
}
.section-news__index {
  position: relative;
  color: #fff;
}
.section-news__index .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-news__index .container {
  position: relative;
  z-index: 2;
}
.section-news__index .inner {
  padding: 30px 0;
}
.section-news__index h1 {
  margin-bottom: 20px;
}
.section-news__index .flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-news__index .flex-box .fr {
  margin-top: 30px;
}
.section-news__index .flex-box .fr img {
  width: 100%;
}
.section-news__index .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.section-news__index .nav-tabs li {
  position: relative;
  padding: 0 15px;
  line-height: 40px;
}
.section-news__index .nav-tabs li:first-child {
  padding-left: 0;
}
.section-news__index .nav-tabs li.active a {
  position: relative;
  opacity: 1;
}
.section-news__index .nav-tabs li.active a:after {
  content: '';
  width: 74%;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-news__index .nav-tabs li a {
  opacity: 0.7;
  font-weight: 600;
  font-size: 14px;
}
.section-news__index .tab-pane {
  font-size: 14px;
  line-height: 160%;
  opacity: 0.7;
  transition: all 0.3s;
}
.section-news__index .tab-pane:hover {
  opacity: 1;
}
.footer {
  background-color: #f5f5f5;
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.footer .info-item {
  padding: 20px 0;
}
.footer .info-item h2 {
  color: #ee8622;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}
.footer .info-item .info-wrapper li {
  padding: 5px 0;
}
.footer .info-item .info-wrapper li span {
  display: block;
}
.footer .info-item .info-wrapper li span:first-child {
  color: #ee8622;
  font-size: 14px;
  font-weight: 600;
}
.footer .info-item .info-wrapper li span:last-child {
  font-size: 16px;
  color: #666;
}
.footer .info-item .qrcode-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.footer .info-item .qrcode-wrapper .qrcode {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
.footer .info-item .qrcode-wrapper .qrcode .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.footer .info-item .qrcode-wrapper .qrcode:hover .qrcode-image {
  display: block;
}
.footer .info-item .qrcode-wrapper .qrcode i {
  background: #ee8622;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.footer .info-item .qrcode-wrapper .qrcode .qrcode-image {
  position: absolute;
  bottom: 100%;
  padding-bottom: 10px;
  display: none;
}
.footer .info-item .qrcode-wrapper .qrcode .qrcode-image &gt; div {
  position: relative;
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.footer .info-item .qrcode-wrapper .qrcode .qrcode-image &gt; div:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -5px;
}
.footer .info-item .qrcode-wrapper .qrcode .qrcode-image img {
  width: 100%;
  height: 100%;
}
.bottom-bar {
  background-color: #ee8622;
  color: #fff;
  padding: 20px 0;
}
.bottom-bar .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bottom-bar .inner,
.bottom-bar .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom-bar .link {
  font-size: 14px;
  margin-bottom: 20px;
}
.bottom-bar .link li {
  padding: 0 10px;
  border-right: 1px solid #fff;
  line-height: 1;
}
.bottom-bar .link li:first-child {
  padding-left: 0;
}
.bottom-bar .link li:last-child {
  border-right: 0;
}
.bottom-bar .text {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 14px;
  margin: 20px 0 0;
}
.nice-select,
.nice-select .list {
  border-color: #fff !important;
}
.nice-select .list {
  top: auto;
  bottom: 100%;
  background: #fff;
  color: #000;
}
.nice-select .option.focus,
.nice-select .option.selected {
  background: #f5f5f5 !important;
}
.nice-select .option:hover {
  background-color: #f5f5f5;
}
[v-cloak] {
  display: none;
}
.breadCrumbs-wrapper {
  background-color: #f7f7f7;
  padding: 10px 0;
}
.breadCrumbs-wrapper ul {
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadCrumbs-wrapper ul li {
  white-space: nowrap;
}
.breadCrumbs-wrapper ul li:first-child:before {
  display: none;
}
.breadCrumbs-wrapper ul li:before {
  font-family: iconfont !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  content: 'îƒ';
}
.section-article .inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 30px 0;
}
.section-article .inner .article-header {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #e5e5e5;
}
.section-article .inner .article-header span {
  color: #ee8622;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.section-article .inner .article-header .title {
  font-size: 24px;
  font-weight: 700;
}
.section-article .inner .article-header:after {
  content: '';
  position: absolute;
  bottom: -3px;
  height: 3px;
  background-color: #ee8622;
  width: 80px;
}
.section-article .inner .welfareText {
  font-size: 14px;
}
.section-article .inner .welfareText img {
  width: 100%;
}
.headerBorder .global-header .global-header-nav {
  border-color: #e6e6e6;
}
.paging-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
.paging-v2 .fa {
  font-weight: 600;
  font-size: 16px;
}
.paging-v2 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.paging-v2 a:hover {
  color: #ee8622;
}
.paging-v2 .fa-long-arrow-alt-left {
  margin-right: 5px;
}
.paging-v2 .fa-long-arrow-alt-right {
  margin-left: 5px;
}
.section-news__recommend {
  padding: 30px 0;
}
.section-news__recommend h1 {
  margin-bottom: 30px;
}
.news-list {
  margin: -15px 0;
}
.news-list li {
  padding: 15px 0;
}
.news-list .item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.news-list .item:hover .title {
  color: #ee8622;
}
.news-list .item .image-wrapper {
  overflow: hidden;
  font-size: 0;
}
.news-list .item .image-wrapper img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  max-width: 100%;
}
.news-list .item .con {
  padding: 12px 0 0;
}
.news-list .item .con .time {
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
}
.news-list .item .con .title {
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .item .con .summary {
  font-size: 14px;
  margin-bottom: 15px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .item .con .more {
  color: #ee8622;
  font-size: 12px;
}
.promo {
  position: relative;
  font-size: 0;
}
.promo img {
  width: 100%;
}
.promo .box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  line-height: 1;
}
.promo .box .zh {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.promo .box .line {
  height: 4px;
  width: 40px;
  background: #ee8622;
  margin: 12px 0;
}
.promo .box .en {
  font-size: 18px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
}
.promo .box .en br{
  display: none;
}
.section-pdf {
  padding: 0 0 30px;
}
.nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #999;
  font-size: 14px;
  border-bottom: 3px solid #ccc;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0 30px;
}
.nav-link li {
  padding: 10px;
  position: relative;
}
.nav-link li a {
  font-weight: 600;
}
.nav-link li a:hover {
  color: #ee8622;
}
.nav-link li:first-child {
  padding-left: 0;
}
.nav-link li:last-child {
  padding-right: 0;
}
.nav-link li.active {
  color: #333;
}
.nav-link li.active:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ee8622;
}
.section-pdf .pdf-list li:nth-child(odd) .item {
  background-color: #f9f9f9;
}
.section-pdf .pdf-list li:nth-child(2n) .item {
  background-color: #fff;
}
.section-pdf .pdf-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
}
.section-pdf .pdf-list .item a:hover {
  color: #ee8622;
}
.section-pdf .pdf-list .item .icon {
  width: 46px;
  height: 46px;
  margin-right: 12px;
}
.section-pdf .pdf-list .item .con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 1%;
  padding-right: 10px;
}
.section-pdf .pdf-list .item .con .title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-pdf .pdf-list .item .con .info {
  color: #999;
}
.section-pdf .pdf-list .item .con .info span {
  margin-right: 10px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-pdf .pdf-list .item .con .info span:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #e5e5e5;
  display: inline-block;
  margin-right: 3px;
}
.section-pdf .pdf-list .item .more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-video {
  padding: 0 0 30px;
}
.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7.5px;
}
.video-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 7.5px;
}
.video-list .item .image-wrapper {
  position: relative;
  font-size: 0;
}
.video-list .item .image-wrapper .player-btn {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.video-list .item .image-wrapper .player-btn:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ee8622;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
.video-list .item .image-wrapper .player-btn .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-list .item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-list .item .con {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
}
.my-dialog video {
  width: 100%;
}
.my-dialog .el-dialog__header {
  display: none;
}
.my-dialog .el-dialog__body {
  font-size: 0;
  padding: 10px;
}
.news-article-list {
  margin-top: 30px;
}
.news-article-list li:nth-child(odd) .item {
  background-color: #f9f9f9;
}
.news-article-list .item {
  display: block;
  padding: 10px;
}
.news-article-list .item .time {
  font-size: 12px;
  margin-bottom: 10px;
}
.news-article-list .item .con {
  font-size: 14px;
}
.section-market .inner {
  padding: 30px 0;
}
.section-market .market-wrapper .flex-item {
  overflow: hidden;
  margin-bottom: 15px;
}
.section-market .market-wrapper .flex-item:hover img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.section-market .market-wrapper .flex-item:last-child {
  margin-bottom: 15px;
}
.section-market .market-wrapper .flex-item .image-wrapper {
  font-size: 0;
  overflow: hidden;
}
.section-market .market-wrapper .flex-item .image-wrapper img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-market .market-wrapper .flex-item .box {
  padding: 20px;
}
.section-market .market-wrapper .flex-item .box .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-market .market-wrapper .flex-item .box .summary {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-height: 150%;
  margin-bottom: 15px;
}
.section-market .market-wrapper .flex-item .box .btn {
  display: inline-block;
  background: #f9f9f9;
  border-bottom: 5px solid #ee8622;
  font-size: 14px;
  padding: 10px 20px;
  color: #2d3a4d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-market .market-wrapper .flex-item .box .btn:hover {
  background-color: #ee8622;
  color: #fff;
}
.section-other {
  padding: 30px 0;
}
.section-other h1 {
  margin-bottom: 30px;
}
.nav-link__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  margin-bottom: 0px;
}
.nav-link__icon li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border-right: 1px solid #dedede;
  line-height: 1;
}
.nav-link__icon li:last-child {
  border-right: 0;
}
.nav-link__icon .active a {
  color: #ee8622;
}
.nav-link__icon .active .image-wrapper img:first-child {
  opacity: 0;
}
.nav-link__icon .active .image-wrapper img:last-child {
  opacity: 1;
}
.nav-link__icon a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-link__icon a:hover {
  color: #ee8622;
}
.nav-link__icon a:hover .image-wrapper img:first-child {
  opacity: 0;
}
.nav-link__icon a:hover .image-wrapper img:last-child {
  opacity: 1;
}
.nav-link__icon .image-wrapper {
  position: relative;
  font-size: 0;
  display: none;
  margin-right: 10px;
}
.nav-link__icon .image-wrapper img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-link__icon .image-wrapper img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav-link__icon .text {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  white-space: nowrap;
  padding:  0 10px;
}
.section-market__list {
  padding: 20px 0;
  overflow-x: auto;
}
.market-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7.5px;
}
.market-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 7.5px;
}
.market-list li:last-child {
  display: none;
}
.market-list .item {
  display: block;
}
.market-list .item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.market-list .item .image-wrapper {
  font-size: 0;
  overflow: hidden;
}
.market-list .item .image-wrapper img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.market-list .item .con {
  background-color: #f4f7fa;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-talent__idea {
  padding: 30px 0;
  background: #f5f5f5;
}
.section-talent__idea .flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-talent__idea .flex-box .fl img {
  width: 100%;
}
.section-talent__idea .flex-box .fr .box {
  padding: 20px;
  background: #fff;
}
.section-talent__idea .flex-box .fr .box .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.section-talent__idea .flex-box .fr .box .summary {
  font-size: 14px;
  line-height: 160%;
  color: #666;
}
.section-post {
  padding: 30px 0;
}
.section-post h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.section-post .concat-info {
  font-size: 12px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.section-post .concat-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-post .concat-info p span:first-child {
  font-size: 0;
  margin-right: 10px;
}
.post-wrapper .work-head {
  font-size: 12px;
  padding: 20px;
}
.post-wrapper .work-head .work-name {
  font-size: 15px;
  margin-bottom: 10px;
}
.post-wrapper .work-head .work-intro {
  color: #666;
}
.post-wrapper .work-head .work-intro .flex-box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 24px;
}
.post-wrapper .work-head .work-intro .flex-box span {
  margin-right: 10px;
}
.post-wrapper .work-head .button {
  background-color: #ee8622;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  height: 30px;
  margin-top: 10px;
}
.post-wrapper .panel-body {
  background: #fff;
  padding: 20px;
  font-size: 14px;
  border-top: 1px solid #f9f9f9;
  line-height: 200%;
}
.post-wrapper .panel:nth-child(odd) .panel-heading {
  background: #f9f9f9;
}
.section-contact_detail {
  background: #f5f5f5;
}
.section-contact_detail #mapContainer {
  height: 250px;
}
.section-contact_detail .right-wrapper {
  padding: 30px 15px;
}
.section-contact_detail .right-wrapper .zh {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.section-contact_detail .contact-box {
  margin: 10px 0;
}
.section-contact_detail .contact-box .flex-box {
  padding: 10px 0;
}
.section-contact_detail .contact-box img {
  margin-right: 15px;
}
.section-contact_detail .contact-box .label {
  font-size: 14px;
  color: #737373;
  margin-bottom: 10px;
}
.section-contact_detail .contact-box .value {
  font-size: 16px;
  color: #000;
}
.section-contact_detail .qrcode-box img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
.section-contact_detail .qrcode-box .summary {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  color: #666;
  line-height: 150%;
}
.section-contact {
  overflow: hidden;
  padding: 30px 0;
}
.section-contact .hd {
  margin-bottom: 30px;
}
.section-contact .hd h1 {
  margin-bottom: 20px;
  color: #1a1a1a;
}
.section-contact .hd .line {
  width: 80px;
  height: 4px;
  background: #ee8622;
  margin: 0 auto;
}
.section-contact .hd .summary {
  margin-top: 20px;
  color: #737373;
}
.section-contact .bd .left {
  margin-bottom: 20px;
}
.section-contact .bd .right .form-group {
  margin-bottom: 15px;
}
.section-contact .bd .right .form-group .form-control {
  border: 1px solid #f6f6f6;
}
.section-contact .bd #mapContainer {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}
.section-contact .bd .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
.section-contact .bd .contact-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}
.section-contact .bd .contact-list li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-contact .bd .contact-list .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}
.section-contact .bd .contact-list .label {
  color: #737373;
  margin-bottom: 5px;
  font-size: 12px;
}
.section-contact .bd .contact-list .value {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.section-contact .bd .form .form-control {
  background: #f5f5f7;
  border: none;
  height: 44px;
}
.section-contact .bd .form .form-control::-webkit-input-placeholder {
  color: #737373;
}
.section-contact .bd .form .form-control::-moz-placeholder {
  color: #737373;
}
.section-contact .bd .form .form-control:-ms-input-placeholder {
  color: #737373;
}
.section-contact .bd .form .form-control::-ms-input-placeholder {
  color: #737373;
}
.section-contact .bd .form .form-control::placeholder {
  color: #737373;
}
.section-contact .bd .form textarea.form-control {
  height: 160px;
  resize: none;
}
.section-contact .bd .form .v-code {
  height: 44px;
  width: auto;
  margin-left: 10px;
}
.section-contact .bd .left-solt .en {
  font-size: 14px;
  color: #999;
}
.section-contact .bd .left-solt h1 {
  margin-bottom: 10px;
}
.section-contact .bd .left-solt .line {
  height: 4px;
  width: 40px;
  background: #ee8622;
}
.section-contact .bd .left-solt .summary {
  margin-top: 20px;
  color: #737373;
}
.section-contact .bd .left-solt .contact-list {
  margin-top: 30px;
}
.section-ability {
  padding: 30px 0;
}
.section-ability .welfareText {
  font-size: 14px;
  color: #666;
  line-height: 200%;
  margin-bottom: 30px;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  clear: both;
  overflow: hidden;
}
.section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .about-ours {
  position: relative;
  background: url(/image/477e053.jpg);
}
.section .about-ours .img {
  display: none;
}
.section .about-ours .left {
  width: 100%;
  float: none;
}
.section .about-ours .left .title-style {
  overflow: hidden;
}
.section .about-ours .left .title-style h5 {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.section .about-ours .left .title-style h3 {
  font-size: 24px;
  margin: 0 0 5px;
  line-height: 40px;
}
.section .about-ours .left .title-style .line {
  width: 80px;
  height: 4px;
  background: #e7461d;
  margin: 10px 0;
}
.section .about-ours .left .text {
  margin-top: 5px;
  color: #666;
  line-height: 28px;
  font-size: 14px;
}
.section .about-ours .left .data-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7.5px;
  padding-top: 30px;
}
.section .about-ours .left .data-group .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 7.5px;
}
.section .about-ours .left .data-group .value {
  font-weight: 700;
  color: #ee8622;
  font-size: 24px;
}
.section .about-ours .left .data-group .value span {
  font-weight: 700;
  font-size: 15px;
}
.section .about-ours .left .data-group .label {
  font-size: 12px;
  color: #666;
}
.section .about-ours .right {
  position: relative;
  text-align: center;
  width: 100%;
  float: none;
  margin-top: 40px;
}
.section .about-ours .right .slogo {
  width: 80%;
  left: 10%;
  margin-left: 0;
  top: 0;
  -webkit-animation: icons 4s linear infinite;
  animation: icons 4s linear infinite;
  text-align: center;
  height: 110px;
  position: absolute;
}
.section .about-ours .right .slogo img {
  display: block;
  margin: 0 auto;
}
.section .about-ours .right img {
  max-width: 100%;
  max-height: 100%;
}
.section .about-ours .absolute {
  width: 90%;
  position: relative;
  padding: 20% 0;
  left: 5%;
  height: 100%;
}
.honor-wrapper {
  position: relative;
  padding: 30px 0;
}
.honor-wrapper &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.honor-wrapper .hd {
  margin-bottom: 30px;
}
.honor-wrapper .hd .flex-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.honor-wrapper .hd .fr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.honor-wrapper .hd .zh {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 700;
}
.honor-wrapper .hd .en {
  color: #666;
  font-size: 12px;
}
.honor-wrapper .hd .count {
  position: relative;
  border-bottom: 4px solid #dadbdd;
  padding-bottom: 15px;
  font-size: 12px;
}
.honor-wrapper .hd .count .bar {
  content: '';
  position: absolute;
  height: 4px;
  background: #ee8622;
  bottom: -4px;
  width: 20%;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.honor-wrapper .hd .count .cur {
  color: #000;
  font-size: 16px;
}
.honor-wrapper .hd .count .total {
  color: #666;
}
.honor-wrapper .wheel-wrapper {
  margin-top: 30px;
  display: none;
}
.honor-wrapper .bd .swiper-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.company-culture {
  position: relative;
}
.company-culture .bg-black {
  background: #000;
}
.company-culture .bg-black img {
  width: 100%;
}
.company-culture .table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.company-culture .absolute {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.company-culture .absolute .slogoimg {
  display: none;
  width: 200px;
  height: 115px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -40px;
}
.company-culture .absolute .slogoimg img {
  width: 100%;
  height: 100%;
  max-width: none !important;
}
.company-culture .absolute .img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.company-culture .absolute .img img {
  display: inline-block;
  width: auto;
  margin: auto;
}
.company-culture .absolute .item {
  position: absolute;
  width: 95%;
  height: 150px;
}
.company-culture .absolute .item .pcontent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.company-culture .absolute .item .pcontent .text1 {
  text-align: left;
  width: 310px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20%;
  z-index: 5;
}
.company-culture .absolute .item .pcontent .text1 h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
}
.company-culture .absolute .item .pcontent .text1 h6 {
  font-size: 14px;
  line-height: 22px;
  width: 80%;
  margin: 0;
  font-weight: 400;
  color: #fff;
}
.company-culture .absolute .item .pcontent .ypic1 {
  z-index: 1;
}
.company-culture .absolute .item .pcontent .ypic1,
.company-culture .absolute .item .pcontent .ypic2 {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
.company-culture .absolute .item .pcontent img {
  width: 100%;
  height: 100%;
}
.company-culture .absolute .item.item1 {
  top: 5%;
  margin: -20px 0 0;
  right: 0;
}
.company-culture .absolute .item.item1 .text1 {
  margin-left: -20px;
}
.company-culture .absolute .item.item2 {
  top: 36%;
  left: 0;
  margin: -20px 0 0;
}
.company-culture .absolute .item.item2 .text1 {
  left: auto;
  right: 20%;
  text-align: right;
  margin-right: -20px;
}
.company-culture .absolute .item.item2 .text1 h6 {
  float: right;
  width: 80%;
  font-size: 14px;
  line-height: 22px;
}
.company-culture .absolute .item.item2 .ypic1,
.company-culture .absolute .item.item2 .ypic2 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
}
.company-culture .absolute .item.item3 {
  bottom: 5%;
  right: 0;
  margin: -20px 0 0;
}
.company-culture .absolute .item.item3 .text1 {
  margin-left: -20px;
}
.company-culture .title-style {
  margin-top: 30px;
}
.company-culture .title-style h3 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.company-culture .title-style h5 {
  font-size: 16px;
  margin: 0;
  color: #fff;
  line-height: 30px;
}
.pcshow {
  display: none;
}
.mbshow {
  display: block;
}
.section-partner {
  padding: 30px 0;
}
.section-partner h1 {
  margin-bottom: 30px;
}
.section-partner h1 .en {
  color: #333;
}
.section-partner .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7.5px;
}
.section-partner .partner-list .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 7.5px;
}
.section-partner .partner-list .item .image-wrapper {
  background-color: #f7f7f7;
  padding: 10px 20px;
}
.section-partner .partner-list .item .image-wrapper img {
  width: 100%;
}
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.product-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px;
}
.product-list li:last-child {
  margin-bottom: 0;
}
.product-list .item {
  position: relative;
  background: #f7f7f7;
  display: block;
  padding: 15px;
}
.product-list .item:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.product-list .item .image {
  margin-bottom: 12px;
  overflow: hidden;
  font-size: 0;
}
.product-list .item .image img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list .item .con .name {
  font-size: 14px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list .item .con .info {
  margin-bottom: 30px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list .item .con .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ee8622;
}
.menu-group .menu {
  font-size: 14px;
  margin: 0 15px;
  border-bottom: 1px solid #f0f0f0;
}
.menu-group .menu &gt; a {
  line-height: 40px;
  display: inline-block;
}
.menu-group .menu &gt; span {
  line-height: 40px;
}
.menu-group .menu .icon-toggle {
  cursor: pointer;
}
.menu-group .menu .current {
  color: #ee8622;
}
.menu-group .menu .sub-menu {
  display: none;
}
.menu-group .menu .sub-menu li {
  line-height: 40px;
  border-top: 1px solid #f0f0f0;
  padding-left: 10px;
}
.menu-group .menu .sub-menu li.active {
  color: #ee8622;
}
.menu-group .menu .sub-menu li .sub-menu li {
  padding-left: 20px;
}
.menu-group .menu .sub-menu li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
.menu-group .menu .sub-menu li a:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #888;
  margin-right: 10px;
}
.section-product {
  padding: 30px 0;
}
.section-product-detail {
  background: #fff;
}
.section-product-detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.section-product-detail .inner .image .cell {
  position: relative;
  padding-bottom: 100%;
}
.section-product-detail .inner .image .cell:before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-product-detail .inner .image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.section-product-detail .con {
  padding: 20px 0;
}
.section-product-detail .con .en {
  color: #ee8622;
  font-size: 14px;
}
.section-product-detail .con .name {
  font-size: 20px;
  color: #202020;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-product-detail .con .summary {
  color: #888;
  font-size: 14px;
  margin-bottom: 14px;
}
.section-product-detail .con .flex-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-product-detail .con .flex-box .more-button {
  text-align: left;
  margin-bottom: 20px;
}
.section-product-detail .con .flex-box .more-button .button {
  padding: 0 10px;
  font-size: 14px;
}
.section-product-detail .con .tip {
  font-size: 14px;
  color: #ee8622;
}
.section-product-intro .hd {
  background: #f5f5f5;
  padding: 20px 0 0;
}
.section-product-intro .hd .title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
}
.section-product-intro .hd .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-product-intro .hd .nav-tabs .active a {
  background: #fff;
  color: #202020;
}
.section-product-intro .hd .nav-tabs a {
  display: block;
  font-weight: 500;
  background: #ee8824;
  color: #fff;
  line-height: 44px;
  padding: 0 15px;
  white-space: nowrap;
}
.section-product-intro .bd .tab-pane {
  padding: 30px 0;
}
.section-product-intro .bd .tab-pane .edit {
  line-height: 32px;
}
.site-actions {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 10;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.site-actions .item {
  width: 45px;
  height: 45px;
  background: #ee8622;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-actions .item:hover {
  background: #cd6d10;
}
.site-actions .item.to-top {
  display: none;
}
.site-actions .item.to-top.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-actions .item img {
  width: 32px;
  height: 32px;
  margin: 0 auto 4px;
}
.section-partner {
  position: relative;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after,
.row:before {
  content: ' ';
  display: table;
  clear: both;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  body {
    min-height: 100vh;
  }
}
.anchor {
  position: absolute;
  top: 0;
  margin-top: -60px;
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
  .hidden-xs-and-up {
    display: none;
  }
  .paging {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paging a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 4px;
    font-size: 16px;
  }
  .paging a span {
    display: none;
  }
  .paging a i {
    display: block;
  }
  .paging a.disabled {
    display: none;
  }
  .section-market .market-wrapper .flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-market .market-wrapper .flex-item &gt; div {
    width: 50%;
  }
  .section-market .market-wrapper .flex-item .fl {
    width: 49%;
  }
  .section-market .market-wrapper .flex-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section-market .market-wrapper .flex-item .box {
    padding: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-market .market-wrapper .flex-item .box .btn {
    margin-top: auto;
  }
  .video-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: -10px !important;
  }
  .video-list li {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
    padding: 10px !important;
  }
  .section-market__list {
    padding: 40px 0;
  }
  .nav-link__icon {
    margin-bottom: 30px;
  }
  .market-list {
    margin: -10px -7.5px;
  }
  .market-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 10px 7.5px;
  }
  .market-list li:last-child {
    display: block;
  }
  .section-talent__idea .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-talent__idea .flex-box &gt; div {
    width: 50%;
  }
  .section-talent__idea .flex-box &gt; div img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-talent__idea .flex-box &gt; div .box {
    height: 100%;
  }
  .section-talent__idea .flex-box .fr .box {
    padding: 20px 40px;
  }
  .section-post {
    padding: 50px 0;
  }
  .section-post h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .section-post .concat-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-post .concat-info p {
    margin: 0 15px;
  }
  .post-wrapper .work-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post-wrapper .work-head .work-name {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .post-wrapper .work-head .work-intro {
    font-size: 14px;
    margin: 0 -10px;
  }
  .post-wrapper .work-head .work-intro span {
    border-right: 1px solid #ccc;
    padding: 0 10px;
    margin-right: 0;
  }
  .post-wrapper .work-head .work-intro span:last-child {
    border-right: none;
  }
  .post-wrapper .work-head .button {
    margin-top: 0;
    margin-left: 15px;
  }
  .honor-wrapper {
    padding: 80px 0;
  }
  .honor-wrapper .hd {
    margin-bottom: 150px;
  }
  .honor-wrapper .hd .fr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
  }
  .honor-wrapper .hd .zh {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .honor-wrapper .hd .count,
  .honor-wrapper .hd .en {
    font-size: 16px;
  }
  .honor-wrapper .hd .count .cur {
    font-size: 30px;
  }
  .honor-wrapper .swiper-container__honor .swiper-slide {
    width: 210px;
    cursor: pointer;
  }
  .honor-wrapper .wheel-wrapper {
    margin-top: 80px;
    display: block;
  }
  .company-culture .absolute .slogoimg {
    display: block !important;
  }
  .company-culture .absolute .img {
    position: relative;
  }
  .company-culture .absolute .img img {
    max-width: 100%;
  }
  .company-culture .absolute .item {
    width: 21.35417vw;
    height: 10.67708vw;
  }
  .company-culture .absolute .item .pcontent .text1 h6 {
    font-size: 16px;
    width: 100%;
  }
  .company-culture .absolute .item .pcontent .ypic1,
  .company-culture .absolute .item .pcontent .ypic2 {
    width: 10.67708vw;
    height: 10.67708vw;
  }
  .company-culture .absolute .item.item1 {
    top: 15%;
    right: 50%;
    margin: -20px -26.04167vw 0 0;
  }
  .company-culture .absolute .item.item2 {
    top: 35%;
    left: 50%;
    margin: -20px 0 0 -31.25vw;
  }
  .company-culture .absolute .item.item2 .text1 {
    left: auto;
    right: 20%;
    text-align: right;
  }
  .company-culture .absolute .item.item3 {
    bottom: 5%;
    right: 50%;
    margin: -20px -20.83333vw 0 0;
  }
  .company-culture .title-style {
    margin-top: 5.20833vw;
  }
  .company-culture .title-style h3 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .company-culture .title-style h5 {
    font-size: 16px;
  }
  .section-partner .partner-list {
    margin: -10px;
  }
  .section-partner .partner-list .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
  }
  .swiper-slide .box .title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .swiper-slide .box .en {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .swiper-slide .box .summary {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section-product__index .tab-pane .box .more-btn {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  .section-other .video-list {
    display: block;
    margin: 0;
  }
  .section-other .video-list li {
    padding: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .section-other .video-list li:last-child {
    margin-bottom: 0;
  }
  .section-other .video-list .item img {
    height: auto;
  }
  .section .about-ours .right {
    display: none !important;
  }
  .section .about-ours .absolute {
    padding: 30px 0;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
  .news-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 10px;
    border-right: 1px solid #f9f9f9;
  }
  .news-list li:last-child {
    border-right: none;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 900px;
  }
  .action-group {
    margin: 0;
  }
  .global-header .global-header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-bottom: 2px solid #ee8622;
  }
  .global-header .global-header-nav .global-header-nav-item {
    overflow: visible;
  }
  .global-header .global-header-nav .global-header-nav-item &gt; a {
    line-height: 60px;
    height: 60px;
  }
  .global-mobile-split {
    padding-top: 60px;
  }
  .global-header-nav-item {
    padding: 0 10px;
  }
  .global-header-nav-item a {
    font-weight: 600;
  }
  h1 {
    font-size: 32px;
  }
  h1 .zh:after {
    content: '';
    width: 16px;
    height: 16px;
  }
  h1 .en {
    font-size: 16px;
  }
  .section-intro__index {
    height: calc(100vh - 97px);
  }
  .section-intro__index .container {
    height: 100%;
  }
  .section-intro__index .inner {
    height: 100%;
    padding: 30px 0;
    max-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-intro__index .inner .summary {
    font-size: 14px;
    line-height: 160%;
    margin-top: 20px;
  }
  .section-intro__index .inner .flex-box {
    margin: 30px -70px;
  }
  .section-intro__index .inner .flex-box .flex-item {
    padding: 0 70px;
    margin: 15px 0;
  }
  .section-intro__index .inner .flex-box .flex-item .value {
    font-size: 35px;
  }
  .section-intro__index .inner .flex-box .flex-item .value span {
    font-size: 15px;
    margin-left: 5px;
  }
  .section-intro__index .inner .flex-box .flex-item .label {
    font-size: 14px;
  }
  .section-product__index .inner {
    padding: 80px 0 0;
  }
  .section-product__index .nav-tabs li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .section-product__index .nav-tabs .tab-cell {
    padding: 20px 0;
    text-align: center;
  }
  .section-product__index .nav-tabs .image-wrapper {
    display: inline-block;
  }
  .section-product__index .nav-tabs .image-wrapper img {
    max-width: 90px;
  }
  .section-product__index .nav-tabs .title {
    font-size: 16px;
  }
  .section-product__index .wrapper {
    margin-top: 60px;
  }
  .section-product__index .tab-pane {
    padding: 70px 0;
  }
  .section-product__index .tab-pane .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-product__index .tab-pane .flex-box .flex-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-product__index .tab-pane .box {
    border: none;
    padding: 0 0 0 2.5vw;
  }
  .section-product__index .tab-pane .box h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .section-product__index .tab-pane .box h2 .en {
    font-size: 16px;
  }
  .section-product__index .tab-pane .box .summary {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 160%;
  }
  .sectino-ability__index {
    padding: 0 0 70px;
  }
  .sectino-ability__index .hd {
    margin-bottom: 40px;
  }
  .sectino-ability__index .hd .fr {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 25px;
  }
  .ability-list {
    margin: -10px;
  }
  .ability-list .flex-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
  }
  .ability-list .flex-item .image-wrapper .box .icon {
    max-width: 100px;
  }
  .ability-list .flex-item .image-wrapper .box h3 {
    font-size: 20px;
  }
  .section-news__index .inner {
    padding: 90px 0;
  }
  .section-news__index h1 {
    margin-bottom: 30px;
  }
  .section-news__index .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-news__index .flex-box .fl {
    max-width: 500px;
  }
  .section-news__index .flex-box .fr {
    margin-left: auto;
    width: 35%;
    margin-top: 0;
  }
  .section-news__index .flex-box .fr img {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .section-news__index .nav-tabs li {
    padding: 0 20px;
  }
  .section-news__index .nav-tabs li.active a:after {
    bottom: -14px;
  }
  .section-news__index .nav-tabs li a {
    font-size: 16px;
  }
  .footer .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0;
  }
  .footer .info-item {
    padding: 0;
    max-width: 400px;
  }
  .footer .info-item h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .footer .info-item .info-wrapper {
    max-width: 250px;
  }
  .footer .info-item .info-wrapper li span:first-child,
  .footer .info-item .info-wrapper li span:last-child {
    font-size: 14px;
  }
  .footer .flex-item {
    max-width: 500px;
    margin-left: auto;
  }
  .footer .qrcode-wrapper .qrcode .qrcode-image {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer .qrcode-wrapper .qrcode .qrcode-image &gt; div:before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg) !important;
    transform: translateX(-50%) rotate(45deg) !important;
  }
  .bottom-bar {
    padding: 14px 0;
  }
  .bottom-bar .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bottom-bar .inner .link {
    margin: 0;
    font-size: 12px;
  }
  .bottom-bar .inner .text {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
    margin: 0;
    font-size: 12px;
  }
  .bottom-bar .inner .nice-select {
    height: 44px;
    line-height: 44px;
    width: 130px;
  }
  .breadCrumbs-wrapper {
    padding: 15px 0;
    font-size: 12px;
  }
  .section-article .inner {
    padding: 60px 0;
  }
  .section-article .inner .article-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .section-article .inner .article-header.border-none {
    border-bottom: none;
  }
  .section-article .inner .article-header.border-none:after {
    display: none;
  }
  .section-article .inner .article-header.border-none .f40 {
    font-size: 40px;
  }
  .section-article .inner .article-header span {
    font-size: 16px;
  }
  .section-article .inner .article-header .title {
    font-size: 30px;
  }
  .section-article .inner .welfareText {
    font-size: 16px;
    line-height: 180%;
  }
  .section-article .paging-v2 {
    margin-top: 60px;
  }
  .paging-v2 {
    padding: 25px 0;
    font-size: 14px;
  }
  .paging-v2 .fa {
    font-size: 20px;
  }
  .paging-v2 .fa-long-arrow-alt-left {
    margin-right: 10px;
  }
  .paging-v2 .fa-long-arrow-alt-right {
    margin-left: 10px;
  }
  .section-news__recommend {
    padding: 30px 0 50px;
  }
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.34375vw;
  }
  .news-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 2.34375vw;
    border-right: 1px solid #e6e6e6;
  }
  .news-list li:last-child {
    border-right: none;
  }
  .news-list .item .con {
    padding: 20px 25px 0;
  }
  .news-list .item .con .time {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .news-list .item .con .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .news-list .item .con .summary {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .news-list .item .con .more {
    font-size: 16px;
  }
  .global-header-nav-open .header-theme .global-header-nav-top {
    top: 0;
  }
  .global-header-nav-open .header-theme .global-header-nav {
    height: 100% !important;
  }
  .global-header-nav-open
    .header-theme
    .global-header-nav
    .global-header-nav-item
    &gt; a {
    line-height: 45px;
    padding: 0;
  }
  .global-header-nav-open .header-theme .search-btn {
    color: #000;
  }
  .global-header-nav-open .header-theme .global-header-nav-btn span {
    background: #000;
  }
  .global-header-nav-open .header-theme .global-header {
    background: #fff !important;
  }
  .header-theme .global-header {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-theme .global-header .global-header-nav {
    border-bottom: none;
  }
  .header-theme .search-btn {
    color: #fff;
  }
  .header-theme .global-header-nav-btn span {
    background: #fff;
  }
  .header-theme .global-mobile-split {
    display: none;
  }
  .header-theme .global-header-nav-item &gt; a,
  .header-theme .pc-action-group {
    color: #fff;
  }
  .header-theme .sticke .global-header-nav-item &gt; a,
  .header-theme .sticke .pc-action-group {
    color: #333;
  }
  .header-theme .sticke .search-btn {
    color: #000;
  }
  .header-theme .sticke .global-header-nav-btn span {
    background: #000;
  }
  .promo .box .en {
    font-size: 2.7vw;
  }
  .promo .box .line {
    width: 4.16667vw;
    margin: 20px 0;
  }
  .promo .box .zh {
    font-size: 2.08333vw;
  }
  .section-pdf {
    padding: 0 0 100px;
  }
  .nav-link {
    margin: 50px 0 77px;
  }
  .nav-link li {
    padding: 20px;
    font-size: 18px;
  }
  .section-pdf .pdf-list .item {
    padding: 36px 40px;
  }
  .section-pdf .pdf-list .item .con .title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .section-pdf .pdf-list .item .con .info,
  .section-pdf .pdf-list .item .more {
    font-size: 14px;
  }
  .section-pdf .pdf-list .item .more i {
    margin-right: 5px;
  }
  .section-pdf .paging {
    margin-top: 140px;
  }
  .video-list {
    margin: -10px;
  }
  .video-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 10px;
  }
  .video-list li .item:hover .image-wrapper .player-btn:before {
    background-color: #fff;
  }
  .video-list li .item:hover .image-wrapper .player-btn .arrow {
    border-color: transparent transparent transparent #ee8622;
  }
  .video-list li .item .image-wrapper .player-btn:before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
  }
  .video-list li .item .image-wrapper .player-btn .arrow {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .video-list li .item .con {
    font-size: 18px;
    background-color: #f4f7fa;
    padding: 25px;
  }
  .section-video {
    padding: 0 0 100px;
  }
  .section-video .paging {
    margin-top: 100px;
  }
  .my-dialog .el-dialog {
    max-width: 800px;
  }
  .news-article-list {
    margin-top: 75px;
  }
  .news-article-list .item {
    padding: 28px 48px;
  }
  .news-article-list .item .time {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .news-article-list .item .con {
    font-size: 20px;
  }
  .section-market .inner,
  .section-market .market-wrapper .flex-item {
    padding: 60px 0;
  }
  .section-market .market-wrapper .flex-item .box {
    padding: 0;
  }
  .section-market .market-wrapper .flex-item .box .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .section-market .market-wrapper .flex-item .box .summary {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section-market .market-wrapper .flex-item .box .btn {
    padding: 20px 30px;
    font-size: 18px;
  }
  .section-market .market-wrapper .flex-item:nth-child(odd) .box {
    padding-left: 60px;
  }
  .section-market .market-wrapper .flex-item:nth-child(2n) .box {
    padding-right: 60px;
  }
  .section-other {
    padding: 100px 0;
  }
  .section-other h1 {
    margin-bottom: 70px;
  }
  .section-other .video-list .item .image-wrapper {
    overflow: hidden;
  }
  .section-other .video-list .item img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-other .video-list .item .con {
    font-weight: 600;
  }
  .section-other .video-list .item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .nav-link__icon {
    margin: 40px 0;
  }
  .nav-link__icon .image-wrapper {
    display: block;

  }
  .nav-link__icon .image-wrapper img {
    max-height: 26px;
  }
  .nav-link__icon .text {
    font-size: 15px;
  }
  .section-contact_detail {
    overflow: hidden;
  }
  .section-contact_detail .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-contact_detail .inner .my-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .section-contact_detail .inner .my-map #mapContainer {
    height: 100%;
  }
  .section-contact_detail .inner .right-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 20px;
  }
  .section-contact_detail .inner .right-wrapper .zh {
    font-size: 2.08333vw;
    margin-bottom: 30px;
  }
  .section-contact_detail .inner .right-wrapper .line {
    height: 4px;
    background: #000;
  }
  .section-contact_detail .inner .contact-box,
  .section-contact_detail .inner .contact-box .row {
    margin: 0;
  }
  .section-contact_detail
    .inner
    .contact-box
    .row
    [class*='col']:nth-child(2):before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: #dcdcde;
    left: -30px;
  }
  .section-contact_detail .inner .contact-box [class*='col'] {
    position: relative;
    padding: 0;
  }
  .section-contact_detail .inner .contact-box .flex-box {
    padding: 30px 0;
    border-bottom: 1px solid #dcdcde;
  }
  .section-contact_detail .inner .qrcode-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
  }
  .section-contact_detail .inner .qrcode-box img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1160px;
    flex: 0 0 1160px;
  }
  .section-contact_detail .inner .qrcode-box .summary {
    margin: 0 0 0 20px;
  }
  .section-contact {
    padding: 100px 0 120px;
  }
  .section-contact .hd {
    margin-bottom: 100px;
  }
  .section-contact .hd h1 {
    margin-bottom: 30px;
  }
  .section-contact .hd .summary {
    margin-top: 30px;
  }
  .section-contact .bd .contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.82292vw;
  }
  .section-contact .bd .contact-wrapper .left {
    margin: 0;
  }
  .section-contact .bd .contact-wrapper .left,
  .section-contact .bd .contact-wrapper .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 1.82292vw;
  }
  .section-contact .bd .contact-wrapper .left-solt .en {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section-contact .bd .contact-wrapper .left-solt h1 {
    margin-bottom: 24px;
    font-size: 42px;
    font-weight: 700;
  }
  .section-contact .bd .contact-wrapper .left-solt .line {
    width: 80px;
  }
  .section-contact .bd .contact-wrapper .left-solt .summary {
    margin-top: 24px;
    font-size: 16px;
  }
  .section-contact .bd .contact-wrapper .left-solt .contact-list {
    border-top: 1px solid #dcdcde;
    border-bottom: 1px solid #dcdcde;
    margin-top: 50px;
  }
  .section-contact .bd .contact-wrapper .left-solt .contact-list li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-contact
    .bd
    .contact-wrapper
    .left-solt
    .contact-list
    li:last-child:before {
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 47px;
    background-color: #dcdcde;
  }
  .section-contact .bd .contact-list {
    margin: -30px 0;
  }
  .section-contact .bd .contact-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333;
    flex: 0 0 33.33333;
    max-width: 33.33333%;
    padding: 30px 0;
  }
  .section-contact .bd .contact-list .label {
    font-size: 14px;
  }
  .section-contact .bd .contact-list .value {
    font-size: 16px;
    white-space: nowrap;
  }
  .section-contact .bd #mapContainer {
    margin-top: 40px;
  }
  .section-contact .bd .form .form-control,
  .section-contact .bd .form .v-code {
    height: 60px;
  }
  .section-contact .bd .form .button {
    height: 60px;
    font-size: 16px;
  }
  .section-contact .bd .form .form-control {
    padding: 0 15px;
  }
  .section-contact .bd .form textarea.form-control {
    padding: 24px 15px;
  }
  .section-contact .bd .right .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .section-contact .bd .right [class*='col'] {
    padding: 0 7.5px;
  }
  .section-ability {
    padding: 50px 0;
  }
  .section-ability .welfareText {
    margin-bottom: 80px;
  }
  .section-ability .ability-list .flex-item .image-wrapper .box .icon {
    max-width: 100px;
  }
  .section-ability .ability-list .flex-item .image-wrapper .box h3 {
    font-size: 20px;
  }
  .mbshow {
    display: none;
  }
  .pcshow {
    display: block;
  }
  .section .about-ours {
    background: url('/Templates/html/image/de70845.jpg') repeat left top/cover;
    padding: 50px 0;
  }
  .section .about-ours .left {
    float: left;
    width: 40%;
    margin-top: 0;
    margin-left: 0;
  }
  .section .about-ours .left .title-style h3 {
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    font-weight: 700;
  }
  .section .about-ours .left .text {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    margin-top: 40px;
  }
  .section .about-ours .left .data-group .value {
    font-size: 28px;
  }
  .section .about-ours .left .data-group .label {
    font-size: 14px;
  }
  .section .about-ours .right {
    width: 50%;
    position: relative;
    text-align: center;
    float: right;
    margin: 0;
  }
  .section .about-ours .right .slogo img {
    height: auto;
  }
  .section .about-ours .absolute {
    width: 100%;
    max-width: 900px;
    left: 50%;
    /* -webkit-transform: translateX(-50%);
    transform: translateX(-50%); */
    padding: 0;
    position: static;
    margin: 0px auto;
  }
  .section .about-ours .img {
    position: absolute;
    display: none;
  }
  .section-partner {
    padding: 80px 0 100px;
  }
  .section-partner h1 {
    margin-bottom: 60px;
  }
  .section-partner h1 .en {
    font-size: 16px;
  }
  .section-partner .partner-list .item .image-wrapper {
    padding: 25px 20px;
  }
  .section-partner .partner-list .item .image-wrapper img {
    max-width: 180px;
    display: block;
    margin: auto;
  }
  .product-list {
    margin: -15px;
  }
  .product-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 15px;
  }
  .product-list .item {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 50px 40px 90px;
  }
  .product-list .item:hover {
    -webkit-box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .product-list .item:hover .btn .iconfont {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  .product-list .item .image {
    margin-bottom: 25px;
  }
  .product-list .item .con .name {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .product-list .item .con .info {
    font-size: 16px;
    margin: 0;
  }
  .product-list .item .con .btn {
    width: 60px;
    height: 60px;
  }
  .product-list .item .con .btn .iconfont {
    font-size: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .section-product {
    padding: 88px 0;
  }
  .section-product .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-product .inner .aside {
    width: 270px;
    margin-right: 48px;
  }
  .section-product .inner .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-product .site-layer {
    background-color: #f7f7f7;
  }
  .section-product .site-layer #aside-accordion {
    background: #f7f7f7;
  }
  .section-product .paging {
    margin-top: 100px;
  }
  .section-product-detail {
    padding: 50px 0;
  }
  .section-product-detail .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-product-detail .inner .con {
    max-width: 55%;
    padding: 0;
  }
  .section-product-detail .inner .con .en {
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .section-product-detail .inner .con .name {
    font-size: 2.5vw;
    margin-bottom: 50px;
  }
  .section-product-detail .inner .con .summary {
    margin-bottom: 40px;
    line-height: 160%;
  }
  .section-product-detail .inner .con .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-product-detail .inner .con .flex-box .more-button {
    margin-bottom: 0;
    font-size: 16px;
  }
  .section-product-detail .inner .con .flex-box .more-button .button {
    border-radius: 10px;
    padding: 0 25px;
  }
  .section-product-detail .inner .con .tip {
    margin-top: 30px;
  }
  .section-product-detail .inner .image {
    width: 28.64583vw;
  }
  .section-product-detail .inner .image .cell {
    padding-bottom: 0;
  }
  .section-product-detail .inner .image .cell:before {
    width: 100%;
    height: 100%;
  }
  .menu-group .menu {
    margin: 0 20px;
    font-size: 15px;
  }
  .menu-group .menu &gt; a,
  .menu-group .menu &gt; span {
    line-height: 60px;
  }
  .menu-group .menu .sub-menu {
    font-size: 15px;
  }
  .menu-group .menu .sub-menu li {
    line-height: 60px;
  }
  .section-product-intro .hd {
    padding: 40px 0 0;
  }
  .section-product-intro .hd .title {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .section-product-intro .hd .nav-tabs a {
    line-height: 80px;
    font-size: 22px;
    padding: 0 4.16667vw;
  }
  .section-product-intro .bd .tab-pane {
    padding: 50px 0;
  }
  .section-product-intro .bd .tab-pane .edit {
    font-size: 16px;
  }
  .site-actions {
    -webkit-transform: scale(1);
    transform: scale(1);
    right: 5%;
  }
  .banner-wrapper {
    height: calc(100vh - 60px);
  }
  .banner-wrapper .swiper-container {
    height: 100%;
  }
  .banner-wrapper .swiper-container a {
    height: 100%;
    display: block;
  }
  .banner-wrapper .swiper-container a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .pc-action-group {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .global-header-nav-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .global-header-nav-list .icon-toggle {
    display: none;
  }
  .anchor {
    position: absolute;
    top: 0;
    margin-top: -100px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .section-product .container {
    max-width: 1100px;
  }
  .section-product .product-list .item {
    padding: 30px 20px 90px;
  }
  .section-product .product-list .item .name {
    font-size: 18px;
  }
  .section-product .product-list .item .info {
    font-size: 14px;
  }
  .swiper-slide .box .title {
    font-size: 60px;
  }
  .swiper-slide .box .en {
    font-size: 20px;
  }
  .swiper-slide .box .summary {
    font-size: 40px;
  }
  .global-header .global-header-nav {
    height: 100px;
  }
  .global-header .global-header-nav .global-header-nav-item &gt; a {
    line-height: 100px;
    font-size: 14px;
  }
  .global-mobile-split {
    padding-top: 100px;
  }
  .banner-wrapper {
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
  .hidden-lg-and-up {
    display: none !important;
  }
  .container {
    max-width: 1230px;
  }
  .global-header .global-header-nav {
    height: 100px;
  }
  .global-header .global-header-nav .global-header-nav-item &gt; a {
    line-height: 100px;
    height: 100px;
  }
 
  .global-mobile-split {
    padding-top: 100px;
  }
  .section-intro__index .inner {
    max-width: 50%;
  }
  .section-product__index .nav-tabs .image-wrapper img {
    max-width: 110px;
  }
  .section-product__index .nav-tabs .title {
    font-size: 16px;
  }
  .section-product__index .tab-pane .box h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .section-product__index .tab-pane .box h2 .en {
    font-size: 20px;
  }
  .section-product__index .tab-pane .box .summary {
    margin-bottom: 40px;
  }
  .sectino-ability__index {
    padding: 50px 0 100px;
  }
  .sectino-ability__index .flex-box {
    margin: -20px;
  }
  .sectino-ability__index .flex-box .flex-item {
    padding: 20px;
  }
  .sectino-ability__index .flex-box .flex-item .image-wrapper .box .icon {
    max-width: 100px;
    margin-bottom: 15px;
  }
  .sectino-ability__index .flex-box .flex-item .image-wrapper .box h3 {
    font-size: 20px;
  }
  .section-news__index .inner {
    padding: 90px 0 80px;
  }
  .section-news__index h1 {
    margin-bottom: 30px;
  }
  .section-news__index .nav-tabs {
    margin-bottom: 25px;
  }
  .section-news__index .flex-box .fr {
    width: auto;
    max-width: 577px;
  }
  .footer .inner {
    padding: 50px 0 100px;
  }
  .footer .flex-item {
    max-width: 700px;
  }
  .footer #accordion .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .footer #accordion .heroCollapse li + li {
    margin-top: 16px;
  }
  .footer .info-item .info-wrapper li {
    padding: 7px 0;
  }
  .bottom-bar .inner .nice-select {
    width: 220px;
    height: 50px;
    line-height: 50px;
  }
  .section-article .paging-v2 {
    margin-top: 100px;
  }
  .section-news__recommend {
    padding: 100px 0 85px;
  }
  .section-news__recommend h1 {
    margin-bottom: 50px;
  }
  .promo .box .line {
    margin: 30px 0;
  }
  .nav-link__icon {
    margin-bottom: 80px;
  }
  .nav-link__icon li:nth-child(5n+2) img{
    max-height: 35px;
  }
  .nav-link__icon .image-wrapper img {
    max-height: 42px;
  }
  .nav-link__icon .text {
    font-size: 15px;
    line-height: 24Px;
  }
  .section-market__list {
    padding: 80px 0 130px;
  }
  .section-market__list .paging {
    margin-top: 140px;
  }
  .market-list .item .con {
    padding: 30px 25px;
    font-size: 18px;
  }
  .section-talent__idea {
    padding: 100px 0;
  }
  .section-talent__idea .flex-box {
    max-width: 1200px;
    margin: 0 auto;
  }
  .section-talent__idea .flex-box .fr .box {
    padding: 50px 4.16667vw;
  }
  .section-talent__idea .flex-box .fr .box .title {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .section-talent__idea .flex-box .fr .box .summary {
    font-size: 14px;
  }
  .section-post {
    padding: 100px 0;
  }
  .section-post h2 {
    margin-bottom: 48px;
  }
  .section-post .concat-info {
    font-size: 16px;
    margin-bottom: 100px;
  }
  .post-wrapper .work-head {
    padding: 30px 40px;
  }
  .post-wrapper .work-head .button {
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
  }
  .post-wrapper .panel-body {
    padding: 30px 40px;
  }
  .section-contact_detail .inner .right-wrapper {
    padding: 3.125vw 4.16667vw;
  }
  .section-contact_detail .contact-box .value {
    font-size: 14px;
  }
  .section .about-ours .absolute {
    max-width: 1200px;
  }
  .section .about-ours .left {
    width: 50%;
  }
  .section .about-ours .left .data-group {
    width: 100%;
    margin: 0;
  }
  .section .about-ours .left .data-group .item {
    border-right: 1px solid #e8e8e8;
    padding: 0;
    margin-bottom: 40px;
  }
  .section .about-ours .left .data-group .item:nth-child(4n + 2),
  .section .about-ours .left .data-group .item:nth-child(4n + 4) {
    padding-left: 30px;
    border-right: none;
  }
  .section .about-ours .left .data-group .item:nth-child(4n + 3),
  .section .about-ours .left .data-group .item:nth-child(4n + 4) {
    margin-bottom: 0;
  }
  .section .about-ours .left .data-group .value {
    font-size: 60px;
  }
  .section .about-ours .left .data-group .label {
    font-size: 16px;
  }
  .section .about-ours .right {
    width: 43%;
  }
  .swiper-slide .box .title {
    font-size: 60px;
    margin-bottom: 12px;
  }
  .swiper-slide .box .en {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .swiper-slide .box .summary {
    font-size: 40px;
  }
  .banner-wrapper {
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1400px) {
  .global-header-nav-item {
    padding: 0 20px;
  }
}
@media (max-width: 1400px) {
  .hide-lg {
    display: none !important;
  }
  .header-bottom .menu-wrapper {
    font-size: 16px;
  }
  .header-bottom .menu-wrapper .menu-item:before {
    margin-right: 5px;
  }
  .header-bottom .menu-wrapper .menu-item &gt; a {
    padding: 0;
  }
  .header-bottom .menu-wrapper .menu-item .ts-menu-drop-icon {
    margin-left: 5px;
  }
  .header-bottom .menu-wrapper .sub-menu .sub-menu__content {
    padding: 52px 30px 50px;
  }
  .header-bottom .menu-wrapper .sub-menu .sub-menu__content .container {
    padding: 0;
  }
  .menu-row {
    margin: 0 -10px;
  }
  .menu-row .menu-col {
    padding: 0 10px;
  }
  .menu-row .menu-col .title {
    font-size: 17px;
  }
  .menu-row .menu-col ul a {
    font-size: 15px;
  }
}
@media (min-width: 1500px) {
  .global-header-nav-item {
    padding: 0 20px;
  }
  .footer #accordion .heroCollapse a {
    font-size: 16px;
  }
  .nav-link__icon .text {
    font-size: 16px;
  }
  .container {
    max-width: 1470px;
  }
  .footer .flex-item {
    max-width: 940px;
  }
  .section .about-ours .absolute {
    max-width: 1440px;
  }
  .section .about-ours .left .title-style h3 {
    font-size: 32px;
  }
  .section .about-ours .left .text {
    font-size: 12px;
    margin-top: 40px;
  }
  .section .about-ours .left .data-group {
    padding-top: 60px;
  }
  .section .about-ours .left .data-group .value span {
    font-size: 30px;
  }
  .section .about-ours .right .slogo {
    height: 100px;
  }
  .section .about-ours .right .slogo img {
    height: 100%;
    width: auto;
  }
  .section-intro__index .inner .summary {
    margin-top: 40px;
  }
  .section-intro__index .inner .flex-box .flex-item {
    margin: 30px 0;
  }
  .section-intro__index .inner .flex-box .flex-item .value {
    font-size: 40px;
  }
  .section-intro__index .inner .flex-box .flex-item .value span {
    font-size: 30px;
  }
  .section-contact_detail .inner .right-wrapper {
    padding: 6.25vw 7.29167vw;
  }
  .section-contact_detail .contact-box .value {
    font-size: 16px;
  }
}
</pre></body></html>