/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem; } }
h2 {
  font-size: calc(1.325rem + 0.9vw); }

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem; } }
h3 {
  font-size: calc(1.3rem + 0.6vw); }

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem; } }
h4 {
  font-size: calc(1.275rem + 0.3vw); }

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem; } }
h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

mark {
  padding: 0.1875em;
  background-color: #fff3cd; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #212529;
  text-decoration: underline; }

a:hover {
  color: #000; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.25rem; }

kbd kbd {
  padding: 0;
  font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(33, 37, 41, 0.75);
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role=button] {
  cursor: pointer; }

select {
  word-wrap: normal; }

select:disabled {
  opacity: 1; }

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important; }

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; }

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem; } }
legend + * {
  clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

::file-selector-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    width: 540px; } }
@media (min-width: 768px) {
  .container {
    width: 720px; } }
@media (min-width: 992px) {
  .container {
    width: 960px; } }
@media (min-width: 1200px) {
  .container {
    width: 1140px; } }
@media (min-width: 1400px) {
  .container {
    width: 1320px; } }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }

.row-cols .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.row-cols-2 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.row-cols-3 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3%; }

.row-cols-4 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.row-cols-5 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25; }

.d-none {
  display: none; }

.d-block {
  display: block; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none; }

  .d-sm-block {
    display: block; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none; }

  .d-md-block {
    display: block; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none; }

  .d-lg-block {
    display: block; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none; }

  .d-xl-block {
    display: block; } }
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none; }

  .d-xxl-block {
    display: block; } }
.container {
  width: 1320px;
  margin: 0 auto; }

a {
  color: white;
  text-decoration: none; }
  a:hover {
    color: rgba(255, 255, 255, 0.91); }

img {
  max-width: 100%;
  height: auto; }

