@charset "UTF-8";
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 8px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 16px;
}

.lead {
  font-size: 20px;
  font-weight: 300;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 53px;
  line-height: 53px;
  list-style: none;
  border-radius: 4;
  font-family: -apple-system, Microsoft YaHei, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}

.breadcrumb-item {
  color: #6c757d;
}
.breadcrumb-item.no-divider + .breadcrumb-item:before {
  content: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 8px;
  color: #6c757d;
  content: ">";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

a.breadcrumb-item:hover {
  text-decoration: underline;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  list-style: none;
}
.pagination > li {
  display: inline-block;
  margin-right: 3px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 6px;
  line-height: 1.5;
  text-decoration: none;
  color: #999999;
  margin-left: -1px;
  box-sizing: border-box;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-right: 5px;
  margin-left: 0;
  background-color: transparent;
  color: #59b699;
  border-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  color: #59b699;
  margin-left: 5px;
  background-color: transparent;
  border-radius: 3px;
}
.pagination > li > a:hover {
  text-decoration: underline;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #958670;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #59b699;
  cursor: default;
  border: solid 1px #59b699;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  cursor: default;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
            animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
html, body {
  min-width: 1500px;
  position: relative;
}

body {
  font-family: -apple-system, Microsoft YaHei, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
  color: #212529;
  padding-bottom: 600px;
}

a {
  color: inherit;
  text-decoration: none;
}

.container-full, .container-sm, .container, .container-rt {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.container, .container-rt {
  width: 1300px;
}

.container-sm {
  width: 1150px;
}

.container-rt {
  position: relative;
  height: 100%;
}

.container-full {
  width: 100%;
  padding: 0;
}

.header-nav {
  width: 100%;
  min-width: 1500px !important;
  color: #ffffff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: right;
  height: 90px;
  font-size: 0;
  position: sticky;
  top: 0;
  z-index: 11;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.header-nav.shrink {
  height: 60px;
}
.header-nav.shrink .header-nav-left .header-logo-img {
  height: 40px;
}
.header-nav.shrink .header-nav-right .nav-sub {
  display: none;
}
.header-nav.shrink .header-nav-right .nav {
  margin-top: 0;
}
.header-nav .container, .header-nav .container-rt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1500px;
}
.header-nav .header-nav-left {
  font-size: 16px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .header-nav-left .header-logo-img {
  -webkit-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
  height: 58px;
  position: relative;
  margin-right: 10px;
}
.header-nav .header-nav-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-top: 3px;
  height: 100%;
  box-sizing: border-box;
}
.header-nav .header-nav-right .nav .nav-item, .header-nav .header-nav-right .nav-sub .nav-sub-item {
  position: relative;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  font-size: 18px;
}
.header-nav .header-nav-right .nav-sub {
  font-size: 0;
}
.header-nav .header-nav-right .nav-sub .nav-sub-item {
  font-size: 14px;
  padding: 0 10px;
}
.header-nav .header-nav-right .nav-sub .nav-sub-item:last-child {
  padding-right: 0;
}
.header-nav .header-nav-right .nav-sub .nav-sub-item .nav-sub-lang {
  padding-left: 10px;
}
.header-nav .header-nav-right .nav-sub .nav-sub-item + .nav-sub-item:before {
  content: "";
  position: absolute;
  left: -1px;
  background-color: #7d7d7d;
  width: 1px;
  height: 100%;
}
.header-nav .header-nav-right .nav {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 33px;
}
.header-nav .header-nav-right .nav .nav-item {
  margin-left: 10px;
  padding: 0 10px;
  height: 45px;
  border-bottom: 0 solid #59b699;
  -webkit-transition: border-bottom-width 0.2s;
  transition: border-bottom-width 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
}
.header-nav .header-nav-right .nav .nav-item.nav-item-triangle:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.header-nav .header-nav-right .nav .nav-item.active {
  border-bottom-width: 6px;
}
.header-nav .header-nav-right .nav .nav-item:hover {
  border-bottom-width: 6px;
}
.header-nav .header-nav-right .nav .nav-item:hover.nav-item-triangle:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header-nav .header-nav-right .nav .nav-item:hover .dropdown-menu {
  top: 45px;
  opacity: 1;
  visibility: visible;
}
.header-nav .header-nav-right .nav .nav-item .nav-item-link {
  white-space: nowrap;
  max-width: 65px;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 5px;
  text-overflow: ellipsis;
}
.header-nav .header-nav-right .nav .nav-item .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  line-height: 34px;
  padding: 5px 10px;
  background-color: #000;
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
  -webkit-transition: top 0.3s, opacity 0.3s;
  transition: top 0.3s, opacity 0.3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}
.header-nav .header-nav-right .nav .nav-item .dropdown-menu .dropdown-item {
  margin-bottom: 6px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.2s;
  transition: border-bottom-color 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.header-nav .header-nav-right .nav .nav-item .dropdown-menu .dropdown-item:hover {
  border-bottom-color: #59b699;
}
.header-nav .header-nav-right .nav .nav-item .dropdown-menu .dropdown-item:last-child {
  margin-right: 0;
}

.header {
  font-size: 36px;
  color: #7f7c80;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

/**
 * banner
 */
.banner-fluid {
  width: 100%;
  background-color: #ced4da;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: auto;
}

.banner {
  width: 100%;
  background-color: #ced4da;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section {
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}

.map-wrap {
  width: 100%;
  height: 500px;
}
.map-wrap .anchorBL {
  display: none;
}

.footer {
  min-width: 1300px;
  width: 100%;
  min-height: 206px;
  font-size: 14px;
  overflow: hidden;
  color: #717171;
  margin-bottom: 60px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.footer ul {
  float: left;
  padding-left: 13px;
  margin: 0 100px 0 0;
}
.footer ul li {
  font-size: 14px;
  color: #aaaaaa;
  list-style-type: none;
  margin-bottom: 15px;
}
.footer ul li:last-child {
  margin-bottom: 0;
}
.footer ul li.head {
  font-size: 16px;
  margin-bottom: 30px;
  color: #fff;
}
.footer ul li a {
  color: inherit;
  text-decoration: none;
}
.footer .text-box {
  color: #aaa;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.footer .text-box .text-box-title {
  font-size: 16px;
  height: 100%;
  margin-right: 85px;
  float: left;
  color: #fff;
}
.footer .text-box .text-box-content {
  font-size: 16px;
  height: 100%;
  float: left;
  color: #fff;
}
.footer .text-box .text-box-qrcode-wrap {
  height: 100%;
  float: right;
}
.footer .text-box .text-box-qrcode-wrap img {
  vertical-align: middle;
}
.footer .text-box .text-box-qrcode-wrap img + img {
  margin-left: 50px;
}
.footer .text-box .vertical {
  display: table-cell;
  vertical-align: middle;
}
.footer .footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(229, 229, 229, 0.7);
  margin: 30px 0;
  clear: both;
  display: inline-block;
}

.footer-bg-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  width: 100%;
  min-width: 1300px;
  /*width:  1920px;*/
  height: 1191px;
  z-index: -1;
}

.mask-qrcode-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mask-qrcode-wrap img {
  width: 314px;
  height: 314px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/**
 * utils
 */
.font-face-1 {
  font-family: -apple-system, Microsoft YaHei, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif, -apple-system, Microsoft YaHei, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.align-middle {
  vertical-align: middle !important;
}

.cur-pointer {
  cursor: pointer;
}

.mar-auto, .out-flow-center {
  margin: auto;
}

.ab-full, .out-flow-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.media-middle {
  vertical-align: middle;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.img-100 {
  display: block;
  width: 100%;
  height: 100%;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.container:before, .container-rt:before,
.container:after,
.container-rt:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.container:after, .container-rt:after,
.row:after {
  clear: both;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-pull-12 {
  right: 100%;
}

.col-pull-11 {
  right: 91.66666667%;
}

.col-pull-10 {
  right: 83.33333333%;
}

.col-pull-9 {
  right: 75%;
}

.col-pull-8 {
  right: 66.66666667%;
}

.col-pull-7 {
  right: 58.33333333%;
}

.col-pull-6 {
  right: 50%;
}

.col-pull-5 {
  right: 41.66666667%;
}

.col-pull-4 {
  right: 33.33333333%;
}

.col-pull-3 {
  right: 25%;
}

.col-pull-2 {
  right: 16.66666667%;
}

.col-pull-1 {
  right: 8.33333333%;
}

.col-pull-0 {
  right: auto;
}

.col-push-12 {
  left: 100%;
}

.col-push-11 {
  left: 91.66666667%;
}

.col-push-10 {
  left: 83.33333333%;
}

.col-push-9 {
  left: 75%;
}

.col-push-8 {
  left: 66.66666667%;
}

.col-push-7 {
  left: 58.33333333%;
}

.col-push-6 {
  left: 50%;
}

.col-push-5 {
  left: 41.66666667%;
}

.col-push-4 {
  left: 33.33333333%;
}

.col-push-3 {
  left: 25%;
}

.col-push-2 {
  left: 16.66666667%;
}

.col-push-1 {
  left: 8.33333333%;
}

.col-push-0 {
  left: auto;
}

.col-offset-12 {
  margin-left: 100%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-4 {
  margin-left: 33.33333333%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-2 {
  margin-left: 16.66666667%;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}

.col-offset-0 {
  margin-left: 0;
}
@charset "UTF-8";
@font-face {
  font-family: "iconfont";
  src: url(../iconfont.bundle.eot); /* IE9 */
  src: url(../iconfont.bundle.eot#iefix) format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAaAAAsAAAAADBAAAAYxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDVgqKbIhtATYCJAMcCxAABCAFhG0HWRs2ClGUL1KB7EeCbdtghSg0upq6dFVTmF4i1hDm6csI6Pf7/R65gmlSjXS8aWJIRHw6SRNNLJMpBRKl0L+W8H4eT3tBsXTb3eSMcvUrpOnB4JBe3rW+5AEV8AhqGMFkLeT8F8AkBBeXpindAlbXYgGJYqsFW6VM6DgcoACV0i3BTOwB/0EeUB+AX4c1G2YG9ERsP7HzBDQbEgZbLyirA76MFQFZ50q5CPgpo1xDDWpNWbI2Q3gAjjqOxM8AcO//fPgPYYEPoiIBX7R7mC+FrF/cV2uJAf8HaEtDYNB4dmw3kbAAZMJlqfMCEcoXfGVz2SOkTaBVLcq/uM+inmU+k79a+/8/Ka5IKduDVsG2/4NHlpSioCCUAGXrCr8fLvll9fJZFQm9BFUUhPWqTOhFqORgE/i3tkQBKndNOwZA+AYQJ4HVi74yPmXzWpVSJ60a74NwSy+rK2FJGmaPY/zXuuN4b/7pj9Zl8TdScPFvcF36K6XpQpYtnpqDsx39lGrGyjBFHFeypSaTewFipnPK7tUnLZyQ9smnphUl0/Oee0u+cUHN6zn/3XPmzq10oXRmQbXom9D8hzYOVSsmpoi6s1GUbNO739u3kPaZqBky60sx/i1FjIrq0Vez7NecfBU5iU3lSqRAMd1ZvP8Vgd/Z6sJTWguISUwAs1S/QwN5fh+ICUZPQ2wRW29+9UpXhJfMf5fN7FhP7w3zDu+Lu7r4Ve3IdaAdUdjAKWS9RAnQxg5wQaN2CAqz6XeQ9g4SE4wGgHDNEAMVUaP4ECFXUYqgAIoddJkasw3UD1qmpIUzhMxnYpL3UPhPnnk3TMvLH2lT0SuX88YaWYPaCo8YfCyNY8uCAmJiA4PjOzLSw0JS00JLDNFRem1EZA0k/zHB6F/gkiaYWED8IP6oPwh3cyRbcscYKyQSxoPiX1KuRlrRpWf3EX+O5yXq3oqJ68d7mg0Gl+PuHjbio98FLrtDdpMWGV0quqNaTHjghX9qhoXD7tDdDl2+W7pd3v8QCD8OH5txCccKtTZ7ryocits7H8DN/oOrP+Fg4yUeqUur7IvIZvMpzyE61fCiBT3ijtzwr2neF3jRSPa9E16fm5+v8Jo+IUtqcNu0b9/WgX1O719q5zXkcB4MLxDvvSllP7XmwORTd0F6VlOrC9sVRR4siiivzinKqPDdD7FjEH+XNvSCx4ePa4ahI2Nzrd9Qd6mKTPJs6Fkyc4L/9cLOOmSWC+5RryFq/fq8h357PtO11+yqegWSVTGrbP1253iv8rU/c8g7ZpaP/emc6FV2fnsg6YuwvWentAn14a/lRQM5EQqKnju2NkJ3oY0X9fX4bM/juvB4PlxuoNp9eLxY1hMoN30QL0fhBZRyc28MF44UYvPceQuHd4zsOLpi5ImRmSOFI3NW9pHH5wWS074doLiJiT3/mzD3jY3NHPE4N+Z6Vz5+nN6VvEDoaPqxsm5k7ThOksIOYT6qzcnN3iAoiY/Ok3eKUIF9YhF/Q3SvPmOOnxjT50R01ebQ0E2b7Mr0p8faNMeOaTXQ2T3LB3yMb3NsuVhbNqdRMTyUXAZ+l7uNdZaLzNyf6AOXAI3HJKdn/f/X6JcxYggA6Q2/A6Bxn7YS2bcpX/g3SO/E72qciYNH+s4uaV/52F8t8nNg4Vq/fpxULdJa9CvSZ6hB/ZdeJGyq8kmhti4WWWFLd+Xs8xmPaBYEvx5vt3vjqftai36o6r4YosogJLUJdMYvQKHFIpRqS9BsXuHmFj0YhJAtgDlDDQSd1kPU7hOSTmfRGX8XCv3eQqkzENBsL9jt2WIqKKlcBolYJKXFPWmlRK+TqYWlguwaJDdrRExS4tMaEGNSRujoiKhsphDpEDPGAlM3eQzLymgZo9fSBeYypNHoaQOjVyEJG6FgWUNKZKSs7IEIiV4LlDUMRISFSNHEerqcShJ6OrLOLCr3/TUQOTMNEaam6ZmzAcIwUfZOixYhqgW6UKlr1fReCk26kYvBkl2GtpUMPS1aAdkRjST1aIbyUSqIBCuCokfcIEUktZO1VUbMr9Y+zl3QjO+tAo4RGIlxMC7Gw/hQHOnN3c1ciUjXU6kjFd6xcp5KaZYqRTqyp1mDuAalSN/dDAAAAAA=") format("woff2"), url(../iconfont.bundle.woff) format("woff"), url(../iconfont.bundle.ttf) format("truetype"), url(../iconfont.bundle.svg#iconfont) format("svg"); /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gouwu:before {
  content: "\e667";
}

.icon-canyin:before {
  content: "\e63f";
}

.icon-hang:before {
  content: "\e62f";
}

.icon-jiudian:before {
  content: "\e606";
}

.icon-yule:before {
  content: "\eaad";
}

.icon-piaowu:before {
  content: "\e630";
}

.tour .tour-item .tour-panel .tour-panel-btn, .dynamic .more-btn {
  width: 512px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  margin: auto;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  font-size: 18px;
}

.nav-bar-underline {
  color: #333333;
  font-size: 21px;
  text-align: center;
}
.nav-bar-underline.no-divider .nav-bar-underline-item:before {
  width: 0 !important;
}
.nav-bar-underline .nav-bar-underline-item {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom-color 0.2s, color 0.2s;
  transition: border-bottom-color 0.2s, color 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  cursor: pointer;
  margin: 0 50px;
  padding-bottom: 5px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  max-width: 160px;
}
.nav-bar-underline .nav-bar-underline-item + .nav-bar-underline-item:before {
  content: "";
  position: absolute;
  left: -50px;
  background-color: #7d7d7d;
  width: 1px;
  height: 24px;
}
.nav-bar-underline .nav-bar-underline-item:hover, .nav-bar-underline .nav-bar-underline-item.active {
  color: #59b699;
  border-bottom-color: #59b699;
}

.intro {
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.intro .container {
  position: relative;
  overflow: hidden;
  height: 610px;
}
.intro .intro-left {
  float: left;
  padding-left: 13px;
  margin: 160px 100px 0 0;
}
.intro .intro-left li {
  font-size: 22px;
  color: #999999;
  list-style-type: none;
  margin-bottom: 22px;
}
.intro .intro-left li:last-child {
  margin-bottom: 0;
}
.intro .intro-left li.head {
  font-size: 36px;
  margin-bottom: 44px;
  color: #7f7c80;
  font-weight: bold;
}
.intro .intro-left li.wire {
  width: 92px;
  height: 5px;
  background-color: #59b699;
}
.intro .intro-left li a {
  position: relative;
  display: inline-block;
}
.intro .intro-left li a:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #59b699;
  display: block;
  -webkit-transition: width 0.3s, color 0.6s;
  transition: width 0.3s, color 0.6s;
}
.intro .intro-left li a:hover {
  color: #666;
}
.intro .intro-left li a:hover:after {
  width: 100%;
}
.intro .intro-right {
  font-size: 0;
}
.intro .intro-right .ir-intro,
.intro .intro-right .ir-folkway,
.intro .intro-right .ir-history {
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  background-color: #313131;
}
.intro .intro-right .ir-intro .ir-img,
.intro .intro-right .ir-folkway .ir-img,
.intro .intro-right .ir-history .ir-img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.intro .intro-right .ir-intro .ir-img:hover,
.intro .intro-right .ir-folkway .ir-img:hover,
.intro .intro-right .ir-history .ir-img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.intro .intro-right .ir-history {
  width: 409px;
  height: 610px;
  left: 300px;
}
.intro .intro-right .ir-intro,
.intro .intro-right .ir-folkway {
  width: 577px;
  height: 301px;
  right: 0;
}
.intro .intro-right .ir-intro {
  top: 0;
}
.intro .intro-right .ir-folkway {
  top: 311px;
}
.intro .intro-right .ir-text {
  position: absolute;
  bottom: 17px;
  left: 32px;
  color: #ffffff;
  font-size: 28px;
}

.intro-profile {
  width: 100%;
  height: 537px;
  background-color: #edeff6;
}
.intro-profile .intro-profile-left {
  margin-right: 40%;
  height: 100%;
}
.intro-profile .intro-profile-left img {
  width: 100%;
  height: 100%;
}
.intro-profile .intro-profile-right {
  width: 40%;
  height: 100%;
  float: right;
  padding: 65px 90px 30px;
  box-sizing: border-box;
  position: relative;
}
.intro-profile .intro-profile-right .title {
  color: #666666;
  font-size: 36px;
  margin-bottom: 30px;
}
.intro-profile .intro-profile-right .content {
  height: 288px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  word-break: break-word;
  overflow: hidden;
}
.intro-profile .intro-profile-right .more-btn {
  min-width: 129px;
  height: 45px;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 45px;
  background-color: #fafbfe;
  box-shadow: 0px 0px 21px 0px rgba(18, 18, 18, 0.14);
  position: absolute;
  bottom: 30px;
  right: 90px;
  color: #59b699;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.6s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.6s;
}
.intro-profile .intro-profile-right .more-btn:hover {
  color: #fff;
  background-color: #59b699;
  box-shadow: 0px 0px 21px 0px rgba(18, 18, 18, 0.44);
}

.dynamic {
  background-color: #ffffff;
}
.dynamic .nav-content {
  width: 100%;
  padding-top: 70px;
  box-sizing: border-box;
}
.dynamic .nav-content .nav-content-view {
  width: 100%;
  display: none;
}
.dynamic .nav-content .nav-content-view.active {
  display: block;
}
.dynamic .nav-content .nav-content-view.active + .more-btn {
  display: block;
}
.dynamic .nav-content .nav-content-view .nav-content-item {
  width: 319px;
  display: inline-block;
  cursor: pointer;
}
.dynamic .nav-content .nav-content-view .nav-content-item:hover .btn, .dynamic .nav-content .nav-content-view .nav-content-item.active .btn {
  color: #59b699;
  border-bottom-color: #59b698;
}
.dynamic .nav-content .nav-content-view .nav-content-item + .nav-content-item {
  margin-left: 150px;
}
.dynamic .nav-content .nav-content-view .nav-content-item .d {
  font-size: 43px;
  color: #59b699;
}
.dynamic .nav-content .nav-content-view .nav-content-item .y-y {
  font-size: 22px;
  color: #59b699;
}
.dynamic .nav-content .nav-content-view .nav-content-item .title {
  width: 230px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamic .nav-content .nav-content-view .nav-content-item .content {
  font-size: 17px;
  color: #666666;
  height: 90px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-word;
  overflow: hidden;
}
.dynamic .nav-content .nav-content-view .nav-content-item .btn {
  margin-top: 20px;
  float: right;
  font-size: 18px;
  color: #59b699;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom-color 0.2s, color 0.2s;
  transition: border-bottom-color 0.2s, color 0.2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.dynamic .more-btn {
  color: #59b699;
  border: solid 1px #59b699;
  display: none;
  margin-top: 80px;
}
.dynamic .more-btn:hover, .dynamic .more-btn.active {
  color: #fff;
  background-color: #59b699;
}

.tour {
  background-color: #edeff6;
}
.tour .tour-content {
  font-size: 0;
  height: 889px;
  overflow: hidden;
  white-space: nowrap;
}
.tour .tour-content.active .tour-item {
  width: 12.5%;
}
.tour .tour-item {
  width: 25%;
  height: 100%;
  display: inline-block;
  position: relative;
  font-size: 0;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
  background-color: #59b699;
}
.tour .tour-item.active {
  width: 62.5% !important;
}
.tour .tour-item:hover .tour-facade {
  width: 40%;
}
.tour .tour-item:hover .tour-facade .title {
  -webkit-transform: translate(50%, -50%) scale(1.4);
      -ms-transform: translate(50%, -50%) scale(1.4);
          transform: translate(50%, -50%) scale(1.4);
}
.tour .tour-item:hover .tour-facade .title .icon {
  opacity: 0;
}
.tour .tour-item:hover .tour-facade .mask {
  opacity: 1;
}
.tour .tour-item:hover .tour-panel {
  width: 60%;
  opacity: 1;
  visibility: visible;
  position: static;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.tour .tour-item .tour-facade {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.tour .tour-item .title {
  font-size: 26px;
  color: #ffffff;
  z-index: 2;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, height 0.3s;
  transition: transform 0.3s, height 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.tour .tour-item .title .title-text {
  display: block;
  width: 45px;
  line-height: 32px;
  height: 100px;
  white-space: normal;
  text-align: center;
  margin: auto auto 20px;
}
.tour .tour-item .title .icon {
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -60px;
  left: 0;
  margin: auto;
}
.tour .tour-item .title .icon:before {
  content: "";
  width: 22px;
  height: 6px;
  background-color: #59b699;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.tour .tour-item .title .icon:after {
  content: "";
  width: 6px;
  height: 22px;
  background-color: #59b699;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.tour .tour-item .mask {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(89, 182, 153, 0.6);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tour .tour-item .tour-panel {
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
  width: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  float: left;
  background-color: #59b699;
  position: absolute;
  right: 0;
  overflow: hidden;
  padding: 30px;
  box-sizing: border-box;
}
.tour .tour-item .tour-panel .tour-panel-content {
  padding-top: 90px;
  box-sizing: border-box;
  overflow: hidden;
}
.tour .tour-item .tour-panel .tour-panel-content .tour-panel-content-item {
  height: 268px;
  background-color: #59b699;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  margin-bottom: 40px;
}
.tour .tour-item .tour-panel .tour-panel-content .tour-panel-content-item:hover .text {
  color: #fff;
}
.tour .tour-item .tour-panel .tour-panel-content .tour-panel-content-item:nth-child(2n+1) {
  padding-right: 15px;
}
.tour .tour-item .tour-panel .tour-panel-content .tour-panel-content-item .img {
  width: 100%;
  height: 238px;
  background-color: #434343;
  display: block;
}
.tour .tour-item .tour-panel .tour-panel-content .tour-panel-content-item .text {
  display: block;
  font-size: 20px;
  color: #212121;
  margin-top: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tour .tour-item .tour-panel .tour-panel-btn {
  color: #fff;
  border: solid 1px #fff;
  clear: both;
  margin-top: 40px;
  display: block;
  background-color: #59b699;
}
.tour .tour-item .tour-panel .tour-panel-btn:hover {
  color: #59b699;
  background-color: #fff;
}

.guide {
  padding-bottom: 30px;
}
.guide .guide-content {
  width: 100%;
  height: 619px;
  position: relative;
}
.guide .guide-content:after {
  content: "";
  width: 97%;
  height: 22px;
  background-color: #4B5A62;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.guide .guide-content .img {
  width: 100%;
  height: 100%;
  background-color: #434343;
  margin: auto;
  display: block;
}
.guide .guide-content .guide-entry {
  width: 47px;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  padding: 29px 32px;
  border: solid 3px #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}
.guide .guide-content .guide-entry:hover {
  -webkit-transform: translateY(-50%) scale(1.02);
      -ms-transform: translateY(-50%) scale(1.02);
          transform: translateY(-50%) scale(1.02);
  background-color: rgba(0, 0, 0, 0.3);
}
.guide .guide-content .guide-entry.traffic {
  left: 300px;
}
.guide .guide-content .guide-entry.tips {
  right: 300px;
}

.subpage-html {
  background-color: #F3F4F8;
}

.subpage-title-wrap {
  background-color: #fff;
  margin-top: 30px;
  overflow: hidden;
}
.subpage-title-wrap .subpage-title {
  height: 85px;
  line-height: 85px;
  box-sizing: border-box;
  margin: 12px 0;
  border: solid 2px #59b699;
  color: #59b699;
  font-size: 35px;
  text-align: center;
}

.subpage-wrap {
  margin-top: 15px;
  padding: 60px 120px 50px;
  min-height: 300px;
  background-color: #fff;
}
.subpage-wrap.sm {
  padding: 60px;
}
.subpage-wrap .subpage-wrap-title {
  font-size: 24px;
  color: #212121;
  font-weight: bold;
  margin: 0 0 30px;
}
.subpage-wrap .nav-content {
  margin-top: 70px;
}
.subpage-wrap .divider {
  border-bottom: solid 1px #bfbfbf;
}
.subpage-wrap .pag-wrap {
  clear: both;
  text-align: center;
  margin-top: 10px;
}

.intro-list .nav-content-item {
  overflow: hidden;
  margin-bottom: 50px;
}
.intro-list .nav-content-item .img {
  width: 100%;
  height: 409px;
}
.intro-list .nav-content-item .title {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  margin: 20px 0;
}
.intro-list .nav-content-item .content {
  height: 65px;
  font-size: 20px;
  line-height: 35px;
  color: #666666;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}

.dynamic-list .nav-content-item {
  padding-bottom: 50px;
}
.dynamic-list .nav-content-item .date-wrap {
  border: solid 1px #59b699;
  padding: 12px 9px;
  margin-right: 24px;
  float: left;
}
.dynamic-list .nav-content-item .date-wrap .date-wrap-ul {
  border: solid 1px #59b699;
  padding: 10px 14px;
  text-align: center;
  color: #666666;
  font-weight: bold;
  list-style: none;
  margin: 0;
}
.dynamic-list .nav-content-item .date-wrap .date-wrap-ul .date-wrap-ul-day {
  font-size: 26px;
  color: #59b699;
}
.dynamic-list .nav-content-item .date-wrap .date-wrap-ul .date-wrap-ul-month {
  font-size: 18px;
}
.dynamic-list .nav-content-item .date-wrap .date-wrap-ul .date-wrap-ul-year {
  font-size: 22px;
}
.dynamic-list .nav-content-item .img {
  width: 284px;
  height: 184px;
  background-color: #1b1b1b;
  margin-right: 42px;
  float: left;
}
.dynamic-list .nav-content-item .info-wrap {
  width: 595px;
  float: left;
}
.dynamic-list .nav-content-item .info-wrap:hover .more-btn {
  text-decoration: underline;
}
.dynamic-list .nav-content-item .info-wrap .title {
  font-size: 22px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamic-list .nav-content-item .info-wrap .content {
  height: 52px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
.dynamic-list .nav-content-item .info-wrap .more-btn {
  font-size: 16px;
  color: #59b699;
  margin-top: 35px;
}
.dynamic-list .nav-content-item.dynamicNews {
  border-bottom: solid 1px #bfbfbf;
}
.dynamic-list .nav-content-item.dynamicNews:last-child {
  border-bottom: none;
}
.dynamic-list .nav-content-item.dynamicNews + .nav-content-item {
  margin-top: 50px;
}
.dynamic-list .nav-content-item.dynamicActivity {
  border-bottom: solid 1px #bfbfbf;
}
.dynamic-list .nav-content-item.dynamicNotice .info-wrap {
  width: 375px;
}
.dynamic-list .nav-content-item.dynamicNotice .info-wrap .more-btn {
  margin-top: 13px;
}

.tour-list .nav-content-item {
  overflow: hidden;
  margin-bottom: 45px;
}
.tour-list .nav-content-item:hover .more-btn {
  text-decoration: underline;
}
.tour-list .tourRoute {
  border-bottom: solid 1px #bfbfbf;
  padding-bottom: 50px;
}
.tour-list .tourRoute .img {
  width: 311px;
  height: 231px;
  background-color: #000000;
  float: left;
  margin-right: 100px;
}
.tour-list .tourRoute .info-wrap {
  width: 518px;
  float: left;
}
.tour-list .tourRoute .info-wrap .title {
  font-size: 24px;
  color: #212121;
  padding-bottom: 15px;
  border-bottom: solid 1px #e0e0e0;
}
.tour-list .tourRoute .info-wrap .content {
  height: 126px;
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-word;
  overflow: hidden;
}
.tour-list .tourRoute .info-wrap .more-btn {
  font-size: 14px;
  color: #59b699;
  margin-top: 18px;
}
.tour-list .tourHotel {
  position: relative;
  height: 324px;
}
.tour-list .tourHotel:hover .info-wrap {
  box-shadow: 0px 0px 10px 0px rgba(23, 27, 32, 0.78);
}
.tour-list .tourHotel .img {
  width: 480px;
  height: 324px;
}
.tour-list .tourHotel .info-wrap {
  width: 174px;
  height: 191px;
  background-color: #f3f2f0;
  padding: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto 0;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(45, 58, 71, 0.28);
  -webkit-transition: box-shadow 0.8s;
  transition: box-shadow 0.8s;
}
.tour-list .tourHotel .info-wrap .title {
  font-size: 24px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tour-list .tourHotel .info-wrap .content {
  height: 95px;
  margin: 30px 0 20px;
  color: #666666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-word;
  overflow: hidden;
}
.tour-list .tourHotel .info-wrap .more-btn {
  font-size: 16px;
  color: #59b699;
  text-align: right;
}
.tour-list .tourCate {
  font-size: 0;
  padding-bottom: 45px;
  cursor: pointer;
}
.tour-list .tourCate:hover .info-wrap {
  box-shadow: 0px 0px 10px 0px rgba(23, 27, 32, 0.78);
}
.tour-list .tourCate .img {
  width: 100%;
  height: 302px;
  background-color: #434343;
  position: relative;
}
.tour-list .tourCate .info-wrap {
  width: 374px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #212121;
  font-size: 24px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0px rgba(23, 27, 32, 0.28);
  -webkit-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.tour-list .tourRecreation .img {
  width: 398px;
  height: 309px;
  background-color: #eeeeee;
  float: left;
}
.tour-list .tourRecreation .info-wrap {
  float: left;
  width: 175px;
  height: 309px;
  background-color: #e5e5e5;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.tour-list .tourRecreation .info-wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 14px solid #e5e5e5;
  display: block;
  position: absolute;
  top: 15px;
  left: -14px;
}
.tour-list .tourRecreation .info-wrap .title {
  font-size: 24px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tour-list .tourRecreation .info-wrap .content {
  margin: 20px 0 25px;
  height: 172px;
  line-height: 25px;
  color: #666666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  word-break: break-word;
  overflow: hidden;
}
.tour-list .tourRecreation .info-wrap .more-btn {
  font-size: 16px;
  color: #59b699;
  text-align: right;
}

.contact-us-wrap {
  color: #212121;
}
.contact-us-wrap .cu-wrap-divider {
  padding: 30px 90px 30px;
  border-bottom: solid 1px #bfbfbf;
}
.contact-us-wrap .title-1 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}
.contact-us-wrap .title-1:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  background-color: #59b699;
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto;
  left: -15px;
}
.contact-us-wrap .content {
  font-size: 24px;
}
.contact-us-wrap .contact-way {
  padding-top: 50px;
  margin-left: 30px;
  margin-bottom: 60px;
  overflow: hidden;
}
.contact-us-wrap .contact-way .way-item {
  float: left;
  margin-right: 200px;
}
.contact-us-wrap .contact-way .way-item:last-child {
  margin-right: 0;
}
.contact-us-wrap .contact-way .way-item .way-item-icon-img {
  float: left;
  margin-right: 15px;
}
.contact-us-wrap .contact-way .way-item .info-wrap {
  float: left;
  color: #212121;
}
.contact-us-wrap .contact-way .way-item .info-wrap .info-wrap-t {
  font-size: 18px;
}
.contact-us-wrap .contact-way .way-item .info-wrap .info-wrap-b {
  font-size: 14px;
}
.contact-us-wrap .contact-phone-wrap table {
  width: 100%;
  background-color: #59b699;
  table-layout: fixed;
}
.contact-us-wrap .contact-phone-wrap table tr {
  height: 64px;
  border-top: 10px solid #fff;
}
.contact-us-wrap .contact-phone-wrap table thead th {
  font-size: 28px;
  color: #ffffff;
  line-height: 26px;
}
.contact-us-wrap .contact-phone-wrap table tbody tr {
  font-size: 20px;
  line-height: 26px;
  color: #666666;
  background-color: #e8f7f2;
  text-indent: 150px;
}
.contact-us-wrap .contact-phone-wrap table tbody tr:nth-child(2n+1) {
  background-color: #f0fdf9;
}
.contact-us-wrap .contact-phone-wrap table tbody tr td img {
  vertical-align: middle;
  margin-right: 12px;
}

@media screen and (max-height: 768px) {
  .intro .container {
    height: 488px;
  }
  .intro .intro-left {
    margin-top: 128px;
    margin-right: 80px;
  }
  .intro .intro-right .ir-history {
    width: 347px;
    height: 488px;
  }
  .intro .intro-right .ir-intro,
  .intro .intro-right .ir-folkway {
    width: 641px;
    height: 240px;
  }
  .intro .intro-right .ir-folkway {
    top: 250px;
  }
  .intro-profile .intro-profile-right {
    padding: 52px 72px 24px;
  }
  .tour .tour-content {
    height: 711px;
  }
  .intro-list {
    width: 1100px;
  }
  .subpage-title-wrap {
    width: 1100px;
  }
  .subpage-wrap {
    width: 1100px;
    padding: 40px 80px;
  }
  .subpage-wrap.sm {
    padding: 40px 60px;
  }
  .dynamic-list .nav-content-item.dynamicNotice .info-wrap {
    width: 310px;
  }
  .dynamic-list .nav-content-item .info-wrap {
    width: 470px;
  }
  .tour-list .tourHotel .img {
    width: 420px;
  }
  .tour-list .tourCate .info-wrap {
    width: 307px;
  }
  .tour-list .tourRecreation .img {
    width: 320px;
  }
  .tour-list .tourRecreation .info-wrap {
    width: 154px;
  }
  .tour-list .tourCate .img {
    height: 280px;
  }
  .contact-us-wrap .cu-wrap-divider {
    padding: 30px 0;
  }
  .tour .tour-item .tour-panel .tour-panel-content .tour-panel-content-item {
    height: 200px;
  }
  .tour .tour-item .tour-panel .tour-panel-content .tour-panel-content-item .img {
    height: 200px;
  }
  .dynamic .more-btn, .tour .tour-item .tour-panel .tour-panel-btn {
    width: 440px;
    height: 44px;
    line-height: 44px;
  }
  .guide .guide-content {
    width: 92%;
    margin: auto;
  }
  .nav-bar-underline .nav-bar-underline-item {
    margin: 0 35px;
  }
}
.nav-bar-blocks {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-top: 20px;
}
.nav-bar-blocks .block {
  width: 203px;
  height: 165px;
  border-radius: 6px;
  background: #eceef6;
  float: left;
  display: block;
  color: #999;
  text-align: center;
  position: relative;
  margin-right: 10px;
  margin-bottom: 60px;
  cursor: pointer;
}
.nav-bar-blocks .block:last-of-type {
  margin-right: 0;
}
.nav-bar-blocks .active {
  color: #fff;
  background: #6dbfa5;
}
.nav-bar-blocks .block-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nav-bar-blocks .block-main .block-icon {
  font-size: 60px;
}
.nav-bar-blocks .block-main .text {
  font-size: 24px;
  word-wrap: break-word;
  white-space: nowrap;
}

.content {
  width: 100%;
}
.content .main {
  display: none;
}
.content .main-active {
  display: block;
}

.content-block {
  width: 635px;
  display: block;
  float: left;
  margin-bottom: 30px;
  cursor: pointer;
}
.content-block .block-left {
  width: 240px;
  height: 240px;
  float: left;
  background-position: center;
  background-size: cover;
}
.content-block .block-right {
  float: left;
  width: 390px;
  padding: 0 30px;
  box-sizing: border-box;
}
.content-block .block-right .title {
  font-size: 32px;
  color: #212121;
  margin-bottom: 10px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content-block .block-right .remark {
  font-size: 18px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  margin-bottom: 24px;
  height: 48px;
}
.content-block .text-price {
  color: #ff6f28;
  font-size: 26px;
  margin-right: 5px;
  display: inline;
}
.content-block .text-price:before {
  content: "￥";
  font-size: 80%;
}
.content-block .btn {
  border: 1px solid #6dbfa5;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #6dbfa5;
  line-height: 1;
  width: 110px;
  margin-top: 40px;
}

.content-line-block {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
  cursor: pointer;
}
.content-line-block .block-left {
  width: 300px;
  height: 200px;
  float: left;
  background-position: center;
  background-size: cover;
  margin-right: 30px;
}
.content-line-block .block-right {
  width: 940px;
  float: left;
}
.content-line-block .block-right .title {
  font-size: 32px;
  color: #212121;
  margin-bottom: 10px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content-line-block .block-right .remark {
  font-size: 18px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  margin-bottom: 24px;
  height: 48px;
}
.content-line-block .text-price {
  color: #ff6f28;
  font-size: 26px;
  margin-right: 5px;
  display: inline;
}
.content-line-block .text-price:before {
  content: "￥";
  font-size: 80%;
}
.content-line-block .btn {
  border: 1px solid #6dbfa5;
  padding: 6px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #6dbfa5;
  line-height: 1;
  width: 110px;
  margin-top: 10px;
}

.content-column-block {
  width: 100%;
  display: inline-block;
}
.content-column-block .column-block {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 370px;
  height: 500px;
  float: left;
  margin-right: 80px;
}
.content-column-block .column-block:last-of-type {
  margin-right: 0;
}
.content-column-block .block-bottom {
  display: block;
  width: 320px;
  height: 130px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 22px;
  color: #666;
}
.content-column-block .block-bottom .title {
  color: #333;
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.content-column-block .block-bottom .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  padding-top: 10px;
}

/*# sourceMappingURL=main.bundle.css.map*/