﻿/**
 * Swiper 3.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 1, 2015
 */
 
 .container {
    margin: 0 auto;
    width: 1100px;
}


 .clearfix:after{ display:block; content:""; height:0px; line-height:0px; clear:both;}
 
 
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.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-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  box-sizing: content-box; }

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

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

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

.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'%23007aff'%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'%23007aff'%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;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

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

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

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

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

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

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

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

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

/* 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: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* 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: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* 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: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* 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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

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

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

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

.chapter-container {
  width: 100%;
  height: 51px; }
  .chapter-container .chapter-nav {
    background: #FFFFFF;
    width: 100%;
    min-width: 1100px;
    border-bottom: 1px solid #F0F0F0; }
    @media (max-width: 1100px) {
      .chapter-container .chapter-nav {
        min-width: 1000px; } }
    .chapter-container .chapter-nav .chapter-nav-main {
      height: 50px; }
      .chapter-container .chapter-nav .chapter-nav-main .chapter-title {
        height: 50px;
        line-height: 50px;
        font-size: 16px; }

.btn-login {
  width: 80px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #2B90ED;
  color: #2B90ED;
  text-align: center;
  border-radius: 2px;
  cursor: pointer; }
  .btn-login:hover {
    background-color: #2B90ED;
    color: #FFFFFF; }

.section-index-fix {
  position: fixed;
  top: 0px; }

.second-js-top {
  min-width: 1100px; }
  @media (max-width: 1100px) {
    .second-js-top {
      min-width: 1000px; } }

.chapter-nav {
  background: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  min-width: 1100px;
  border-bottom: 1px solid #F0F0F0; }
  @media (max-width: 1100px) {
    .chapter-nav {
      min-width: 1000px; } }

.global-js-top {
  position: fixed;
  top: 0; }

.margin-60 {
  margin-top: 61px !important; }

.margin-50 {
  margin-top: 51px !important; }

.top-fix {
  z-index: 100;
  width: 100%; }
  @media (max-width: 768px) {
    .top-fix .chapter-nav-main ul.pull-right {
      margin-right: 230px; } }

.chapter-nav-main {
  height: 50px;
  width: 1100px;
  margin: 0 auto;
  z-index: 100; }
  @media (max-width: 1100px) {
    .chapter-nav-main {
      min-width: 1000px;
      width: 1000px; } }
  .chapter-nav-main .chapter-title {
    height: 50px;
    line-height: 50px;
    font-size: 16px; }
    .chapter-nav-main .chapter-title .chapter-nav-logo {
      width: 52px;
      height: 18px;
      background-size: 52px 18px;
      display: inline-block;
      background-repeat: no-repeat;
      padding: 0;
      margin-right: 13px;
      vertical-align: middle;
      background-image: url("../images/ae390c0c8805ab13ac76dae4600d5837.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        .chapter-nav-main .chapter-title .chapter-nav-logo {
          background-image: url("../images/nav_stag2_logo@2x.png"); } }
      .chapter-nav-main .chapter-title .chapter-nav-logo + span {
        padding-left: 16px;
        border-left: 1px solid #cdcdcd; }
    .chapter-nav-main .chapter-title span {
      vertical-align: middle; }
  .chapter-nav-main ul {
    height: 50px;
    line-height: 50px; }
    .chapter-nav-main ul li {
      margin: 0 46px 0 0;
      padding: 0;
      display: inline-block;
      font-size: 14px; }
      .chapter-nav-main ul li:hover span {
        border-bottom: 2px solid #EE0000;
        height: 48px; }
      .chapter-nav-main ul li a {
        color: #000000;
        display: inline-block;
        padding: 0 10px; }
        .chapter-nav-main ul li a span {
          display: inline-block; }
        .chapter-nav-main ul li a:hover {
          color: #EE0000; }
    .chapter-nav-main ul li:last-child {
      margin: 0; }
    .chapter-nav-main ul li.lastchild {
      width: 80px;
      margin-right: 0;
      height: 30px;
      cursor: pointer;
      line-height: 30px;
      display: inline-block;
      text-align: center;
      background: #EE0000;
      border-radius: 2px; }
      .chapter-nav-main ul li.lastchild:hover {
        border-bottom: 0;
        height: 30px;
        background-color: #D51616; }
      .chapter-nav-main ul li.lastchild a {
        color: #FFFFFF;
        font-size: 12px; }
    .chapter-nav-main ul .active span {
      border-bottom: 2px solid #EE0000;
      height: 48px; }
    .chapter-nav-main ul .active a {
      color: #e00; }

.yysc {
  font-size: 16px;
  color: #333333; }

.type-nav,
.app-nav {
  width: 100%;
  z-index: 10; }

.affix.type-nav {
  position: fixed;
  top: 51px; }

.affix.app-nav {
  position: fixed;
  top: 0; }

.ui-page-loading {
  position: relative;
  width: 100%;
  min-height: 200px; }

.ui-page-loading::before,
.ui-page-loading::after {
  position: absolute;
  content: ' ';
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 40px; }

.ui-page-loading::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTBDNjMxRjQ4NEMwMTFFNUJGNUU4ODhEMTJBNEZCOUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTBDNjMxRjU4NEMwMTFFNUJGNUU4ODhEMTJBNEZCOUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMEM2MzFGMjg0QzAxMUU1QkY1RTg4OEQxMkE0RkI5QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMEM2MzFGMzg0QzAxMUU1QkY1RTg4OEQxMkE0RkI5QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PncwdQsAAADDUExUReUAEvWbpOYQIvBwfPnDyfnEyfvX2vrP0+cVJ+cZKexIV/F4g+xMWu1VYukrO/OMlvnEyuggMO5bafess/3j5uxLWetATukqOvSOmP3r7eoxQe5fbPJ8huxAT/i7wP/7/O9kcPeqsfzo6ugkNPze4ekmNuxBUOksPPi4veUBFOs7SfF1gPSNl/WXoO1TYPzf4vahqfzp6/iutfvU2OcTJOklNfe2vOo0Q/WaovnCyO5davi5vvenruknN/OKlPrN0v///zkM63UAAABBdFJOU/////////////////////////////////////////////////////////////////////////////////////8AMFXsxwAAAK9JREFUeNrs1EcOwkAMBdAPgXR6r6H33ju5/6mYFRmQPPIGiUX+1k+WZVmGzwxC+DN4tpIGCy6AIQs2AJMDPRM4cqAOwObAm4BZDmwJ6HDgTsDqqqwlBiklzCGIEt4DN1HA9UVqWCBgpz3dziQHi4AZ4HqSYYmAohSPyNAhYPQb1mkY+4A1LtxwYY87Y4WG6Tfcu9rTp9czemDct7V5c6m6nmLXNfRDPvw9fwFfAgwAID5W18yS7jUAAAAASUVORK5CYII=");
  background-repeat: no-repeat; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .ui-page-loading::before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTBDNjMxRjA4NEMwMTFFNUJGNUU4ODhEMTJBNEZCOUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTBDNjMxRjE4NEMwMTFFNUJGNUU4ODhEMTJBNEZCOUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMEM2MzFFRTg0QzAxMUU1QkY1RTg4OEQxMkE0RkI5QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMEM2MzFFRjg0QzAxMUU1QkY1RTg4OEQxMkE0RkI5QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgmgW78AAAFoUExUReUAEuUAEuYPIOklNeYQIukkNeYPIv76+/zo6vrP0/i9wvWcpeYHGuYHG/akrPezuexLWfajq/Buevza3utDUf3r7ecTJP/7/OgcLveor+YGGveyuPOJk/WWn+knOPrIzf3t7uUBFfSPmeo0Re1SYOotPvJ7hu1UYe5gbvSNl+1YZ+9odetGVfF1gO1WY/nHzPBteO5ZZvvW2eo1Rvzh5Pi4ve5ea/Brd+cWKPSRmvWZoukoOv719v3y8+tEU+UEF+YNH+cRI+kmNvnEyfaiqvF3g+cRJOktPexCUPWVn/nEyvaep/3m6Os5SecSJu9kcP73+POHkugdLvF4g/vZ3PKDjecVJ/vR1fadpuouP+YGGOYMH/Btef3x8uovP/nBxexHV/avtf3l5+xMW+5fbfOLlfOLlvahqeYKHPza3eggMOgeL/nCxvJ+iO1VYvJ/i/J9h+tHVugeMP/9/fzd4OkoOOgcLf///0a13loAAAB4dFJOU///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AHxXGIwAAAF3SURBVHja7NdVbwMxDADgeut27ZW5HTMzc8fMzMzM+fvbWu/tsltyliZN8VPy4E+JnESxjRGHTYEKVKACFfjHYHV8vs5HCAbgK7rpwNYUCMdk4HsaLKECZ9Me1FOBtwguUYGjCM5QgXcI5lKBfgSniUDNjmALEViIXtJBBE4huL5IBJYh+EZ09fpyECwlAr3owdDV5yyy0X5xttuZsACefIPgvn8q8OA4Txp0gGFcSoO1xmBUFiwy9iAsC05ywApJ8IHjQY8UGGnieRAUBTXnkcYmuB6UC4GBMf8NwAsb54PLIuBpKmWQsSw+2CsCplMyGMvkg1Ui4M4vwEYRMNsc7BJ6HOzm4DU1WBySAn+osk68QnglBveZVJX5W/ZSgyFqUKc+Nk5icIDRgjV7jNHc5e2thsdNvU3052BUlOhc84prxOz/xQHdKcKDD2M8vLCWcPZb6aRwUTFW2XHuW9Wst2au5+HDYP5BTLW3ClSgAhX4f8EPAQYAjrzx/JGco8gAAAAASUVORK5CYII=");
    background-size: 40px; } }

.ui-page-loading::after {
  border-color: #e50012 transparent transparent transparent;
  -webkit-animation: loading 0.6s linear infinite;
  animation: loading 0.6s linear infinite; }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.banner {
  background: url("../images/banner_bg.jpg") no-repeat center;
  background-size: cover;
  background-position: bottom center;
  height: 300px;
  font-size: 16px;
  color: #fff;
  text-align: center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .banner {
      background-image: url("../images/banner_bg@2x.jpg"); } }
  .banner > .container {
    display: table;
    height: 100%; }

.banner-text {
  display: table-cell;
  vertical-align: middle; }
  .banner-text > h2 {
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 1.35;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
  .banner-text > p {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
  .banner-text > .btn {
    display: block;
    width: 195px;
    margin: 44px auto 0;
    padding: 13px 0;
    background-color: #FEC701;
    border: 1px solid #F5A623;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #312704; }

.section {
  padding: 80px 0; }
  .section .thumb-list {
    text-align: center; }
    .section .thumb-list > li {
      display: inline-block;
      margin: 0 75px; }
    .section .thumb-list h5 {
      font-size: 16px; }
  .section .thumb {
    margin: 0 auto 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center; }

.section-title {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center; }

.section-industry {
  padding-bottom: 0; }

.industry-list {
  margin-left: -140px;
  font-size: 16px;
  color: #333; }
  .industry-list > li {
    float: left;
    width: 25%;
    text-align: center; }
  .industry-list .industry-item {
    margin-left: 140px; }
  .industry-list .icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    background-color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; }
  .industry-list .icon-spot {
    background-image: url("../images/spot.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .industry-list .icon-spot {
        background-image: url("../images/spot@2x.png"); } }
  .industry-list .icon-hotel {
    background-image: url("../images/hotel.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .industry-list .icon-hotel {
        background-image: url("../images/hotel@2x.png"); } }
  .industry-list .icon-events {
    background-image: url("../images/events.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .industry-list .icon-events {
        background-image: url("../images/events@2x.png"); } }
  .industry-list .icon-relax {
    background-image: url("../images/relaxing.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .industry-list .icon-relax {
        background-image: url("../images/relaxing@2x.png"); } }

.scene-list {
  margin-left: -40px; }
  .scene-list > li {
    float: left;
    width: 33.3%; }
  .scene-list .scene-item {
    margin-left: 40px; }
  .scene-list .thumb {
    width: 306px;
    height: 200px;
    margin-bottom: 20px;
    background-color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; }
  .scene-list .thumb-1 {
    background-image: url("../images/01.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .scene-list .thumb-1 {
        background-image: url("../images/01@2x.png"); } }
  .scene-list .thumb-2 {
    background-image: url("../images/02.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .scene-list .thumb-2 {
        background-image: url("../images/02@2x.png"); } }
  .scene-list .thumb-3 {
    background-image: url("../images/03.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .scene-list .thumb-3 {
        background-image: url("../images/03@2x.png"); } }
  .scene-list .text > p {
    position: relative;
    padding-bottom: 16px;
    padding-left: 78px; }
  .scene-list .label {
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    white-space: pre; }
  .scene-list .label-danger {
    background-color: #b2091d; }
  .scene-list .label-success {
    background-color: #6dbc16; }

.section-provider {
  padding: 50px 0;
  height: 370px;
  background: url("../images/bg.png") no-repeat center;
  background-size: cover;
  color: #fff; }
  .section-provider .section-title {
    margin-bottom: 40px;
    color: #fff; }
  .section-provider .thumb {
    margin-bottom: 26px;
    width: 260px;
    height: 260px;
    background-size: 100%; }
  .section-provider .thumb-1 {
    background-image: url("../images/support.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .section-provider .thumb-1 {
        background-image: url("../images/support@2x.png"); } }
  .section-provider .thumb-2 {
    background-image: url("../images/1v1.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .section-provider .thumb-2 {
        background-image: url("../images/1v1@2x.png"); } }

.wrap-piaowu > .section {
  border-top: 1px solid #c2c2c2; }
  .wrap-piaowu > .section:first-child {
    border-top: none; }

.wrap-piaowu .section-title {
  position: relative; }
  .wrap-piaowu .section-title .marker {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    width: 30px;
    height: 22px;
    background: url("../images/marker.png") no-repeat center;
    background-size: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #fff; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .wrap-piaowu .section-title .marker {
        background-image: url("../images/marker@2x.png"); } }

.section-online .thumb {
  width: 256px;
  height: 454px; }

.section-online .thumb-1 {
  background-image: url("../images/order.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .section-online .thumb-1 {
      background-image: url("../images/order@2x.png"); } }

.section-online .thumb-2 {
  background-image: url("../images/proof.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .section-online .thumb-2 {
      background-image: url("../images/proof@2x.png"); } }

.section-hexiao .thumb {
  width: 260px;
  height: 260px; }

.section-hexiao .thumb-1 {
  background-image: url("../images/shangjia.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .section-hexiao .thumb-1 {
      background-image: url("../images/shangjia@2x.png"); } }

.section-hexiao .thumb-2 {
  background-image: url("../images/self_service.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .section-hexiao .thumb-2 {
      background-image: url("../images/self_service@2x.png"); } }

.marketing-list {
  margin-left: -60px; }
  .marketing-list > li {
    float: left;
    width: 33.3%; }
  .marketing-list .marketing-item {
    position: relative;
    height: 217px;
    padding: 40px 20px;
    margin-left: 60px;
    background-color: #f8f8f8;
    color: #666;
    text-align: center; }
    .marketing-list .marketing-item > h4 {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: bold;
      color: #333; }

.plan-list {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  font-size: 0; }
  .plan-list > li {
    display: inline-block;
    margin: 0 13px;
    font-size: 14px;
    color: #333; }
  .plan-list .icon {
    display: block;
    width: 67px;
    height: 67px;
    margin: 0 auto 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .plan-list .icon-wifi {
    background-image: url("../images/wifi.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .plan-list .icon-wifi {
        background-image: url("../images/wifi@2x.png"); } }
  .plan-list .icon-voice {
    background-image: url("../images/voice.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .plan-list .icon-voice {
        background-image: url("../images/voice@2x.png"); } }
  .plan-list .icon-map {
    background-image: url("../images/map.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .plan-list .icon-map {
        background-image: url("../images/map@2x.png"); } }
  .plan-list .icon-coupon {
    background-image: url("../images/coupon.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .plan-list .icon-coupon {
        background-image: url("../images/coupon@2x.png"); } }
  .plan-list .icon-groupon {
    background-image: url("../images/groupon.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .plan-list .icon-groupon {
        background-image: url("../images/groupon@2x.png"); } }
  .plan-list .icon-discount {
    background-image: url("../images/discount.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .plan-list .icon-discount {
        background-image: url("../images/discount@2x.png"); } }
  .plan-list .icon-vip {
    background-image: url("../images/vip.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .plan-list .icon-vip {
        background-image: url("../images/vip@2x.png"); } }
  .plan-list .icon-points {
    background-image: url("../images/points.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .plan-list .icon-points {
        background-image: url("../images/points@2x.png"); } }
  .plan-list .icon-tag {
    background-image: url("../images/tag.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .plan-list .icon-tag {
        background-image: url("../images/tag@2x.png"); } }

.case-list {
  position: relative; }
  .case-list .case-item {
    padding: 14px 14px 0;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.417;
    color: #666;
    text-align: left; }
    .case-list .case-item > h6 {
      margin-bottom: 5px;
      font-size: 14px; }
    .case-list .case-item > p {
      min-height: 119px;
      margin-bottom: 10px; }
  .case-list .link-shop {
    position: relative;
    display: block;
    padding: 12px;
    border-top: 1px solid #D8D8D8;
    font-size: 14px;
    text-align: center;
    color: #4A90E2; }
    .case-list .link-shop:hover .extend-qrcode {
      display: block; }
  .case-list .extend-qrcode {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border: 1px solid #E5E5E5;
    border-radius: 6px; }
    .case-list .extend-qrcode > img {
      position: relative;
      z-index: 1;
      width: 100%;
      border-radius: 6px; }
    .case-list .extend-qrcode:after {
      content: '';
      display: block;
      display: none\9;
      /* ie8 */
      width: 16px;
      height: 16px;
      -webkit-transform: rotate(51deg) skew(12deg);
              transform: rotate(51deg) skew(12deg);
      background: #fff;
      position: absolute;
      z-index: 0;
      top: 100%;
      left: 50%;
      margin-left: -8px;
      margin-top: -12px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
  .case-list .thumb {
    margin: 0 0 10px;
    width: 192px;
    height: 100px;
    background-position: center;
    background-size: cover; }
  .case-list .btn-prev,
  .case-list .btn-next {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    width: 18px;
    height: 35px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
    .case-list .btn-prev.disabled,
    .case-list .btn-next.disabled {
      cursor: default;
      opacity: .5; }
  .case-list .btn-prev {
    left: -48px;
    background-image: url("../images/icon_prev.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .case-list .btn-prev {
        background-image: url("../images/icon_prev@2x.png"); } }
  .case-list .btn-next {
    right: -48px;
    background-image: url("../images/icon_next.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .case-list .btn-next {
        background-image: url("../images/icon_next@2x.png"); } }

.wrap-related .section-title {
  margin-bottom: 30px;
  text-align: left; }

.section-related {
  width: 245px; }
  .section-related a {
    color: #333; }
    .section-related a:hover {
      color: #e00; }

.section-partners {
  width: 655px;
  margin-left: 100px; }
  .section-partners .partner-list {
    font-size: 0; }
    .section-partners .partner-list > li {
      display: inline-block;
      margin-left: 34px; }
      .section-partners .partner-list > li:first-child {
        margin-left: 0; }
    .section-partners .partner-list img {
      width: 195px; }

@media (max-width: 1100px) {
  body {
    width: 1265px; } }