.btn {
  display: inline-block;
  padding: .375rem .75rem;
  color: #fae6a0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #fae6a0;
  border-radius: 50rem;
  background-color: transparent;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .btn:hover {
    color: #780a0a;
    background-color: #fae6a0;
    border-color: #fae6a0; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.card-title,
.card-subtitle,
.card-text {
  overflow-y: hidden; }

.card-text:last-child {
  margin-bottom: 0; }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .focus .left {
    width: 56%; }
  .focus .right {
    margin-left: 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
  .focus .swiper-pagination-bullets {
    left: auto;
    right: 0;
    width: 20%; }
  .focus .swiper-pagination-bullet-active {
    width: 16px;
    border-radius: 8px;
    background-color: #fae6a0; }
  .focus .card {
    padding: 1rem 0;
    border-bottom: 1px dashed #dee2e6; }
    .focus .card .card-title {
      font-size: 20px;
      font-weight: bold; }
      .focus .card .card-title a {
        text-decoration: none; }
        .focus .card .card-title a:hover {
          color: rgba(255, 255, 255, 0.91); }
    .focus .card .card-text {
      color: #6c757d; }
  .focus .list-group {
    padding-top: 1rem; }
    .focus .list-group .list-group-item {
      padding-left: 1rem;
      margin-bottom: 1rem; }
      .focus .list-group .list-group-item a {
        text-decoration: none; }
        .focus .list-group .list-group-item a:hover {
          color: rgba(255, 255, 255, 0.91); }
      .focus .list-group .list-group-item:before {
        position: absolute;
        display: block;
        left: 0;
        top: 9px;
        width: 6px;
        height: 6px;
        background-color: #fae6a0;
        content: ""; }

.img-breath {
  position: relative;
  overflow: hidden; }
  .img-breath img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
  .img-breath:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.figure {
  position: relative; }

.figure-img {
  width: 100%; }

.figure-caption {
  padding-top: .5rem;
  font-size: .875em;
  color: #6c757d; }

.figure-caption-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: .75rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  color: rgba(255, 255, 255, 0.91); }
  .figure-caption-overlay a {
    color: rgba(255, 255, 255, 0.91);
    text-decoration: none; }
    .figure-caption-overlay a:hover {
      color: white; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block; }

.btn {
  width: 12em;
  line-height: 2; }

.layout-hd {
  height: 1012px;
  background: url("../img/bg_header.jpg") no-repeat top; }

.layout-bd {
  min-height: 3300px;
  padding-bottom: 5rem;
  background: url("../img/bg_main.png") no-repeat top;
  background-size: auto 100%; }

.layout-ft {
  background-color: #780a0a; }
  .layout-ft .copyright {
    padding: 32px 0; }
    .layout-ft .copyright p {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 32px;
      color: #fff;
      text-align: center; }
      .layout-ft .copyright p span {
        margin: 0 .5em; }

.part > div {
  margin-bottom: 32px; }
.part .part-hd,
.part .part-ft {
  text-align: center; }

.focus .figure-img {
  width: 739px;
  height: 443px; }
.focus .card .card-text {
  color: rgba(255, 255, 255, 0.91); }

.story {
  padding-bottom: 32px;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .story .col-map {
    width: 700px; }
  .story .col-city {
    width: 460px; }

.col-map {
  position: relative; }
  .col-map .city-tab {
    position: absolute;
    width: 64px;
    padding-top: 64px;
    background: url("../img/i_location.png") no-repeat top;
    font-size: 20px;
    font-weight: 500;
    color: #780a0a;
    text-align: center;
    cursor: pointer; }
    .col-map .city-tab.xz {
      top: 64px;
      left: 144px; }
    .col-map .city-tab.lyg {
      top: 88px;
      left: 376px; }
    .col-map .city-tab.sq {
      top: 176px;
      left: 240px; }
    .col-map .city-tab.ha {
      top: 248px;
      left: 328px; }
    .col-map .city-tab.yc {
      top: 272px;
      left: 448px; }
    .col-map .city-tab.yz {
      bottom: 336px;
      left: 344px; }
    .col-map .city-tab.tz {
      bottom: 264px;
      left: 416px; }
    .col-map .city-tab.nt {
      bottom: 200px;
      left: 538px; }
    .col-map .city-tab.nj {
      bottom: 240px;
      left: 208px; }
    .col-map .city-tab.zj {
      bottom: 240px;
      left: 304px; }
    .col-map .city-tab.cz {
      bottom: 144px;
      left: 272px; }
    .col-map .city-tab.wx {
      bottom: 136px;
      left: 424px; }
    .col-map .city-tab.sz {
      bottom: 64px;
      left: 488px; }

.col-city {
  position: relative; }
  .col-city > div {
    position: absolute;
    top: 32px;
    left: 0;
    display: none; }
  .col-city .city-panel {
    position: relative;
    width: 460px;
    height: 800px;
    padding: 64px 8px 0 32px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0c88c));
    background-image: -o-linear-gradient(#fff, #f0c88c);
    background-image: linear-gradient(#fff, #f0c88c);
    -webkit-box-shadow: inset 0 0 8px #ffffb4;
            box-shadow: inset 0 0 8px #ffffb4; }
    .col-city .city-panel .city-name {
      position: absolute;
      top: -24px;
      left: 131px;
      width: 188px;
      height: 49px;
      background: url("../img/bg_city.png") no-repeat top;
      font-size: 26px;
      font-weight: 500;
      line-height: 49px;
      color: #fff;
      text-align: center;
      letter-spacing: .2em; }
    .col-city .city-panel .city-list {
      height: 700px;
      padding-right: 24px;
      overflow-y: auto; }
      .col-city .city-panel .city-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style: none;
        overflow-y: auto; }
        .col-city .city-panel .city-list ul li {
          width: 50%; }
        .col-city .city-panel .city-list ul .card {
          width: 160px;
          margin: 0 auto 8px;
          text-align: center; }
          .col-city .city-panel .city-list ul .card .card-img-top {
            margin-bottom: .5rem;
            width: 160px;
            height: 160px;
            border-radius: 50%; }
          .col-city .city-panel .city-list ul .card .card-title {
            font-size: 18px; }
            .col-city .city-panel .city-list ul .card .card-title a {
              color: #780a0a; }

.plus {
  height: 700px; }
  .plus .card .card-img-top {
    margin-bottom: .5rem; }
  .plus .card .card-title {
    font-size: 18px;
    text-align: center; }
    .plus .card .card-title a {
      color: #780a0a; }

.row-cols-3 .figure {
  margin: .5rem; }
.row-cols-3 .figure-img-overlay {
  position: relative; }
  .row-cols-3 .figure-img-overlay .btn-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 64px;
    margin: auto; }
    .row-cols-3 .figure-img-overlay .btn-play svg {
      opacity: .5; }