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;*/
}

.is-pc .banner {
    position: relative;
    height: 165px;
    background-color: #1a2b47;
    background-position: center 0;
    background-repeat: no-repeat;
    background-image: url('./banner-bg.png');
    color: #FFF;
}

.is-pc .banner-logo {
    width: 516px;
    margin-left: -258px;
    height: 117px;
    position: absolute;
    top: 35px;
    left: 50%;
    background-image: url('./logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 3;
    overflow: hidden;
}

.is-pc .banner-xinhuanet-logo {
    width: 116px;
    margin-left: 445px;
    height: 68px;
    position: absolute;
    top: 26px;
    left: 50%;
    background-image: url('./xinhuanet-logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    overflow: hidden;
}

.is-pc .banner-video {
    width: 565px;
    margin-left: -748px;
    height: 165px;
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url('./earth.png');
    background-position: center 0;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
}

.is-pc .video {
    margin-top: -40px;
    /* opacity: 0.3; */
}

.is-mobile .banner {
    height: auto;
    width: 100%;
}

.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: #808083 !important;
    font-size: 12px;
    line-height: 14px;
}

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

.footer {
    padding-top: 9px;
    padding-bottom: 6px;
    text-align: center;
}

.swiper-main, .scenes {
    width: 100%;
    height: 100%;
}

.swiper-main {
    z-index: 99;
}

.swiper-main.swiper-container-vertical > .swiper-pagination-bullets {
    right: auto;
    left: 10px;
}

.swiper-main .swiper-pagination-bullet {
    opacity: 1;
    background-color: #6e6e6e;
}

.swiper-main .swiper-pagination-bullet-active {
    background-color: #d21e00;
}

.scenes {
    /* display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; */
    overflow: hidden;
    background-color: #e2e3e4;
}

.scenes-area {
    width: 1164px;
    margin: 0 auto;
}

.is-pc .wowslider-container1 {
    /* zoom: 1; */
    position: absolute;
    width: 920px;
    right: 0;
    top: 0;
    z-index: 90
}

/* .wowslider-container1 .ws_thumbs {
    position: absolute;
    right: 0;
    width: 920px;
} */

/* .wowslider-container1 {
    width: 716px
} */

.is-pc .wowslider-container1 .ws_images ul {
    position: relative;
    width: 10000%;
    height: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.is-pc .wowslider-container1 .ws_images ul li {
    width: 1%;
    line-height: 0;
    float: left;
    font-size: 0;
    padding: 0 !important;
    margin: 0 !important
}

.is-pc .wowslider-container1 .ws_images ul li img {
    width: 920px !important;
    height: 500px !important;
}

.is-pc .wowslider-container1 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.is-pc .wowslider-container1 .ws_images a {
    width: 100%;
    display: block;
    color: transparent
}

.is-pc .wowslider-container1 img {
    max-width: none!important
}

.is-pc .wowslider-container1 .ws_images img {
    width: 100%;
    /* height: 100%; */
    border: none 0;
    max-width: none;
    padding: 0;
    margin: 0
}

.is-pc .wowslider-container1 a {
    text-decoration: none;
    outline: 0;
    border: 0;
}

.is-pc .wowslider-container1 a.ws_next,
.wowslider-container1 a.ws_prev {
    /* position: absolute; */
    display: none;
    /* top: 50%;
    margin-top: -3.5em;
    z-index: 60;
    height: 7.1em;
    width: 7.1em;
    background-image: url(../images/arrows.png);
    background: red;
    background-size: 200% */
}

/* .ws_effect {
    display: none;
    background-size: auto 100% !important;
} */

.is-pc .wowslider-container1 a.ws_next {
    background-position: 100% 0;
    right: 1em
}

.is-pc .wowslider-container1 a.ws_prev {
    left: 1em;
    background-position: 0 0
}

.is-pc .wowslider-container1 a.ws_next:hover {
    background-position: 100% 100%
}

.is-pc .wowslider-container1 a.ws_prev:hover {
    background-position: 0 100%
}

.is-pc .wowslider-container1 a.ws_next,
.wowslider-container1 a.ws_prev {
    display: block
}

.is-pc .wowslider-container1:hover a.ws_next,
.wowslider-container1:hover a.ws_prev {
    display: block
}

/* .wowslider-container1 .ws_playpause {
    display: none;
    width: 7.1em;
    height: 7.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3.5em;
    margin-top: -3.5em;
    z-index: 59;
    background-size: 100%
} */

/* .wowslider-container1:hover .ws_playpause {
    display: block
} */

/* 
.wowslider-container1 .ws_pause {
    background-image: url(../images/pause.png);
    background: orange;
}

.wowslider-container1 .ws_play {
    background-image: url(../images/play.png);
    background: blue;
} */

/* .wowslider-container1 .ws_pause:hover, .wowslider-container1 .ws_play:hover {
    background-position: 100% 100%!important
} */

.is-pc .wowslider-container1 .ws-title {
    position: absolute;
    display: block;
    width: 900px;
    bottom: 0;
    left: 0;
    /* margin-right: 1em; */
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    z-index: 9;
    /* font-weight: bold; */
    font-size: 24px;
    word-warp: break-word;
    word-break: break-all
    /* text-transform: uppercase; */
    /* border-radius: .2em; */
}

/* .wowslider-container1 .ws-title div {
    margin-top: .3em;
    font-size: 1.6em;
    line-height: 1.15em;
    font-weight: normal;
    text-transform: none;
    color: #fff
} */

/* .wowslider-container1 .ws-title span {
    display: block;
    font-size: 2.4em
} */

.is-pc .wowslider-container1 .ws_thumbs {
    font-size: 0;
    position: absolute;
    overflow: hidden;
    z-index: 70;
    left: -243px;
    top: 0;
    width: 205px;
    height: 480px;
    padding-top: 2px;
}

/* .wowslider-container1 .ws_thumbs:before, .wowslider-container1 .ws_thumbs:after {
    pointer-events: none;
    content: '';
    display: block;
    width: 98%;
    height: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 2px;
}

.wowslider-container1 .ws_thumbs:before {
    top: 0;
    bottom: auto;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
} */

.is-pc .wowslider-container1 .ws_thumbs a {
    position: relative;
    text-indent: -4000px;
    color: transparent;
    /* opacity: .85; */
    text-decoration: none;
    display: inline-block;
    /* border: 0; */
    /* margin-bottom: 4%; */
    text-indent: 0;
    /* padding: 2.99%; */
    width: 100%;
    margin-bottom: 10px;
    /* background-color: #fff */
}

.is-pc .wowslider-container1 .ws_thumbs img {
    text-decoration: none;
    border: 0;
    width: 100%;
}

.is-pc .wowslider-container1 .ws_thumbs a img {
    width: 98%;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
}

/* .wowslider-container1 .ws_thumbs a:hover {
    opacity: 1
} */

.is-pc .wowslider-container1 .ws_thumbs a:hover img {
    visibility: visible
}

.is-pc .wowslider-container1 .ws_thumbs div {
    position: relative;
    width: 100%
}

.is-pc .wowslider-container1 .ws_thumbs a.ws_selthumb img {
    border-radius: 4px;
    border-color: red;
}

.is-pc .wowslider-container1 .ws_images ul {
    animation: wsBasic 16s infinite;
    -moz-animation: wsBasic 16s infinite;
    -webkit-animation: wsBasic 16s infinite
}

.is-pc .wowslider-ws_shadow {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 58%);
    bottom: -52px;
    left: 243px;
    width: 920px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
}

@keyframes wsBasic {
    0% {
        left: -0%
    }
    12.5% {
        left: -0%
    }
    25% {
        left: -100%
    }
    37.5% {
        left: -100%
    }
    50% {
        left: -200%
    }
    62.5% {
        left: -200%
    }
    75% {
        left: -300%
    }
    87.5% {
        left: -300%
    }
}

@-webkit-keyframes wsBasic {
    0% {
        left: -0%
    }
    12.5% {
        left: -0%
    }
    25% {
        left: -100%
    }
    37.5% {
        left: -100%
    }
    50% {
        left: -200%
    }
    62.5% {
        left: -200%
    }
    75% {
        left: -300%
    }
    87.5% {
        left: -300%
    }
}

.scenes0 {
     background-color: #FFF;
     overflow: hidden;
 }

.scenes0 .more {
     margin-left: 560px;
 }

.scenes0-bg {
     position: relative;
     padding-top: 30px;
     padding-bottom: 30px;
     margin-bottom: 30px;
     background-image: url('./scenes0-bg.jpg');
 }

.scenes0-bg:after {
     content: '';
     width: 100%;
     height: 11px;
     background-image: url('./scenes0-bg-line.png');
     position: absolute;
     bottom: 0;
 }

.scenes0-swiper-box,
 .scenes0-text-box {
     position: relative;
     width: 1164px;
     margin: 0 auto;
 }

.scenes0-swiper-box {
     /* height: 420px; */
     height: 500px;
     /* margin-top: 50px; */
 }

.scenes0-text-box {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
 }

.scenes0-text-item {
     width: 48%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
 }

.icon-notebook {
     width: 50px;
     -webkit-box-flex: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     background-image: url('./icon-notes-and-pencil.png');
     /* background-color: yellow; */
     background-repeat: no-repeat;
     background-position: 0 0;
 }

.scenes0-text {
     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-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     -ms-flex-negative: 1;
     flex-shrink: 1;
     margin-left: 16px;
     /* background: pink; */
 }

.scenes0-title,
 .scenes0-title a {
     color: #636276;
 }

.scenes0-title {
     /* background: salmon; */
     font-size: 24px;
     font-weight: 400;
     margin-bottom: 6px;
 }

/* .scenes0-title, .scenes0-title a {
     color: #d21e00;
 } */

.scenes0-abs {
     font-weight: 300;
     color: #777;
     line-height: 28px;
     font-size: 16px;
     height: 84px;
     /*112px;*/
     overflow: hidden;
 }

.is-pc .accordion {
    width: 1200px;
    margin: 0px auto;
    list-style: none;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.is-pc .accordion img, .is-pc .accordion .caption {
    position: absolute;
    left: -9999px;
}

.accordion .panel {
    background-color: #000;
    background-image: url('../bundle/preloader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    overflow: hidden;
}

.is-pc .accordion .preloader {
    /* background: url('../bundle/preloader2.gif') no-repeat; */
    background: url('../bundle/preloader.gif') no-repeat;
    width: 62px;
    height: 14px;
    position: absolute;
    z-index: 15;
}

.is-pc .accordion .caption {
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
    position: absolute;
    z-index: 20;
    font-size: 22px;
    text-shadow: 0 10px 0 rgba(0, 0, 0, .5);
    padding-right: 15px;
}

.is-pc .accordion .caption p {
    color: #FFF;
    margin: 0px;
    padding: 10px;
}

.is-pc .accordion .caption p a {
    color: #FFF;
}

.has-panel-cover .panel:after {
    pointer-events: none;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
}

.has-panel-cover .panel:hover:after, .has-panel-cover .active:after {
    opacity: 0;
}

.scenes1 {
    height: 100%;
}

.scenes1-area {
    width: 70%;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.scenes1-title {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
}

.scenes1-title,
.scenes1-title a {
    color: #d21e00;
}

.scenes1-abs {
    font-weight: 300;
    color: #777;
    line-height: 26px;
    font-size: 16px;
    text-align: left;
}

.scenes2 {
    height: 100%;
}

.scenes2-bg {
    background-color: #FFF;
    height: 100%;
}

.scenes2-list {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.scenes2-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding: 30px 0;
}

.scenes2-item:nth-child(odd) {
    padding-left: 60px;
}

.scenes2-item:nth-child(even) {
    padding-right: 60px;
}

.scenes2-item img {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    width: 200px;
    height: 145px;
}

.scenes2-text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.scenes2-title,
.scenes2-title a {
    color: #6d6c7a;
}

.scenes2-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    margin-bottom: 3px;
}

.scenes2-abs {
    font-weight: 300;
    color: #777;
    line-height: 26px;
    font-size: 16px;
}

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

.scenes2-more {
    border-radius: 4px;
    background-color: #76c7c0;
    border-bottom: 2px solid #62b9b0;
    padding: 0 20px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.scenes2-more:hover {
    background-color: #e8645a;
    border-color: #e3534b;
}

.scenes2 .mobile-swiper-container::before,
.scenes2 .mobile-swiper-container::after {
    background-color: #ffffff;
    opacity: 0.9;
}

.scenes3 {
    height: 100%;
}

.scenes3-column1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 2px;
    height: 200px;
    overflow: hidden;
}

.scenes3-column1 img {
    width: 482px;
    height: 200px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.scenes3-text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: 26px;
}

.scenes3-column2-title,
.scenes3-column2-title a,
.scenes3-title,
.scenes3-title a {
    color: #4d4c5c;
    font-weight: 800;
}

.scenes3-column2-title a {
    font-weight: 800;
}

.scenes3-title {
    width: 80%;
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
}

.scenes3-abs {
    font-weight: 300;
    color: #777;
    line-height: 26px;
    font-size: 16px;
}

.scenes3-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 500px;
}

.scenes3-column2-item {
    background-color: #FFF;
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 2px;
}

.scenes3-column2-item.active,
.scenes3-column2-item:hover {
    background-color: #b61e00;
}

.scenes3-column2-item.active div,
.scenes3-column2-item.active a,
.scenes3-column2-item:hover div,
.scenes3-column2-item:hover a {
    color: #FFF !important;
}

.scenes3-column2-item img {
    width: 240px;
    height: 240px;
}

.scenes3-column2-title {
    /* text-align: center; */
    margin-top: 18px;
    margin-bottom: 12px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.scenes3-column2-abs {
    margin-left: 30px;
    margin-right: 30px;
    font-weight: 300;
    color: #777;
    line-height: 26px;
    font-size: 16px;
    height: 150px;
    overflow: hidden;
}

.scenes4 {
    height: 100%;
    background-image: url('./scenes4-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-scenes4 {
    margin-top: 40px;
}

/* body {
	overflow-x: hidden;
} */

/* 
.pseudo-scroller {
	pointer-events: none;
} */

.is-pc .isolayer {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.js .grid,
.js .grid__item,
.js .grid__link {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.is-pc .grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.is-pc .grid__item {
    width: 300px;
}

.js .grid__item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-pc .grid__link {
    position: relative;
    z-index: 1;
    display: block;
}

.is-pc .grid__img {
    display: block;
    max-width: 100%;
}

.is-pc .grid__title {
    font-size: 0.65em;
    font-weight: 600;
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.is-pc .grid__item:hover .grid__title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.is-pc .layer {
    position: relative;
    display: block;
}

.is-pc .layer:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

/* Shadow effect */

.is-pc .isolayer--shadow .grid__link::before {
    content: '';
    /* position: absolute; */
    z-index: -1;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
    /* -webkit-transform: translateZ(-1px) scale(0.95);  */
    -webkit-transform: translateZ(-1px) scale(0.95);
    transform: translateZ(-1px) scale(0.95);
    /* -webkit-transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s; */
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    /* -webkit-backface-visibility: hidden; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-pc .isolayer--shadow .grid__item:hover .grid__link::before {
    opacity: 0.2;
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.8);
    -webkit-transform: translateZ(-1px) scale(1);
    transform: translateZ(-1px) scale(1);
}

/* All individual isometric grid layouts (static and scrollable) */

.is-pc .isolayer--scroll1 {
    width: 70vw;
    max-width: 1200px;
    height: calc(100vh - 280px);
}

.is-pc .isolayer--scroll1 .grid__item {
    width: 300px;
    padding: 15px;
}

.is-pc .isolayer--deco1 {
    width: 1200px;
    height: 900px;
}

.is-pc .isolayer--deco1 .grid__link .layer:first-child:not(img) {
    background: #ac5cf5;
}

.is-pc .isolayer--deco1 .grid__link .layer:nth-child(2):not(img) {
    background: #5db4eb;
}

.is-pc .isolayer--deco1 .grid__link .layer:nth-child(3):not(img) {
    background: #5debb4;
}

.is-pc .isolayer--deco1 .grid__link div.layer {
    width: 370px;
    height: 270px;
    opacity: 0.4;
}

.is-pc .isolayer--deco1 .grid__item {
    width: 400px;
    height: 300px;
    padding: 15px;
}

.is-pc .isolayer--deco1 .grid__item:nth-child(2) {
    margin-top: 150px;
}

.is-pc .isolayer--deco2 {
    width: 1200px;
    height: 100vh;
}

.is-pc .isolayer--deco2 .grid__item {
    padding: 20px;
}

.is-pc .isolayer--deco2 .grid__link .layer {
    border: 20px solid #fff;
    border-width: 40px 20px;
    -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.08);
}

.is-pc .isolayer--deco3 {
    width: 960px;
    height: 500px;
}

.is-pc .isolayer--deco3 .grid__item {
    width: 240px;
    height: 320px;
    padding: 0;
}

.is-pc .isolayer--deco3 .grid__item:nth-child(2),
.is-pc .isolayer--deco3 .grid__item:nth-child(4) {
    margin-top: -160px;
}

.is-pc .isolayer--deco3 .grid__link,
.is-pc .isolayer--deco3 .layer {
    width: 100%;
    height: 100%;
}

.is-pc .isolayer--deco3 .layer {
    text-align: center;
    background: #fff;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.is-pc .isolayer--deco3 .grid__link:hover .layer:not(:first-child) {
    -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
}

.is-pc .isolayer--deco3 .grid__item:nth-child(2n) .layer {
    background: #f7d2dc;
}

.is-pc .isolayer--deco3 .grid__item:nth-child(3n) .layer {
    background: #fff0f3;
}

.is-pc .isolayer--deco3 .grid__item:nth-child(4n) .layer {
    background: #e9c5cc;
}

.is-pc .isolayer--deco3 .grid__item:nth-child(5n) .layer {
    background: #d6cbcd;
}

.is-pc .isolayer--deco3 .grid__item:nth-child(7n) .layer {
    background: #ffc9d8;
}

.is-pc .isolayer--deco3 .layer {
    width: 100%;
    height: 100%;
}

.is-pc .isolayer--deco3 .decoletter {
    font-size: 6em;
    font-weight: 900;
    line-height: 1;
    display: block;
    padding: 70px 0 0 0;
    color: #000;
    color: #000;
}

.is-pc .isolayer--deco3 .deconumber {
    font-size: 3em;
    display: block;
    color: #000;
}

.is-pc .isolayer--deco4 {
    width: 1000px;
    height: 900px;
}

.is-pc .isolayer--deco4 .grid__item {
    padding: 15px;
}

.is-pc .isolayer--deco4 .grid__link .layer:first-child:not(img) {
    background: #ac5cf5;
}

.is-pc .isolayer--deco4 .grid__link .layer:nth-child(2):not(img) {
    background: #5db4eb;
}

.is-pc .isolayer--deco4 .grid__link .layer:nth-child(3):not(img) {
    background: #5debb4;
}

.is-pc .isolayer--deco4 .grid__link .layer {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.is-pc .isolayer--deco4 .grid__link div.layer {
    width: 270px;
    height: 203px;
    opacity: 0.4;
}

.is-pc .isolayer--deco4 .grid__item {
    width: 300px;
    height: 225px;
    padding: 15px;
}

/* Flip effect for the scrollable grid */

.js .grid--effect-flip .grid__item {
    opacity: 0;
}

.js .grid--effect-flip .grid__item.shown {
    opacity: 1;
}

.is-pc .grid--effect-flip .grid__item.animate {
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
    -webkit-animation: moveUp 1s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    animation: moveUp 1s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

@-webkit-keyframes moveUp {
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveUp {
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* Loading effect */

.js .grid {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.js .grid.grid--loaded {
    opacity: 1;
}

.js body::after {
    content: '';
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    pointer-events: none;
    border: 3px solid #fff;
    border-right-color: #323f5c;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-animation: rotateCircle 0.7s linear infinite forwards;
    animation: rotateCircle 0.7s linear infinite forwards;
}

@-webkit-keyframes rotateCircle {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateCircle {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.js body.grid-loaded::after {
    opacity: 0;
}

/* .grid__tip {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
    display: none;
}

.grid__link:hover .grid__tip {
    display: block;
} */

.scenes5-box {
    overflow: hidden;
}

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

.is-pc .scenes5 {
    overflow: hidden;
    position: relative;
    height: 100%;
    height: 100vh;
    min-height: 800px;
    max-height: 1200px;
    padding: 7vmax;
}

/* .section--intro {
    background: linear-gradient(90deg, #58A8FB, #465683);
} */

/* .ie-tip {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    border-top: #CCC 1px solid;
} */

/* is windows */

.windows body {
    font-family: "微软雅黑";
}

.oldie body {
    font-family: \5B8B\4F53, Arial;
}

/* .hackTips {
    position: absolute;
    width: 480px;
    text-align: center;
    margin-left: -240px;
    z-index: 9999;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    top: auto;
    bottom: 40px;
    left: 50%;
}

.hackTips p {
    font-size: 16px;
}

.hackTips span {
    color: red;
}

.hackTips .t2 {
    border: 1px #CCC solid;
    margin: 20px;
    padding: 10px;
    border-radius: 12px;
} */

/* .ie9 .more, .oldie .more {
    text-align: center;
} */

.ie9 .scenes3-column1:after, .oldie .scenes3-column1:after, .ie9 .scenes3-column2:after, .oldie .scenes3-column2:after, .ie9 .scenes2-item:after, .oldie .scenes2-item:after, .ie9 .scenes2-list:after, .oldie .scenes2-list:after, .ie9 .scenes0-text-box:after, .oldie .scenes0-text-box:after {
    content: '';
    display: inline-block;
    width: 100%;
    clear: both;
    overflow: hidden;
    height: 0;
}

/* .is-mobile .swiper-container, .is-mobile .swiper-wrapper, .is-mobile .swiper-slide, */

.ie9 .swiper-container, .ie9 .swiper-wrapper, .ie9 .swiper-slide, .oldie .swiper-container, .oldie .swiper-wrapper, .oldie .swiper-slide {
    height: auto;
    position: relative;
}

.ie9 .swiper-button-prev, .ie9 .swiper-button-next, .oldie .swiper-button-prev, .oldie .swiper-button-next {
    display: none;
}

.ie9 .scenes2-item, .oldie .scenes2-item, .ie9 .scenes0-text-item, .oldie .scenes0-text-item {
    float: left;
}

.ie9 .scenes2-item, .oldie .scenes2-item {
    margin-right: 40px;
}

.oldie .scenes2-item {
    margin-left: 30px;
}

.ie9 .scenes2-item img, .oldie .scenes2-item img {
    float: left;
}

.ie9 .scenes2-text, .oldie .scenes2-text {
    float: right;
    width: 52%;
}

.ie9 .scenes3-column2, .oldie .scenes3-column2 {
    height: auto;
}

.ie9 .scenes3-column1 img, .oldie .scenes3-column1 img {
    float: left;
    margin-right: 20px;
    width: 466px;
}

.ie9 .scenes3-column2, .oldie .scenes3-column2 {
    width: 110%;
}

.ie9 .scenes3-column2-item, .oldie .scenes3-column2-item {
    float: left;
    width: 232px;
}

.ie9 .scenes3-column2-item img, .oldie .scenes3-column2-item img {
    width: 100%;
}

.ie9 .scenes3-column2-abs, .oldie .scenes3-column2-abs {
    margin-bottom: 20px;
}

.oldie .scenes4-box, .oldie .scenes5-box {
    display: none;
}

.ie9 .scenes5, .ie9 .isolayer, .ie9 .grid {
    position: static;
    height: auto;
}

/* .ie9 .scenes5 {
    
} */

.ie9 .isolayer {
    /* position: static; */
    /* left: 50%; */
    /* margin-left: -600px; */
    margin: 0 auto;
}

.ie9 .isolayer--deco1:nth-child(1) .grid__item {
    margin-top: 0;
}

.ie9 .isolayer--deco1:nth-child(2) .grid__item {
    margin-top: 0;
}

.ie9 .grid__item {
    float: left;
}

/* .oldie .scenes0-swiper-box {
    height: auto;
    position: static;
}

.oldie .wowslider-container1, .oldie .scenes0-swiper-box .ws_images img {
    width: 1164px;
    height: auto;
    width: 1164px !important;
    height: auto !important;
    margin: 0 auto;
} */

/* ie10 */

.ie11 .scenes0-text, .ie10 .scenes0-text {
    width: 600px;
}

.ie11 .scenes2-text, .ie10 .scenes2-text {
    width: 300px;
}

.ie11 .scenes3-column1 img, .ie10 .scenes3-column1 img {
    width: 464px;
}

.ie11 .scenes3-column2-item img, .ie10 .scenes3-column2-item img {
    width: 100%;
}

.ie11 .scenes3-column2-item, .ie10 .scenes3-column2-item {
    width: 20%;
}

.is-zoom .scenes2 .scenes2-list {
    -webkit-transform: scale(.95);
    transform: scale(.95);
}

.is-zoom .scenes0-text-box {
    width: 1100px;
    -webkit-transform: scale(.92);
    transform: scale(.92);
}

.is-zoom .scenes0-text-item {
    width: 49%;
}

.is-zoom .scenes0-swiper-box {
    -webkit-transform: scale(.88);
    transform: scale(.88);
}

.is-zoom .scenes0-bg {
    padding-top: 5px;
    margin-bottom: 10px;
    margin-top: 0;
    height: 460px;
}

.is-zoom .scenes2-list {
    margin-top: -15px;
    padding-top: 0;
}

.is-zoom .scenes2 .scenes2-bg {
    padding-bottom: 80px;
}

.is-zoom .scenes3 .scenes-area {
    -webkit-transform: scale(.85);
    transform: scale(.85);
}

.is-zoom .scenes3 .scenes-area {
    margin-top: -70px;
}

.is-zoom .scenes4 .scenes-area {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.is-zoom .scenes4 .scenes-area {
    margin-top: -55px;
}

.is-zoom .scenes1 .scenes-area {
    -webkit-transform: scale(.88);
    transform: scale(.88);
}

.is-zoom .scenes1 .scenes-area {
    margin-top: -20px;
}

.is-zoom .scenes1 .swiper-scenes1 {
    margin-top: -55px;
}

.is-zoom .nav {
    min-height: 44px;
    height: 44px;
}

.is-zoom .nav .nav-btn {
    margin-top: -5px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.is-zoom .nav .nav-btn a {
    padding-top: 5px;
}

/* .is-super-mix .swiper-slide {
    height: 1200px;
} */

/* is-zoom-mix */

.is-zoom-mix .scenes0-swiper-box,
.is-zoom-mix .scenes0-text-box,
.is-zoom-mix .scenes2 .scenes2-list,
.is-zoom-mix .scenes3 .scenes-area,
.is-zoom-mix .scenes4 .scenes-area,
.is-zoom-mix .scenes1 .scenes-area {
    -webkit-transform: scale(.85);
    transform: scale(.85);
}

.is-zoom-mix .scenes0-swiper-box {
    -webkit-transform: scale(.72);
    transform: scale(.72);
}

.is-zoom-mix .scenes0-bg {
    padding-top: 0;
    margin-bottom: 0;
    margin-top: -40px;
    height: 420px;
}

.is-zoom-mix .scenes0-text-box {
    width: 990px;
}

.is-zoom-mix .scenes0-text-item {
    width: 49%;
}

.is-zoom-mix .scenes2-list {
    margin-top: -42px;
    padding-top: 0;
}

.is-zoom-mix .scenes2 .scenes2-bg {
    padding-bottom: 100px;
}

.is-zoom-mix .scenes3 .scenes-area {
    margin-top: -70px;
}

.is-zoom-mix .scenes3 .scenes3-column2-title {
    margin-top: 12px;
    margin-bottom: 6px;
    line-height: 24px;
}

.is-zoom-mix .scenes4 .scenes-area {
    margin-top: -85px;
}

.is-zoom-mix .scenes1 .scenes-area {
    margin-top: -30px;
}

.is-zoom-mix .scenes1 .scenes1-title {
    margin-bottom: 6px;
}

.is-zoom-mix .scenes1 .swiper-scenes1 {
    margin-top: -60px;
}

.is-zoom-mix .nav {
    min-height: 34px;
    height: 34px;
}

.is-zoom-mix .nav .nav-btn {
    margin-top: -10px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
}

.is-zoom-mix .nav .nav-btn a {
    padding-top: 10px;
}

.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: #ff4948;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* box-shadow: 0 0 .2em rgba(0, 0, 0, .6); */
}

.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: #ff4948; */
    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 {
    width: 50%;
    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;
}

.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 .wowslider-container1 {
    /* background: rgb(54, 74, 106); */
    /* background: linear-gradient(to top, rgba(54, 74, 106, 1) 0%, rgba(4, 37, 81, 1) 100%); */
    width: 100%;
}

.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: #85dae7;
    opacity: .6;
    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-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: .3em 0;
    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;
}

.is-mobile .scenes1-title {
    font-size: 1.4em;
    line-height: 1.6em;
}

.is-mobile .scenes1-area {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* .is-mobile .swiper-scenes1,  */

.is-mobile .swiper-scenes1 .mobile-swiper-container::before, .is-mobile .swiper-scenes1 .mobile-swiper-container::after {
    background-color: #4d4c5c;
}

.is-mobile .swiper-scenes1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

/* 
.is-mobile .scenes1 .caption, .is-mobile .scenes1 .caption a {
    color: #FFF;
    font-size: 1em;
    line-height: 1.4em;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.is-mobile .scenes1 .caption {
    width: 100%;
    padding-top: .4em;
    padding-bottom: .4em;
    font-weight: 400;
    position: absolute;
    z-index: 2;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
} 
*/

.is-mobile .scenes1 .caption, .is-mobile .scenes1 .caption a {
    color: #4d4c5c !important;
    /* color: #FFF !important; */
    font-size: 1em;
    line-height: 1.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.is-mobile .scenes1 .caption {
    margin: .6em 1em;
    font-weight: 300;
}

/* .is-mobile .scenes1 .mobile-swiper-slide {
     background-color: #c0290b; 
} */

.is-mobile .scenes2 {
    background-color: #FFF;
}

.is-mobile .scenes2-list {
    width: 94%;
    /* flex-direction: column; */
    /* display: flex; */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
}

.is-mobile .scenes2-item {
    width: 100%;
    padding: 0;
    padding-bottom: 1em;
    margin-bottom: 1em;
    /* justify-content: flex-start; */
    border-bottom: #CCC 1px dashed;
}

.is-mobile .scenes2-item a {
    width: 35%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.is-mobile .scenes2-item img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.is-mobile .scenes2-text {
    width: auto;
    margin: 0;
    margin-left: 0.8em;
}

.is-mobile .scenes2-title {
    font-size: 1.2em;
    line-height: 2em;
    font-weight: 400;
}

.is-mobile .scenes2-abs {
    /* font-size: 1em;
    display: inline; */
    display: none;
}

.is-mobile .scenes2-more {
    /* margin-right: .8em;
    display: inline-block; */
    display: none;
}

/* .is-mobile .scenes2-more a {
    width: auto;
    margin-right: 0;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: right;
} */

.is-mobile .scenes3-column1 {
    width: 80%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    margin-top: .8em;
    margin-bottom: 1.2em;
    overflow: visible;
}

.is-mobile .scenes3-column1 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.is-mobile .scenes3-text {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.is-mobile .scenes3-title {
    width: 100%;
    /* text-align: center; */
    font-size: 1.4em;
    line-height: 1.6em;
    margin-top: .5em;
    margin-bottom: .3em;
}

/* .is-mobile .scenes3-abs {
    text-align: center;
} */

/* .is-mobile .scenes3-column2-box-bg {
    background: rgb(54, 74, 106);
    background: linear-gradient(to top, rgba(54, 74, 106, 1) 0%, rgba(4, 37, 81, 1) 100%);
    width: 100%;
} */

.is-mobile .scenes3-column2 {
    display: block;
    height: auto;
    overflow: visible;
}

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

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

.is-mobile .scenes3-column2-item {
    width: 100%;
    height: auto;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0;
    padding-bottom: 0.6em;
    /* opacity: .7; */
    /* background-color: #034571 */
}

/* .is-mobile .scenes3-column2-item::after {
    content: '';
    position: absolute;
    z-index: 2;
    background-color: #034571;
    opacity: .3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
} */

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

.is-mobile .scenes3-column2-item img {
    width: 100%;
    height: auto;
}

/* .is-mobile .scenes3-column2-title, .is-mobile .scenes3-column2-abs {
    margin-left: 18px;
    margin-right: 18px;
} */

.is-mobile .scenes3-column2-item:hover {
    background-color: #FFF;
}

.is-mobile .scenes3-column2-item:hover .scenes3-column2-title,
.is-mobile .scenes3-column2-item:hover .scenes3-column2-title a {
    color: #d21e00 !important;
}

.is-mobile .scenes3-column2-item:hover .scenes3-column2-abs,
.is-mobile .scenes3-column2-item:hover .scenes3-column2-abs a {
    color: #777 !important;
}

.is-mobile .scenes3-column2-title,
.is-mobile .scenes3-column2-title a {
    font-weight: 300;
}

.is-mobile .scenes3-column2-title {
    /* text-align: center; */
    margin-top: 9px;
    margin-bottom: 12px;
    font-size: 1.2em;
    line-height: 1.6em;
    margin-left: 10px;
    margin-right: 10px;
}

.is-mobile .scenes3-column2-abs {
    display: none;
    height: auto;
    padding-bottom: 1.6em;
}

.is-mobile .scenes3-pagination {
    /* bottom: .5em; */
    bottom: 0;
}

.is-mobile .scenes4 {
    background: #000;
    overflow: visible;
    padding-top: 1em;
    padding-bottom: 1em;
}

.is-mobile .scenes4 .swiper-wrapper {
    z-index: 2;
}

.is-mobile .swiper-scenes4 {
    overflow: visible;
    margin: 0;
}

.is-mobile .swiper-scenes4::after {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #cc2725;
    width: 600%;
    height: 60%;
    top: 0;
    -webkit-transform: rotate(-35deg) translateY(-190%);
    transform: rotate(-35deg) translateY(-190%);
    opacity: .73;
}

.mobile-swiper-container {
    overflow: visible;
    z-index: 2;
}

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

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

.mobile-swiper-wrapper, .mobile-swiper-slide {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* .mobile-swiper-wrapper {} */

/* .mobile-swiper-slide {} */

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

.is-mobile .accordion .panel {
    height: 100%;
    width: 100%;
    /* background-color: #000;
    background-image: url('../bundle/preloader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    overflow: hidden; */
}

.is-mobile .scenes5-box {
    height: auto;
    position: static;
}

.is-mobile .scenes5 {
    /* overflow: hidden;
    position: relative;
    height: 100%;
    height: 100vh;
    min-height: 800px;
    max-height: 1200px;
    padding: 7vmax; */
    /* overflow: hidden; */
    /* position: relative; */
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

.is-mobile .scenes5 .mobile-swiper-container::before {
    background: #58A8FB;
    opacity: .5;
}

.is-mobile .scenes5 .mobile-swiper-container::after {
    background: #465683;
    opacity: .5;
}

.is-mobile .footer {
    /* margin-top: 1em; */
    width: 100%;
    padding-top: 1.6em;
    padding-bottom: 5em;
    line-height: 1.6em;
    background-color: #4d4c5c;
    background-position: center 0;
    background-repeat: no-repeat;
    background-image: url('./mobile-footer.jpg');
    background-size: cover;
}

.is-mobile .footer,
.is-mobile .footer a {
    color: #FFF !important;
    font-size: 12px;
}

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