/*
* 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 > * {
    width: 100%;
    max-width: 100%; }
  .row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }

.row-cols-auto .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 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%; }

.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: 1200px; }

body {
  color: #fff; }

a {
  color: #fff;
  text-decoration: none; }
  a:hover {
    color: #fff; }

img {
  max-width: 100%;
  height: auto; }

.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;
  padding: 1rem; }

.card-img-overlay-title {
  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.75)));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  color: rgba(255, 255, 255, 0.91); }
  .card-img-overlay-title a {
    color: rgba(255, 255, 255, 0.91);
    text-decoration: none; }
    .card-img-overlay-title a:hover {
      color: white; }

.card-img-overlay-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.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 {
  display: inline-block;
  padding: .375rem .75rem;
  color: #fff;
  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 #facd87;
  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: #fff;
    background-color: transparent;
    border-color: #facd87; }

.btn {
  width: 10em;
  font-size: 18px;
  line-height: 32px; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-tabs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 3rem; }
  .nav-tabs .nav-item {
    width: 280px;
    height: 84px; }
    .nav-tabs .nav-item:hover {
      cursor: pointer; }
    .nav-tabs .nav-item.n1 {
      background: url("../img/tab_1.png") no-repeat center; }
      .nav-tabs .nav-item.n1.active {
        background-image: url("../img/tab_1_a.png"); }
    .nav-tabs .nav-item.n2 {
      background: url("../img/tab_2.png") no-repeat center; }
      .nav-tabs .nav-item.n2.active {
        background-image: url("../img/tab_2_a.png"); }
    .nav-tabs .nav-item.n3 {
      background: url("../img/tab_3.png") no-repeat center; }
      .nav-tabs .nav-item.n3.active {
        background-image: url("../img/tab_3_a.png"); }
    .nav-tabs .nav-item.n4 {
      background: url("../img/tab_4.png") no-repeat center; }
      .nav-tabs .nav-item.n4.active {
        background-image: url("../img/tab_4_a.png"); }

.layout-hd .video {
  max-width: 1920px;
  margin: 0 auto;
  text-align: center; }
  .layout-hd .video video {
    width: 100%; }

.layout-bd {
  padding-top: 2rem;
  padding-bottom: 4rem;
  margin-top: -8px;
  background: url("../img/bg_main.png") no-repeat top; }

.layout-ft {
  background-color: #5a000a; }
  .layout-ft .copyright {
    padding: 2rem 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; }

#show {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 16px; }
  #show .swiper-button-next,
  #show .swiper-button-prev {
    top: auto;
    bottom: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5); }
  #show .swiper-button-next {
    right: 45%; }
  #show .swiper-button-prev {
    left: 45%; }

#focus .swiper-pagination-bullets {
  left: auto;
  right: 0;
  width: 20%; }
#focus .swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 8px;
  background-color: #fff; }

#grid {
  --swiper-navigation-color: #f5ebc3;
  --swiper-navigation-size: 32px;
  height: 580px; }
  #grid .swiper-slide {
    height: 250px; }
  #grid .swiper-button-next,
  #grid .swiper-button-prev {
    top: auto;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.5); }
  #grid .swiper-button-next {
    right: 45%; }
  #grid .swiper-button-prev {
    left: 45%; }

#carousel {
  --swiper-navigation-color: #f5ebc3;
  --swiper-navigation-size: 32px;
  padding: 0 15px; }
  #carousel .swiper-button-next,
  #carousel .swiper-button-prev {
    top: 42%; }
  #carousel .swiper-button-next {
    right: 0; }
  #carousel .swiper-button-prev {
    left: 0; }

.group_1 .aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 600px; }
.group_1 .main {
  padding-left: 2rem; }
  .group_1 .main .card {
    padding: 1rem 0;
    border-bottom: 1px dashed #fff; }
    .group_1 .main .card .card-title {
      font-size: 22px;
      font-weight: 600; }
      .group_1 .main .card .card-title a {
        color: #f0c382; }
        .group_1 .main .card .card-title a:hover {
          color: #f5ebc3; }
    .group_1 .main .card .card-text {
      color: #f5ebc3; }
  .group_1 .main .list-group {
    padding-top: 1rem; }
    .group_1 .main .list-group .list-group-item {
      padding-left: 1rem;
      margin-bottom: 1rem;
      font-size: 20px; }
      .group_1 .main .list-group .list-group-item a {
        color: #f5ebc3; }
      .group_1 .main .list-group .list-group-item:before {
        position: absolute;
        display: block;
        left: 0;
        top: 11px;
        width: 5px;
        height: 5px;
        background-color: #f5ebc3;
        border-radius: 50%;
        content: ""; }

.part .part-hd,
.part .part-ft {
  padding: 2rem 0;
  text-align: center; }

.p1 .card-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 700px; }
.p1 .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 1.5rem 1.5rem 0; }
.p1 .card-text {
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  text-indent: 2em; }
.p1 .card-link {
  text-align: right; }
  .p1 .card-link a {
    display: inline-block;
    width: 89px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: url("../img/bg_button.png") no-repeat; }

.p2 .part-bd {
  margin-bottom: 2rem; }
.p2 .card-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px; }
.p2 .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 2rem; }
.p2 .card-title {
  width: 410px;
  height: 77px;
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 600;
  line-height: 72px;
  text-align: center;
  background: url("../img/bg_title-1.png") no-repeat; }
  .p2 .card-title a {
    color: #af2323; }
.p2 .card-text {
  padding: 2rem 3rem;
  border-radius: 2rem;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25); }

.fzlc .card-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 600px; }
.fzlc .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 1.5rem 1.5rem 0; }
.fzlc .card-text {
  font-size: 22px;
  line-height: 40px;
  color: #f5ebc3;
  text-indent: 2em; }
.fzlc .card-link {
  text-align: right; }
  .fzlc .card-link a {
    display: inline-block;
    width: 89px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: url("../img/bg_button.png") no-repeat; }

.zzry .card {
  margin: 1rem; }
  .zzry .card .card-body {
    padding: 1rem; }
  .zzry .card .card-title {
    text-align: center; }
    .zzry .card .card-title a {
      color: #f5ebc3; }

.gyly .card {
  margin: 0 1rem; }
  .gyly .card .card-body {
    padding: 1rem; }
  .gyly .card .card-title {
    text-align: center; }
    .gyly .card .card-title a {
      color: #f5ebc3; }

.fwzx .card {
  text-align: center; }
  .fwzx .card .card-body {
    padding: 1rem 0; }
.fwzx .row {
  width: 480px;
  margin: 3rem auto 0; }

.p5 .card {
  margin: 1rem; }

.is1 img {
  width: 700px;
  height: 450px; }

.is2 img {
  width: 400px;
  height: 600px; }

.is3 img {
  width: 600px;
  height: 360px; }

.is4 img {
  width: 268px;
  height: 161px; }

.is5 img {
  width: 358px;
  height: 313px; }

.is6 img {
  width: 1140px;
  height: 400px; }

.is7 img {
  width: 128px;
  height: 128px; }

.is8 img {
  width: 368px;
  height: 221px; }