@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /* HTML5 display-role reset for older browsers */ }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  min-width: 1200px;
  box-sizing: border-box; }

html {

  font-size: 16px; }

body {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: Arial, "Microsoft YaHei"; }

a {
  color: #333;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    color: #0099ff;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }

.container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.body-f7-bg {
  height: 100%;
  width: 100%;
  background: #F7F7F7; }

.bg-f7 {
  background: #F7F7F7; }

.page-btn-box {
  margin: 34px auto 34px;
  text-align: center;
  font-size: 20px; }
  .page-btn-box.left {
    text-align: left; }

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }

.circle {
  align-items: center;
  width: 30px;
  height: 30px;
  background: rgba(0, 153, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  transition: border 200ms, background-color 200ms, height 200ms, width 200ms;
  z-index: 9; }
  .circle::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(0, 153, 255, 0.5);
    border-radius: 50%; }
  .circle .circle-center {
    z-index: 10;
    background-color: #fff;
    border-radius: 50%;
    height: 8px;
    width: 8px; }
    .circle .circle-center:before {
      animation: ripple 1.4s infinite; }
    .circle .circle-center::after {
      animation: ripple 1.4s infinite;
      animation-delay: .8s; }
    .circle .circle-center::before, .circle .circle-center::after {
      background: transparent;
      border: solid 1px #0099ff;
      border-radius: 50%;
      content: '';
      height: 100%;
      left: -1px;
      top: -1px;
      position: absolute;
      transform-origin: center center;
      width: 100%; }

@-webkit-keyframes ripple {
  0% {
    opacity: .75;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(2); } }

.circle-top-1 {
  top: 230px;
  right: 240px; }

.circle-top-2 {
  top: 170px;
  right: 138px; }

.button, .btn-default, .btn-fabulous, .btn-border-default, .is-or-btn {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFA509;
  border: 1px solid #FFA509;
  border-color: #FFA509;
  color: white;
  -webkit-appearance: none;
  text-align: center;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 20px;
  border-radius: 4px; }
  .button:hover, .btn-default:hover, .btn-fabulous:hover, .btn-border-default:hover, .is-or-btn:hover {
    background: #ff8930;
    color: white; }

.is-btn {
  cursor: pointer;
  display: inline-block;
  width: 258px;
  height: 68px;
  text-align: center;
  background: url(../images/btn/page1_btn.png) no-repeat 50%;
  background-size: cover;
  color: white;
  line-height: 52px; }
  .is-btn:hover {
    width: 258px;
    height: 68px;
    color: white;
    background: url(../images/btn/page1_btn_hover.png) no-repeat 50%; }

.btn-default {
  background: transparent;
  border: 1px solid white;
  border-color: white;
  border-radius: 24px;
  width: 198px;
  padding: 0;
  height: 48px;
  line-height: 48px; }
  .btn-default:hover {
    border: 1px solid #ff8930;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.btn-fabulous {
  position: relative;
  z-index: 20;
  font-size: 14px;
  border-radius: 14px;
  width: 70px;
  padding: 0;
  height: 28px;
  line-height: 28px;
  transition: transform ease-in 0.1s; }
  .btn-fabulous:hover {
    border: 1px solid #ff8930;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.btn-border-default {
  background: transparent;
  border-radius: 24px;
  border: 1px solid ff8930;
  border-color: ff8930;
  width: 108px;
  padding: 0;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #333; }
  .btn-border-default:hover {
    border: 1px solid #ff8930;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.is-or-btn {
  padding: 0;
  height: 50px;
  line-height: 50px;
  width: 210px;
  background: #FF8809;
  border-radius: 25px; }
  .is-or-btn:hover {
    background: #FFA509;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.banner-btn {
  display: block;
  width: 114px;
  height: 32px;
  background: #0099ff;
  border-radius: 16px;
  font: 700 18px/32px "Microsoft YaHei";
  color: white;
  text-align: center;
  border: 0; }
  .banner-btn:hover {
    background: #FFA509;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%; }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%; }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%; } }

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%; }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%; }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%; } }

.is-input {
  -webkit-appearance: none;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  color: #999;
  display: inline-block;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  width: 241px;
  height: 50px;
  background: white;
  border-radius: 25px; }

