/*
* 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 {
  background: url("../img/bg_body.png") no-repeat top; }

a {
  color: #212529;
  text-decoration: none; }
  a:hover {
    color: #c81905; }

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; }

.card-img-overlay-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding: 2.5rem 1.5rem 0;
  background: url("../img/bg_card-body.png") no-repeat bottom;
  background-size: 100% auto;
  color: #fff; }
  .card-img-overlay-body a {
    color: #fff; }
  .card-img-overlay-body .card-title {
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 600; }

.sty1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sty1 .list-group-item {
    padding-left: 2.5rem;
    margin-bottom: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    font-size: 20px;
    font-weight: 500; }
    .sty1 .list-group-item:before {
      position: absolute;
      display: block;
      left: 16px;
      top: 12px;
      width: 6px;
      height: 6px;
      background-color: #c81905;
      border-radius: 50%;
      content: ""; }

.layout-hd {
  height: 730px;
  background: url("../img/bg_header.png") no-repeat top; }

.layout-ft {
  background-color: #c81905; }
  .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; }

.p1 {
  height: 715px;
  padding: 1rem;
  background-color: #fff; }
  .p1 .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 3rem; }
    .p1 .row .main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 750px; }
    .p1 .row .aside {
      padding-top: 1rem;
      padding-left: 2rem; }
      .p1 .row .aside .card {
        margin-bottom: 2rem; }
        .p1 .row .aside .card .card-title {
          margin-bottom: 1rem;
          font-size: 22px;
          font-weight: 600; }
          .p1 .row .aside .card .card-title a {
            color: #c81905; }
        .p1 .row .aside .card .card-text {
          text-indent: 2em; }

.part-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .part-hd .hd-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 2rem; }
  .part-hd .hd-text {
    padding: 0 2rem 0 1rem;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-indent: 2em; }

.p2 {
  height: 1090px; }
  .p2 .hd-text {
    color: #fff; }
  .p2 .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 1rem; }
    .p2 .row .main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 780px; }
    .p2 .row .aside {
      padding-left: 1rem; }
  .p2 .row-cols-2 {
    background-color: #fff; }
  .p2 .card .card-body {
    padding: 1.5rem;
    background-color: #fff; }
  .p2 .card .card-title {
    font-size: 22px;
    font-weight: 600; }
    .p2 .card .card-title a {
      color: #c81905; }
  .p2 .card .card-text {
    min-height: 54px;
    font-size: 18px; }
  .p2 .card.s .card-title {
    font-size: 18px; }
  .p2 .card.s .card-text {
    min-height: 45px;
    font-size: 15px; }
  .p2 .card.s:last-child .card-body {
    padding-top: 0; }

.p3 {
  height: 1320px; }
  .p3 .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 4rem; }
    .p3 .row .main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 960px; }
      .p3 .row .main .card .card-body {
        height: 84px;
        padding: 1.5rem;
        background-color: #ebebeb; }
      .p3 .row .main .card .card-title {
        font-size: 22px;
        font-weight: 600; }
        .p3 .row .main .card .card-title a {
          color: #c81905; }
    .p3 .row .aside {
      width: 240px;
      height: 660px;
      overflow: hidden;
      padding: 1rem 1.5rem;
      background-color: #f6f6f6; }

.p4 {
  height: 1090px; }
  .p4 .hd-text {
    color: #fff; }
  .p4 .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 4rem; }
    .p4 .row .main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 700px; }
      .p4 .row .main .card-title {
        padding-top: 1rem; }
    .p4 .row .aside {
      padding-top: 1rem;
      padding-left: 2rem; }
      .p4 .row .aside .card {
        margin-bottom: 2rem; }
        .p4 .row .aside .card .card-title {
          margin-bottom: 1rem;
          font-size: 20px; }
          .p4 .row .aside .card .card-title a {
            color: #fff; }
        .p4 .row .aside .card .card-text {
          color: #fff;
          text-indent: 2em; }
      .p4 .row .aside .list-group {
        padding-top: 1rem; }
        .p4 .row .aside .list-group .list-group-item {
          padding-left: 1rem;
          margin-bottom: 1rem;
          font-size: 20px; }
          .p4 .row .aside .list-group .list-group-item a {
            color: #fff; }
          .p4 .row .aside .list-group .list-group-item:before {
            position: absolute;
            display: block;
            left: 0;
            top: 12px;
            width: 6px;
            height: 6px;
            background-color: #fff;
            border-radius: 50%;
            content: ""; }
  .p4 .sty1 .list-group-item a {
    color: #fff; }
  .p4 .sty1 .list-group-item:before {
    background-color: #fff; }

.p5 .card-img-overlay-title {
  padding: 1rem;
  font-size: 18px; }
.p5 .part-ft {
  height: 8rem; }

#thumbs-1 {
  height: 620px;
  padding-top: 30px; }
  #thumbs-1 .swiper-button-prev {
    top: -8px;
    left: 42%;
    margin-top: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #c81905; }
  #thumbs-1 .swiper-button-next {
    top: auto;
    bottom: -10px;
    left: 42%;
    margin-top: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #c81905; }

#gallery,
#thumbs {
  background-color: #f6f6f6; }

#gallery {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 64px; }

#thumbs {
  padding: 12px 0; }
  #thumbs .swiper-slide {
    opacity: .5; }
  #thumbs .swiper-slide-thumb-active {
    opacity: 1; }

@media (max-width: 767.98px) {
  .container {
    width: 100%; }

  body {
    background: url("../img/mob-bg_body.png") no-repeat top;
    background-size: 100% auto; }

  .card-img-overlay-body {
    height: 72px;
    padding: 2rem 1rem 0; }
    .card-img-overlay-body .card-title {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 500; }
    .card-img-overlay-body .card-text {
      display: none; }

  .sty1 {
    display: block;
    padding: 1rem; }
    .sty1 .list-group-item {
      padding-left: 2rem;
      margin-bottom: 1rem;
      width: 100%;
      font-size: 16px; }
      .sty1 .list-group-item:before {
        top: 9px; }

  .layout-hd {
    height: 240px;
    background: none; }

  .p1,
  .p2,
  .p3,
  .p4 {
    height: auto; }

  .p1 .row,
  .p2 .row,
  .p4 .row {
    display: block;
    margin-bottom: 0; }
    .p1 .row .main,
    .p1 .row .aside,
    .p2 .row .main,
    .p2 .row .aside,
    .p4 .row .main,
    .p4 .row .aside {
      width: 100%; }

  .part-hd {
    display: block;
    padding: 1rem; }
    .part-hd .hd-img {
      padding: 0;
      margin-bottom: 1rem;
      text-align: center; }
      .part-hd .hd-img img {
        width: 60%; }
    .part-hd .hd-text {
      padding: 0;
      font-size: 16px;
      line-height: 1.5; }

  .p1 {
    background-color: transparent; }
    .p1 .row .aside {
      padding: 1rem; }
      .p1 .row .aside .card {
        margin-bottom: 1rem; }
        .p1 .row .aside .card .card-title {
          margin-bottom: .5rem;
          font-size: 16px;
          font-weight: 500; }
        .p1 .row .aside .card .card-text {
          font-size: 14px; }

  .p2 {
    background-color: #d21923; }
    .p2 .row {
      padding: 0 1rem 1rem; }
      .p2 .row .main {
        margin-bottom: 1rem; }
      .p2 .row .aside {
        padding: 0; }
    .p2 .row-cols-2 {
      background-color: transparent; }
      .p2 .row-cols-2 .col {
        width: 100%; }
        .p2 .row-cols-2 .col:first-child {
          margin-bottom: 1rem; }
    .p2 .card .card-body {
      padding: 1rem; }
    .p2 .card .card-title {
      font-size: 16px;
      font-weight: 500; }
    .p2 .card .card-text {
      min-height: auto;
      font-size: 14px; }
    .p2 .card.s .card-title {
      font-size: 16px; }
    .p2 .card.s .card-text {
      min-height: auto;
      font-size: 14px; }

  .p3 .row {
    margin-bottom: 0; }
    .p3 .row .main {
      width: 300px; }
      .p3 .row .main .card .card-body {
        height: 64px;
        padding: 1rem; }
      .p3 .row .main .card .card-title {
        font-size: 16px;
        font-weight: 500; }
    .p3 .row .aside {
      width: auto;
      height: 244px;
      padding: .5rem; }

  .p4 {
    background-color: #d21923; }
    .p4 .row .main {
      padding: 0 1rem; }
      .p4 .row .main .card-title {
        padding-top: .25rem; }
    .p4 .row .aside {
      padding: 1rem 2rem 0; }
      .p4 .row .aside .card {
        margin-bottom: 1rem; }
        .p4 .row .aside .card .card-title {
          margin-bottom: .5rem;
          font-size: 16px;
          font-weight: 500; }
        .p4 .row .aside .card .card-text {
          font-size: 14px; }
      .p4 .row .aside .list-group {
        padding-top: 0; }
        .p4 .row .aside .list-group .list-group-item {
          font-size: 16px; }
    .p4 .sty1 {
      padding-top: 0; }

  .p5 .card-img-overlay-title {
    font-size: 16px; }
  .p5 .part-ft {
    height: 4rem; }

  #thumbs-1 {
    height: 228px;
    padding-top: 0; }
    #thumbs-1 .swiper-button-prev {
      top: 0;
      left: 37%; }
    #thumbs-1 .swiper-button-next {
      bottom: 0;
      left: 37%; } }