body, html {
    position: relative;
    height: 100%;
}

body {
    background: #FFF;
    color: #000;
}

body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    outline: none;
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #1080f2 !important;
}

.clearfix:after {
    content: '';
    display: inline-block;
    width: 100%;
    clear: both;
    overflow: hidden;
    height: 0;
}

.hide {
    display: none;
}

.top-box {
    width: 100%;
}

.more, .more a {
    color: #FFF !important;
}

.more {
    width: 147px;
    height: 72px;
    background-image: url('./icon-arrow-top.png');
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 480px;
    line-height: 85px;
    font-size: 16px;
    text-align: center;
    z-index: 99;
}

.more-top {
    background-image: url('./icon-arrow-bottom.png');
    bottom: auto;
    top: 0;
    line-height: 45px;
    margin-left: 480px;
}

.more-left {
    margin-left: -600px;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .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: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .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;
}

/* Auto Height */

.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;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.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;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c0290b'%2F%3E%3C%2Fsvg%3E");
  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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c0290b'%2F%3E%3C%2Fsvg%3E");
  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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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 {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */

.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 > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .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-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */

.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-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */

.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-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */

.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 > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .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;
}

/* Preloader */

.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, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%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%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body, .nav a {
    font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;
    /*font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;*/
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
}

.windows body, .windows .nav a {
    /*font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;*/
    font-family: Microsoft YaHei, Microsoft YaHei Lights, Arial;
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
}

