/*inner-banner部分*/
.projects {
  padding: 90px 0 90px;
}
@media screen and (max-width: 1000px) {
  .gyban {
    margin-top: 60px;
  }
  .inner-page {
    padding-top: 40px;
  }
}
.gyban {
  width: 100%;
  height: 350px;
  max-height: -webkit-calc(100vh - 100px);
  max-height: -moz-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
}
@media (max-width: 1600px) {
  .gyban {
    height: 700px;
    max-height: -webkit-calc(100vh - 70px);
    max-height: -moz-calc(100vh - 70px);
    max-height: calc(100vh - 70px);
  }
}
@media (max-width: 1200px) {
  .gyban {
    height: 500px;
    max-height: initial;
  }
  .gyban-div {
    font-size: 35px;
    padding-top: 240px;
  }
}
@media (max-width: 750px) {
  .gyban {
    height: 40rem;
    max-height: initial;
  }
  .gyban-div {
    font-size: 0.4rem;
    padding-top: 2rem;
  }
}
.gyban-div {
  font-size: 38px;
  color: #fff;
  padding-top: 8vw;
}
@media (max-width: 1600px) {
    .gyban-div {
    font-size: 40px;
    padding-top: 14vw;
  }
}

/**/



.wp-block-audio figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  .wp-block-audio audio {
    width: 100%;
    min-width: 300px;
  }
  .wp-block-button {
    color: #fff;
  }
  .wp-block-button.aligncenter {
    text-align: center;
  }
  .wp-block-button.alignright {
    text-align: right;
  }
  .wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
  }
  .wp-block-button__link:active,
  .wp-block-button__link:focus,
  .wp-block-button__link:hover,
  .wp-block-button__link:visited {
    color: inherit;
  }
  .is-style-squared .wp-block-button__link {
    border-radius: 0;
  }
  .no-border-radius.wp-block-button__link {
    border-radius: 0 !important;
  }
  .is-style-outline {
    color: #32373c;
  }
  .is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid;
  }
  .wp-block-calendar {
    text-align: center;
  }
  .wp-block-calendar tbody td,
  .wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7;
  }
  .wp-block-calendar tfoot td {
    border: none;
  }
  .wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
  }
  .wp-block-calendar table th {
    font-weight: 400;
    background: #edeff0;
  }
  .wp-block-calendar a {
    text-decoration: underline;
  }
  .wp-block-calendar tfoot a {
    color: #00739c;
  }
  .wp-block-calendar table caption,
  .wp-block-calendar table tbody {
    color: #40464d;
  }
  .wp-block-categories.alignleft {
    margin-right: 2em;
  }
  .wp-block-categories.alignright {
    margin-left: 2em;
  }
  .wp-block-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @media (min-width: 782px) {
    .wp-block-columns {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
  }
  .wp-block-column {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  @media (max-width: 599px) {
    .wp-block-column {
      -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
    }
  }
  @media (min-width: 600px) {
    .wp-block-column {
      -webkit-flex-basis: -webkit-calc(50% - 16px);
      -ms-flex-preferred-size: calc(50% - 16px);
      flex-basis: -moz-calc(50% - 16px);
      flex-basis: calc(50% - 16px);
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -moz-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
    }
    .wp-block-column:nth-child(2n) {
      margin-left: 32px;
    }
  }
  @media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
      margin-left: 32px;
    }
  }
  .wp-block-columns.are-vertically-aligned-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wp-block-columns.are-vertically-aligned-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wp-block-columns.are-vertically-aligned-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .wp-block-column.is-vertically-aligned-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .wp-block-column.is-vertically-aligned-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .wp-block-cover,
  .wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: fixed;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
      background-attachment: scroll;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
      background-attachment: scroll;
    }
  }
  .wp-block-cover-image.has-background-dim:before,
  .wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: 0.5;
    z-index: 1;
  }
  .wp-block-cover-image.has-background-dim.has-background-dim-10:before,
  .wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: 0.1;
  }
  .wp-block-cover-image.has-background-dim.has-background-dim-20:before,
  .wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: 0.2;
  }
  .wp-block-cover-image.has-background-dim.has-background-dim-30:before,
  .wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: 0.3;
  }
  .wp-block-cover-image.has-background-dim.has-background-dim-40:before,
  .wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: 0.4;
  }
  .wp-block-cover-image.has-background-dim.has-background-dim-50:before,
  .wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: 0.5;
  }
  .wp-block-cover-image.has-background-dim.has-background-dim-60:before,
  .wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: 0.6;
  }
  .wp-block-cover-image.has-background-dim.has-background-dim-70:before,
  .wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: 0.7;
  }
  .wp-block-cover-image.has-background-dim.has-background-dim-80:before,
  .wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: 0.8;
  }
  .wp-block-cover-image.has-background-dim.has-background-dim-90:before,
  .wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: 0.9;
  }
  .wp-block-cover-image.has-background-dim.has-background-dim-100:before,
  .wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1;
  }
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright {
    max-width: 305px;
    width: 100%;
  }
  .wp-block-cover-image:after,
  .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
      content: none;
    }
  }
  .wp-block-cover-image.aligncenter,
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  .wp-block-cover.aligncenter,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9;
  }
  .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
  .wp-block-cover-image h1:not(.has-text-color),
  .wp-block-cover-image h2:not(.has-text-color),
  .wp-block-cover-image h3:not(.has-text-color),
  .wp-block-cover-image h4:not(.has-text-color),
  .wp-block-cover-image h5:not(.has-text-color),
  .wp-block-cover-image h6:not(.has-text-color),
  .wp-block-cover-image p:not(.has-text-color),
  .wp-block-cover .wp-block-subhead:not(.has-text-color),
  .wp-block-cover h1:not(.has-text-color),
  .wp-block-cover h2:not(.has-text-color),
  .wp-block-cover h3:not(.has-text-color),
  .wp-block-cover h4:not(.has-text-color),
  .wp-block-cover h5:not(.has-text-color),
  .wp-block-cover h6:not(.has-text-color),
  .wp-block-cover p:not(.has-text-color) {
    color: inherit;
  }
  .wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .wp-block-cover-image-text,
  .wp-block-cover-text,
  section.wp-block-cover-image h2 {
    color: #fff;
  }
  .wp-block-cover-image-text a,
  .wp-block-cover-image-text a:active,
  .wp-block-cover-image-text a:focus,
  .wp-block-cover-image-text a:hover,
  .wp-block-cover-text a,
  .wp-block-cover-text a:active,
  .wp-block-cover-text a:focus,
  .wp-block-cover-text a:hover,
  section.wp-block-cover-image h2 a,
  section.wp-block-cover-image h2 a:active,
  section.wp-block-cover-image h2 a:focus,
  section.wp-block-cover-image h2 a:hover {
    color: #fff;
  }
  .wp-block-cover-image .wp-block-cover.has-left-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wp-block-cover-image .wp-block-cover.has-right-content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
  .wp-block-cover.has-left-content .wp-block-cover-text,
  section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left;
  }
  .wp-block-cover-image.has-right-content .wp-block-cover-image-text,
  .wp-block-cover.has-right-content .wp-block-cover-text,
  section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right;
  }
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
  }
  .block-editor-block-list__block[data-type="core/embed"][data-align="left"]
    .block-editor-block-list__block-edit,
  .block-editor-block-list__block[data-type="core/embed"][data-align="right"]
    .block-editor-block-list__block-edit,
  .wp-block-embed.alignleft,
  .wp-block-embed.alignright {
    max-width: 360px;
    width: 100%;
  }
  .wp-block-embed {
    margin-bottom: 1em;
  }
  .wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-1-1
    .wp-block-embed__wrapper,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-1-2
    .wp-block-embed__wrapper,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-4-3
    .wp-block-embed__wrapper,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-9-16
    .wp-block-embed__wrapper,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-16-9
    .wp-block-embed__wrapper,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-18-9
    .wp-block-embed__wrapper,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-21-9
    .wp-block-embed__wrapper {
    position: relative;
  }
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-1-1
    .wp-block-embed__wrapper:before,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-1-2
    .wp-block-embed__wrapper:before,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-4-3
    .wp-block-embed__wrapper:before,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-9-16
    .wp-block-embed__wrapper:before,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-16-9
    .wp-block-embed__wrapper:before,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-18-9
    .wp-block-embed__wrapper:before,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-21-9
    .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-1-1
    .wp-block-embed__wrapper
    iframe,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-1-2
    .wp-block-embed__wrapper
    iframe,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-4-3
    .wp-block-embed__wrapper
    iframe,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-9-16
    .wp-block-embed__wrapper
    iframe,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-16-9
    .wp-block-embed__wrapper
    iframe,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-18-9
    .wp-block-embed__wrapper
    iframe,
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-21-9
    .wp-block-embed__wrapper
    iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-21-9
    .wp-block-embed__wrapper:before {
    padding-top: 42.85%;
  }
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-18-9
    .wp-block-embed__wrapper:before {
    padding-top: 50%;
  }
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-16-9
    .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
  }
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-4-3
    .wp-block-embed__wrapper:before {
    padding-top: 75%;
  }
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-1-1
    .wp-block-embed__wrapper:before {
    padding-top: 100%;
  }
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-9-16
    .wp-block-embed__wrapper:before {
    padding-top: 177.78%;
  }
  .wp-embed-responsive
    .wp-block-embed.wp-embed-aspect-1-2
    .wp-block-embed__wrapper:before {
    padding-top: 200%;
  }
  .wp-block-file {
    margin-bottom: 1.5em;
  }
  .wp-block-file.aligncenter {
    text-align: center;
  }
  .wp-block-file.alignright {
    text-align: right;
  }
  .wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: 0.5em 1em;
  }
  .wp-block-file a.wp-block-file__button {
    text-decoration: none;
  }
  .wp-block-file a.wp-block-file__button:active,
  .wp-block-file a.wp-block-file__button:focus,
  .wp-block-file a.wp-block-file__button:hover,
  .wp-block-file a.wp-block-file__button:visited {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
  }
  .wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em;
  }
  .blocks-gallery-grid,
  .wp-block-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .blocks-gallery-grid .blocks-gallery-image,
  .blocks-gallery-grid .blocks-gallery-item,
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
      width: auto;
    }
  }
  .blocks-gallery-grid .blocks-gallery-image figcaption,
  .blocks-gallery-grid .blocks-gallery-item figcaption,
  .wp-block-gallery .blocks-gallery-image figcaption,
  .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.7)),
      color-stop(70%, rgba(0, 0, 0, 0.3)),
      to(transparent)
    );
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3) 70%,
      transparent
    );
    background: -moz-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3) 70%,
      transparent
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3) 70%,
      transparent
    );
  }
  .blocks-gallery-grid .blocks-gallery-image figcaption img,
  .blocks-gallery-grid .blocks-gallery-item figcaption img,
  .wp-block-gallery .blocks-gallery-image figcaption img,
  .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline;
  }
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
      height: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -o-object-fit: cover;
      object-fit: cover;
    }
  }
  .blocks-gallery-grid .blocks-gallery-image,
  .blocks-gallery-grid .blocks-gallery-item,
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    width: -webkit-calc((100% - 16px)/2);
    width: -moz-calc((100% - 16px)/2);
    width: calc((100% - 16px) / 2);
  }
  .blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image,
  .blocks-gallery-grid.columns-1 .blocks-gallery-item,
  .wp-block-gallery.columns-1 .blocks-gallery-image,
  .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
  }
  @media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: -webkit-calc((100% - 32px)/3);
      width: -moz-calc((100% - 32px)/3);
      width: calc((100% - 32px) / 3);
      margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
      .blocks-gallery-grid.columns-3 .blocks-gallery-image,
      .blocks-gallery-grid.columns-3 .blocks-gallery-item,
      .wp-block-gallery.columns-3 .blocks-gallery-image,
      .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: -webkit-calc((100% - 32px)/3 - 1px);
        width: -moz-calc((100% - 32px)/3 - 1px);
        width: calc((100% - 32px) / 3 - 1px);
      }
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: -webkit-calc((100% - 48px)/4);
      width: -moz-calc((100% - 48px)/4);
      width: calc((100% - 48px) / 4);
      margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
      .blocks-gallery-grid.columns-4 .blocks-gallery-image,
      .blocks-gallery-grid.columns-4 .blocks-gallery-item,
      .wp-block-gallery.columns-4 .blocks-gallery-image,
      .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: -webkit-calc((100% - 48px)/4 - 1px);
        width: -moz-calc((100% - 48px)/4 - 1px);
        width: calc((100% - 48px) / 4 - 1px);
      }
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
      width: -webkit-calc((100% - 64px)/5);
      width: -moz-calc((100% - 64px)/5);
      width: calc((100% - 64px) / 5);
      margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
      .blocks-gallery-grid.columns-5 .blocks-gallery-image,
      .blocks-gallery-grid.columns-5 .blocks-gallery-item,
      .wp-block-gallery.columns-5 .blocks-gallery-image,
      .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: -webkit-calc((100% - 64px)/5 - 1px);
        width: -moz-calc((100% - 64px)/5 - 1px);
        width: calc((100% - 64px) / 5 - 1px);
      }
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
      width: -webkit-calc((100% - 80px)/6);
      width: -moz-calc((100% - 80px)/6);
      width: calc((100% - 80px) / 6);
      margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
      .blocks-gallery-grid.columns-6 .blocks-gallery-image,
      .blocks-gallery-grid.columns-6 .blocks-gallery-item,
      .wp-block-gallery.columns-6 .blocks-gallery-image,
      .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: -webkit-calc((100% - 80px)/6 - 1px);
        width: -moz-calc((100% - 80px)/6 - 1px);
        width: calc((100% - 80px) / 6 - 1px);
      }
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
      width: -webkit-calc((100% - 96px)/7);
      width: -moz-calc((100% - 96px)/7);
      width: calc((100% - 96px) / 7);
      margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
      .blocks-gallery-grid.columns-7 .blocks-gallery-image,
      .blocks-gallery-grid.columns-7 .blocks-gallery-item,
      .wp-block-gallery.columns-7 .blocks-gallery-image,
      .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: -webkit-calc((100% - 96px)/7 - 1px);
        width: -moz-calc((100% - 96px)/7 - 1px);
        width: calc((100% - 96px) / 7 - 1px);
      }
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
      width: -webkit-calc((100% - 112px)/8);
      width: -moz-calc((100% - 112px)/8);
      width: calc((100% - 112px) / 8);
      margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
      .blocks-gallery-grid.columns-8 .blocks-gallery-image,
      .blocks-gallery-grid.columns-8 .blocks-gallery-item,
      .wp-block-gallery.columns-8 .blocks-gallery-image,
      .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: -webkit-calc((100% - 112px)/8 - 1px);
        width: -moz-calc((100% - 112px)/8 - 1px);
        width: calc((100% - 112px) / 8 - 1px);
      }
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
      margin-right: 0;
    }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
      margin-right: 0;
    }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
      margin-right: 0;
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
      margin-right: 0;
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
      margin-right: 0;
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
      margin-right: 0;
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
      margin-right: 0;
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
      margin-right: 0;
    }
  }
  .blocks-gallery-grid .blocks-gallery-image:last-child,
  .blocks-gallery-grid .blocks-gallery-item:last-child,
  .wp-block-gallery .blocks-gallery-image:last-child,
  .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .blocks-gallery-grid.alignleft,
  .blocks-gallery-grid.alignright,
  .wp-block-gallery.alignleft,
  .wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%;
  }
  .blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
  .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
  }
  .wp-block-image img {
    max-width: 100%;
  }
  .wp-block-image.aligncenter {
    text-align: center;
  }
  .wp-block-image.alignfull img,
  .wp-block-image.alignwide img {
    width: 100%;
  }
  .wp-block-image .aligncenter,
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-image .aligncenter > figcaption,
  .wp-block-image .alignleft > figcaption,
  .wp-block-image .alignright > figcaption,
  .wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom;
  }
  .wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
  }
  .wp-block-image .alignright {
    float: right;
    margin-left: 1em;
  }
  .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  .is-style-circle-mask img {
    border-radius: 9999px;
  }
  @supports ((-webkit-mask-image: none) or (mask-image: none)) or
    (-webkit-mask-image: none) {
    .is-style-circle-mask img {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
      mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
      mask-mode: alpha;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-position: center;
      mask-position: center;
      border-radius: none;
    }
  }
  .wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
  }
  .has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none;
  }
  .has-avatars
    .wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-excerpt,
  .has-avatars
    .wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta {
    margin-left: 52px;
  }
  .has-dates .wp-block-latest-comments__comment,
  .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5;
  }
  .wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px;
  }
  .wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px;
  }
  .wp-block-latest-comments .avatar,
  .wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px;
  }
  .wp-block-latest-posts.alignleft {
    margin-right: 2em;
  }
  .wp-block-latest-posts.alignright {
    margin-left: 2em;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
  }
  .wp-block-latest-posts.is-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%;
  }
  @media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
      width: -webkit-calc(50% - 16px);
      width: -moz-calc(50% - 16px);
      width: calc(50% - 16px);
    }
    .wp-block-latest-posts.columns-3 li {
      width: -webkit-calc(33.33333% - 16px);
      width: -moz-calc(33.33333% - 16px);
      width: calc(33.33333% - 16px);
    }
    .wp-block-latest-posts.columns-4 li {
      width: -webkit-calc(25% - 16px);
      width: -moz-calc(25% - 16px);
      width: calc(25% - 16px);
    }
    .wp-block-latest-posts.columns-5 li {
      width: -webkit-calc(20% - 16px);
      width: -moz-calc(20% - 16px);
      width: calc(20% - 16px);
    }
    .wp-block-latest-posts.columns-6 li {
      width: -webkit-calc(16.66667% - 16px);
      width: -moz-calc(16.66667% - 16px);
      width: calc(16.66667% - 16px);
    }
  }
  .wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px;
  }
  .wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .wp-block-media-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
  }
  .wp-block-media-text .has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%;
  }
  .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
  .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }
  .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
  .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
  .wp-block-media-text .wp-block-media-text__content,
  .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
  .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }
  .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
  }
  .wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    padding: 0 8%;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
  .wp-block-media-text .wp-block-media-text__content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text > figure > img,
  .wp-block-media-text > figure > video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
  }
  .wp-block-media-text.is-image-fill figure {
    height: 100%;
    min-height: 250px;
    background-size: cover;
  }
  .wp-block-media-text.is-image-fill figure > img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  @media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
      -ms-grid-columns: 100% !important;
      grid-template-columns: 100% !important;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1;
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
      .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2;
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
      .wp-block-media-text__content {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1;
    }
  }
  .is-small-text {
    font-size: 14px;
  }
  .is-regular-text {
    font-size: 16px;
  }
  .is-large-text {
    font-size: 36px;
  }
  .is-larger-text {
    font-size: 48px;
  }
  .has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
  }
  .has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px;
  }
  p.has-background {
    padding: 20px 30px;
  }
  p.has-text-color a {
    color: inherit;
  }
  .wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 305px;
  }
  .wp-block-pullquote.alignleft p,
  .wp-block-pullquote.alignright p {
    font-size: 20px;
  }
  .wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6;
  }
  .wp-block-pullquote cite,
  .wp-block-pullquote footer {
    position: relative;
  }
  .wp-block-pullquote .has-text-color a {
    color: inherit;
  }
  .wp-block-pullquote:not(.is-style-solid-color) {
    background: none;
  }
  .wp-block-pullquote.is-style-solid-color {
    border: none;
  }
  .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%;
  }
  .wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }
  .wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
  }
  .wp-block-pullquote cite {
    color: inherit;
  }
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em;
  }
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
  }
  .wp-block-quote.is-large cite,
  .wp-block-quote.is-large footer,
  .wp-block-quote.is-style-large cite,
  .wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right;
  }
  .wp-block-rss.alignleft {
    margin-right: 2em;
  }
  .wp-block-rss.alignright {
    margin-left: 2em;
  }
  .wp-block-rss.is-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
  }
  .wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%;
  }
  @media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
      width: -webkit-calc(50% - 16px);
      width: -moz-calc(50% - 16px);
      width: calc(50% - 16px);
    }
    .wp-block-rss.columns-3 li {
      width: -webkit-calc(33.33333% - 16px);
      width: -moz-calc(33.33333% - 16px);
      width: calc(33.33333% - 16px);
    }
    .wp-block-rss.columns-4 li {
      width: -webkit-calc(25% - 16px);
      width: -moz-calc(25% - 16px);
      width: calc(25% - 16px);
    }
    .wp-block-rss.columns-5 li {
      width: -webkit-calc(20% - 16px);
      width: -moz-calc(20% - 16px);
      width: calc(20% - 16px);
    }
    .wp-block-rss.columns-6 li {
      width: -webkit-calc(16.66667% - 16px);
      width: -moz-calc(16.66667% - 16px);
      width: calc(16.66667% - 16px);
    }
  }
  .wp-block-rss__item-author,
  .wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px;
  }
  .wp-block-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wp-block-search .wp-block-search__label {
    width: 100%;
  }
  .wp-block-search .wp-block-search__input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .wp-block-search .wp-block-search__button {
    margin-left: 10px;
  }
  .wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
  }
  .wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto;
  }
  .wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
  }
  .wp-block-social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
  .wp-social-link {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
  }
  .wp-social-link,
  .wp-social-link a {
    display: block;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    -moz-transition: transform 0.1s ease, -moz-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease,
      -moz-transform 0.1s ease;
  }
  .wp-social-link a {
    padding: 6px;
    line-height: 0;
  }
  .wp-social-link a,
  .wp-social-link a:active,
  .wp-social-link a:hover,
  .wp-social-link a:visited,
  .wp-social-link svg {
    color: currentColor;
    fill: currentColor;
  }
  .wp-social-link:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .wp-block-social-links.aligncenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100;
  }
  .wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto;
  }
  .wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wp-block-spacer {
    clear: both;
  }
  p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: 0.75;
  }
  .wp-block-table {
    overflow-x: auto;
  }
  .wp-block-table table {
    width: 100%;
  }
  .wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
  }
  .wp-block-table .has-fixed-layout td,
  .wp-block-table .has-fixed-layout th {
    word-break: break-word;
  }
  .wp-block-table.aligncenter,
  .wp-block-table.alignleft,
  .wp-block-table.alignright {
    display: table;
    width: auto;
  }
  .wp-block-table.aligncenter td,
  .wp-block-table.aligncenter th,
  .wp-block-table.alignleft td,
  .wp-block-table.alignleft th,
  .wp-block-table.alignright td,
  .wp-block-table.alignright th {
    word-break: break-word;
  }
  .wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5;
  }
  .wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5;
  }
  .wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe;
  }
  .wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef;
  }
  .wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5;
  }
  .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f4f5;
  }
  .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
    tbody
    tr:nth-child(odd) {
    background-color: #f3f4f5;
  }
  .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
    tbody
    tr:nth-child(odd) {
    background-color: #e9fbe5;
  }
  .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
    tbody
    tr:nth-child(odd) {
    background-color: #e7f5fe;
  }
  .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
    tbody
    tr:nth-child(odd) {
    background-color: #fcf0ef;
  }
  .wp-block-table.is-style-stripes td,
  .wp-block-table.is-style-stripes th {
    border-color: transparent;
  }
  .wp-block-text-columns,
  .wp-block-text-columns.aligncenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0;
  }
  .wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0;
  }
  .wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0;
  }
  .wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%;
  }
  .wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%;
  }
  .wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%;
  }
  pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto;
  }
  .wp-block-video {
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-video video {
    max-width: 100%;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .wp-block-video [poster] {
      -o-object-fit: cover;
      object-fit: cover;
    }
  }
  .wp-block-video.aligncenter {
    text-align: center;
  }
  .wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  :root .has-pale-pink-background-color {
    background-color: #f78da7;
  }
  :root .has-vivid-red-background-color {
    background-color: #cf2e2e;
  }
  :root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900;
  }
  :root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
  }
  :root .has-light-green-cyan-background-color {
    background-color: #7bdcb5;
  }
  :root .has-vivid-green-cyan-background-color {
    background-color: #00d084;
  }
  :root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc;
  }
  :root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3;
  }
  :root .has-vivid-purple-background-color {
    background-color: #9b51e0;
  }
  :root .has-very-light-gray-background-color {
    background-color: #eee;
  }
  :root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
  }
  :root .has-very-dark-gray-background-color {
    background-color: #313131;
  }
  :root .has-pale-pink-color {
    color: #f78da7;
  }
  :root .has-vivid-red-color {
    color: #cf2e2e;
  }
  :root .has-luminous-vivid-orange-color {
    color: #ff6900;
  }
  :root .has-luminous-vivid-amber-color {
    color: #fcb900;
  }
  :root .has-light-green-cyan-color {
    color: #7bdcb5;
  }
  :root .has-vivid-green-cyan-color {
    color: #00d084;
  }
  :root .has-pale-cyan-blue-color {
    color: #8ed1fc;
  }
  :root .has-vivid-cyan-blue-color {
    color: #0693e3;
  }
  :root .has-vivid-purple-color {
    color: #9b51e0;
  }
  :root .has-very-light-gray-color {
    color: #eee;
  }
  :root .has-cyan-bluish-gray-color {
    color: #abb8c3;
  }
  :root .has-very-dark-gray-color {
    color: #313131;
  }
  .has-small-font-size {
    font-size: 13px;
  }
  .has-normal-font-size,
  .has-regular-font-size {
    font-size: 16px;
  }
  .has-medium-font-size {
    font-size: 20px;
  }
  .has-large-font-size {
    font-size: 36px;
  }
  .has-huge-font-size,
  .has-larger-font-size {
    font-size: 42px;
  }
  .has-text-align-center {
    text-align: center;
  }
  .has-text-align-left {
    text-align: left;
  }
  .has-text-align-right {
    text-align: right;
  }
  div.wpcf7 {
    margin: 0;
    padding: 0;
  }
  div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
  }
  div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid red;
  }
  div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
  }
  div.wpcf7-mail-sent-ng,
  div.wpcf7-aborted {
    border: 2px solid red;
  }
  div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
  }
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
  }
  .wpcf7-form-control-wrap {
    position: relative;
  }
  span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block;
  }
  .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: 0.2em 0.8em;
  }
  span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
  }
  span.wpcf7-list-item-label::before,
  span.wpcf7-list-item-label::after {
    content: " ";
  }
  .wpcf7-display-none {
    display: none;
  }
  div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
  }
  div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
  }
  div.wpcf7 div.ajax-error {
    display: none;
  }
  div.wpcf7 .placeheld {
    color: #888;
  }
  div.wpcf7 input[type="file"] {
    cursor: pointer;
  }
  div.wpcf7 input[type="file"]:disabled {
    cursor: default;
  }
  div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
  }
  @font-face {
    font-family: "vp-close-icon";
    src: url(../fonts/vp-close-icon-font.eot?lv4qfq);
    src: url("../fonts/vp-close-icon-font.eot?lv4qfq#iefix")
        format("embedded-opentype"),
      url(../fonts/vp-close-icon-font.ttf?lv4qfq) format("truetype"),
      url(../fonts/vp-close-icon-font.woff?lv4qfq) format("woff"),
      url("../fonts/vp-close-icon-font.svg?lv4qfq#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
  }
  .vp-close-button {
    font-family: "vp-close-icon" !important;
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }
  .vp-close-button:before {
    content: "\61";
  }
  @charset "UTF-8";
  .YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 9999999999999;
  }
  body.logged-in .YouTubePopUp-Wrap {
    top: 32px;
  }
  .Video-PopUp-Content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    height: 100%;
  }
  .vp-flex {
    max-width: 880px;
    width: 100%;
    height: 440px;
    margin: 0 60px;
    position: relative;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  }
  .vp-flex iframe,
  .vp-flex video {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: none !important;
    display: block;
  }
  .YouTubePopUp-Close {
    position: absolute;
    top: 0;
    cursor: pointer;
    left: -36px;
    margin: auto 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
  }
  .YouTubePopUp-Close:before {
    font-family: "vp-close-icon" !important;
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    content: "\61";
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    font-size: 26px;
    color: #fff;
  }
  .YouTubePopUp-Close:hover {
    opacity: 0.5;
  }
  .vp-flex.vp-flex-no-border,
  .vp-flex-no-border {
    padding: 0 !important;
    background: transparent !important;
  }
  .vp-flex-no-border.vp-vt-locally,
  .vp-flex-no-border.vp-vt-vimeo {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  @media all and (max-width: 782px) {
    body.logged-in .YouTubePopUp-Wrap {
      top: 46px !important;
    }
  }
  @media all and (max-width: 600px) {
    body.logged-in .YouTubePopUp-Wrap {
      top: 0 !important;
    }
    .YouTubePopUp-Close {
      top: -31px;
      left: -5px;
    }
    .vp-flex,
    .Video-PopUp-Content .vp-flex {
      max-width: 480px !important;
      height: 320px !important;
    }
  }
  @media all and (max-width: 480px) {
    .vp-flex,
    .Video-PopUp-Content .vp-flex {
      max-width: 480px !important;
      height: 240px !important;
      margin: 0 20px;
    }
  }
  @media all and (max-width: 320px) {
    .vp-flex,
    .Video-PopUp-Content .vp-flex {
      max-width: 280px !important;
      height: 140px !important;
    }
  }
  .wp-block-audio figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
  }
  .wp-block-code {
    font-size: 14px;
    color: #23282d;
    padding: 0.8em 1em;
    border: 1px solid #e2e4e7;
    border-radius: 4px;
  }
  .wp-block-embed figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
  }
  .blocks-gallery-caption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
  }
  .wp-block-image figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
  }
  .wp-block-preformatted pre {
    color: #23282d;
    font-size: 16px;
  }
  @media (min-width: 600px) {
    .wp-block-preformatted pre {
      font-size: 14px;
    }
  }
  .wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    margin-bottom: 28px;
    color: #40464d;
  }
  .wp-block-pullquote cite,
  .wp-block-pullquote footer,
  .wp-block-pullquote__citation {
    color: #40464d;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
  }
  .wp-block-quote {
    border-left: 4px solid #000;
    margin: 0 0 28px 0;
    padding-left: 1em;
  }
  .wp-block-quote cite,
  .wp-block-quote footer,
  .wp-block-quote__citation {
    color: #6c7781;
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal;
  }
  .wp-block-quote.has-text-align-right,
  .wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: 4px solid #000;
    padding-left: 0;
    padding-right: 1em;
  }
  .wp-block-quote.has-text-align-center,
  .wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0;
  }
  .wp-block-quote.is-style-large,
  .wp-block-quote.is-large {
    border: none;
  }
  .wp-block-search .wp-block-search__label {
    font-weight: 700;
  }
  .wp-block-group.has-background {
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
  }
  .wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px;
  }
  .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px;
  }
  .wp-block-table {
    border-collapse: collapse;
  }
  .wp-block-table td,
  .wp-block-table th {
    padding: 0.5em;
    border: 1px solid;
    word-break: normal;
  }
  .wp-block-video figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
  }
  html {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    overflow-scrolling: touch;
  }
  /*公共部分*/
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  p,
  blockquote,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  pre,
  form,
  fieldset,
  legend,
  button,
  input,
  textarea,
  th,
  td,
  iframe {
    margin: 0;
    padding: 0;
  }
  body {
    line-height: 1.5;
    font-size: 14px;
    height: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    line-height: 1.2;
  }
  fieldset,
  img {
    border: 0;
  }
  address,
  caption,
  cite,
  dfn,
  em,
  th,
  var {
    font-style: normal;
    font-weight: 400;
  }
  ol,
  ul {
    list-style: none;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  sup {
    vertical-align: text-top;
  }
  sub {
    vertical-align: text-bottom;
  }
  input,
  select,
  button {
    font: 100% roboto, Arial, Helvetica, sans-serif;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: none;
  }
  input[type="checkbox"],
  input[type="radio"] {
    vertical-align: middle;
  }
  textarea {
    overflow: auto;
    font: 100% roboto, Arial, Helvetica, sans-serif;
    resize: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    display: block;
    margin: 0;
    padding: 0;
  }
  audio,
  canvas,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  time,
  mark {
    display: inline;
  }
  mark {
    background-color: #ff0;
    color: #000;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  input[type="text"],
  input[type="reset"],
  input[type="submit"],
  select,
  button,
  textarea {
    -webkit-appearance: none;
  }
  input::-ms-clear {
    display: none !important;
  }
  img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }
  html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
  body {
    position: relative;
    /*color: #5f5f5f;*/
    font-weight: 400;
    font-style: normal;
  }
  body .swiper-pagination-bullet {
    opacity: 1;
    outline: none;
    width: 10px;
    height: 10px;
    border-radius: 0;
    margin: 0 5px;
    background: #434343;
  }
  body .swiper-pagination-fraction {
    font-weight: 900;
    font-style: normal;
    width: 63px;
    margin: 0 10px;
  }
  body .swiper-pagination {
    position: static;
  }
  body .swiper-pagination-bullets {
    margin-top: 27px;
  }
  body .swiper-pagination-bullet-active {
    background: var(--index-main-color);
  }
  a {
    /*color: var(--index-main-color);*/
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    transition: all 0.24s;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #2c2c2c;
    font-weight: 700;
    font-style: normal;
  }
  h1 {
    font-weight: 900;
    font-style: normal;
    font-size: 50px;
    color: #fff;
  }
  h2 {
    font-weight: 900;
    font-style: normal;
    font-size: 36px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
    color: #fff;
  }
  h6 {
    font-size: 14px;
  }
  .clearfix:before,
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .back2top {
    cursor: pointer;
  }

  .banner {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    max-height: 960px;
  }
  .ipage {
    width: 1920px;
    max-width: 100%;
  }
  .m-banner {
    position: relative;
    width: 100%;
    overflow-y: hidden;
    color: #fff;
    text-align: center;
  }
  .m-banner .m-banner-bd {
    position: relative;
    z-index: 10;
    background-image: url(/jzmold/2022/06/28/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .m-banner .m-banner-bd .banner-bd{
    margin-top: 35px;
  }
  .m-banner .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    min-height: 356px;
  }
  .m-banner h1 + p {
    margin: 30px 0;
  }
  .page-breadcrumbs {
    text-transform: capitalize;
  
    font-size: 16px;
  
    line-height: 28px;
  }
  .page-breadcrumbs .page-breadcrumbs-links {
    display: inline-block;
    color: var(--index-main-color);
  }
  .page-breadcrumbs a {
    display: contents;
    color: var(--index-main-color);
  }
  .page-breadcrumbs a:hover {
    text-decoration: underline;
  }
  .page-breadcrumbs i {
    margin: 0 10px;
    font-style: normal;
  }
  .page-breadcrumbs span {
    color: #fff;
  }
  .page-banner {
    position: relative;
  }
  .page-banner .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .page-banner h2 {
    margin-bottom: 50px;
  
    font-weight: 900;
  
    font-style: normal;
  
    font-size: 30px;
  
    color: #fff;
  }
  .small-banner .m-banner-bd {
    background-image: url(/jzmold/2022/01/18/bg-1.jpg);
  }
  .small-banner .container {
    min-height: 257px;
  }
  .small-banner h1 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
  }
  .fa-play {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    font-size: 40px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .btn,
  .wpcf7-submit {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    width: 100%;
    border-color: transparent;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    transition: all 0.24s;
    overflow: hidden;
    background-color: var(--index-main-color);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-style: normal;
  }
  .btn:hover,
  .wpcf7-submit:hover {
    color: #2c2c2c;
  }
  .input-submit {
    margin-top: 47px;
  }
  .btn {
    font-size: 16px;
  }
  .wpcf7-submit {
    font-size: 20px;
    padding: 13px 10px;
  }
  .input-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    -moz-box-align: baseline;
    align-items: baseline;
    margin-top: 20px;
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    transition: all 0.24s;
  }
  .iconfont {
    line-height: 0;
  }
  .link {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: var(--index-main-color);
  }
  .link:hover {
    text-decoration: underline;
  }
  .mml-btn {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    min-height: 71px;
    max-width: 438px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    padding: 10px;
    background-color: #fff;
  }
  .swiper-pagination-current {
    color: var(--index-main-color);
  }
  .prev:hover span,
  .next:hover span {
    color: var(--index-main-color);
  }
  .prev,
  .next,
  .prev-btn,
  .next-btn {
    cursor: pointer;
    outline: none;
  }
  .prev span,
  .next span,
  .prev-btn span,
  .next-btn span {
    display: block;
    color: #434343;
    font-size: 128px;
  }
  .prev-btn,
  .next-btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    max-width: 234px;
    background-color: #fff;
    padding: 20px 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .prev-btn:hover,
  .next-btn:hover {
    background-color: var(--index-main-color);
  }
  .prev-btn:hover span,
  .next-btn:hover span {
    color: #fff;
  }
  .prev-btn span,
  .next-btn span {
    font-size: 131px;
  }
  .prev-btn {
    left: 0;
  }
  .next-btn {
    right: 0;
  }
  .mml-form {
    padding: 60px 10px;
    max-width: 694px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 43px 0 rgba(157, 157, 157, 0.2);
    box-shadow: 0 12px 43px 0 rgba(157, 157, 157, 0.2);
  }
  .mml-form h2,
  .mml-form p {
    text-align: center;
  }
  .mml-form p {
    color: #313131;
  }
  .mml-form label {
    display: block;
    width: 100%;
  }
  .mml-form h5 {
    font-weight: 900;
    font-style: normal;
    color: #313131;
  }
  .mml-form input:not([type="submit"]),
  .mml-form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    outline: none;
    max-height: 120px;
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    transition: all 0.24s;
    resize: none;
    border: solid 1px #7f7f7f;
    background-color: #fff;
  }
  .mml-form form {
    max-width: 586px;
    margin: 0 auto;
  }
  .mml-form textarea {
    min-height: 200px;
  }
  .mml-page,
  .mml-ellipsis {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
  .mml-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .mml-page {
    cursor: pointer;
    color: #1b1b1b;
    font-weight: 700;
    font-style: normal;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 2px;
  }
  .mml-page.mml-active,
  .mml-page:hover {
    color: #f7f9fc;
    background-color: var(--index-main-color);
  }
  [class*="slicker-"] {
    max-height: 0;
    overflow: hidden;
  }
  [class*="slicker-"].slick-initialized {
    overflow: unset;
    max-height: unset;
  }
  .slick-slide {
    outline: none;
  }
  .slick-slide a {
    outline: none;
  }
  .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
  }
  .slick-arrow.arrow-l {
    left: 0;
  }
  .slick-arrow.arrow-r {
    right: 0;
  }
  .slick-dots {
    text-align: center;
  }
  .slick-dots > li {
    display: inline-block;
    margin: 4px;
    width: 10px;
    height: 10px;
    background-color: #5858ee;
    border-radius: 100px;
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    transition: all 0.24s;
    cursor: pointer;
  }
  .slick-dots > li.slick-active {
    background-color: blue;
  }
  .slick-dots button {
    display: none;
  }
  @media (max-width: 768px) {
    h1 {
      font-size: 24px;
    }
    h2 {
      font-size: 22px;
    }
    h3 {
      font-size: 20px;
    }
    h4 {
      font-size: 18px;
    }
    .btn,
    .wpcf7-submit {
      font-size: 16px;
    }
    .m-banner .container {
      min-height: unset;
      padding: 10px;
    }
    .m-banner h1 + p {
      margin: 10px 0;
    }
    .small-banner h1 + p {
      display: none;
    }
    .prev span,
    .next span {
      font-size: 80px;
    }
    .prev-btn,
    .next-btn {
      max-width: 50px;
    }
    .prev-btn span,
    .next-btn span {
      font-size: 40px;
    }
    .mml-btn {
      min-height: unset;
    }
    .page-banner img {
      min-height: 200px;
    }
    .page-banner h1 {
      margin-bottom: 10px;
  
      font-size: 24px;
  
      display: none;
    }
  }
  .ldp-fixed-btn {
    cursor: pointer;
    z-index: 30;
    position: fixed;
    bottom: 50px;
    right: 50px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    background: var(--index-main-color);
    color: #fff;
    padding: 5px 10px;
  }
  #modal-quote h2 {
    color: #2c2c2c;
    font-size: 36px;
  }
  #modal-quote > p {
    color: #313131;
  }
  #modal-quote .mml-modal-header {
    position: static;
    background: #fff;
  }
  #modal-quote .wpcf7-submit {
    outline: none;
    border: none;
    background-color: var(--index-main-color);
  }
  .m-header {
    position: relative;
    z-index: 50;
    background-color: #fff;
  }
  .m-header.sticky-header .m-header-bd {
    position: fixed;
    z-index: 20;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .m-header .btn {
    font-size: 20px;
    padding: 7px 10px;
    max-width: 100%;
  }
  .m-header .m-cf7 {
    margin-left: 30px;
    width: 246px;
  }
  .m-header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    padding: 8px 10px;
  }
  .m-header .m-logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .m-header .m-nav {
    margin: 0 0 0 auto;
    white-space: nowrap;
    text-align: center;
  }
  .m-header .m-nav .responsive-menu-toggle {
    display: none;
    padding: 10px;
    color: #2b2b2b;
  }
  .m-header .m-nav .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .m-header .m-nav .menu > li.menu-item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
  }
  .m-header .m-nav .menu > li.menu-item > a {
    padding: 10px 13px;
  }
  .m-header .m-nav .menu .current-menu-parent > a,
  .m-header .m-nav .menu .current-menu-item > a {
    color: var(--index-main-color);
  }
  .m-header .m-nav .menu .current-menu-parent > a i,
  .m-header .m-nav .menu .current-menu-item > a i {
    color: var(--index-main-color);
  }
  .m-header .m-nav .menu a {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
  }
  .m-header .m-nav .menu a i {
    color: #434343;
  }
  .m-header .m-nav .menu a:hover {
    color: var(--index-main-color);
  }
  .m-header .m-nav .menu a:hover i {
    color: var(--index-main-color);
  }
  .m-header .m-nav .menu .menu-arrow {
    margin-left: 0.2em;
    padding: 0 0 0 5px;
    vertical-align: middle;
    font-size: 0.6em;
  }
  .m-header .m-nav .menu a,
  .m-header .m-nav .menu span {
    color: #2b2b2b;
  }
  .m-header .m-nav .sub-menu {
    position: absolute;
    z-index: 100;
    display: none;
    min-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .m-header .m-nav .sub-menu.active {
    display: block;
  }
  .m-header .m-nav .sub-menu a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .m-header .m-nav .sub-menu a:hover {
    background: rgba(0, 0, 0, 0.06);
  }
  .m-header .m-nav .sub-menu .menu-arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .m-header .m-nav .sub-menu > li.menu-item {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .m-header .m-nav .sub-menu > li.menu-item:nth-last-child {
    border: none;
  }
  .m-header .m-nav .sub-menu > li.menu-item > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .stack .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stack .m-logo {
    width: 100%;
    text-align: center;
  }
  .stack .m-logo:after {
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    width: 50%;
    margin-top: 5px;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .split-menu .container {
    position: relative;
    display: inherit;
  }
  .split-menu .m-logo {
    position: absolute;
    width: -webkit-calc(24% - 10px);
    width: -moz-calc(24% - 10px);
    width: calc(24% - 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
  .split-menu .m-nav {
    width: 100%;
  }
  .split-menu .m-nav .menu-container {
    float: left;
    width: 38%;
  }
  .split-menu .m-nav .menu-container:nth-last-child(1) {
    float: right;
  }
  .responsive-menu-bd {
    position: relative;
    height: 0;
  }
  .responsive-menu-bd .responsive-menu-toggle {
    position: absolute;
    right: 20px;
    top: -60px;
    max-width: 60px;
  }
  @media (max-width: 1366px) {
    .m-header .m-nav .menu > li.menu-item > a {
      padding: 10px;
    }
    .m-header .m-nav .menu a {
      font-size: 14px;
    }
    .m-header .m-cf7 {
      margin-left: 20px;
      max-width: 150px;
    }
    .m-header .m-cf7 .btn {
      font-size: 12px;
    }
  }
  @media (max-width: 1024px) {
    .m-header .container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .m-header .m-cf7 {
      display: none;
    }
    .m-header .m-logo {
      width: 100%;
    }
    .m-header .m-nav {
      -webkit-box-flex: 1;
      -webkit-flex: auto;
      -ms-flex: auto;
      -moz-box-flex: 1;
      flex: auto;
      width: 100%;
    }
    .m-header .m-nav .responsive-menu-toggle {
      display: block;
    }
    .m-header .m-nav .menu-container {
      display: none;
    }
    .m-header .m-nav .menu-container.has-template .menu {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .m-header .m-nav .menu-container.has-template .menu > li.menu-item {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: auto;
      -ms-flex: auto;
      -moz-box-flex: 1;
      flex: auto;
    }
    .m-header .m-nav .menu-container.has-template .menu .sub-menu .menu-arrow {
      -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
      -moz-transform: translateY(-50%) rotate(0deg);
      transform: translateY(-50%) rotate(0deg);
    }
    .m-header
      .m-nav
      .menu-container.has-template
      .menu
      .sub-menu
      > li.menu-item
      > .sub-menu {
      top: 100%;
      left: 0;
    }
    .stack .m-logo:after {
      display: none;
    }
    .split-menu .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
    }
    .split-menu .m-logo {
      position: relative;
      left: 0;
      width: 100%;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0);
    }
    .split-menu .m-nav .menu-container {
      width: 100%;
      float: none;
    }
    .custom-menu .container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .custom-menu .m-logo {
      width: 100%;
    }
    .custom-menu .m-nav {
      max-width: 100%;
      width: 100%;
    }
  }
  .slide-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9002;
    display: none;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.6);
  }
  .slide-close {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 60px;
    text-align: right;
    font-size: 20px;
  }
  .slide-close i {
    display: inline-block;
    cursor: pointer;
    padding: 20px;
  }
  .slide-menu {
    position: fixed;
    top: 0;
    right: -250px;
    z-index: 100000;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    border-bottom-width: 60px;
    border-bottom-style: solid;
    border-color: #191919;
    color: #a6a6a6;
    font-size: 15px;
    background-color: #191919;
  }
  .slide-menu .menu-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }
  .slide-menu .menu-container ul li {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #a6a6a6;
  }
  .slide-menu .menu-container ul li.active {
    color: #fff;
  }
  .slide-menu .menu-container ul li.active > a .menu-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .slide-menu .menu-container ul li a {
    position: relative;
    display: block;
    padding: 11px 5px 10px 20px;
    margin-right: 50px;
    text-decoration: none;
    line-height: 19px;
    color: inherit;
  }
  .slide-menu .menu-container ul li .menu-arrow {
    position: absolute;
    right: -40px;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    color: #999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .slide-menu .menu-container ul li .sub-menu {
    display: none;
  }
  .slide-menu .menu-container > ul li .sub-menu li > a {
    padding-left: 30px;
  }
  .slide-menu .menu-container > ul li .sub-menu li .sub-menu li > a {
    padding-left: 45px;
  }
  .slide-menu .menu-container > ul li .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 60px;
  }
  .cta {
    background-color: var(--index-main-color);
    text-align: center;
  }
  .cta .mml-row {
    position: relative;
    padding: 10px;
    min-height: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  .cta .mml-row::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 10px;
    max-width: 1526px;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .cta h2 {
    margin-bottom: 40px;
    font-size: 40px;
    color: #fff;
  }
  .cta a {
    max-width: 400px;
    width: 100%;
    background-color: #2c2c2c;
    display: inline-block;
    padding: 20px 10px;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #fff;
  }
  .cta a:hover {
    color: var(--index-main-color);
  }
  footer .foot {
    position: relative;
    padding: 40px 0 60px;
    background-color: var(--index-main-color);
    color: #fff;
  }
  footer .foot .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  footer .top {
    position: absolute;
    right: -webkit-calc(50% - 762px);
    right: -moz-calc(50% - 762px);
    right: calc(50% - 762px);
    bottom: 0;
    width: 39px;
    height: 48px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  footer .top:hover {
    color: var(--index-main-color);
    background-color: #fff;
  }
  footer .top:hover a {
    color: var(--index-main-color);
  }
  footer .top p {
    font-size: 10px;
  }
  footer .top i {
    font-size: 13px;
  }
  footer h5 {
    font-size: 18px;
  }
  footer a {
    color: #fff;
  }
  footer a:hover {
    color: #ffa093;
    text-decoration: underline;
  }
  footer .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin-top: 10px;
  }
  footer .social .iconfont {
    font-size: 26px;
  }
  footer .social li:not(:last-child) {
    margin-right: 12px;
  }
  footer .social a:hover {
    text-decoration: none;
  }
  footer .flink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    max-width: 822px;
    width: 55%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  footer .flink > li:nth-child(1) {
    max-width: 164px;
  }
  footer .flink > li:nth-child(1) ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  footer .flink > li:nth-child(1) li:nth-child(odd) {
    width: 60%;
  }
  footer .flink > li:nth-child(1) li:nth-child(even) {
    width: 40%;
  }
  footer .flink > li li {
    margin-top: 10px;
  }
  footer .contact {
    max-width: 455px;
  }
  footer .contact .info {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
  }
  footer .contact .info li {
    margin-top: 10px;
  }
  footer .copy {
    padding: 14px 0;
  }
  footer .copy .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    font-size: 12px;
    color: #b9b9b9;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  footer .copy p {
    margin-left: 14px;
  }
  @media (max-width: 1600px) {
    footer .top {
      right: 10px;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    .cta .mml-row::after {
      left: 0;
    }
  }
  @media (max-width: 1366px) {
    footer .foot .mml-row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    footer .flink,
    footer .contact {
      width: 100%;
    }
    footer .contact {
      margin-top: 20px;
      max-width: 100%;
      text-align: center;
    }
    footer .social {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    footer .copy .mml-row {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 768px) {
    .cta .mml-row {
      min-height: unset;
    }
    .cta h2 {
      margin-bottom: 20px;
      font-size: 30px;
    }
    .cta a {
      font-size: 16px;
      max-width: 200px;
      padding: 10px;
    }
    footer .flink {
      display: none;
    }
    footer .foot {
      padding-top: 20px;
    }
    footer .contact {
      margin-top: 0;
    }
    footer .copy .mml-row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    footer .copy p {
      margin-left: 0;
      margin-top: 20px;
      width: 100%;
      text-align: center;
    }
  }
  .mml-cols-2,
  .mml-cols-3,
  .mml-cols-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .mml-cols-2 .blog-item,
  .mml-cols-3 .blog-item,
  .mml-cols-4 .blog-item {
    margin: 10px;
  }
  .mml-cols-2 .blog-item {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .mml-cols-3 .blog-item {
    width: -webkit-calc(33.3333% - 20px);
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
  }
  .mml-cols-3 .blog-title {
    font-size: 20px;
    line-height: 30px;
  }
  .mml-blog,
  .mml-blog-recent {
    margin: 120px auto;
    line-height: 23px;
    font-size: 15px;
  }
  .mml-blog a,
  .mml-blog-recent a {
    color: #444;
  }
  .mml-blog a:hover,
  .mml-blog-recent a:hover {
    color: #0082d5;
  }
  .mml-blog .mml-image,
  .mml-blog-recent .mml-image {
    position: relative;
    overflow: hidden;
  }
  .mml-blog .mml-image:hover img,
  .mml-blog-recent .mml-image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  .mml-blog .mml-text,
  .mml-blog-recent .mml-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 25px;
    font-weight: 300;
  }
  .mml-blog .fa-caret-right,
  .mml-blog-recent .fa-caret-right {
    margin-left: 0.6em;
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    transition: all 0.24s;
  }
  .mml-blog .mml-page,
  .mml-blog-recent .mml-page {
    color: #333;
    font-weight: 700;
  }
  .mml-blog .mml-page.mml-active,
  .mml-blog .mml-page:hover,
  .mml-blog-recent .mml-page.mml-active,
  .mml-blog-recent .mml-page:hover {
    background-color: #0082d5;
    color: #fff;
  }
  .blog-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    transition: all 0.24s;
    background-color: #fff;
  }
  .blog-title {
    display: block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
  }
  .blog-time {
    font-weight: 400;
  }
  .blog-time .fa-clock {
    margin-right: 0.1em;
  }
  .blog-excerpt {
    display: block;
    margin: 10px 0 20px;
  }
  .blog-tag {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 10px 14px;
    background-color: #0082d5;
    color: #fff;
    border-radius: 5px 0 0 5px;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
  }
  .blog-tag:empty {
    display: none;
  }
  .blog-withbg {
    background-color: #e6eaf1;
    border-radius: 5px;
  }
  .tpl-blog-0 .blog-item,
  .tpl-blog-1 .blog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .tpl-blog-0 .blog-readmore,
  .tpl-blog-1 .blog-readmore {
    font-weight: 700;
    font-size: 14px;
  }
  .tpl-blog-0 .blog-excerpt,
  .tpl-blog-1 .blog-excerpt {
    color: #888;
  }
  .tpl-blog-0 .blog-time {
    position: absolute;
    left: 0;
    bottom: 100%;
    padding: 15px 9px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    -webkit-transform: translate(30px, -30px);
    -ms-transform: translate(30px, -30px);
    -moz-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
  }
  .tpl-blog-0 .blog-date {
    display: block;
    margin-bottom: 14px;
    font-size: 28px;
  }
  .tpl-blog-0 .blog-readmore {
    margin: auto 5px 0 auto;
    color: #0082d5;
  }
  .tpl-blog-0 .blog-readmore:hover {
    color: #0e94ea;
  }
  .tpl-blog-1 .blog-readmore {
    margin: auto 0 0 auto;
    padding: 0 14px;
    line-height: 35px;
    border-radius: 5px;
    background-color: #0082d5;
    color: #fff;
  }
  .tpl-blog-1 .blog-readmore:hover {
    color: #fff;
    background-color: #0e94ea;
  }
  .tpl-blog-1 .blog-time,
  .tpl-blog-2 .blog-time {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    padding: 0 25px;
    background-color: rgba(55, 67, 85, 0.7);
    color: #fff;
    font-size: 14px;
    line-height: 50px;
  }
  .tpl-blog-2 .blog-readmore {
    color: #0082d5;
    font-weight: 400;
  }
  .tpl-blog-2 .blog-readmore:hover {
    color: #0e94ea;
  }
  .tpl-blog-2 .blog-excerpt {
    margin: 10px 0 0;
    color: #666;
  }
  .tpl-blog-3 .blog-time {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .tpl-blog-4 .blog-item {
    border-radius: 0;
    -webkit-box-shadow: 3px 4px 10px 0 rgba(69, 82, 139, 0.1);
    box-shadow: 3px 4px 10px 0 rgba(69, 82, 139, 0.1);
  }
  .tpl-blog-4 .blog-item:before {
    content: "\20";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    width: 0;
    background-color: #0082d5;
    -webkit-transition: width 0.15s ease;
    -moz-transition: width 0.15s ease;
    transition: width 0.15s ease;
  }
  .tpl-blog-4 .blog-item:hover:before {
    width: 100%;
  }
  .tpl-blog-4 .mml-text {
    padding: 60px 50px;
  }
  .tpl-blog-4 .blog-time {
    color: #9095a2;
    font-size: 18px;
    font-weight: 500;
  }
  .tpl-blog-4 .blog-title {
    margin: 25px 0 15px;
    font-size: 24px;
    color: #222c47;
  }
  .tpl-blog-4 .blog-title:hover {
    color: #0082d5;
  }
  .tpl-blog-4 .blog-excerpt {
    margin: 10px 0 50px;
  }
  .tpl-blog-4 .blog-readmore {
    margin: auto 0 0 0;
    color: #0082d5;
    font-size: 18px;
    font-weight: 500;
  }
  .tpl-blog-4 .blog-readmore:hover {
    color: #0e94ea;
  }
  .tpl-blog-4 .blog-readmore i {
    margin-left: 0.5em;
  }
  .tpl-blog-5,
  .tpl-blog-6,
  .tpl-blog-7 {
    position: relative;
    overflow: hidden;
  }
  .tpl-blog-5 .blog-item,
  .tpl-blog-6 .blog-item,
  .tpl-blog-7 .blog-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-radius: 0;
  }
  .tpl-blog-5:before {
    content: "\20";
    position: absolute;
    left: 10.7627%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #ddd;
  }
  .tpl-blog-5 .blog-item {
    padding-left: 16.95%;
    margin-bottom: 40px;
    background-color: transparent;
  }
  .tpl-blog-5 .blog-item:before {
    content: "\20";
    position: absolute;
    left: 10.7627%;
    top: 10px;
    width: 9px;
    height: 9px;
    border: 3px solid #0082d5;
    border-radius: 50%;
    background-color: #0082d5;
    -webkit-transform: translate(-14px, 0);
    -ms-transform: translate(-14px, 0);
    -moz-transform: translate(-14px, 0);
    transform: translate(-14px, 0);
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    outline: 3px solid #fff;
  }
  .tpl-blog-5 .blog-item:after {
    content: "\20";
    position: absolute;
    top: 16px;
    left: -webkit-calc(10.7627% + 5px);
    left: -moz-calc(10.7627% + 5px);
    left: calc(10.7627% + 5px);
    height: 2px;
    width: 28px;
    background-color: #ddd;
  }
  .tpl-blog-5 .blog-item > a {
    width: 46%;
    max-width: 380px;
  }
  .tpl-blog-5 .mml-text {
    position: static;
  }
  .tpl-blog-5 .blog-time {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 7px;
    padding: 0 6px;
    line-height: 22px;
    border-radius: 4px;
    background-color: #0082d5;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    outline: 4px solid #fff;
  }
  .tpl-blog-5 .blog-readmore {
    margin: auto 0 10px 0;
    padding: 0 20px;
    background-color: #fafbfc;
    color: #999;
    font-size: 14px;
    line-height: 40px;
    text-align: right;
  }
  .tpl-blog-5 .blog-readmore i {
    margin-right: 0.5em;
    font-size: 1.28em;
  }
  .tpl-blog-6 .blog-item,
  .tpl-blog-7 .blog-item {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .tpl-blog-6 .blog-time,
  .tpl-blog-7 .blog-time {
    font-size: 14px;
  }
  .tpl-blog-6 .blog-excerpt,
  .tpl-blog-7 .blog-excerpt {
    margin: 0 0 40px;
    color: #666;
  }
  .tpl-blog-6 .blog-readmore,
  .tpl-blog-7 .blog-readmore {
    font-weight: 700;
    font-size: 14px;
  }
  .tpl-blog-6 .blog-item > a {
    width: 46%;
    max-width: 400px;
  }
  .tpl-blog-6 .mml-text {
    padding: 20px 80px;
  }
  .tpl-blog-6 .blog-title {
    margin: 10px 0;
  }
  .tpl-blog-6 .blog-readmore {
    color: #0082d5;
  }
  .tpl-blog-6 .blog-readmore:hover {
    color: #0e94ea;
  }
  .tpl-blog-7 .blog-item {
    background-color: #fbfcff;
  }
  .tpl-blog-7 .blog-item > a {
    width: 50%;
    max-width: 590px;
  }
  .tpl-blog-7 .mml-text {
    position: static;
    padding: 40px 70px;
  }
  .tpl-blog-7 .blog-time {
    position: absolute;
    right: 40px;
    bottom: 40px;
  }
  .tpl-blog-7 .blog-title {
    margin: 0 0 10px;
  }
  .tpl-blog-7 .blog-readmore {
    margin: 0 auto 0 0;
    padding: 0 14px;
    border-radius: 100px;
    background-color: #0082d5;
    color: #fff;
    line-height: 35px;
  }
  .tpl-blog-7 .blog-readmore:hover {
    background-color: #0e94ea;
    color: #fff;
  }
  .mml-blog-detail {
    margin: 120px auto 80px;
    max-width: 1200px;
    line-height: 23px;
    font-size: 15px;
  }

  .container,
.mml-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
  .mml-blog-detail h3 {
    font-size: 24px;
    color: #444;
  }
  .blog-detail-colwidth {
    width: 63%;
    max-width: 720px;
  }
  .blog-detail-title {
    font-size: 30px;
    color: #444;
    line-height: 1.4;
  }
  .blog-detail-info {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .blog-shares {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 18px;
  }
  .blog-shares a {
    margin: 0 4px;
  }
  .blog-shares .addtoany_shortcode {
    margin-left: 5px;
  }
  .blog-shares .addtoany_list a {
    padding: 0 4px;
    max-height: 18px;
  }
  .blog-shares .fa-facebook-square {
    color: #396ec6;
  }
  .blog-shares .fa-twitter-square {
    color: #50bdfc;
  }
  .blog-shares .fa-linkedin {
    color: #398fc6;
  }
  .blog-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .blog-widget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: 20px;
    padding: 25px 30px 10px 45px;
    max-width: 380px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(84, 87, 93, 0.1);
    box-shadow: 0 20px 30px 0 rgba(84, 87, 93, 0.1);
  }
  .blog-widget h2 {
    margin: 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
  }
  .blog-widget ul {
    margin: 20px 0 0;
    border-top: 1px solid rgba(221, 221, 221, 0.3);
  }
  .blog-widget li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    -moz-box-align: baseline;
    align-items: baseline;
  }
  .blog-widget li:hover a {
    color: #666;
  }
  .blog-widget li:hover .fa-arrow-right {
    opacity: 1;
  }
  .blog-widget li:not(:last-child) a {
    border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  }
  .blog-widget .fa-arrow-right {
    margin-right: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.24s;
    -moz-transition: opacity 0.24s;
    transition: opacity 0.24s;
  }
  .blog-widget a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    padding: 15px 0;
    color: #999;
    line-height: 21px;
  }
  .blog-detail-content {
    line-height: 1.8;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.48px;
  }
  .blog-detail-content h1,
  .blog-detail-content h2,
  .blog-detail-content h3,
  .blog-detail-content h4,
  .blog-detail-content h5,
  .blog-detail-content h6 {
    line-height: 1.3;
    font-weight: 500;
    margin: 30px 0 15px;
  }
  .blog-detail-content h1 {
    font-size: 35px;
  }
  .blog-detail-content h2 {
    font-size: 29px;
  }
  .blog-detail-content h3 {
    font-size: 24px;
  }
  .blog-detail-content h4 {
    font-size: 19px;
  }
  .blog-detail-content h5 {
    font-size: 14px;
  }
  .blog-detail-content p,
  .blog-detail-content li {
    margin: 0 0 10px;
  }
  .blog-detail-content img,
  .blog-detail-content video,
  .blog-detail-content audio {
    display: block;
    margin: 20px auto;
    width: unset !important;
    height: unset !important;
  }
  .blog-detail-content img:first-child,
  .blog-detail-content video:first-child,
  .blog-detail-content audio:first-child {
    margin-top: 0;
  }
  .mml-blog-recent {
    margin: 0 auto 120px;
    max-width: 1200px;
  }
  .mml-blog-recent > h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    color: #444;
  }
  .mml-blog-recent .mml-text {
    padding: 15px 30px 30px;
  }
  .mml-blog-recent .blog-title {
    margin: 5px 0 0;
  }
  @media (max-width: 1000px) {
    .tpl-blog-5:before {
      display: none;
    }
    .tpl-blog-5 .blog-item {
      padding-left: 0;
    }
    .tpl-blog-5 .blog-item:before,
    .tpl-blog-5 .blog-item:after {
      display: none;
    }
    .tpl-blog-5 .blog-time {
      left: 7px;
      outline: none;
    }
    .tpl-blog-6 .mml-text,
    .tpl-blog-7 .mml-text {
      padding: 20px;
    }
  }
  @media (max-width: 960px) {
    .tpl-blog-4 .blog-item {
      width: -webkit-calc(50% - 20px);
      width: -moz-calc(50% - 20px);
      width: calc(50% - 20px);
    }
  }
  @media (max-width: 850px) {
    .mml-cols-3 .blog-item {
      width: -webkit-calc(50% - 20px);
      width: -moz-calc(50% - 20px);
      width: calc(50% - 20px);
    }
    .tpl-blog-5 .blog-item {
      display: block;
    }
    .tpl-blog-5 .blog-item > a {
      display: block;
      margin: auto;
      width: unset;
    }
  }
  @media (max-width: 720px) {
    .tpl-blog-4 .blog-item .mml-text {
      padding: 30px 20px 20px;
    }
    .tpl-blog-6 .blog-item,
    .tpl-blog-7 .blog-item {
      display: block;
    }
    .tpl-blog-6 .blog-item > a,
    .tpl-blog-7 .blog-item > a {
      display: block;
      margin: auto;
      width: unset;
    }
    .tpl-blog-6 .blog-excerpt,
    .tpl-blog-7 .blog-excerpt {
      margin: 0 0 20px;
    }
    .tpl-blog-7 .blog-item {
      background-color: unset;
    }
    .tpl-blog-7 .mml-text {
      position: relative;
      margin: auto;
      max-width: 590px;
      background-color: #fbfcff;
    }
    .tpl-blog-7 .blog-time {
      bottom: 25px;
      right: 20px;
    }
  }
  @media (max-width: 600px) {
    .mml-blog {
      margin: 40px auto;
    }
    .mml-blog .mml-text {
      padding: 15px;
    }
    .mml-blog .blog-item {
      width: 100%;
    }
    .blog-title,
    .mml-cols-3 .blog-title {
      font-size: 18px;
      line-height: 24px;
    }
    .tpl-blog-1 .blog-time,
    .tpl-blog-2 .blog-time {
      padding: 0 15px;
      line-height: 36px;
    }
  }
  @media (max-width: 900px) {
    .blog-article {
      display: block;
    }
    .blog-detail-colwidth {
      width: 100%;
      margin: auto;
    }
    .blog-widget {
      margin: 40px auto;
      max-width: unset;
    }
  }
  @media (max-width: 600px) {
    .mml-blog-detail {
      margin: 40px auto;
    }
    .blog-widget {
      padding: 20px;
    }
    .mml-blog-recent {
      margin: 40px auto;
    }
    .mml-blog-recent > h2 {
      text-align: center;
    }
    .mml-blog-recent .blog-item {
      margin: 10px auto;
      max-width: 380px;
      width: 100%;
    }
  }
  .mml-faq-item {
    position: relative;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.02);
    color: #666;
  }
  .mml-faq-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    content: "";
  }
  .mml-faq-item.active .mml-faq-item-hd {
    color: #0095eb;
  }
  .mml-faq-item.active .mml-faq-item-hd i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mml-faq-item .mml-faq-item-hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    padding: 20px 0;
    cursor: pointer;
  }
  .mml-faq-item .mml-faq-item-hd .number {
    width: 60px;
    text-align: center;
  }
  .mml-faq-item .mml-faq-item-hd .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    padding: 0 20px;
    font-weight: 400;
  }
  .mml-faq-item .mml-faq-item-hd i {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .mml-faq-item .mml-faq-item-bd {
    display: none;
    padding: 0 80px 20px 80px;
  }
  .mml-mask {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .mml-mask.mml-show {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .mml-modal {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin: auto;
    max-height: 100%;
    max-width: 694px;
    background: #fff;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 34px 0 rgba(33, 33, 33, 0.15);
    box-shadow: 0 0 34px 0 rgba(33, 33, 33, 0.15);
  }
  .mml-modal-header {
    padding: 5px 20px;
    text-align: right;
  }
  .mml-modal-close {
    font-size: 26px;
    cursor: pointer;
  }
  .mml-modal-content {
    padding: 10px 20px 20px;
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
  }
  .home .m-header {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(50%, var(--index-main-color)),
      color-stop(0, #fff)
    );
    background-image: -webkit-linear-gradient(left, var(--index-main-color) 50%, #fff 0);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(50%, var(--index-main-color)),
      color-stop(0, #fff)
    );
    background-image: -moz-linear-gradient(left, var(--index-main-color) 50%, #fff 0);
    background-image: linear-gradient(90deg, var(--index-main-color) 50%, #fff 0);
  }
  .home .m-header .container {
    background-color: #fff;
  }
  .home .m-logo {
    margin-left: 10px;
  }
  .p01-s1 {
    overflow: hidden;
  }
  .p01-s1 p {
    font-size: 16px;
    color: #fff;
    max-width: 427px;
  }
  .p01-s1 b {
    display: block;
  }
  .p01-s1 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p01-s1 .mml-btn {
    right: 0;
    bottom: 103px;
  }
  .p01-s1 .bd {
    position: relative;
  }
  .p01-s1 a {
    position: absolute;
    bottom: 103px;
    left: -webkit-calc(50% - 372px);
    left: -moz-calc(50% - 372px);
    left: calc(50% - 372px);
    z-index: 10;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #fff;
    display: block;
    max-width: 400px;
    width: 100%;
    text-align: center;
    background-color: #2c2c2c;
    padding: 17px 10px;
  }
  .p01-s1 .img-wrap {
    max-width: 1221px;
    width: 68%;
    -webkit-transform: translateY(-103px);
    -ms-transform: translateY(-103px);
    -moz-transform: translateY(-103px);
    transform: translateY(-103px);
    background-color: #fff;
  }
  .p01-s1 .text-wrap {
    position: relative;
    z-index: 10;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    background-color: var(--index-main-color);
  }
  .p01-s1 .hline {
    position: absolute;
    content: "";
    left: 95px;
    top: 0;
    width: 2px;
    height: 630px;
    background-color: #fff;
  }
  .p01-s1 h1 {
    position: relative;
    margin-bottom: 50px;
  }
  .p01-s1 h1::after {
    position: absolute;
    content: "";
    bottom: -33px;
    left: 0;
    width: 631px;
    height: 6px;
    background-color: #fff;
  }
  .p01-s1 .text {
    max-width: 631px;
    -webkit-transform: translate(50px, -27px);
    -ms-transform: translate(50px, -27px);
    -moz-transform: translate(50px, -27px);
    transform: translate(50px, -27px);
  }
  .p01-s1 ul {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: -22px;
    -webkit-transform: translate(-8px, 100%);
    -ms-transform: translate(-8px, 100%);
    -moz-transform: translate(-8px, 100%);
    transform: translate(-8px, 100%);
    color: #fff;
    cursor: pointer;
  }
  .p01-s1 li span {
    font-size: 20px;
  }
  .p01-s2 {
    padding: 70px 0 165px;
    text-align: center;
  }
  .p01-s2 ul {
    max-width: 1526px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin: 50px -5px 0;
  }
  .p01-s2 li {
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
    max-width: 374px;
    margin: 0 5px 10px;
  }
  .p01-s2 p {
    text-align: left;
  }
  .p01-s2 .bd {
    margin-top: 1px;
    padding: 20px 10px;
    background-color: #434343;
  }
  .p01-s2 .hd {
    padding: 10px;
    background-color: #434343;
  }
  .p01-s2 a {
    color: #d7d7d7;
  }
  .p01-s2 a:hover .hd {
    background-color: var(--index-main-color);
  }
  .p01-s2 .text {
    max-width: 333px;
    width: 100%;
  }
  .p01-s2 h6 {
    color: #fff;
  }
  .p01-s2 .img-wrap {
    background-color: #ebf1f2;
  }
  .p01-s2 .text-wrap {
    margin-top: -67px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    min-height: 192px;
  }
  .p01-s3 {
    padding-bottom: 117px;
    position: relative;
    overflow: hidden;
  }
  .p01-s3::before {
    position: absolute;
    z-index: -10;
    content: "";
    width: 299px;
    height: 157px;
    background-color: #ebf1f2;
  }
  .p01-s3 .pic {
    max-width: 502px;
    margin: 30px 0 40px;
  }
  .p01-s3 h2 {
    max-width: 495px;
  }
  .p01-s3 b {
    display: block;
  }
  .p01-s3 .main-play > a {
    position: relative;
    display: block;
  }
  .p01-s3 .main-play > a::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .p01-s3 h6 {
    position: relative;
    margin: 30px 0 40px;
  }
  .p01-s3 h6::before {
    position: absolute;
    content: "";
    width: 451px;
    left: 0;
    top: -8px;
    height: 1px;
    background-color: #434343;
  }
  .p01-s3 .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding-top: 20px;
  }
  .p01-s3 .text {
    max-width: 752px;
  }
  .p01-s3 p {
    margin-bottom: 20px;
  }
  .p01-s3 .img-wrap {
    max-width: 694px;
    width: 46%;
  }
  .p01-s3 .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p01-s3 .swiper-container {
    float: left;
    max-width: 891px;
    width: 129%;
  }
  .p01-s3 .mml-btn {
    bottom: 0;
    left: 0;
  }
  .p01-s3 .swiper-slide {
    position: relative;
  }
  .p01-s3 .fa-play {
    font-size: 100px;
  }
  .p01-s3 .fa-play:hover {
    color: var(--index-main-color);
  }
  .p01-s4 {
    background: url(../images/s04-img1.jpg) no-repeat;
    min-height: 739px;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p01-s4 .tips {
    display: none;
  }
  .p01-s4 .tips li {
    margin-top: 20px;
    color: #bababa;
  }
  .p01-s4 h2 {
    margin-bottom: 17px;
    color: #fff;
  }
  .p01-s4 .hd {
    margin-bottom: 36px;
    color: #fff;
  }
  .p01-s4 .bd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p01-s4 .bd ul {
    position: relative;
    margin-bottom: 50px;
  }
  .p01-s4 .bd ul::before {
    position: absolute;
    content: "";
    left: 0;
    top: -14px;
    width: 1px;
    height: 556px;
    background-color: #b5b5b5;
  }
  .p01-s4 .bd li {
    position: relative;
    padding-left: 23px;
  }
  .p01-s4 .bd li::before {
    position: absolute;
    top: 16px;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 0;
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    transform: translateX(-4px);
    background-color: var(--index-main-color);
  }
  .p01-s4 .bd li:not(:last-child) {
    margin-bottom: 23px;
  }
  .p01-s4 .text-wrap {
    max-width: 685px;
    width: 46%;
  }
  .p01-s4 a:hover {
    text-decoration: underline;
  }
  .p01-s4 .text {
    padding: 10px 14px;
    max-width: 469px;
    background-color: #ebf1f2;
  }
  .p01-s4 h4 {
    margin-bottom: 10px;
  }
  .p01-s4 .img-wrap {
    max-width: 660px;
    width: 44%;
    margin-top: -45px;
  }
  .p01-s4 .link {
    padding-left: 24px;
  }
  .p01-s5 {
    padding: 140px 0 40px;
    text-align: center;
  }
  .p01-s5 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px -4px 0;
  }
  .p01-s5 li {
    max-width: 374px;
    margin: 0 4px 100px;
    width: -webkit-calc(25% - 8px);
    width: -moz-calc(25% - 8px);
    width: calc(25% - 8px);
  }
  /*.p01-s5 li:hover .text {
    background-color: #be4332;
    -webkit-box-shadow: 0 5px 20px 0 rgba(44, 44, 44, 0.11);
    box-shadow: 0 5px 20px 0 rgba(44, 44, 44, 0.11);
  }*/
  .p01-s5 .text-wrap {
    margin-top: -24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .p01-s5 .text {
    padding: 14px 10px;
    max-width: 246px;
    width: 100%;
    background-color: var(--index-main-color);
  }
  .p01-s6 .text-wrap {
    margin: 0 auto;
    max-width: 1270px;
  }
  .p01-s6 .bd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin: 0 -5px;
    text-align: center;
  }
  .p01-s6 .bd > li {
    max-width: 630px;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 30px 10px;
    margin: 0 5px;
    background-color: #fff;
  }
  .p01-s6 .bd > li:hover {
    -webkit-box-shadow: 0 12px 43px 0 rgba(157, 157, 157, 0.2);
    box-shadow: 0 12px 43px 0 rgba(157, 157, 157, 0.2);
  }
  .p01-s6 .bd > li li {
    position: relative;
  
    text-align: left;
  
    line-height: 28px;
  }
  .p01-s6 .bd > li li:not(:last-child) {
    margin-bottom: 10px;
  }
  .p01-s6 .bd > li li::before {
    content: "· ";
  }
  .p01-s6 .bd > li ul {
    margin: 30px 0;
  }
  .p01-s6 .hd {
    margin-bottom: 50px;
    text-align: center;
  }
  .p01-s6 .text {
    max-width: 469px;
    margin: 0 auto;
  }
  .p01-s7 {
    padding-top: 160px;
  }
  .p01-s7 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p01-s7 h2 {
    margin-bottom: 50px;
    text-align: center;
  }
  .p01-s7 .text {
    position: relative;
    margin-left: -184px;
    max-width: 822px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 54px;
    min-height: 346px;
    background-color: #ebf1f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p01-s7 h4 {
    margin-bottom: 30px;
  
    position: relative;
  
    line-height: 28px;
  }
  .p01-s7 h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -22px;
    width: 67px;
    height: 5px;
    background-color: var(--index-main-color);
  }
  .p01-s7 p {
    margin-bottom: 20px;
  
    line-height: 28px;
  }
  .p01-s7 .text-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
  }
  .p01-s7 .mml-btn {
    left: 0;
    bottom: 0;
    display: none;
  }
  .p01-s7 .mml-btn.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p01-s7 .img-wrap {
    max-width: 822px;
    width: 54%;
  }
  .p01-s7 .mml-link {
    margin-top: 20px;
    text-align: center;
  }
  .p01-s7 .link:first-child {
    margin-right: 60px;
  }
  .p01-s8 {
    padding: 160px 0 140px;
  }
  .p01-s8 h2 {
    margin-bottom: 40px;
    text-align: center;
  }
  .p01-s8 h4 {
    margin-bottom: 10px;
    color: #fff;
  }
  .p01-s8 .bd {
    color: #fff;
  }
  .p01-s8 .item {
    position: relative;
    margin: 0 auto;
    max-width: 758px;
    display: block;
    color: #fff;
  }
  .p01-s8 .text-wrap {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    max-width: 300px;
    padding: 10px 30px;
    background-color: rgba(27, 27, 27, 0.5);
  }
  .p01-s8 .swiper-slide .text-wrap {
    display: none;
  }
  .p01-s8 .swiper-slide .item {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  .p01-s8 .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p01-s8 .swiper-slide-active .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .p01-s8 .swiper-slide-active .text-wrap {
    display: block;
  }
  .p01-s8 .prev-btn {
    left: -webkit-calc(50% - 500px);
    left: -moz-calc(50% - 500px);
    left: calc(50% - 500px);
  }
  .p01-s8 .next-btn {
    right: -webkit-calc(50% - 500px);
    right: -moz-calc(50% - 500px);
    right: calc(50% - 500px);
  }
  .p01-s9 {
    padding-bottom: 100px;
    text-align: center;
  }
  .p01-s9 h2 {
    margin-bottom: 40px;
  }
  .p01-s9 .img-wrap {
    max-width: 246px;
    margin: 0 auto;
    background-color: #fff;
    border: solid 1px #9ca0a1;
  }
  @media (max-width: 1850px) {
    .p01-s1 .hline {
      display: none;
    }
  }
  @media (max-width: 1600px) {
    .p01-s1 a,
    .p01-s1 .mml-btn {
      position: static;
    }
    .p01-s1 .mml-btn {
      margin-left: auto;
    }
    .p01-s1 a {
      margin: 20px 0 0 10px;
    }
    .p01-s1 .text {
      padding: 10px;
      max-width: 100%;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    .p01-s1 .bd {
      background-color: var(--index-main-color);
    }
    .p01-s1 .img-wrap {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @media (max-width: 1366px) {
    .p01-s1 p {
      max-width: 100%;
    }
    .p01-s1 .item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
      height: 100%;
    }
    .p01-s1 b {
      display: inline-block;
    }
    .p01-s1 h1::after {
      display: none;
    }
    .p01-s1 .text {
      padding: 0;
    }
    .p01-s1 .bd {
      padding: 10px;
    }
    .p01-s1 a {
      margin: 0 auto;
    }
    .p01-s1 .swiper-container {
      margin-bottom: 10px;
    }
    .p01-s1 .mml-btn {
      margin: 0 auto;
    }
    .p01-s1 .img-wrap {
      width: 100%;
    }
    .p01-s1 .text-wrap {
      margin-bottom: 20px;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p01-s1 .text {
      max-width: 100%;
      text-align: center;
    }
  }
  @media (max-width: 1200px) {
    .p01-s2 ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p01-s2 li {
      width: -webkit-calc(33.33% - 10px);
      width: -moz-calc(33.33% - 10px);
      width: calc(33.33% - 10px);
    }
    .p01-s3::before {
      display: none;
    }
    .p01-s3 .swiper-container {
      float: unset;
      width: 100%;
    }
    .p01-s3 .mml-row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p01-s3 .img-wrap {
      max-width: 100%;
    }
    .p01-s3 .pic {
      margin: 20px auto;
    }
    .p01-s3 b {
      display: inline-block;
    }
    .p01-s3 h2 {
      max-width: 100%;
    }
    .p01-s3 h6::before {
      display: none;
    }
    .p01-s3 .img-wrap {
      width: 100%;
    }
    .p01-s3 .text-wrap {
      margin-bottom: 20px;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p01-s3 .text {
      max-width: 100%;
      text-align: center;
    }
    .p01-s4 {
      background: #2c2c2c;
      text-align: center;
    }
    .p01-s4 .bd {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p01-s4 .img-wrap {
      margin-top: 0;
    }
    .p01-s4 .text-wrap {
      max-width: 100%;
      width: 100%;
    }
    .p01-s4 .img-wrap {
      width: 100%;
    }
    .p01-s4 .text-wrap {
      margin-bottom: 20px;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p01-s4 .text {
      max-width: 100%;
      text-align: center;
    }
    .p01-s5 ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
      margin: 50px 0 0;
    }
    .p01-s5 li {
      width: -webkit-calc(33.33% - 8px);
      width: -moz-calc(33.33% - 8px);
      width: calc(33.33% - 8px);
    }
    .p01-s6 .bd {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p01-s6 .bd > li {
      width: 100%;
      max-width: 100%;
    }
    .p01-s6 .bd > li li {
      text-align: center;
    }
    .p01-s6 .text {
      max-width: 100%;
    }
    .p01-s7 .text {
      margin-left: 0;
    }
    .p01-s8 .text-wrap {
      padding: 10px;
    }
    .p01-s8 .prev-btn {
      left: 10px;
    }
    .p01-s8 .next-btn {
      right: 10px;
    }
  }
  @media (max-width: 768px) {
    .p01-s2,
    .p01-s5,
    .p01-s8 {
      padding: 40px 0;
    }
    .p01-s2 li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
    }
    .p01-s3 {
      padding-bottom: 40px;
    }
    .p01-s5 li {
      width: -webkit-calc(50% - 8px);
      width: -moz-calc(50% - 8px);
      width: calc(50% - 8px);
      margin-bottom: 40px;
    }
    .p01-s7 {
      padding-top: 40px;
      text-align: center;
    }
    .p01-s7 .item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p01-s7 .text {
      min-height: unset;
      padding: 10px;
      display: block;
    }
    .p01-s7 h4::after {
      display: none;
    }
    .p01-s7 .mml-btn {
      position: static;
      margin: 0 auto;
    }
    .p01-s7 .mml-link {
      display: block;
    }
    .p01-s7 .link {
      width: 100%;
      display: inline-block;
    }
    .p01-s7 .link:first-child {
      margin: 0 0 10px;
    }
    .p01-s7 .img-wrap {
      width: 100%;
    }
    .p01-s8 .text-wrap {
      position: relative;
      max-width: 100%;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .p01-s9 {
      padding-bottom: 40px;
    }
  }
  @media (max-width: 540px) {
    .p01-s2 li,
    .p01-s5 li {
      width: 100%;
    }
    .p01-s3 .mml-btn {
      position: relative;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
      margin: 0 auto;
    }
  }
  @media (max-width: 320px) {
    .p01-s4 .tips {
      display: block;
    }
  }
  .p08-1-s1 {
    padding: 150px 0 160px;
    text-align: center;
  }
  .p08-1-s1 h5 {
    color: #5f5f5f;
  
    line-height: 28px;
  }
  .p08-1-s1 span {
    font-weight: 900;
    font-style: normal;
    font-size: 48px;
    color: var(--index-main-color);
  }
  .p08-1-s1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p08-1-s1 li {
    margin: 0 auto;
  }
  .p08-1 .p03-s2 .link {
    margin-top: 70px;
    display: inline-block;
  }
  .p08-1 .p03-s2 a:hover {
    text-decoration: underline;
  }
  .p08-1-s3 {
    text-align: center;
  }
  .p08-1-s3 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -4px 0;
  }
  .p08-1-s3 li {
    margin: 0 4px 20px;
    max-width: 299px;
    width: -webkit-calc(20% - 8px);
    width: -moz-calc(20% - 8px);
    width: calc(20% - 8px);
  }
  .p08-1-s3 .img-wrap {
    margin-bottom: 10px;
  }
  .p08-1-s4 {
    padding: 140px 0;
    text-align: center;
  }
  .p08-1-s4 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -5px 0;
  }
  .p08-1-s4 li {
    margin: 0 5px 20px;
    max-width: 374px;
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
  }
  .p08-1-s4 .img-wrap {
    margin-bottom: 10px;
  }
  .p08-1-s5 {
    text-align: center;
  }
  .p08-1-s5 .mml-row > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin: 30px -5px 0;
  }
  .p08-1-s5 .mml-row > ul > li {
    max-width: 502px;
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 0 5px;
    padding: 40px 10px;
    background-color: #ebf1f2;
  }
  .p08-1-s5 .mml-row > ul > li ul {
    text-align: left;
    margin: 0 auto;
    max-width: 424px;
  }
  .p08-1-s5 .mml-row > ul > li li {
    list-style-type: disc;
    list-style-position: inside;
  }
  .p08-1-s5 .mml-row > ul h4 {
    margin-bottom: 20px;
  }
  .p08-1 .p03-1-s2 {
    margin: 152px 0 160px;
  }
  .p08-1 .p08-1-s7 {
    padding-bottom: 130px;
  }
  .p08-1 .p08-1-s7 h2 {
    max-width: 100%;
  }
  @media (max-width: 1200px) {
    .p08-1-s1 ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p08-1-s1 li {
      width: 50%;
    }
    .p08-1-s1 span {
      font-size: 30px;
    }
    .p08-1-s3 li {
      width: -webkit-calc(25% - 8px);
      width: -moz-calc(25% - 8px);
      width: calc(25% - 8px);
    }
    .p08-1-s4 ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p08-1-s4 li {
      width: -webkit-calc(33.33% - 10px);
      width: -moz-calc(33.33% - 10px);
      width: calc(33.33% - 10px);
    }
    .p08-1-s5 .mml-row > ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p08-1-s5 .mml-row > ul > li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
      margin-bottom: 10px;
    }
  }
  @media (max-width: 960px) {
    .p08-1-s3 ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p08-1-s3 li {
      width: -webkit-calc(33.33% - 8px);
      width: -moz-calc(33.33% - 8px);
      width: calc(33.33% - 8px);
    }
  }
  @media (max-width: 768px) {
    .p08-1-s1,
    .p08-1-s4 {
      padding: 40px 0;
    }
    .p08-1 .p03-s2 .link {
      margin-top: 20px;
    }
    .p08-1-s3 li {
      width: -webkit-calc(50% - 8px);
      width: -moz-calc(50% - 8px);
      width: calc(50% - 8px);
    }
    .p08-1-s4 li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
    }
    .p08-1 .p03-1-s2 {
      margin: 40px 0;
    }
    .p08-1 .p08-1-s7 {
      padding-bottom: 40px;
    }
  }
  @media (max-width: 540px) {
    .p08-1-s1 li,
    .p08-1-s4 li {
      width: 100%;
    }
    .p08-1-s5 .mml-row > ul > li {
      width: 100%;
      padding: 10px;
    }
    .p08-1-s5 .mml-row > ul > li ul {
      max-width: 100%;
    }
  }
  @media (max-width: 320px) {
    .p08-1-s3 li {
      width: 100%;
    }
  }
  .p07-2-s1 {
    padding: 80px 0 120px;
    text-align: center;
  }
  .p07-2-s1 h4 {
    margin-top: 4px;
    color: #1b1b1b;
  }
  .p07-2-s1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .p07-2-s1 li {
    margin: 0 5px 50px;
    max-width: 502px;
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
  .p07-2-s1 .img-wrap {
    position: relative;
  }
  @media (max-width: 1024px) {
    .p07-2-s1 li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
    }
  }
  @media (max-width: 540px) {
    .p07-2-s1 {
      padding: 40px 0;
    }
    .p07-2-s1 ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p07-2-s1 li {
      margin-bottom: 20px;
      width: 100%;
    }
  }
  .p07-1-s1 {
    padding: 82px 0 172px;
  }
  .p07-1-s1 .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    text-align: center;
  }
  .p07-1-s1 h2 {
    text-align: left;
  }
  .p07-1-s1 .tab {
    max-width: 310px;
    width: 21%;
  }
  .p07-1-s1 .tab li {
    padding: 21px 10px;
    background-color: #fff;
    border: solid 1px #7f7f7f;
    cursor: pointer;
  }
  .p07-1-s1 .tab li:not(:last-child) {
    margin-bottom: 19px;
  }
  .p07-1-s1 .tab li.current,
  .p07-1-s1 .tab li:hover {
    background-color: var(--index-main-color);
    border-color: var(--index-main-color);
  }
  .p07-1-s1 .tab li.current h6,
  .p07-1-s1 .tab li:hover h6 {
    color: #fff;
  }
  .p07-1-s1 .right {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    font-size: 16px;
  }
  .p07-1-s1 .right h6 {
    margin: 10px 0;
  
    line-height: 30px;
  
    font-size: 16px;
  }
  .p07-1-s1 .text-slider {
    max-width: 1142px;
    width: 95%;
  }
  .p07-1-s1 .text-slider > li {
    display: none;
  }
  .p07-1-s1 .text-slider > li.active {
    display: block;
  }
  .p07-1-s1 .text-slider > li ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -5px 10px;
  }
  .p07-1-s1 .text-slider > li li {
    max-width: 374px;
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 0 5px 30px;
  }
  .p07-1-s1 .text-slider > li li:hover span {
    text-decoration: underline;
  }
  .p07-1-s1 .img-wrap{
    display: none;
  }
  .p07-1-s1 .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .p07-1-s1 .text {
    max-width: 307px;
  }
  .p07-1-s1 span {
    font-weight: 700;
    font-style: normal;
  }
  @media (max-width: 1024px) {
    .p07-1-s1 .mml-row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p07-1-s1 .tab {
      width: 100%;
  
      max-width: 100%;
  
      display: none;
    }
    .p07-1-s1 .right {
      margin-top: 20px;
      padding-left: 0;
    }
    .p07-1-s1 .right h2 {
      text-align: center;
    }
    .p07-1-s1 .text-slider {
      max-width: 100%;
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .p07-1-s1 {
      padding: 40px 0;
    }
    .p07-1-s1 .tab li {
      padding: 10px;
    }
    .p07-1-s1 .tab li:not(:last-child) {
      margin-bottom: 10px;
    }
    .p07-1-s1 .text-slider > li li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
    }
  }
  @media (max-width: 540px) {
    .p07-1-s1 .text-slider > li ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p07-1-s1 .text-slider > li li {
      width: 100%;
    }
  }
  .p06-2 .p06-1-s5 .mml-row > ul > li:first-child {
    margin-top: 0;
  }
  .p06-2 .p06-1-s5 .mml-row > ul > li li {
    list-style: disc;
    list-style-position: inside;
  }
  .p06-1-s1 {
    padding: 70px 0 50px;
  }
  .p06-1-s1 p {
    text-align: center;
    max-width: 1040px;
    margin: 0 auto 20px;
  }
  .p06-1-s2 {
    text-align: center;
  }
  .p06-1-s2 h5 {
    color: #2b2b2b;
  }
  .p06-1-s2 .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .p06-1-s2 .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin: 30px -1px 20px;
    max-width: 1150px;
    width: 100%;
  }
  .p06-1-s2 .tab li {
    max-width: 382px;
    margin: 0 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 18px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    background-color: #fff;
    border: solid 1px gray;
    width: -webkit-calc(33.33% - 2px);
    width: -moz-calc(33.33% - 2px);
    width: calc(33.33% - 2px);
    cursor: pointer;
  }
  .p06-1-s2 .tab li:hover,
  .p06-1-s2 .tab li.current {
    background-color: var(--index-main-color);
    border-color: var(--index-main-color);
  }
  .p06-1-s2 .tab li:hover h5,
  .p06-1-s2 .tab li:hover span,
  .p06-1-s2 .tab li.current h5,
  .p06-1-s2 .tab li.current span {
    color: #fff;
  }
  .p06-1-s2 .tab span {
    margin-right: 10px;
    font-size: 41px;
  }
  .p06-1-s2 .small {
    position: relative;
    z-index: 10;
    margin: -150px auto 0;
    max-width: 1023px;
    padding: 30px 10px 20px;
    background-color: #ebf1f2;
  }
  .p06-1-s2 .small .swiper-container {
    margin: 20px auto;
    max-width: 975px;
  }
  .p06-1-s2 .small .active .img-wrap {
    border: solid 2px var(--index-main-color);
  }
  .p06-1-s2 .small .img-wrap {
    max-width: 191px;
    margin: 0 auto;
    cursor: pointer;
    border: solid 2px rgba(232, 82, 61, 0);
  }
  .p06-1-s2 .small .img-wrap:hover {
    border: solid 2px var(--index-main-color);
  }
  .p06-1-s2 .swiper-pagination-bullets {
    margin-top: 20px;
  }
  .p06-1-s2 .name li {
    display: none;
  }
  .p06-1-s2 .name li.active {
    display: block;
  }
  .p06-1-s2 .text-slider > li {
    display: none;
  }
  .p06-1-s2 .text-slider > li.active {
    display: block;
  }
  .p06-1-s4 .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .p06-1-s4 .text {
    margin: 0 -184px 0 0;
    padding: 30px 54px 74px;
  }
  .p06-1-s4 .mml-btn {
    left: unset;
    right: 0;
  }
  .p06-1-s5 {
    padding-bottom: 160px;
  }
  .p06-1-s5 .mml-row > ul > li {
    margin-top: 167px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p06-1-s5 .mml-row > ul > li:nth-child(odd) .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
  }
  .p06-1-s5 .mml-row > ul > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .p06-1-s5 .mml-row > ul > li:nth-child(even) .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
  }
  .p06-1-s5 h2 {
    margin-bottom: 30px;
  }
  .p06-1-s5 p {
    margin-top: 20px;
  }
  .p06-1-s5 .img-wrap {
    max-width: 822px;
    width: 54%;
  }
  .p06-1-s5 .text {
    max-width: 593px;
  }
  .p06-1-s5 .swiper-pagination {
    position: absolute;
    margin-top: 0;
  }
  .p06-1-s5 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
  @media (max-width: 1200px) {
    .p06-1-s2 .small {
      margin-top: 0;
      max-width: 100%;
    }
    .p06-1-s4 .text {
      margin: 0;
    }
  }
  @media (max-width: 960px) {
    .p06-1-s2 .tab {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p06-1-s2 .tab li {
      width: -webkit-calc(50% - 2px);
      width: -moz-calc(50% - 2px);
      width: calc(50% - 2px);
      margin-bottom: 2px;
    }
  }
  @media (max-width: 768px) {
    .p06-1-s1 {
      padding: 40px 0;
    }
    .p06-1-s4 .text {
      padding: 10px;
    }
    .p06-1-s5 {
      padding-bottom: 40px;
    }
    .p06-1-s5 .mml-row > ul > li {
      margin-top: 20px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p06-1-s5 .mml-row > ul > li:nth-child(odd) .img-wrap,
    .p06-1-s5 .mml-row > ul > li:nth-child(even) .img-wrap {
      width: 100%;
    }
    .p06-1-s5 .mml-row > ul > li:nth-child(odd) .text-wrap,
    .p06-1-s5 .mml-row > ul > li:nth-child(even) .text-wrap {
      margin-top: 20px;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p06-1-s5 .mml-row > ul > li:nth-child(odd) .text,
    .p06-1-s5 .mml-row > ul > li:nth-child(even) .text {
      max-width: 100%;
      text-align: center;
    }
  }
  @media (max-width: 540px) {
    .p06-1-s2 .tab li {
      width: 100%;
    }
  }
  .p05-1-s1 {
    padding: 70px 0 120px;
  }
  .p05-1-s1 .mml-row {
    max-width: 1910px;
  }
  .p05-1-s1 .hd {
    text-align: center;
  }
  .p05-1-s1 h2 {
    margin-bottom: 10px;
  }
  .p05-1-s1 .bd {
    margin: 20px 0 40px;
  }
  .p05-1-s1 .img-wrap {
    max-width: 1526px;
    margin: 0 auto;
  }
  .p05-1-s1 .text-wrap {
    margin: 0 auto;
    max-width: 1526px;
  }
  .p05-1-s1 .text {
    max-width: 1168px;
  }
  .p05-1-s1 .text > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .p05-1-s1 .text > li li {
    position: relative;
  }
  .p05-1-s1 .text > li li::before {
    content: "• ";
  }
  .p05-1-s1 h4 {
    margin-bottom: 10px;
  }
  .p05-1-s2 {
    text-align: center;
    min-height: 212px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    background-color: #ebf1f2;
  }
  .p05-1-s2 .btn {
    max-width: 246px;
    padding: 12px 10px;
  }
  .p05-1-s2 h2 {
    margin-bottom: 20px;
  }
  .p05-1-s3 {
    padding: 130px 0 150px;
    text-align: center;
  }
  .p05-1-s3 h2 {
    margin-bottom: 20px;
  }
  .p05-1-s3 .item {
    margin: 0 auto;
    max-width: 374px;
  }
  .p05-1-s3 .text-wrap {
    margin-top: -16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .p05-1-s3 .text {
    max-width: 325px;
    width: 88%;
    padding: 20px 10px;
    background-color: #ebf1f2;
  }
  .p05-1-s3 h4 {
    margin-bottom: 10px;
    color: #2b2b2b;
  }
  .p05-1-s3 p {
    text-align: left;
    max-width: 150px;
    margin: 0 auto;
  }
  .p05-1-s3 a {
    color: #5f5f5f;
  }
  @media (max-width: 768px) {
    .p05-1-s1,
    .p05-1-s3 {
      padding: 40px 0;
    }
  }
  .p05-s1 {
    padding: 78px 0 190px;
    text-align: center;
  }
  .p05-s1 .mml-row {
    position: relative;
  }
  .p05-s1 h5 {
    color: #2c2c2c;
  }
  .p05-s1 .tab-placehoder {
    display: none;
    margin-bottom: 29px;
  }
  .p05-s1 .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1px 29px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .p05-s1 .tab.fixed {
    position: fixed;
    z-index: 10;
    top: 94px;
    left: 10px;
    right: 10px;
  }
  .p05-s1 .tab li {
    max-width: 382px;
    width: -webkit-calc(25% - 2px);
    width: -moz-calc(25% - 2px);
    width: calc(25% - 2px);
    padding: 20px 10px;
    margin: 0 1px 2px;
    background-color: #fff;
    border: solid 1px gray;
    cursor: pointer;
  }
  .p05-s1 .tab li.current,
  .p05-s1 .tab li:hover {
    background-color: var(--index-main-color);
  }
  .p05-s1 .tab li.current h5,
  .p05-s1 .tab li:hover h5 {
    color: #fff;
  }
  .p05-s1 .text-slider > li {
    display: none;
  }
  .p05-s1 .text-slider > li.active {
    display: block;
  }
  .p05-s1 .text-slider > li ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .p05-s1 .text-slider > li li {
    max-width: 374px;
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 0 5px 17px;
  }
  .p05-s1 .text-wrap {
    margin-top: -16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .p05-s1 .text {
    max-width: 325px;
    width: 88%;
    padding: 20px 10px;
    background-color: #ebf1f2;
  }
  .p05-s1 h4 {
    margin-bottom: 10px;
    color: #2b2b2b;
  }
  .p05-s1 p {
    text-align: left;
    max-width: 150px;
    margin: 0 auto;
  }
  .p05-s1 a {
    color: #5f5f5f;
  }
  @media (max-width: 1200px) {
    .p05-s1 .tab li {
      width: -webkit-calc(33.33% - 2px);
      width: -moz-calc(33.33% - 2px);
      width: calc(33.33% - 2px);
    }
    .p05-s1 .text-slider > li li {
      width: -webkit-calc(33.33% - 10px);
      width: -moz-calc(33.33% - 10px);
      width: calc(33.33% - 10px);
    }
  }
  @media (max-width: 768px) {
    .p05-s1 {
      padding: 40px 0;
    }
    .p05-s1 p {
      text-align: center;
      max-width: 100%;
    }
    .p05-s1 .tab li {
      width: -webkit-calc(50% - 2px);
      width: -moz-calc(50% - 2px);
      width: calc(50% - 2px);
    }
    .p05-s1 .text-slider > li li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
    }
  }
  @media (max-width: 540px) {
    .p05-s1 .tab li {
      width: 100%;
    }
    .p05-s1 .text-slider > li li {
      width: 100%;
    }
  }
  .p04-4-s1 {
    padding: 70px 0 150px;
    text-align: center;
  }
  .p04-4-s1 h2 {
    margin: 0 auto 30px;
    max-width: 617px;
  }
  .p04-4-s1 .bd {
    max-width: 1270px;
    margin: 0 auto;
  }
  .p04-4-s1 .lSSlideOuter {
    display: none;
  }
  .p04-4-s1 .lSSlideOuter.vertical {
    display: block;
  }
  .p04-4-s2 {
    color: #2c2c2c;
  }
  .p04-4-s2 h2 {
    text-align: center;
  }
  .p04-4-s2 .bd {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p04-4-s2 .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
  }
  .p04-4-s2 .tab {
    max-width: 768px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    text-align: center;
  }
  .p04-4-s2 .tab li {
    max-width: 186px;
    margin: 0 5px 20px;
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
    cursor: pointer;
  }
  .p04-4-s2 .tab li:hover .img-wrap,
  .p04-4-s2 .tab li.current .img-wrap {
    -webkit-box-shadow: 0 4px 12px 0 rgba(157, 157, 157, 0.2);
    box-shadow: 0 4px 12px 0 rgba(157, 157, 157, 0.2);
  }
  .p04-4-s2 .img-wrap {
    background-color: #fff;
  }
  .p04-4-s2 .text-slider {
    margin-bottom: 20px;
  }
  .p04-4-s2 .text-slider li {
    display: none;
  }
  .p04-4-s2 .text-slider li.active {
    display: block;
  }
  .p04-4-s2 .pic {
    max-width: 694px;
    width: 46%;
  }
  .p04-4-s3 {
    padding: 150px 0;
  }
  .p04-4-s3 .mml-row {
    max-width: 1906px;
  }
  .p04-4-s3 h2 {
    text-align: center;
    max-width: 558px;
    margin: 0 auto 40px;
  }
  .p04-4-s3 .text-wrap {
    position: relative;
    z-index: 10;
    margin-top: -80px;
  }
  .p04-4-s3 .img-wrap {
    overflow: hidden;
  }
  .p04-4-s3 .img-wrap:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  .p04-4-s3 .text {
    max-width: 1014px;
    width: 100%;
    padding: 20px 10px;
    min-height: 163px;
    text-align: center;
    background-color: #ebf1f2;
    margin: 0 auto;
  }
  .p04-4-s3 p {
    text-align: left;
    max-width: 904px;
    margin: 0 auto 30px;
  }
  @media (max-width: 1200px) {
    .p04-4-s1 .lSSlideOuter {
      display: block;
    }
    .p04-4-s1 .lSSlideOuter.vertical {
      display: none;
    }
    .p04-4-s2 {
      text-align: center;
    }
    .p04-4-s2 .text-wrap {
      padding-right: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-4-s2 ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
      max-width: 100%;
    }
    .p04-4-s2 .bd {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-4-s2 .pic {
      width: 100%;
    }
    .p04-4-s3 .text-wrap {
      margin-top: 0;
    }
    .p04-4-s3 .text {
      max-width: 100%;
    }
    .p04-4-s3 p {
      max-width: 100%;
    }
  }
  @media (max-width: 768px) {
    .p04-4-s1,
    .p04-4-s3 {
      padding: 40px 0;
    }
    .p04-4-s2 .tab li {
      width: -webkit-calc(33.33% - 10px);
      width: -moz-calc(33.33% - 10px);
      width: calc(33.33% - 10px);
    }
  }
  @media (max-width: 540px) {
    .p04-4-s2 .tab li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
    }
  }
  .p04-3-s1 {
    padding: 70px 0 150px;
    text-align: center;
  }
  .p04-3-s1 .tab {
    margin: 40px -1px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p04-3-s1 .tab li {
    cursor: pointer;
    margin: 0 1px 2px;
    max-width: 304px;
    padding: 18px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    background-color: #fff;
    border: solid 1px gray;
    width: -webkit-calc(20% - 2px);
    width: -moz-calc(20% - 2px);
    width: calc(20% - 2px);
  }
  .p04-3-s1 .tab li:hover,
  .p04-3-s1 .tab li.current {
    background-color: var(--index-main-color);
    border-color: var(--index-main-color);
  }
  .p04-3-s1 .tab li:hover h5,
  .p04-3-s1 .tab li.current h5 {
    color: #fff;
  }
  .p04-3-s1 .tab h5 {
    color: #2b2b2b;
  }
  .p04-3-s1 .text-slider > li {
    display: none;
  }
  .p04-3-s1 .text-slider > li.active {
    display: block;
  }
  .p04-3-s1 .text-slider > li ul {
    margin: 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p04-3-s1 .text-slider > li li {
    position: relative;
    margin: 0 5px 10px;
    max-width: 374px;
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
  }
  .p04-3-s1 .text-slider > li li:hover span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p04-3-s1 span {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 246px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    background-color: var(--index-main-color);
    padding: 10px 10px;
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    transition: all 0.24s;
  }
  .p04-3 .p03-s2 {
    padding-top: 168px;
  }
  @media (max-width: 1200px) {
    .p04-3-s1 .tab li {
      width: -webkit-calc(25% - 2px);
      width: -moz-calc(25% - 2px);
      width: calc(25% - 2px);
    }
    .p04-3-s1 .text-slider > li ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-3-s1 .text-slider > li li {
      width: -webkit-calc(33.33% - 10px);
      width: -moz-calc(33.33% - 10px);
      width: calc(33.33% - 10px);
    }
  }
  @media (max-width: 960px) {
    .p04-3-s1 .tab {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-3-s1 .tab li {
      width: -webkit-calc(33.33% - 2px);
      width: -moz-calc(33.33% - 2px);
      width: calc(33.33% - 2px);
    }
  }
  @media (max-width: 768px) {
    .p04-3-s1 {
      padding: 40px 0;
      margin-top: 0 !important;
    }
    .p04-3-s1 .tab li {
      width: -webkit-calc(50% - 2px);
      width: -moz-calc(50% - 2px);
      width: calc(50% - 2px);
    }
    .p04-3-s1 .text-slider > li li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
    }
    .p04-3 .p03-s2 {
      padding-top: 40px;
    }
  }
  @media (max-width: 540px) {
    .p04-3-s1 .text-slider > li li,
    .p04-3-s1 .tab li {
      width: 100%;
    }
  }
  .p04-2-s1 {
    padding: 78px 0 182px;
  }
  .p04-2-s1 .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p04-2-s1 .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding-top: 70px;
  }
  .p04-2-s1 .img-wrap {
    max-width: 822px;
    width: 54%;
  }
  .p04-2-s1 .text {
    max-width: 557px;
  }
  .p04-2-s1 h2 {
    max-width: 484px;
    margin-bottom: 40px;
  }
  .p04-2-s1 p {
    margin-top: 20px;
  }
  .p04-2-s2 {
    padding-bottom: 140px;
    text-align: center;
  }
  .p04-2-s2 h5 {
    margin-top: 10px;
    color: #2c2c2c;
  }
  .p04-2-s2 h2 {
    max-width: 668px;
    margin: 0 auto;
  }
  .p04-2-s2 p {
    margin: 20px 0 30px;
  }
  .p04-2-s2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .p04-2-s2 li {
    max-width: 502px;
    margin: 0 5px 30px;
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
  .p04-2-s3 {
    padding-top: 170px;
    text-align: center;
  }
  .p04-2-s3 .bd {
    margin: 40px auto 30px;
    max-width: 886px;
    width: 58%;
  }
  .p04-2-s3 h2 {
    margin-bottom: 10px;
  }
  .p04-2-s4 {
    padding-bottom: 210px;
  }
  .p04-2-s4 li {
    margin-top: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p04-2-s4 li:nth-child(odd) .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
  }
  .p04-2-s4 li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .p04-2-s4 li:nth-child(even) .text-wrap {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
  }
  .p04-2-s4 h2 {
    margin-bottom: 40px;
  }
  .p04-2-s4 .text {
    max-width: 625px;
  }
  .p04-2-s4 .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .p04-2-s4 p {
    margin-top: 20px;
  }
  @media (max-width: 768px) {
    .p04-2-s1 {
      padding: 40px 0;
    }
    .p04-2-s1 .mml-row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-2-s1 .text-wrap {
      padding-top: 0;
    }
    .p04-2-s1 .img-wrap {
      width: 100%;
    }
    .p04-2-s1 .text-wrap {
      margin-top: 20px;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-2-s1 .text {
      max-width: 100%;
      text-align: center;
    }
    .p04-2-s1 h2 {
      max-width: 100%;
    }
    .p04-2-s2 {
      padding-bottom: 40px;
    }
    .p04-2-s2 li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
    }
    .p04-2-s3 {
      padding-top: 40px;
    }
    .p04-2-s3 .bd {
      width: 100%;
    }
    .p04-2-s4 {
      padding-bottom: 40px;
    }
    .p04-2-s4 li {
      margin-top: 20px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-2-s4 li .img-wrap {
      width: 100%;
    }
    .p04-2-s4 li .text-wrap {
      margin-bottom: 20px;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-2-s4 li .text {
      max-width: 100%;
      text-align: center;
    }
    .p04-2-s4 .text-wrap {
      padding: 0 !important;
    }
  }
  @media (max-width: 540px) {
    .p04-2-s2 ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-2-s2 li {
      width: 100%;
    }
  }
  .p04-1-s1 {
    padding: 70px 0 50px;
    text-align: center;
  }
  .p04-1-s1 h2 {
    margin-bottom: 30px;
  }
  .p04-1-s2 h5 {
    color: #2c2c2c;
  }
  .p04-1-s2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
  }
  .p04-1-s2 li {
    margin: 0 4px 8px;
    max-width: 246px;
    width: -webkit-calc(16.66% - 8px);
    width: -moz-calc(16.66% - 8px);
    width: calc(16.66% - 8px);
  }
  .p04-1-s2 li:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  .p04-1-s2 .text-wrap {
    margin-top: 1px;
    background-color: #ebf1f2;
    padding: 14px 10px;
    text-align: center;
  }
  .p04-1-s2 .img-wrap {
    background-color: #434343;
    border: solid 1px #d2d2d2;
    overflow: hidden;
  }
  .p04-1-s3 {
    padding: 180px 0 90px;
    text-align: center;
  }
  .p04-1-s3 .bd {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .p04-1-s3 h4 {
    margin: 10px 0;
  }
  .p04-1-s3 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1432px;
    margin: 0 -50px;
  }
  .p04-1-s3 li {
    max-width: 406px;
    width: -webkit-calc(33.33% - 100px);
    width: -moz-calc(33.33% - 100px);
    width: calc(33.33% - 100px);
    margin: 0 50px 40px;
  }
  @media (max-width: 1600px) {
    .p04-1-s2 ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-1-s2 li {
      width: -webkit-calc(20% - 8px);
      width: -moz-calc(20% - 8px);
      width: calc(20% - 8px);
    }
    .p04-1-s3 ul {
      margin: 0;
    }
  }
  @media (max-width: 768px) {
    .p04-1-s1,
    .p04-1-s3 {
      padding: 40px 0;
    }
    .p04-1-s2 li {
      width: -webkit-calc(33.33% - 8px);
      width: -moz-calc(33.33% - 8px);
      width: calc(33.33% - 8px);
    }
    .p04-1-s3 ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-1-s3 li {
      margin: 0 10px 20px;
      width: -webkit-calc(50% - 20px);
      width: -moz-calc(50% - 20px);
      width: calc(50% - 20px);
    }
  }
  @media (max-width: 540px) {
    .p04-1-s2 li {
      width: -webkit-calc(50% - 8px);
      width: -moz-calc(50% - 8px);
      width: calc(50% - 8px);
    }
    .p04-1-s3 li {
      width: 100%;
      max-width: 100%;
    }
  }
  .p04-s1 {
    padding: 90px 0 150px;
    text-align: center;
  }
  .p04-s1 .mml-row {
    max-width: 1200px;
  }
  .p04-s1 .text-wrap {
    position: absolute;
    left: 50%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .p04-s1 .text-wrap h6 {
    margin-bottom: 10px;
    color: #060c0e;
  }
  .p04-s1 .text {
    max-width: 338px;
  }
  .p04-s1 ul {
    margin: 158px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    border-top: 1px solid #aaa;
  }
  .p04-s1 li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 25%;
    margin-top: -17px;
  }
  .p04-s1 li:nth-child(odd) .text-wrap {
    top: -5px;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  .p04-s1 li:nth-child(even) .text-wrap {
    bottom: -5px;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  .p04-s1 span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--index-main-color);
  }
  .p04-s1 a {
    max-width: 246px;
    padding: 12px 10px;
  }
  .p04-s2 .mml-row {
    max-width: 1920px;
  }
  .p04-s2 li {
    margin-bottom: 140px;
  }
  .p04-s2 .box {
    max-width: 1526px;
    margin: 0 auto 50px;
  }
  .p04-s2 h2 {
    margin-bottom: 20px;
  }
  .p04-s2 .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p04-s2 .hd p {
    max-width: 801px;
  }
  .p04-s2 .item {
    position: relative;
    max-width: 758px;
    margin: 0 auto;
  }
  .p04-s2 .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.8);
  }
  .p04-s2 .box {
    max-width: 1526px;
  }
  .p04-s2 .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .p04-s2 .text {
    max-width: 708px;
    width: 87%;
    padding: 20px 10px;
    margin-top: -86px;
    background-color: #ebf1f2;
    text-align: center;
  }
  .p04-s2 .text p {
    max-width: 639px;
    margin: 0 auto;
  }
  .p04-s2 h4 {
    margin-bottom: 10px;
  }
  .p04-s2 .swiper-slide .text-wrap {
    display: none;
  }
  .p04-s2 .swiper-slide .item {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  .p04-s2 .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p04-s2 .swiper-slide-active .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .p04-s2 .swiper-slide-active .item::before {
    display: none;
  }
  .p04-s2 .swiper-slide-active .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p04-s2 .prev-btn,
  .p04-s2 .next-btn {
    top: 186px;
  }
  .p04-s2 .prev-btn {
    left: -webkit-calc(50% - 500px);
    left: -moz-calc(50% - 500px);
    left: calc(50% - 500px);
  }
  .p04-s2 .next-btn {
    right: -webkit-calc(50% - 500px);
    right: -moz-calc(50% - 500px);
    right: calc(50% - 500px);
  }
  .p04-s3 {
    text-align: center;
  }
  .p04-s3 h2 {
    max-width: 541px;
    margin: 0 auto 30px;
  }
  .p04-s3 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin: 0 -5px;
  }
  .p04-s3 li {
    max-width: 502px;
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 0 5px;
    position: relative;
  }
  .p04-s3 li::after {
    position: absolute;
    display: none;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(67, 67, 67, 0.8);
  }
  .p04-s3 li:hover::after {
    display: block;
  }
  .p04-s3 li:hover span {
    background-color: var(--index-main-color);
    top: 50%;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p04-s3 span {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    max-width: 246px;
    width: 100%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    padding: 10px 10px;
    background-color: transparent;
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    transition: all 0.24s;
  }
  @media (max-width: 1366px) {
    .p04-s2 {
      text-align: center;
    }
    .p04-s2 .hd {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-s2 .hd p {
      width: 100%;
      max-width: 100%;
    }
    .p04-s2 .prev-btn,
    .p04-s2 .next-btn {
      top: 200px;
    }
  }
  @media (max-width: 1200px) {
    .p04-s2 .prev-btn {
      left: 0;
    }
    .p04-s2 .next-btn {
      right: 0;
    }
    .p04-s2 .prev-btn,
    .p04-s2 .next-btn {
      top: 227px;
    }
    .p04-s3 ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p04-s3 li {
      margin-bottom: 10px;
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
    }
  }
  @media (max-width: 768px) {
    .p04-s1 {
      padding: 40px 0;
    }
    .p04-s1 ul {
      margin: 30px 0 !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
      border-top: none;
      border-left: 1px solid #aaa;
    }
    .p04-s1 li {
      width: 100%;
      margin: 0 0 20px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -moz-box-align: center;
      align-items: center;
    }
    .p04-s1 .text-wrap {
      position: static;
      -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
      -moz-transform: translate(0) !important;
      transform: translate(0) !important;
    }
    .p04-s1 .text {
      max-width: 100%;
  
      line-height: 28px;
    }
    .p04-s2 li {
      margin-bottom: 40px;
    }
    .p04-s2 .text {
      margin-top: 0;
      width: 100%;
      max-width: 100%;
    }
    .p04-s3 li {
      width: 100%;
    }
  }
  @media (max-width: 540px) {
    .p04-s2 .prev-btn,
    .p04-s2 .next-btn {
      top: 156px;
    }
  }
  @media (max-width: 414px) {
    .p04-s2 .prev-btn,
    .p04-s2 .next-btn {
      top: 118px;
    }
  }
  @media (max-width: 375px) {
    .p04-s2 .prev-btn,
    .p04-s2 .next-btn {
      top: 106px;
    }
  }
  @media (max-width: 320px) {
    .p04-s2 .prev-btn,
    .p04-s2 .next-btn {
      top: 90px;
    }
  }
  .p03-1-s1 {
    padding: 50px 0 100px;
    text-align: center;
  }
  .p03-1-s1 .mml-row {
    max-width: 1906px;
  }
  .p03-1-s1 p {
    max-width: 986px;
    margin: 0 auto;
  }
  .p03-1-s1 .swiper-container {
    max-width: 1526px;
    margin: 40px auto 0;
  }
  .p03-1-s1 .bd {
    position: relative;
  }
  .p03-1-s1 .img-wrap {
    margin-bottom: 10px;
    background-color: #fff;
    border: solid 1px #aaa;
  }
  .p03-1-s1 .item {
    max-width: 374px;
    margin: 0 auto;
  }
  .p03-1-s2 {
    text-align: center;
    min-height: 212px;
    background-color: #ebf1f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p03-1-s2 h2 {
    margin-bottom: 20px;
  }
  .p03-1-s2 .btn {
    max-width: 246px;
    padding: 12px 10px;
  }
  .p03-1-s3 {
    padding-top: 140px;
    text-align: center;
  }
  .p03-1-s3 .mml-row {
    max-width: 1906px;
  }
  .p03-1-s3 .swiper-container {
    max-width: 1526px;
    margin: 40px auto 0;
  }
  .p03-1-s3 .bd {
    position: relative;
  }
  .p03-1-s3 .img-wrap {
    background-color: #eee;
  }
  .p03-1-s3 .item {
    max-width: 374px;
    margin: 0 auto;
  }
  .p03-1-s4 {
    padding: 150px 0 175px;
    text-align: center;
  }
  .p03-1-s4 .bd {
    margin: 40px auto 0;
    max-width: 1142px;
  }
  .p03-1-s4 .item {
    position: relative;
    max-width: 374px;
    margin: 0 auto;
    background-color: #ebf1f2;
  }
  .p03-1-s4 .item:hover .text {
    background-color: var(--index-main-color);
    color: #fff;
  }
  .p03-1-s4 h6 {
    color: #fff;
  }
  .p03-1-s4 .text {
    position: absolute;
    padding: 10px;
    bottom: 26px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 333px;
    width: 100%;
    background-color: #434343;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  @media (max-width: 768px) {
    .p03-1-s1,
    .p03-1-s4 {
      padding: 40px 0;
    }
    .p03-1-s3 {
      padding-top: 40px;
    }
  }
  .p01-s5 p {
    max-width: 741px;
    margin: 0 auto;
  }
  .p03-s2 {
    padding-bottom: 182px;
  }
  .p03-s2 .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p03-s2 h2 {
    max-width: 527px;
  }
  .p03-s2 p {
    margin-top: 20px;
  }
  .p03-s2 .text {
    max-width: 588px;
  }
  .p03-s2 .text-wrap {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
  }
  .p03-s2 .img-wrap {
    max-width: 822px;
    width: 55%;
  }
  @media (max-width: 768px) {
    .p03-s2 {
      padding-bottom: 40px;
    }
    .p03-s2 .mml-row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p03-s2 h2 {
      max-width: 100%;
    }
    .p03-s2 .img-wrap {
      width: 100%;
    }
    .p03-s2 .text-wrap {
      margin-top: 20px;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p03-s2 .text {
      max-width: 100%;
      text-align: center;
      line-height: 28px;
    }
  }
  .p02-4-s1 {
    padding-top: 50px;
    text-align: center;
  }
  .p02-4-s1 .item {
    margin: 0 auto;
    max-width: 374px;
  }
  .p02-4-s1 .item:hover .img-wrap {
    -webkit-box-shadow: 0 8px 30px 0 rgba(157, 157, 157, 0.2);
    box-shadow: 0 8px 30px 0 rgba(157, 157, 157, 0.2);
  }
  .p02-4-s1 .item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  .p02-4-s1 .img-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .p02-4-s1 h2 {
    margin-bottom: 10px;
  }
  .p02-4-s1 li:not(:last-child) {
    margin-bottom: 110px;
  }
  .p02-4-s1 .swiper-container {
    margin-bottom: 50px;
  }
  .p02-4-s1 .hd {
    max-width: 882px;
    margin: 0 auto 30px;
  }
  .p02-4 .p01-s7 h2 {
    margin-bottom: 0;
  }
  .p02-4 .p01-s7 h2 + p {
    text-align: center;
  }
  .p02-4 .p01-s5,
  .p02-4 .p02-1-s5 {
    padding-top: 0;
  }
  @media (max-width: 768px) {
    .p02-4-s1 li:not(:last-child) {
      margin-bottom: 20px;
    }
  }
  .p02-2-s1 {
    padding-top: 67px;
    text-align: center;
  }
  .p02-2-s1 .item {
    margin: 0 auto;
    max-width: 374px;
  }
  .p02-2-s1 p {
    text-align: left;
  }
  .p02-2-s1 .bd {
    margin-top: 1px;
    padding: 20px 10px;
    background-color: #434343;
  }
  .p02-2-s1 .hd {
    padding: 10px;
    background-color: #434343;
  }
  .p02-2-s1 a {
    color: #d7d7d7;
  }
  .p02-2-s1 a:hover .hd {
    background-color: var(--index-main-color);
  }
  .p02-2-s1 .text {
    max-width: 333px;
    width: 100%;
  }
  .p02-2-s1 h6 {
    color: #fff;
  }
  .p02-2-s1 .img-wrap {
    background-color: #ebf1f2;
  }
  .p02-2-s1 .text-wrap {
    margin-top: -67px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    min-height: 192px;
  }
  .p02-2 .p01-s7 {
    padding-top: 80px;
  }
  @media (max-width: 768px) {
    .p02-2-s1 {
      padding-top: 40px;
    }
    .p02-2 .p01-s7 {
      padding-top: 40px;
    }
  }
  .p02-1-1-s1 {
    padding: 69px 0 73px;
  }
  .p02-1-1-s1 .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p02-1-1-s1 .img-wrap {
    max-width: 758px;
    width: 50%;
  }
  .p02-1-1-s1 .text-wrap {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 50px 0 0 84px;
  }
  .p02-1-1-s1 h2 {
    position: relative;
    margin-bottom: 30px;
  }
  .p02-1-1-s1 h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -18px;
    max-width: 451px;
    width: 100%;
    height: 1px;
    background-color: #434343;
  }
  .p02-1-1-s1 .text {
    max-width: 507px;
    overflow: hidden;
  }
  .p02-1-1-s1 ul {
    margin-top: 30px;
  }
  .p02-1-1-s1 li:not(:last-child) {
    margin-bottom: 20px;
  }
  .p02-1-1-s1 .item {
    background-color: #fff;
    border: solid 1px #989898;
  }
  .p02-1-1-s1 .small {
    margin-top: 9px;
  }
  .p02-1-1-s1 .small .item {
    margin: 0 auto;
    max-width: 246px;
  }
  .p02-1-1-s2 {
    padding: 50px 0;
    background-color: #ebf1f2;
    text-align: center;
  }
  .p02-1-1-s2 .bd {
    margin: 0 auto;
    max-width: 1012px;
    width: 67%;
  }
  .p02-1-1-s2 .wpcf7-submit {
    margin-top: 55px;
    max-width: 400px;
    padding: 20px 10px;
  }
  .p02-1-1-s2 input:not([type="submit"]),
  .p02-1-1-s2 textarea {
    width: 100%;
    padding: 17px 15px;
    border: solid 1px #989898;
  }
  .p02-1-1-s2 label {
    width: 100%;
  }
  .p02-1-1-s2 h6 {
    margin-bottom: 7px;
    text-align: left;
  }
  .p02-1-1-s2 ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .p02-1-1-s2 li {
    max-width: 482px;
    width: 48%;
  }
  .p02-1-1-s2 .input-submit {
    margin-top: 0;
  }
  .p02-1-1-s3 {
    padding: 80px 0 130px;
    text-align: center;
  }
  .p02-1-1-s3 .bd {
    margin-top: 30px;
  }
  .p02-1-1-s3 .img-wrap {
    margin-bottom: 10px;
    background-color: #fff;
    border: solid 1px #989898;
  }
  .p02-1-1-s3 .item {
    max-width: 374px;
    margin: 0 auto;
  }
  @media (max-width: 768px) {
    .p02-1-1-s1,
    .p02-1-1-s3 {
      padding: 40px 0;
    }
    .p02-1-1-s1 .mml-row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p02-1-1-s1 .img-wrap {
      width: 100%;
    }
    .p02-1-1-s1 .text-wrap {
      margin-top: 20px;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p02-1-1-s1 .text {
      max-width: 100%;
      text-align: center;
    }
    .p02-1-1-s1 h2::after {
      display: none;
    }
    .p02-1-1-s2 .bd {
      width: 100%;
    }
  }
  @media (max-width: 540px) {
    .p02-1-1-s2 ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p02-1-1-s2 li {
      width: 100%;
      max-width: 100%;
    }
  }
  .p02-1-s1 {
    padding-top: 40px;
    text-align: center;
  }
  .p02-1-s1 .bd {
    margin: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p02-1-s1 span {
    display: none;
    width: 56px;
    height: 2px;
    margin-left: 12px;
    background-color: #fff;
  }
  .p02-1-s1 .tab {
    max-width: 310px;
    width: 21%;
  }
  .p02-1-s1 .tab li a {
    background-color: #fff;
    border: solid 1px #7f7f7f;
    padding: 21px 10px;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .p02-1-s1 .tab li.active a,
  .p02-1-s1 .tab li:hover a {
    background-color: var(--index-main-color);
    border-color: var(--index-main-color);
  }
  .p02-1-s1 .tab li.active h6,
  .p02-1-s1 .tab li:hover h6 {
    color: #fff;
  }
  .p02-1-s1 .tab li.active span,
  .p02-1-s1 .tab li:hover span {
    display: block;
  }
  .p02-1-s1 .tab li:not(:last-child) {
    margin-bottom: 20px;
  }
  .p02-1-s1 .right {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
  }
  .p02-1-s1 .text-slider {
    max-width: 1142px;
    width: 95%;
  }
  .p02-1-s1 .text-slider > li {
    display: none;
  }
  .p02-1-s1 .text-slider > li.active {
    display: block;
  }
  .p02-1-s1 .text-slider > li ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin: 0 -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p02-1-s1 .text-slider > li li {
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    max-width: 374px;
    margin: 0 5px 40px;
  }
  .p02-1-s1 .text-slider > li li:hover .img-wrap {
    -webkit-box-shadow: 0 8px 30px 0 rgba(157, 157, 157, 0.2);
    box-shadow: 0 8px 30px 0 rgba(157, 157, 157, 0.2);
  }
  .p02-1-s1 .text-slider > li li:hover h6 {
    color: var(--index-main-color);
  }
  .p02-1-s1 .text-slider > li li:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  .p02-1-s1 .img-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .p02-1 .p01-s7 .text {
    min-height: 259px;
    padding-top: 60px;
  }
  .p02-1 .p01-s7 .box {
    position: relative;
  }
  .p02-1 .p01-s7 .box::before {
    position: absolute;
    content: "";
    left: 0;
    top: -20px;
    width: 67px;
    height: 5px;
    background-color: var(--index-main-color);
  }
  .p02-1-s3 {
    padding: 150px 0 130px;
    text-align: center;
  }
  .p02-1-s3 ul {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  .p02-1-s3 li {
    width: 48%;
    max-width: 694px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin-bottom: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p02-1-s3 .img-wrap {
    max-width: 178px;
    width: 27%;
  }
  .p02-1-s3 .text-wrap {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
  }
  .p02-1-s3 .text {
    max-width: 492px;
  }
  .p02-1-s3 .btn {
    max-width: 246px;
    padding: 12px 10px;
  }
  .p02-1-s3 p {
    margin-top: 20px;
  }
  .p02-1-s4 {
    text-align: center;
  }
  .p02-1-s4 .hd {
    margin-bottom: 20px;
    text-align: left;
  }
  .p02-1-s4 h2 {
    margin-bottom: 30px;
  }
  .p02-1-s4 h4 {
    margin-bottom: 20px;
  }
  .p02-1-s4 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin: 0 -5px;
  }
  .p02-1-s4 li {
    margin: 0 5px;
    max-width: 758px;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .p02-1-s4 .swiper-container {
    margin-bottom: 20px;
  }
  .p02-1-s4 .mml-btn {
    left: 50%;
    bottom: 28px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .p02-1-s5 {
    padding: 100px 0 157px;
  }
  .p02-1-s5 .bd {
    margin-top: 40px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p02-1-s5 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -34px 20px;
  }
  .p02-1-s5 .hd {
    text-align: center;
  }
  .p02-1-s5 li {
    max-width: 337px;
    width: -webkit-calc(50% - 34px);
    width: -moz-calc(50% - 34px);
    width: calc(50% - 34px);
    margin: 0 34px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p02-1-s5 .pic {
    max-width: 117px;
    width: 35%;
  }
  .p02-1-s5 .txt {
    max-width: 204px;
  }
  .p02-1-s5 .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
  }
  .p02-1-s5 .img-wrap {
    max-width: 758px;
    width: 50%;
  }
  .p02-1-s5 .right {
    padding-left: 16px;
  }
  .p02-1-s5 .mml-btn {
    display: none;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .p02-1-s5 .mml-btn.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  @media (max-width: 1600px) {
    .p02-1-s5 ul {
      margin: 0 0 20px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      -moz-box-pack: justify;
      justify-content: space-between;
    }
    .p02-1-s5 li {
      width: 48%;
      margin: 0 0 50px;
    }
  }
  @media (max-width: 1366px) {
    .p02-1-s1 .bd {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p02-1-s1 .tab {
      margin-bottom: 20px;
      width: 100%;
  
      display: none;
    }
    .p02-1-s1 .right {
      width: 100%;
      padding-left: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p02-1-s5 .bd {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p02-1-s5 .img-wrap {
      width: 100%;
    }
    .p02-1-s5 .text-wrap {
      margin-bottom: 20px;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p02-1-s5 .text {
      max-width: 100%;
      text-align: center;
    }
  }
  @media (max-width: 768px) {
    .p02-1-s3,
    .p02-1-s5 {
      padding: 40px 0;
    }
    .p02-1-s1 .text-slider > li li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
    }
    .p02-1-s3 li {
      width: 100%;
    }
    .p02-1-s3 ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p02-1-s4 .mml-btn {
      bottom: 0;
    }
    .p02-1-s4 .hd {
      text-align: center;
    }
    .p02-1-s4 ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p02-1-s4 li {
      width: 100%;
    }
    .p02-1-s4 li:not(:last-child) {
      margin-bottom: 20px;
    }
    .p02-1-s5 li {
      width: 100%;
      margin: 0 10px 20px;
    }
    .p02-1-s5 ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 540px) {
    .p02-1-s1 .text-slider > li li {
      width: 100%;
    }
    .p02-1-s1 .text-slider > li ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p02-1-s3 li {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
      margin-bottom: 20px;
    }
    .p02-1-s3 .img-wrap {
      width: 100%;
    }
    .p02-1-s3 .text-wrap {
      margin-top: 20px;
      padding: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p02-1-s3 .text {
      max-width: 100%;
      text-align: center;
    }
    .p02-1-s5 li {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p02-1-s5 .txt {
      max-width: 100%;
    }
    .p02-1-s5 .right {
      margin-top: 10px;
    }
    .p02-1-s5 .pic,
    .p02-1-s5 .right {
      width: 100%;
    }
  }
  .p09-s1 {
    padding: 88px 0 182px;
  }
  .p09-s1 .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p09-s1 .text-wrap {
    padding-top: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
  }
  .p09-s1 .text-wrap .img-wrap {
    margin: 40px 0 30px;
  }
  .p09-s1 li {
    margin-top: 20px;
    font-size: 17px;
  
    font-weight: 600;
    list-style-type: disc;
    list-style-position: inside;
  }
  .p09-s1 .mml-form {
    padding: 60px 10px 90px;
    width: 46%;
    height: 100%;
  }
  .p09-s1 img {
    margin-left: 0;
  }
  @media (max-width: 1366px) {
    .p09-s1 .mml-row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p09-s1 .text-wrap {
      padding-top: 0;
      text-align: center;
    }
    .p09-s1 .mml-form {
      width: 100%;
    }
    .p09-s1 img {
      margin-left: auto;
    }
  }
  @media (max-width: 768px) {
    .p09-s1 {
      padding: 40px 0;
    }
  }
  .p08-4-s1 {
    background-color: #ebf1f2;
    text-align: center;
  }
  .p08-4-s1.fixed {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    left: 0;
    top: 90px;
    z-index: 10;
  }
  .p08-4-s1 .mml-row {
    max-width: 1250px;
  }
  .p08-4-s1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    min-height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p08-4-s1 li {
    width: 14.28%;
    padding: 15px 10px;
    cursor: pointer;
  }
  .p08-4-s1 li:hover h6,
  .p08-4-s1 li.active h6 {
    color: var(--index-main-color);
  }
  .p08-4-s1 li:hover h6::before,
  .p08-4-s1 li:hover h6::after,
  .p08-4-s1 li.active h6::before,
  .p08-4-s1 li.active h6::after {
    /*display: block;*/
  }
  .p08-4-s1 h6 {
    position: relative;
  }
  .p08-4-s1 h6::before,
  .p08-4-s1 h6::after {
    display: none;
    position: absolute;
    content: "";
    left: 50%;
    width: 96px;
    height: 2px;
    background-color: var(--index-main-color);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .p08-4-s1 h6::before {
    top: -7px;
  }
  .p08-4-s1 h6::after {
    bottom: -7px;
  }
  @media (max-width: 1600px) {
    .p08-4-s1 ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .p08-4-s1 li {
      width: 20%;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 1600px) {
    .p08-4-s1 li {
      width: 25%;
    }
  }
  @media (max-width: 960px) {
    .p08-4-s1 li {
      width: 33.33%;
    }
  }
  @media (max-width: 768px) {
    .p08-4-s1 li {
      width: 50%;
    }
  }
  @media (max-width: 540px) {
    .p08-4-s1 li {
      width: 100%;
    }
  }
  .p08-3 .p08-1-s1 h2 {
    margin-bottom: 20px;
  }
  .p08-3-s2 {
    text-align: center;
  }
  .p08-3-s2 .pa > li {
    margin-bottom: 100px;
  }
  .p08-3-s2 .pa > li:nth-child(2) .father > li {
    max-width: 374px;
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
  }
  .p08-3-s2 .father {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -5px 0;
  }
  .p08-3-s2 .father > li {
    max-width: 502px;
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 0 5px 20px;
  }
  .p08-3-s2 h4 {
    margin: 10px 0;
  }
  .p08-3-s2 .son {
    text-align: left;
  }
  .p08-3-s2 .son li {
    list-style-type: disc;
    list-style-position: inside;
  }
  .p08-3-s2 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  @media (max-width: 1200px) {
    .p08-3-s2 .father {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p08-3-s2 .father > li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
    }
    .p08-3-s2 .pa > li:nth-child(2) .father > li {
      width: -webkit-calc(33.33% - 10px);
      width: -moz-calc(33.33% - 10px);
      width: calc(33.33% - 10px);
    }
  }
  @media (max-width: 768px) {
    .p08-3-s2 .pa > li {
      margin-bottom: 40px;
    }
    .p08-3-s2 .pa > li:nth-child(2) .father > li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
    }
  }
  @media (max-width: 540px) {
    .p08-3-s2 .father > li {
      width: 100%;
    }
    .p08-3-s2 .pa > li:nth-child(2) .father > li {
      width: 100%;
    }
  }
  .p08-2-s1 {
    color: #545454;
    padding: 70px 0;
  }
  .p08-2-s1 h3 {
    font-size: 24px;
    color: #1b1b1b;
  }
  .p08-2-s1 ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding-bottom: 175px;
  }
  .p08-2-s1 ul::after {
    z-index: 9;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #a0a0a0;
  }
  .p08-2-s1 li {
    position: relative;
    width: 50%;
  }
  .p08-2-s1 li:not(:last-child) {
    margin-bottom: 26px;
  }
  .p08-2-s1 li:nth-child(odd) {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-left: 30px;
  }
  .p08-2-s1 li:nth-child(odd)::before {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p08-2-s1 li:nth-child(odd) .text-wrap {
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
  }
  .p08-2-s1 li:nth-child(even) {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-right: 30px;
    text-align: right;
  }
  .p08-2-s1 li:nth-child(even)::before {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .p08-2-s1 li:nth-child(even) .box .img-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .p08-2-s1 li:nth-child(even) .text-wrap {
    padding-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
  }
  .p08-2-s1 li::before {
    position: absolute;
    content: "";
    z-index: 10;
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--index-main-color);
  }
  .p08-2-s1 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
  .p08-2-s1 .img-wrap {
    max-width: 229px;
    width: 32%;
    cursor: pointer;
    overflow: hidden;
  }
  .p08-2-s1 .img-wrap:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  .p08-2-s1 .text-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .p08-2-s1 .text {
    max-width: 480px;
  }
  @media (max-width: 1024px) {
    .p08-2-s1 {
      padding-left: 10px;
    }
    .p08-2-s1 ul::after {
      left: 0;
    }
    .p08-2-s1 .text {
      max-width: 100%;
    }
    .p08-2-s1 li {
      width: 100%;
    }
    .p08-2-s1 li:nth-child(even) {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
      text-align: left;
      padding: 0 0 0 30px;
    }
    .p08-2-s1 li:nth-child(even)::before {
      left: 0;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .p08-2-s1 li:nth-child(even) .text-wrap {
      padding: 0 0 0 10px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      -moz-box-ordinal-group: 3;
      order: 2;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      -moz-box-pack: end;
      justify-content: flex-end;
    }
  }
  @media (max-width: 768px) {
    .p08-2-s1 {
      padding: 40px 0 40px 10px;
    }
    .p08-2-s1 ul {
      padding-bottom: 0;
    }
    .p08-2-s1 li {
      text-align: center !important;
    }
    .p08-2-s1 .box {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -moz-box-pack: center;
      justify-content: center;
    }
    .p08-2-s1 .img-wrap {
      width: 100%;
    }
    .p08-2-s1 .text-wrap {
      margin-top: 20px;
      padding: 0 !important;
    }
  }
  
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-container-no-flexbox .swiper-slide {
    float: left;
  }
  .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    transition-property: transform, -webkit-transform;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -moz-transition-property: transform, height, -moz-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -moz-transform;
    transition-property: transform, height, -webkit-transform;
  }
  .swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-cube-shadow,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -moz-linear-gradient(
      right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -moz-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-wp8-horizontal,
  .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .swiper-container-wp8-vertical,
  .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -moz-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -moz-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -moz-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -moz-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    -moz-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--index-main-color);
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    -moz-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -webkit-transition: 0.2s transform, 0.2s top;
    -moz-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
    -moz-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    -moz-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -webkit-transition: 0.2s transform, 0.2s left;
    -moz-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
    -moz-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  }
  .swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    -moz-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -webkit-transition: 0.2s transform, 0.2s right;
    -moz-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
    -moz-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  }
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--index-main-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
  }
  .swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    -moz-transform-origin: right top;
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-white
    .swiper-pagination-progressbar-fill {
    background: #fff;
  }
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
  }
  .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-black
    .swiper-pagination-progressbar-fill {
    background: #000;
  }
  .swiper-pagination-lock {
    display: none;
  }
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > canvas,
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
  .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube {
    overflow: visible;
  }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-next + .swiper-slide,
  .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right,
  .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
  }
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right,
  .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
  }
  .lSSlideWrapper,
  .lSSlideWrapper .lSFade {
    position: relative;
  }
  .lSSlideWrapper .lSSlide,
  .lSSlideWrapper.usingCss .lSFade > * {
    -webkit-transition-timing-function: inherit !important;
    -moz-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    -moz-transition-duration: inherit !important;
    transition-duration: inherit !important;
  }
  .lSSlideOuter,
  .lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }
  .lSSlideOuter .lSPager.lSGallery:after,
  .lSSlideWrapper > .lightSlider:after {
    clear: both;
  }
  .lSSlideOuter {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .lightSlider:after,
  .lightSlider:before {
    content: " ";
    display: table;
  }
  .lightSlider {
    overflow: hidden;
    margin: 0;
  }
  .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
  }
  .lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -moz-transition-property: transform, height, -moz-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -moz-transform;
  }
  .lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
  }
  .lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
  }
  .lSSlideWrapper .lSFade > .active {
    z-index: 10;
  }
  .lSSlideWrapper.usingCss .lSFade > .active {
    opacity: 1;
  }
  .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
  }
  .lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
  }
  .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
  }
  .lSSlideOuter .lSPager.lSpg > li.active a,
  .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #428bca;
  }
  .lSSlideOuter .media {
    opacity: 0.8;
  }
  .lSSlideOuter .media.active {
    opacity: 1;
  }
  .lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    -moz-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  }
  .lSSlideOuter .lSPager.lSGallery li.active,
  .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
  }
  .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .lSSlideOuter .lSPager.lSGallery:after,
  .lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table;
  }
  .lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../images/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    -moz-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
  }
  .lSAction > a:hover {
    opacity: 1;
  }
  .lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
  }
  .lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
  }
  .lSAction > a.disabled {
    pointer-events: none;
  }
  .cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
  }
  .lSSlideOuter.vertical {
    position: relative;
  }
  .lSSlideOuter.vertical.noPager {
    padding-right: 0 !important;
  }
  .lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
  }
  .lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
  }
  .lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
  }
  .lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
  }
  .lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
  }
  .lSSlideOuter.lSrtl {
    direction: rtl;
  }
  .lSSlideOuter .lSPager,
  .lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none;
  }
  .lSSlideOuter.lSrtl .lSPager,
  .lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0;
  }
  .lSSlideOuter .lSGallery li,
  .lSSlideOuter .lightSlider > * {
    float: left;
  }
  .lSSlideOuter.lSrtl .lSGallery li,
  .lSSlideOuter.lSrtl .lightSlider > * {
    float: right !important;
  }
  @-webkit-keyframes rightEnd {
    0%,
    100% {
      left: 0;
    }
    50% {
      left: -15px;
    }
  }
  @-moz-keyframes rightEnd {
    0%,
    100% {
      left: 0;
    }
    50% {
      left: -15px;
    }
  }
  @keyframes rightEnd {
    0%,
    100% {
      left: 0;
    }
    50% {
      left: -15px;
    }
  }
  @-webkit-keyframes topEnd {
    0%,
    100% {
      top: 0;
    }
    50% {
      top: -15px;
    }
  }
  @-moz-keyframes topEnd {
    0%,
    100% {
      top: 0;
    }
    50% {
      top: -15px;
    }
  }
  @keyframes topEnd {
    0%,
    100% {
      top: 0;
    }
    50% {
      top: -15px;
    }
  }
  @-webkit-keyframes leftEnd {
    0%,
    100% {
      left: 0;
    }
    50% {
      left: 15px;
    }
  }
  @-moz-keyframes leftEnd {
    0%,
    100% {
      left: 0;
    }
    50% {
      left: 15px;
    }
  }
  @keyframes leftEnd {
    0%,
    100% {
      left: 0;
    }
    50% {
      left: 15px;
    }
  }
  @-webkit-keyframes bottomEnd {
    0%,
    100% {
      bottom: 0;
    }
    50% {
      bottom: -15px;
    }
  }
  @-moz-keyframes bottomEnd {
    0%,
    100% {
      bottom: 0;
    }
    50% {
      bottom: -15px;
    }
  }
  @keyframes bottomEnd {
    0%,
    100% {
      bottom: 0;
    }
    50% {
      bottom: -15px;
    }
  }
  .lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    -moz-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    -moz-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    -moz-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    -moz-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    -moz-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    -moz-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
  }
  .lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  