.tips {
  position: absolute;
  border-radius: 4px;
  padding: 10px;
  z-index: 2000;
  font-size: 12px;
  line-height: 1.2;
  min-width: 10px;
  word-wrap: break-word;
  background: #0099FF;
  border-radius: 4px;
  font-size: 14px;
  color: white;
  padding: 5px 15px; }
  .tips .as-arrow, .tips .as-arrow:after {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-width: 6px;
    border-color: transparent;
    border-style: solid; }
    .tips .as-arrow:after {
      content: "";
      border-width: 5px; }
  .tips .is-right-arrow {
    top: 50%;
    margin-top: -5px;
    left: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #0099FF; }
    .tips .is-right-arrow:after {
      content: " ";
      left: 1px;
      bottom: -5px;
      border-left-width: 0;
      border-right-color: #0099FF; }
  .tips .tips-inner {
    line-height: 26px; }

/**
 * 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;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  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;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* 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: 22px;
  height: 39px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  background-image: url("../images/index/arrow.png");
  background-repeat: no-repeat; }

.swiper-button-next {
  left: 0;
  background-position: 0 -39px; }
  .swiper-button-next:hover {
    background-position: 0 0; }

.swiper-button-prev {
  right: 0;
  background-position: -23px -39px; }
  .swiper-button-prev:hover {
    background-position: -23px 0; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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: #ccc;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-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);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-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;
  -moz-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;
  -moz-transform-style: preserve-3d;
  -ms-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 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  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 {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  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 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  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 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  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;
  -moz-backface-visibility: hidden;
  -ms-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;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-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;
  -moz-transform-origin: 100% 0;
  -ms-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;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-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: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: 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%;
  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%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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%;
  -webkit-background-size: 100%;
  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% {
    transform: rotate(360deg); } }


.page-banner .swiper-container {
  width: 100%;
  height: 100%; }
  .page-banner .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left; }
    .page-banner .swiper-container .swiper-slide > a {
      display: block;
      width: 100%;
      height: 100%; }
      .page-banner .swiper-container .swiper-slide > a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%); }

.page-banner .as-banner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  background: #eff0f3 url(../images/zxpd/banner.jpg) no-repeat center top; }

.page-banner .banner-slogan {
  padding-top: 30px;
  text-align: left; }
  .page-banner .banner-slogan h2 {
    font-size: 28px;
    line-height: 50px;
    text-align: left;
    font: 400 28px/50px "Microsoft YaHei"; }
  .page-banner .banner-slogan h1 {
    color: #0099ff;
    font: 700 48px/60px "Microsoft YaHei"; }
  .page-banner .banner-slogan .btn-box {
    margin-top: 10px; }

.media-box {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden; }
  .media-box .media-left {
    float: left;
    margin-right: .8em;
    width: 150px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    overflow: hidden; }
    .media-box .media-left img {
      width: 100%;
      max-height: 100%;
      vertical-align: top; }
  .media-box .media-content {
    float: left;
    width: 400px; }
    .media-box .media-content .media-title {
      font-weight: 400;
      font-size: 18px;
      width: auto;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      word-wrap: break-word;
      word-break: break-all; }
    .media-box .media-content .media-desc {
      color: #999;
      font-size: 14px;
      line-height: 1.5;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      margin-bottom: 10px; }
    .media-box .media-content .media-info {
      font-size: 14px;
      color: #999;
      line-height: 24px;
      overflow: hidden; }
      .media-box .media-content .media-info li {
        float: left;
        padding-right: 1em; }
        .media-box .media-content .media-info li .is-icon {
          vertical-align: middle; }
      .media-box .media-content .media-info .right {
        float: right; }
  .media-box:hover .media-title {
    color: #333; }

.is-item {
  margin: 20px 0; }
  .is-item .hd {
    width: 54px;
    margin-right: 26px; }
  .is-item .bd h3 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all; }
  .is-item .bd p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }

.zoom-img, .media-box .media-left img {
  vertical-align: top;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden; }

.zoom-scale-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

.breadcrumb {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px; }
  .breadcrumb .breadcrumb-item {
    float: left; }

.page-title-hd {
  text-align: center;
  margin: 0 auto;
  margin-top: 40px; }
  .page-title-hd .page-title {
    position: relative;
    font-size: 36px;
    line-height: 2;
    color: #333; }
	
	
	.page-title-hd1 {
	text-align: center;

	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

	padding-bottom: 20px;	
}
  .page-title-hd1 .page-title {
    position: relative;
    font-size: 20px;
	
    color: #333; }
    .page-title-hd .page-title:after {
      content: ' ';
      position: absolute;
      bottom: 0;
      background: #0099FF;
      width: 50px;
      height: 2px;
      left: 50%;
      margin-left: -25px; }
  .page-title-hd .min-title {
    font-size: 18px;
    line-height: 46px;
    text-align: center; }

.pagination-box {
  text-align: center; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination li {
    display: inline; }
    .pagination li a, .pagination li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857143;
      color: #00A0E9;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid  #E6E6E6;
      margin: 0 4px; }
      .pagination li a:hover, .pagination li a:focus, .pagination li > span:hover, .pagination li > span:focus {
        color: white;
        background-color: #00A0E9;
        border-color: #00A0E9; }
  .pagination .active > a,
  .pagination .active > span,
  .pagination .active > a:hover,
  .pagination .active > span:hover,
  .pagination .active > a:focus,
  .pagination .active > span:focus {
    z-index: 2;
    color: white;
    cursor: default;
    background-color: #00A0E9;
    border-color: #00A0E9; }
  .pagination .disabled > span,
  .pagination .disabled > span:hover,
  .pagination .disabled > span:focus,
  .pagination .disabled > a,
  .pagination .disabled > a:hover,
  .pagination .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: white;
    border-color: #E6E6E6; }

.article {
  line-height: 32px; }
  .article * {
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word; }
  .article .title {
    font-size: 30px;
    font-weight: 400; }
  .article .page-desc {
    font-size: 14px;
    line-height: 32px;
    color: #999;
    border-bottom: 1px solid #E6E6E6; }
    .article .page-desc > span {
      margin-right: 15px; }
  .article .article-box {
    margin: 20px 0 40px; }
    .article .article-box p {
      text-indent: 2em; }

.article-footer {
  height: 50px;
  line-height: 50px;
  border-top: 1px dashed #E6E6E6;
  border-bottom: 1px dashed #E6E6E6;
  margin: 20px auto; }
  .article-footer a {
    display: block;
    cursor: pointer; }

.hf-fixed-menu {
  z-index: 99;
  position: fixed;
  transform: translateZ(0);
  top: 50%;
  width: 70px;
  height: 344px;
  margin-top: -172px;
  right: 30px;
  background: #fff;
  box-shadow: 0px 10px 25px 0px rgba(10, 2, 4, 0.1);
  border-radius: 26px; }
  .hf-fixed-menu .fixed-menu-list {
    width: 100%;
    height: 86px;
    position: relative; }
    .hf-fixed-menu .fixed-menu-list .list-content {
      width: 100%;
      padding: 16px 0;
      border-bottom: 1px solid #F7F7F7;
      cursor: pointer; }
      .hf-fixed-menu .fixed-menu-list .list-content img {
        width: 31px;
        height: 31px;
        display: block;
        margin: 0 auto; }
      .hf-fixed-menu .fixed-menu-list .list-content span {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #666;
        margin: 0 auto;
        margin-top: 5px;
        text-align: center; }
    .hf-fixed-menu .fixed-menu-list.last .list-content {
      border-bottom: none; }
    .hf-fixed-menu .fixed-menu-list .fade-info {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      padding-right: 17px;
      right: 50px;
      top: 50%;
      background: transparent; }
      .hf-fixed-menu .fixed-menu-list .fade-info .fade-info-content {
        width: 100%;
        height: 100%;
        background: #ffffff;
        position: relative;
        border-radius: 4px;
        box-shadow: 0px 10px 25px 0px rgba(10, 2, 4, 0.1); }
        .hf-fixed-menu .fixed-menu-list .fade-info .fade-info-content i {
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          border-width: 6px;
          border-color: transparent;
          border-style: solid;
          top: 50%;
          margin-top: -10px;
          right: -10px;
          border-width: 10px 0 10px 10px;
          border-left-color: #fff; }
        .hf-fixed-menu .fixed-menu-list .fade-info .fade-info-content .tip {
          color: #ffffff;
          font-size: 16px; }
      .hf-fixed-menu .fixed-menu-list .fade-info.code {
        width: 140px;
        height: 164px;
        margin-top: -82px; }
        .hf-fixed-menu .fixed-menu-list .fade-info.code .fade-info-content img {
          display: block;
          width: 140px;
          height: 140px;
          margin: 0 auto; }
        .hf-fixed-menu .fixed-menu-list .fade-info.code .fade-info-content span {
          display: block;
          display: block;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 12px;
          font-family: MicrosoftYaHei;
          font-weight: 400;
          color: #000000;
          margin: 0 auto;
          text-align: center;
          background: #fff; }
      .hf-fixed-menu .fixed-menu-list .fade-info.orange {
        height: 50px;
        line-height: 50px;
        margin-top: -25px; }
        .hf-fixed-menu .fixed-menu-list .fade-info.orange .fade-info-content {
          background: #FFA509;
          text-align: center; }
          .hf-fixed-menu .fixed-menu-list .fade-info.orange .fade-info-content i {
            border-left-color: #FFA509; }
      .hf-fixed-menu .fixed-menu-list .fade-info.blue {
        height: 50px;
        line-height: 50px;
        margin-top: -25px; }
        .hf-fixed-menu .fixed-menu-list .fade-info.blue .fade-info-content {
          background: #FF6422;
          text-align: center; }
          .hf-fixed-menu .fixed-menu-list .fade-info.blue .fade-info-content i {
            border-left-color: #FF6422; }
      .hf-fixed-menu .fixed-menu-list .fade-info.sub {
        width: 284px;
        height: 232px;
        margin-top: -116px; }
        .hf-fixed-menu .fixed-menu-list .fade-info.sub .fade-info-content {
          background: #fff;
          padding: 20px 0;
          box-sizing: border-box; }
          .hf-fixed-menu .fixed-menu-list .fade-info.sub .fade-info-content .title {
            color: #333333;
            font-size: 16px;
            text-align: center;
            margin-bottom: 10px; }
            .hf-fixed-menu .fixed-menu-list .fade-info.sub .fade-info-content .title span {
              font-size: 22px;
              color: #0099FF; }
          .hf-fixed-menu .fixed-menu-list .fade-info.sub .fade-info-content .scan-info {
            height: 40px;
            width: 243px;
            font-size: 0;
            margin: 0 auto; }
            .hf-fixed-menu .fixed-menu-list .fade-info.sub .fade-info-content .scan-info .sub-tel, .hf-fixed-menu .fixed-menu-list .fade-info.sub .fade-info-content .scan-info .sub-name {
              width: 243px;
              height: 40px;
              color: #666;
              border-radius: 4px;
              border: 1px solid #CCCCCC;
              outline: none;
              box-sizing: border-box;
              text-indent: 5px;
              font-size: 14px;
              padding: 0;
              margin-bottom: 12px; }
            .hf-fixed-menu .fixed-menu-list .fade-info.sub .fade-info-content .scan-info .sub-btn {
              width: 243px;
              height: 40px;
              background: #0099FF;
              border-radius: 4px;
              line-height: 40px;
              border-radius: 4px;
              border: none;
              outline: none;
              font-size: 16px;
              padding: 0;
              margin: 0;
              color: #ffffff;
              cursor: pointer; }
      .hf-fixed-menu .fixed-menu-list .fade-info.text {
        width: auto; }
        .hf-fixed-menu .fixed-menu-list .fade-info.text .fade-info-content {
          padding: 0 20px;
          white-space: nowrap;
          box-sizing: border-box; }
    .hf-fixed-menu .fixed-menu-list.show .fade-info {
      right: 70px;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s; }

.hf-form-content {
  width: 320px;
  height: 280px;

  border-radius: 4px;
  padding: 16px 0 29px 0;
  box-sizing: border-box; }
  .hf-form-content.border {
    animation: border 1.8s 1; }
  .hf-form-content .form-img-tip {
    position: absolute;
    right: -30px;
    top: -50px; }
  .hf-form-content .title {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    text-align: center;
    margin-bottom: 9px; }
  .hf-form-content form {
    width: 270px;
    margin: 0 auto;
    font-size: 0; }
    .hf-form-content form select {
      width: 129px;
      height: 40px;
      border-radius: 4px;
      border: 1px solid #CCCCCC;
      box-sizing: border-box;
      padding: 0px 6px;
      font-size: 14px;
      color: #999999;
      background-color: #fff;
      background-image: none; }
      .hf-form-content form select.class-select {
        margin-right: 12px; }
      .hf-form-content form select:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .hf-form-content form .user-name, .hf-form-content form .user-phone {
      width: 270px;
      height: 40px;
      border: 1px solid #cccccc;
      border-radius: 4px;
      margin: 0;
      padding: 0;
      text-indent: 10px;
      color: #999;
      font-size: 14px;
      margin-top: 17px;
      box-sizing: border-box; }
      .hf-form-content form .user-name:focus, .hf-form-content form .user-phone:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .hf-form-content form .user-sub {
      margin-top: 17px;
      width: 270px;
      height: 40px;
      background: #FFA509;
      border-radius: 4px;
      color: #fff;
      border: none;
      outline: none;
      font-size: 16px;
      cursor: pointer; }
      .hf-form-content form .user-sub:hover {
        background: #ff8807; }
    .hf-form-content form .agree-info {
      font-size: 12px;
      margin-top: 10px;
      color: #999; }
      .hf-form-content form .agree-info input[type="checkbox"] {
        cursor: pointer;
        vertical-align: middle; }
      .hf-form-content form .agree-info a {
        color: #FEA409;
        cursor: pointer; }

input::-webkit-input-placeholder {
  color: #999; }

input::-moz-placeholder {
  color: #999; }

input:-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder {
  color: #999; }

@keyframes border {
  0% {
    box-shadow: none; }
  50% {
    box-shadow: 0 0 5px 5px #0099FF; }
  100% {
    box-shadow: none; } }

.fixed-form-listen {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none; }
  .fixed-form-listen .form-listen-content {
    width: 740px;
    height: 460px;
    background: #fff;
    position: absolute;
    padding: 60px 0;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    margin-top: -230px;
    margin-left: -370px;
    border-radius: 4px;
    overflow: hidden; }
    .fixed-form-listen .form-listen-content .close-image {
      width: 40px;
      height: 40px;
      cursor: pointer;
      padding: 7px;
      box-sizing: border-box;
      position: absolute;
      top: 10px;
      right: 10px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      transition: 0.5s; }
      .fixed-form-listen .form-listen-content .close-image:hover {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .fixed-form-listen .form-listen-content .close-image img {
        display: block;
        width: 26px;
        height: 26px; }
    .fixed-form-listen .form-listen-content .bg-image {
      width: 590px;
      height: 404px;
      position: absolute;
      bottom: 0;
      right: -190px; }
    .fixed-form-listen .form-listen-content .form-detail {
      width: 320px;
      margin-left: 30px;
      height: 340px; }
      .fixed-form-listen .form-listen-content .form-detail .title {
        font-size: 32px;
        font-family: MicrosoftYaHei-Bold;
        color: #333;
        line-height: 48px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0;
        text-align: center; }
      .fixed-form-listen .form-listen-content .form-detail .form-tips {
        display: block;
        font-size: 16px;
        color: #0099FF;
        line-height: 24px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0;
        text-align: center;
        margin-bottom: 20px; }
      .fixed-form-listen .form-listen-content .form-detail form, .fixed-form-listen .form-listen-content .form-detail .form-class {
        width: 320px;
        margin: 0 auto;
        font-size: 0; }
        .fixed-form-listen .form-listen-content .form-detail form select, .fixed-form-listen .form-listen-content .form-detail .form-class select {
          width: 154px;
          height: 46px;
          border-radius: 4px;
          border: 1px solid #CCCCCC;
          box-sizing: border-box;
          padding: 0px 12px;
          font-size: 14px;
          color: #999999;
          background-color: #fff;
          background-image: none; }
          .fixed-form-listen .form-listen-content .form-detail form select.class-select, .fixed-form-listen .form-listen-content .form-detail .form-class select.class-select {
            margin-right: 12px; }
          .fixed-form-listen .form-listen-content .form-detail form select:focus, .fixed-form-listen .form-listen-content .form-detail .form-class select:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
        .fixed-form-listen .form-listen-content .form-detail form .fixed-user-name, .fixed-form-listen .form-listen-content .form-detail form .fixed-user-phone, .fixed-form-listen .form-listen-content .form-detail .form-class .fixed-user-name, .fixed-form-listen .form-listen-content .form-detail .form-class .fixed-user-phone {
          width: 320px;
          height: 46px;
          border: 1px solid #cccccc;
          border-radius: 4px;
          margin: 0;
          padding: 0;
          text-indent: 10px;
          color: #999;
          font-size: 14px;
          margin-top: 20px;
          box-sizing: border-box; }
          .fixed-form-listen .form-listen-content .form-detail form .fixed-user-name:focus, .fixed-form-listen .form-listen-content .form-detail form .fixed-user-phone:focus, .fixed-form-listen .form-listen-content .form-detail .form-class .fixed-user-name:focus, .fixed-form-listen .form-listen-content .form-detail .form-class .fixed-user-phone:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
        .fixed-form-listen .form-listen-content .form-detail form .user-sub, .fixed-form-listen .form-listen-content .form-detail .form-class .user-sub {
          margin-top: 20px;
          width: 320px;
          height: 46px;
          background: #0099FF;
          border-radius: 4px;
          color: #fff;
          border: none;
          outline: none;
          font-size: 16px;
          cursor: pointer; }
          .fixed-form-listen .form-listen-content .form-detail form .user-sub:hover, .fixed-form-listen .form-listen-content .form-detail .form-class .user-sub:hover {
            background: #0099FF; }

/* 错误提示 */
.popovered {
  display: none; }

.Pop-text {
  position: fixed;
  top: 45%;
  left: 0;
  z-index: 90;
  width: 100%;
  z-index: 11111;
  min-height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF; }

.Pop-text .text {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center; }

.Pop-text p {
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
  background: rgba(17, 17, 17, 0.7);
  border-radius: 5px;
  color: #fff;
  line-height: 40px; }

.sub-thx {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none; }
  .sub-thx .sub-thx-content {
    width: 650px;
    height: 400px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    margin-top: -200px;
    margin-left: -325px;
    border-radius: 4px;
    overflow: hidden; }
    .sub-thx .sub-thx-content img {
      width: 100%;
      height: 100%;
      display: block; }
    .sub-thx .sub-thx-content .close {
      cursor: pointer;
      width: 50px;
      height: 50px;
      top: 0;
      right: 0;
      position: absolute; }

.hf-fixed-form-singin {
  display: block; }
  .hf-fixed-form-singin .form-detail .title, .hf-fixed-form-singin .form-detail .form-tips {
    text-align: left !important; }
  .hf-fixed-form-singin .form-detail form, .hf-fixed-form-singin .form-detail .form-class {
    margin-top: 60px !important; }
  .hf-fixed-form-singin .form-detail .form-tips {
    color: #333333; }
    .hf-fixed-form-singin .form-detail .form-tips .orange {
      color: #FFA509; }

.fixed-impression {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .fixed-impression .fixed-impression-content {
    width: 650px;
    height: 400px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    margin-top: -200px;
    margin-left: -325px;
    border-radius: 4px;
    overflow: hidden;
    padding: 40px 30px; }
    .fixed-impression .fixed-impression-content .title {
      width: 100%;
      text-align: left;
      font-size: 18px;
      font-family: MicrosoftYaHei;
      font-weight: 400;
      color: #333333;
      line-height: 24px; }
    .fixed-impression .fixed-impression-content .close-image {
      width: 40px;
      height: 40px;
      cursor: pointer;
      padding: 7px;
      box-sizing: border-box;
      position: absolute;
      top: 10px;
      right: 10px; }
      .fixed-impression .fixed-impression-content .close-image img {
        display: block;
        width: 100%;
        height: 100%; }
    .fixed-impression .fixed-impression-content textarea {
      width: 590px;
      height: 216px;
      margin: 0 auto;
      display: block;
      margin-top: 15px;
      color: #999999;
      border: 1px solid #e6e6e6;
      padding: 11px;
      box-sizing: border-box;
      font-size: 14px;
      resize: none; }
    .fixed-impression .fixed-impression-content button {
      display: block;
      margin: 0 auto;
      width: 302px;
      height: 40px;
      background: #0099FF;
      border-radius: 4px;
      color: #fff;
      border: none;
      outline: none;
      font-size: 16px;
      cursor: pointer;
      margin-top: 32px; }
      .fixed-impression .fixed-impression-content button:hover {
        background: #0099FF; }

.cpt-toast {
  position: fixed;
  width: 100%;
  opacity: 1;
  z-index: 10000000;
  width: 100%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .cpt-toast .cpt-toast-detail {
    cursor: default;
    box-sizing: border-box;
    display: inline-block;
    user-select: none;
    word-wrap: break-word;
    width: auto;
    max-width: 80%;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    transform: translate3d(0, 0, 0);
    padding: 10px 16px; }

.box-sizing, .columns .is-3, .columns .is-6, .columns .is-8 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.columns {
  display: flex; }

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }

.columns .is-3 {
  flex: none;
  width: 33.33333%;
  padding: 20px; }

.columns .is-6 {
  flex: none;
  width: 50%; }

.columns .is-8 {
  flex: none;
  width: 66.66%; }

.header-Fixed {
	z-index: 999;
;
}

.header {
	width: 100%;
	position: relative;
	height: 60px;
	padding: 10px 0;
	background-color: #FFF;
}
  .header .container {
    position: relative;
    height: 55px;
    overflow: visible; }
  .header .header-logo {
    float: left;
    width: 257px;
    height: 65px; }
    .header .header-logo   a {
      display: block; }
      .header .header-logo   a img {
        width:257px;
        height: 65px; }
    .header .header-logo .logo {
      position: relative;
      display: block; }
  .header .header-list {
    float: right; }
    .header .header-list .nav-list {
      line-height: 50px; }
      .header .header-list .nav-list .nav_line {
        border-radius: 1px; }
      .header .header-list .nav-list .nav-item {
        position: relative;
        float: left;
        font-size: 16px;
        color: #333;
        padding: 0 35px;
        z-index: 11; }
        .header .header-list .nav-list .nav-item .down-menu {
          position: absolute;
          top: 46px;
          width: 135px;
         
          left: 50%;
          display: none;
          margin: 0;
          margin-left: -70px;
          padding: 0;
          box-shadow: 0 1px 5px 0 #aaa;
          border-radius: 4px;
          overflow: hidden; }
          .header .header-list .nav-list .nav-item .down-menu li {
            height: 55px;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative; }
            .header .header-list .nav-list .nav-item .down-menu li a {
              width: 100%;
              height: 100%;
              display: block;
              line-height: 55px;
              color: #333;
              padding: 0 10px;
              box-sizing: border-box;
              position: relative;
              font-size: 14px;
              overflow: hidden;
              text-align: center;
              border-bottom: 1px solid #e1e1e1; }
              .header .header-list .nav-list .nav-item .down-menu li a:hover {
                color: #0099FF; }
        .header .header-list .nav-list .nav-item:last-child a {
          border-bottom: none; }
        .header .header-list .nav-list .nav-item a {
          display: block;
          overflow: hidden;
          position: relative; }
        .header .header-list .nav-list .nav-item .is-active {
          color: #FF6600; }
        .header .header-list .nav-list .nav-item.show a {
          color: #FF6600; }
        .header .header-list .nav-list .nav-item.show .down-menu {
          display: block; }
      .header .header-list .nav-list .is-active a {
        color: #FF6600; }
      .header .header-list .nav-list .is-active i {
        bottom: 0; }
  .header .link {
    cursor: default; }
	
	
	 .header .header-login {
    float: right; }
		  .header-login .nav-start-btn1 {
   float: left;
    
    top: 0;
    padding: 12px 20px;
    margin: 5px 0;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
	border-radius:3em;
}
	  
	  .header-login .gradient-primary {
    background-color: #ff6d01;
    background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
}

.aside {
  max-width: 310px;
  min-height: 300px; }

.is-title, .is-bule-title, .as-tree .is-title {
  position: relative;
  line-height: 24px;
  padding: 0 20px;
  font-size: 18px;
  margin-bottom: 10px; }
  .is-title:before, .is-bule-title:before, .as-tree .is-title:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 2px;
    width: 6px;
    height: 20px;
    border-radius: 2px;
    background: #FA5154; }

.is-bule-title:before {
  content: " ";
  background: #0099FF; }

.as-tree li {
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  .as-tree li a {
    color: #999; }
    .as-tree li a:hover {
      color: #0099ff; }

.left-aside {
  width: 200px;
  height: 226px;
  background: #fff; }
  .left-aside .as-tree {
    padding: 10px 30px; }
    .left-aside .as-tree li {
      position: relative;
      line-height: 50px; }
    .left-aside .as-tree .active a {
      color: #0099ff; }

.section {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex; }

.flex, .is-item, .footer .footer-cont .footer-cont-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-item, .is-item .bd, .footer .footer-cont .footer-cont-box .footer-links-ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.as-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.footer {
  background-color: #333;
  padding: 40px 0;
  height: auto;
  color: #999999;
  clear: both; }
  .footer .footer-links-ul {
    overflow: hidden; }
    .footer .footer-links-ul li {
      float: left;
      line-height: 40px; }
      .footer .footer-links-ul li > a {
        display: block;
        color: #999999; }
        .footer .footer-links-ul li > a:hover {
          color: white; }
    .footer .footer-links-ul .no-left-padding {
      padding-left: 0; }
    .footer .footer-links-ul .tips-title {
      font-size: 16px;
      color: white; }
  .footer .footer-cont {
    overflow: hidden;
    margin-bottom: 20px; }
    .footer .footer-cont .cont-logo {
      width: 126px;
      margin-right: 60px; }
      .footer .footer-cont .cont-logo a img {
        width: 126px;
        height: 51px; }
    .footer .footer-cont .footer-cont-box {
      width: 680px; }
      .footer .footer-cont .footer-cont-box .footer-links-ul li {
        width: 100%; }
  .footer .footer-cont-right {
    float: right;
    text-align: right;
    font-size: 24px;
    line-height: 36px; }
    .footer .footer-cont-right .is-phone-box .is-phonenumber {
      float: right; }
    .footer .footer-cont-right .is-times {
      font-size: 14px; }
    .footer .footer-cont-right .is-qr-box .qr-big {
      margin-top: -60px;
      width: 140px;
      height: 140px;
      -webkit-transform: translate(30px, 0);
      transform: translate(30px, 0);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .footer .footer-cont-right .is-qr-box.show .qr-big {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-15px, 0);
      transform: translate(-15px, 0); }
    .footer .footer-cont-right .is-qr-box .icon_qr {
      cursor: pointer;
      float: right; }
  .footer .footer-links {
    position: relative;
    padding: 10px 0;
    /* border-bottom: 1px dashed   #999; */
    border-top: 1px dashed   #999;
    min-height: 40px; }
    .footer .footer-links .footer-links-left {
      position: absolute;
      left: 0;
      top: 20px; }
    .footer .footer-links .footer-links-right {
      padding-left: 80px; }
      .footer .footer-links .footer-links-right li {
        float: left; }
        .footer .footer-links .footer-links-right li a {
          display: block;
          width: 83px;
          padding: 0 6px;
          font-size: 12px;
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          word-wrap: normal;
          word-wrap: break-word;
          word-break: break-all; }
  .footer .footer-copyright {
    font-size: 12px;
    line-height: 30px;
    padding: 20px 0; }
    .footer .footer-copyright .footer-copyright-right a {
      display: inline-block;
      float: left; }
    .footer .footer-copyright .footer-copyright-right:after {
      clear: both; }
    .footer .footer-copyright .footer-copyright-right .1h {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-left: 60px; }
      .footer .footer-copyright .footer-copyright-right .1h > img {
        max-width: 100%; }
    .footer .footer-copyright .footer-copyright-right .icon-rectangle {
      display: inline-block;
      padding: 5pt; }
    .footer .footer-copyright .footer-copyright-right .icon-record {
      display: inline-block;
      padding: 8pt; }
    .footer .footer-copyright .footer-copyright-right p {
      color: white;
      display: inline-block;
      margin-top: 6px; }

.header-Fixed {
  z-index: 999; }

.reservation-lesson-bar {
	height: 50px;
	line-height: 50px;
	 background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
	position: relative;
}
  .reservation-lesson-bar .to-top {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden; }
    .reservation-lesson-bar .to-top.active {
      opacity: 1;
      visibility: visible; }
  .reservation-lesson-bar .reservation-box {
    position: relative;
    overflow: inherit;
    font-size: 0;
    display: block; }
    .reservation-lesson-bar .reservation-box .reservation-left-box {
      position: relative;
      float: left;
      width: 350px;
      font-size: 0.75rem; }
      .reservation-lesson-bar .reservation-box .reservation-left-box .reservation-left-user {
        position: absolute;
        top: -135px; }
    .reservation-lesson-bar .reservation-box .reservation-right-sub {
      flex: 0 0 auto;
      height: 50px;
      margin-left: 205px;
      font-size: 0.75rem;
      padding: 5px 0;
      box-sizing: border-box; }
	  
	  
	    .reservation-lesson-bar .reservation-box .reservation-right-sub h2{
	font-size: 22px;
	line-height: 50px;
	color: #FFF;
	text-indent: 200px;
}
    .reservation-lesson-bar .reservation-box .reservation-right-sub h2 span{
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}
      .reservation-lesson-bar .reservation-box .reservation-right-sub .cccc {
        width: 100%;
        height: 100%;
        font-size: 0;
        display: flex;
        align-items: center; }
        .reservation-lesson-bar .reservation-box .reservation-right-sub .cccc .reservation-tip {
          position: relative;
          font-size: 22px;
          color: #ffffff;
          flex: 0 0 700px;
          text-align: left;
          text-indent: 20px;
          margin-right: 30px; }
          .reservation-lesson-bar .reservation-box .reservation-right-sub .cccc .reservation-tip span {
            color: #FB3449; }
        .reservation-lesson-bar .reservation-box .reservation-right-sub .cccc .reservation-input {
          width: 220px;
          height: 40px;
          color: #666;
          border-radius: 4px;
          border: none;
          outline: none;
          box-sizing: border-box;
          text-indent: 5px;
          font-size: 16px;
          margin-left: 10px;
          padding: 0;
          vertical-align: top; }
        .reservation-lesson-bar .reservation-box .reservation-right-sub .cccc .reservation-sub {
	width: 220px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: none;
	outline: none;
	font-size: 20px;
	color: #F30;
	margin: 0;
	padding: 0;
	margin-left: 150px;
	cursor: pointer;
	transition: all 0.3s;
	background-color: #FFF;
}
          .reservation-lesson-bar .reservation-box .reservation-right-sub .cccc .reservation-sub:hover {
	background-color: #CCC;
}
  .reservation-lesson-bar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
    z-index: 999;
    transform: translate(0, 150px); }
    .reservation-lesson-bar.fixed.show {
      transition: all 0.3s;
      transform: translate(0, 0); }
	  
	  

.jimuck_lc{position: relative;}
.jimuck_lc .jmbg1{height: 276px;background: url("/images/kc/sk1.jpg") no-repeat center top;}
.jimuck_lc .jmbg2{height: 242px;background: url("/images/kc/sk2.jpg") no-repeat center top;}
.jimuck_lc .jmbg3{height: 232px;background: url("/images/kc/sk3.jpg") no-repeat center top;}
.jimuck_lc .jm_con{
	width: 1200px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
}
.jimuck_lc .jm_con h2{
	font-size: 36px;
	color: #363636;
	margin: 120px 0 24px;
	line-height: 53px;
}
.jimuck_lc .jm_con p{
	font-size: 14px;
	color: #767676;
	line-height: 21px;
}
.jimuck_lc .jm_con a{
	position: absolute;
	width: 295px;
	font-weight: bold;
	left: 50%;
	margin-left: -147px;
	bottom: 15px;
}
.jimuck_lc .jm_con a span{width: 250px;}
.jimuck_lc .jm_con a img{left: 198px;}