.cover-bg {
    width: 100%;
    height: 100%;
    background-image: url(./cover-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cover-main {
    width: 84%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -56%);
    transform: translate(-50%, -56%);
}

.cover-btn {
    width: 20em;
    height: 8em;
    background-image: url(./cover-btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14% auto;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 50%;
    margin-left: -10em;
    -webkit-animation: updown 1s infinite;
    animation: updown 1s infinite;
    /* pointer-events: none; */
    /* border: red 1px solid; */
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* @import './banner.css'; */

.nav {
    border: none;
    background: #4d4c5c;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.is-pc .nav {
    height: auto;
    min-height: 55px;
}

.is-pc .nav-btn, .is-pc .nav-btn a {
    display: inline-block;
    width: 200px;
    height: 55px;
}

.is-pc .nav-btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.is-pc .nav-btn {
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width:1100px) {
    .is-pc .nav-btn, .is-pc .nav-btn a {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: 0;
        flex-flow: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .is-pc .nav-btn {
        background-size: auto 36%;
    }
}

.is-pc .nav-btn a {
    overflow: hidden;
    text-indent: -888px;
}

.is-pc .nav-btn0 {
    background-image: url('./nav-btn0.png');
}

.is-pc .nav-btn1 {
    background-image: url('./nav-btn1.png');
}

.is-pc .nav-btn2 {
    background-image: url('./nav-btn2.png');
}

.is-pc .nav-btn3 {
    background-image: url('./nav-btn3.png');
}

.is-pc .nav-btn4 {
    background-image: url('./nav-btn4.png');
}

.is-pc .nav-btn5 {
    background-image: url('./nav-btn5.png');
}

.is-pc .nav-btn0:hover, .is-pc .nav-btn0.active {
    background-image: url('./nav-btn0-active.png');
}

.is-pc .nav-btn1:hover, .is-pc .nav-btn1.active {
    background-image: url('./nav-btn1-active.png');
}

.is-pc .nav-btn2:hover, .is-pc .nav-btn2.active {
    background-image: url('./nav-btn2-active.png');
}

.is-pc .nav-btn3:hover, .is-pc .nav-btn3.active {
    background-image: url('./nav-btn3-active.png');
}

.is-pc .nav-btn4:hover, .is-pc .nav-btn4.active {
    background-image: url('./nav-btn4-active.png');
}

.is-pc .nav-btn5:hover, .is-pc .nav-btn5.active {
    background-image: url('./nav-btn5-active.png');
}

.nav-btn:hover {
    background-color: #a02411;
}

.nav-btn:active {
    background-color: #908fa2;
}

.nav-btn.active {
    background-color: #c0290b;
}

.footer,
.footer a {
    background-color: #4d4c5c;
    color: #FFF !important;
    font-size: 14px;
    line-height: 24px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer {
    padding-top: 1em;
    padding-bottom: 1.2em;
    /*height: 60px;*/
    text-align: center;
}

/* @import './scenes.css'; */

/* @import './scenes0.css'; */

/* @import './scenes1.css'; */

/* @import './scenes2.css';
@import './scenes3.css';
@import './scenes4.css';
@import './scenes5.css';
@import './hacks.css'; */

/* @import './zoom.css'; */

/* @import './mobile.css'; */

.is-mobile .scenes {
    background-color: transparent;
}

.is-mobile .swiper-main {
    position: static;
}

.is-display-block {
    display: block;
}

/* .is-mobile .scenes {
     padding-bottom: 3em; 
} */

.is-mobile .more {
    /* position: static;
    display: block;
    margin: 0 auto;
    background: #af0002;
    height: auto;
    line-height: 2.6em;
    border-radius: 8px;
    margin-bottom: 1.2em;
    width: 50%;
    font-size: 1em; */
    display: none;
}

.is-mobile .scenes-area {
    width: 100%;
}

/* 
@media (min-width:375px) and (max-width:734px) {
    .is-mobile .nav-btn {
        line-height: 2.2em;
        font-size: .7em;
        padding-left: .5em;
        padding-right: .5em;
    }
}

@media (min-width:320px) and (max-width:374px) {
    .is-mobile .nav-btn {
        line-height: 2.4em;
        font-size: .5em;
        padding-left: .3em;
        padding-right: .3em;
    }
} */

.mobile-nav-switch-btn {
    content: '';
    position: fixed;
    width: 1.8em;
    height: 1.4em;
    z-index: 10;
    top: 0;
    left: 0;
    z-index: 999;
    padding: .5em;
    margin: .3em .2em;
}

/* .is-nav-on .banner {
    height: 0;
} */

.mobile-nav-switch-btn-line {
    width: 70%;
}

.mobile-nav-switch-btn-line::after,
.mobile-nav-switch-btn-line::before,
.mobile-nav-switch-btn-line {
    height: 3px;
    background-color: #4d4c5c;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, .8);
    box-shadow: 0 0 4px rgba(255, 255, 255, .8);
}

.mobile-nav-switch-btn-line::after,
.mobile-nav-switch-btn-line::before {
    width: 100%;
    content: '';
    display: block;
    overflow: hidden;
}

.mobile-nav-switch-btn-line::before {
    margin-top: -10px;
}

.mobile-nav-switch-btn-line::after {
    margin-top: 10px;
}

.mobile-nav-switch-btn.off {
    /* background-color: #4d4c5c; */
    border-radius: 50%;
    z-index: 998;
}

.mobile-nav-switch-btn.off::after,
.mobile-nav-switch-btn.off::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #FFF;
    width: 70%;
    height: 3px;
    top: 50%;
    left: 50%;
}

.mobile-nav-switch-btn.off::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.mobile-nav-switch-btn.off::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.is-mobile .nav {
    padding-right: 1em;
    width: auto;
    height: 100%;
    -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;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    -webkit-box-shadow: 0 0 .6em rgba(0, 0, 0, .4);
    box-shadow: 0 0 .6em rgba(0, 0, 0, .4);
    /* background-image: url('./logo.png');
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: 3.5em .8em; */
}

.is-mobile .nav-btn {
    width: 100%;
    margin-bottom: .5em;
    padding-right: 1em;
}

.is-mobile .nav-btn a {
    margin-left: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFF !important;
    line-height: 2.4em;
    font-size: 1.4em;
}

.is-mobile .mobile-modal-layer-cover-nav {
    z-index: 990;
}

.mobile-column-title {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 1em;
    margin-bottom: 1em;
}

.mobile-column-title-icon {
    height: 2.6em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    position: relative;
    z-index: 2;
}

.mobile-column-title::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #ececec;
    width: 100%;
    height: 2.2em;
    top: 50%;
    -webkit-transform: translateY(-47%);
    transform: translateY(-47%);
}

.mobile-column-title1 {
    margin-top: 1.4em;
    margin-bottom: 0;
}

.mobile-column-title3 {
    margin-top: 2em;
    margin-bottom: .8em;
    z-index: 2;
    position: relative;
}

.mobile-column-title3::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    /* background-color: #ececec; */
    width: 73%;
    height: 2.2em;
    top: 50%;
    left: auto;
    right: -20%;
    background-color: #f9b4b2;
    -webkit-transform: skewX(-52deg) translateY(-47%);
    transform: skewX(-52deg) translateY(-47%);
    opacity: 1;
}

.mobile-column-title4 {
    margin-top: 1.4em;
    margin-bottom: .5em;
}

.mobile-modal-layer-cover {
    position: fixed;
    /* content: ''; */
    width: 100%;
    height: 100%;
    background-color: #000d36;
    top: 0;
    left: 0;
    opacity: 0.67;
    z-index: 1009;
}

.mobile-modal-layer {
    position: fixed;
    width: 90%;
    height: auto;
    background-color: transparent;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #FFF;
    -webkit-box-shadow: 0 0 .6em rgba(0, 0, 0, .4);
    box-shadow: 0 0 .6em rgba(0, 0, 0, .4);
    z-index: 1010;
}

.mobile-modal-layer img {
    width: 100%;
    height: auto;
}

.mobile-modal-layer-title {
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
    font-weight: 300;
    padding: .6em;
}

.mobile-modal-layer-off {
    background-color: #ff4948;
    width: 1.2em;
    height: 1.2em;
    left: auto;
    top: -1.4em;
    right: -1.4em;
    text-indent: -888px;
    -webkit-box-shadow: 0 0 .3em rgba(0, 0, 0, .4);
    box-shadow: 0 0 .3em rgba(0, 0, 0, .4);
}

/* .is-mobile .swiper-main, .is-mobile .scenes, .is-mobile .scenes0-swiper-box, .is-mobile .wowslider-container1 {
    height: auto;
}

.is-mobile .scenes0-swiper-box, .is-mobile .scenes0-text-box {
    width: auto;
} */

.is-mobile .scenes0-bg {
    /* position: relative; */
    padding-top: 20px;
    padding-bottom: 45px;
    margin-bottom: 20px;
    /* background-image: url(./scenes0-bg.jpg); */
}

/* cube swiper */

.is-mobile .cube-container,
.is-mobile .cube-wrapper,
.is-mobile .cube-slide {
    padding: 0;
    margin: 0 auto;
}

.is-mobile .cube-container,
.is-mobile .cube-slide {
    width: 90%;
    height: auto;
}

.is-mobile .cube-container {
    overflow: visible;
}

.is-mobile .cube-pagination {
    bottom: -23px;
}

.is-mobile .cube-slide {
    list-style: none;
}

.is-mobile .cube-container::before,
.is-mobile .cube-container::after {
    content: '';
    position: absolute;
    z-index: 2;
    background-color: #FFF;
    opacity: .7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.is-mobile .cube-container::before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* .is-mobile .cube-slide::after {
    content: '';
    position: absolute;
    z-index: 2;
    background-color: #85dae7;
    opacity: .5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.is-mobile .cube-slide.swiper-slide-active::after {
    display: none;
} */

.is-mobile .cube-slide img {
    width: 100%;
    height: auto;
}

.is-mobile .cube-swiper-slide-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: .3em;
    font-size: 1em;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

/* scenes0-text-box */

.is-mobile .scenes0-text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* margin-bottom: 1em; */
}

.is-mobile .scenes0-text-item {
    width: 94%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.is-mobile .scenes0-text-item .icon-notebook {
    display: none;
    /* width: 1.8em;
    background-size: 100% auto;
    background-position: center .3em; */
}

.is-mobile .scenes0-text {
    margin-left: 0;
}

.is-mobile .scenes0-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.2em;
    line-height: 2em;
    position: relative;
    margin: 0;
}

.is-mobile .scenes0-title::before {
    content: '';
    display: inline-block;
    width: .3em;
    height: .3em;
    border-radius: 100%;
    background-color: #004ea1;
    margin-right: .4em;
    margin-top: .8em;
}

.is-mobile .scenes0-abs {
    display: none;
}

/* .swiper-headline {} */

.swiper-slide-title {
    text-align: center;
    color: #000000;
    font-size: 1.1em;
    line-height: 1.4em;
    padding: .3em;
    /* background-color: #cccccc; */
    margin-top: 1px;
}

.swiper-headline .swiper-slide-title {
    background-image: url(./cover-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.headline-box {
    width: 90%;
    margin: 0 auto;
    padding: .8em 0 1.2em;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}

.headline-box::after,
.headline-box::before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: .8em;
    bottom: -.9em;
}

.headline-box::after {
    left: 0;
    background-position: left 0;
    background-image: url(./shadow-left.png);
    z-index: 1;
    margin-left: .1em;
}

.headline-box::before {
    right: 0;
    background-position: right 0;
    background-image: url(./shadow-right.png);
    z-index: 2;
    margin-right: .1em;
}

.headline-box .big-title,
.headline-box .abs,
.list {
    margin: 0 12px;
}

.list a,
.headline-box .big-title a,
.headline-box .big-title {
    color: #000000;
}

.headline-box .big-title,
.list {
    font-size: 1.2em;
    line-height: 1.4em;
}

.headline-box .big-title,
.list li {
    margin-bottom: .5em;
}

.headline-box .big-title {
    font-weight: 600;
}

.list {
    padding: 0;
    list-style: none;
    font-size: 1em;
    font-weight: 300;
}

/* @import './mobile-scenes1.css'; */

.is-mobile .footer {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 2em;
    line-height: 1.4em;
    background-color: #4d4c5c;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url('./cover-bg.jpg');
    /* background-size: 100% auto; */
    /* font-weight: 400; */
}

.is-mobile .footer,
.is-mobile .footer a {
    color: #333 !important;
    font-size: .9em;
}

.is-mobile .footer a {
    background: none;
}

.main {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-body .swiper-slide {
    height: auto;
}

.scenes0 {
    padding-top: 1.5em;
}

.scenes2 .abs {
    color: #666666;
    font-size: 1.2em;
    line-height: 1.8em;
    margin: 0 1em 1em;
    text-indent: 2em;
    font-weight: 300;
}

.scenes4 {
    padding-bottom: 1.5em;
}

.col {
    margin: 2em 0;
}

.swiper2 .swiper-sub-title {
    font-weight: 800;
    color: #000;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: .6em;
}

.swiper2 .swiper-slide-title {
    font-weight: 300;
    color: #666666;
    font-size: 1em;
    line-height: 1.2em;
    /* margin-top: .4em; */
    text-align: left;
}

.swiper3 .cube-slide {
    margin: 0 !important;
    padding: 0 !important;
}

.swiper3 .cube-slide-in {
    border-right: 8px #FFF solid;
    border-bottom: 8px #FFF solid;
}

.swiper3 .cube-slide-bg {
    background-color: #CCC;
    background-image: url(./cover-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: .3em;
}

.swiper3 img {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.swiper3 .swiper-sub-title {
    color: #000;
    font-size: 1em;
    line-height: 1.2em;
    /* text-align: center; */
}

.swiper3 .swiper-sub-title .swiper-num {
    font-weight: 200;
    font-size: 1.8em;
    color: #000;
    line-height: 1.4em;
    font-style: italic;
}

.swiper3 .swiper-slide-title {
    font-weight: 400;
    color: #000;
    font-size: 1em;
    line-height: 1.2em;
    margin-top: .2em;
    /* margin: 0 .5em; */
    text-align: left;
}