@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
body {
  overflow: visible;
  background: url(../images/body-bg.jpg) no-repeat;
  background-size: cover;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 136px;
  width: 100%;
}
.container {
  max-width: 1440px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 6, 26, 0.19);
  z-index: 99;
  transition: all 0.5s;
  background: url(../images/header-bg.jpg) no-repeat;
  background-size: cover;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 136px;
  max-width: 1690px;
  width: 94%;
}
header .logo {
  width: 18.3432%;
}
header .logo img {
  transition: all 0.5s;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  color: #333;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(16px, 1.1vw, 18px);
  height: 3.33333em;
  padding: 0 1.722222em;
}
header .lv1 > li::before,
header .lv1 > li::after {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  background-color: #ffd8aa;
  transition: all 0.5s;
  width: 0;
}
header .lv1 > li::before {
  left: 0;
}
header .lv1 > li::after {
  right: 0;
}
header .lv1 > li a {
  color: inherit;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .lv1 > li a:hover {
  color: #ffd8aa;
}
header .lv1 > li:hover::before,
header .lv1 > li:hover::after {
  width: 1.33333em;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .lang {
  font-family: 'Arial Narrow';
}
header .lv1 .lang .on {
  color: #0e6eb8;
}
header .lv1 .search::before,
header .lv1 .search::after {
  display: none;
}
header .lv1 .search .search-icon {
  cursor: pointer;
}
header .lv1 .search .search-form {
  display: none;
  position: fixed;
  width: 100vw;
  top: 136px;
  left: 0;
  padding: 2% 10%;
  background-color: #f8e9d4;
}
header .lv1 .search .search-form form {
  display: flex;
}
header .lv1 .search .search-form input {
  flex: 1;
  font-size: clamp(14px, 1.2vw, 20px);
  height: 2.5em;
  outline: none;
  color: #333;
  font-weight: 300;
  background-color: transparent;
  padding: 0 1em;
  transition: all 0.5s;
  border: 1px solid #7b2c1f;
  border-radius: 1.25em 0 0 1.25em;
}
header .lv1 .search .search-form input::placeholder {
  color: #999;
  transition: all 0.5s;
}
header .lv1 .search .search-form button {
  font-size: clamp(14px, 1.2vw, 20px);
  width: 5em;
  outline: none;
  border-radius: 0 1.25em 1.25em 0;
  border: 0;
  background-color: #7b2c1f;
  cursor: pointer;
  transition: all 0.5s;
}
header .lv1 > .active::before,
header .lv1 > .active::after {
  width: 1.33333em;
}
header .lv1 > .active > a {
  color: #ffd8aa;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10%);
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 2px 15px;
  min-width: 130px;
}
header .lv2 > li a {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
}
header .lv2 > li a:hover {
  color: #7b2c1f;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(10%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
header nav {
  flex: 1;
  margin-left: 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination {
  margin-top: 2%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #7b2c1f;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination span {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #7b2c1f;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #7b2c1f;
  border-color: transparent;
}
.index-banner {
  position: relative;
}
.index-banner::selection {
  background: none;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide > img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInDown 2s;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInDown 2.5s;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUp 2s;
}
.index-banner .swiper .swiper-slide-active > img {
  animation: clipRect 2s;
}
@keyframes clipRect {
  0% {
    clip-path: inset(50% 50% 50% 50%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.index-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.index-banner .banner-text h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.index-banner .banner-text a {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  margin-top: 6.13497%;
  transition: all 0.5s;
}
.index-banner .banner-text a img {
  margin-right: 13px;
  transition: all 0.5s;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .banner-text a:hover img {
  margin-right: 7px;
}
.index-banner .swiper-pagination {
  bottom: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 0.5s;
  margin: 0 6.5px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner .swiper-btn {
  display: flex;
  position: absolute;
  right: 12.5%;
  bottom: 8.36454432%;
}
.index-banner .swiper-btn .swiper-button-prev,
.index-banner .swiper-btn .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  font-size: clamp(14px, 1.66667vw, 32px);
  color: #fff;
  width: 2.8125em;
  height: 2.8125em;
  background-color: rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
  transition: all 0.5s;
  font-weight: 700;
}
.index-banner .swiper-btn .swiper-button-prev:hover,
.index-banner .swiper-btn .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.index-banner .swiper-btn .swiper-button-prev::after,
.index-banner .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.index-banner .swiper-btn .swiper-button-prev {
  margin-right: 1em;
}
.index-title {
  text-align: center;
  margin-bottom: 6.0416667%;
}
.index-title h3 {
  display: inline-block;
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 2.3;
  min-width: 9.575em;
  background: url(../images/index-title-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 0.5em;
}
.index-intro {
  position: relative;
  z-index: 9;
  margin: -2% 0 4.1666667%;
}
.index-intro .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-intro .container .lt {
  width: 46.805556%;
  position: relative;
  background: url(../images/index-intro-lt-bg1.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2.638889% 2.7777778% 3.472222%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
}
.index-intro .container .lt .title {
  position: relative;
  z-index: 1;
  margin-bottom: 4.7138%;
}
.index-intro .container .lt .title h4 {
  color: #ffd8aa;
  font-size: clamp(12px, 1.2vw, 20px);
}
.index-intro .container .lt .title h3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: clamp(20px, 1.875vw, 36px);
  line-height: 1.2;
  border-bottom: 1px solid #ffd8aa;
  padding-bottom: 0.277778em;
}
.index-intro .container .lt .title h3 span {
  font-weight: 400;
  font-size: clamp(10px, 1vw, 14px);
}
.index-intro .container .lt .time {
  position: relative;
  z-index: 1;
}
.index-intro .container .lt .time h4 {
  font-size: clamp(12px, 1.05vw, 16px);
}
.index-intro .container .lt .time h4 b {
  font-weight: 700;
  font-size: 1.125em;
}
.index-intro .container .lt .time h3 {
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: 700;
}
.index-intro .container .lt .time h3 img {
  margin: 0 0.3333em;
}
.index-intro .container .lt .time h3 span:first-of-type {
  margin-right: 1.2em;
}
.index-intro .container .lt .location {
  position: relative;
  z-index: 1;
  border-top: 1px solid #ffd8aa;
  padding-top: 2.6936%;
  margin-top: 3.030303%;
}
.index-intro .container .lt .location h5 {
  font-size: clamp(12px, 1vw, 16px);
}
.index-intro .container .lt .location h5 img {
  width: 1.25em;
  object-fit: scale-down;
  margin-right: 0.25em;
}
.index-intro .container .lt .bg {
  position: absolute;
  width: 100%;
  height: 103.5124%;
  top: 0;
  left: 0;
}
.index-intro .container .lt .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-intro .container .mid {
  width: 24.6527778%;
  background: url(../images/index-intro-mid-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 2.916667% 2.777778% 1%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
}
.index-intro .container .mid .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.index-intro .container .mid .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-intro .container .mid .intro .title {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #7b2c1f;
  font-weight: 700;
  margin: 0.72222em 0 0.44444em;
}
.index-intro .container .mid .intro .brief {
  font-size: clamp(12px, 1vw, 14px);
  color: #333;
  line-height: 1.8;
}
.index-intro .container .mid:hover .pic img {
  scale: 1.05;
}
.index-intro .container .rt {
  width: 24.6527778%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1%;
}
.index-intro .container .rt section {
  width: 100%;
  height: 29.399586%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
}
.index-intro .container .rt .section1 {
  background: url(../images/index-intro-rt-bg1.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1%;
}
.index-intro .container .rt .section1 h3 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #ffe6c9;
  font-weight: 700;
}
.index-intro .container .rt .section1 h3 span {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.6667;
}
.index-intro .container .rt .section2 {
  background: url(../images/index-intro-rt-bg2.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 18px);
  gap: 0.5em 2.11111em;
  padding: 1%;
}
.index-intro .container .rt .section2 .icon {
  width: 2.3333em;
  height: 2.3333em;
  text-align: center;
  margin: 0 auto;
}
.index-intro .container .rt .section2 .icon img {
  display: block;
  max-height: 100%;
}
.index-intro .container .rt .section2 h4 {
  font-weight: 700;
  text-align: center;
  color: #7b2c1f;
}
.index-intro .container .rt .section2 a:hover .icon {
  animation: swing 1s;
}
.index-intro .container .rt .section3 {
  background: url(../images/index-intro-rt-bg3.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.25vw, 24px);
  padding: 1% 1.66667em;
}
.index-intro .container .rt .section3 a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fefefe;
  font-weight: 700;
}
.index-intro .container .rt .section3 a i {
  transition: all 0.5s;
}
.index-intro .container .rt .section3 a:hover i {
  transform: translateX(-5px);
}
.index-notice {
  margin-bottom: 4.1666667%;
}
.index-notice .wrapper {
  background: url(../images/notice-bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3.3333% 3.3333% 2.5% 2.7778%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
}
.index-notice .wrapper .lt {
  width: 48.8905325%;
}
.index-notice .wrapper .lt .notice-tab {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 0.7em;
  margin-bottom: 6.05143722%;
}
.index-notice .wrapper .lt .notice-tab li {
  flex: 1;
  padding: 3px;
  border: 1px solid #7b2c1f;
}
.index-notice .wrapper .lt .notice-tab li a {
  display: block;
  color: #7b2c1f;
  font-weight: 700;
  border: 1px solid #7b2c1f;
  padding: 0 0.5em;
  line-height: 2.4;
  text-align: center;
  transition: all 0.5s;
}
.index-notice .wrapper .lt .notice-tab .active a {
  color: #fff;
  background-color: #7b2c1f;
}
.index-notice .wrapper .lt .notice-wrapper .notice-list {
  display: none;
}
.index-notice .wrapper .lt .notice-wrapper .notice-list:first-child {
  display: block;
}
.index-notice .wrapper .lt .notice-wrapper .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 2.420575%;
  padding-bottom: 0.605144%;
}
.index-notice .wrapper .lt .notice-wrapper .block span {
  color: #8c8c8c;
  font-size: clamp(12px, 1vw, 16px);
  white-space: nowrap;
}
.index-notice .wrapper .lt .notice-wrapper .block a {
  font-size: clamp(14px, 1vw, 16px);
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
  transition: all 0.5s;
}
.index-notice .wrapper .lt .notice-wrapper .block a img {
  width: 1.375em;
  margin-right: 0.8125em;
  margin-top: -0.25em;
}
.index-notice .wrapper .lt .notice-wrapper .block:hover a {
  color: #7b2c1f;
}
.index-notice .wrapper .rt {
  width: 48.29881657%;
}
.index-notice .wrapper .rt span {
  display: inline-block;
  background-color: #7b2c1f;
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  line-height: 2.7;
  padding: 0 0.7em;
  font-weight: 700;
}
.index-notice .wrapper .rt span a {
  color: inherit;
}
.index-notice .wrapper .rt .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55.28331%;
}
.index-notice .wrapper .rt .video video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-notice .wrapper .rt .video .play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: clamp(30px, 3.541667vw, 68px);
}
.index-notice .wrapper .rt .video .play-btn img {
  width: 1em;
}
.index-notice .wrapper .rt .video:hover .play-btn {
  background-color: rgba(0, 0, 0, 0.3);
}
.index-gallery {
  margin-bottom: 4.1666667%;
}
.index-gallery .container {
  max-width: 1460px;
}
.index-gallery .index-title {
  margin-bottom: 5.2739726%;
}
.index-gallery .gallery-swiper {
  position: relative;
}
.index-gallery .swiper {
  padding: 10px;
}
.index-gallery .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 70.91295117%;
}
.index-gallery .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-gallery .swiper .pic i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(3);
  opacity: 0;
  font-size: clamp(14px, 1.66667vw, 32px);
  color: #fff;
  border-radius: 50%;
  border: 0.125em solid #fff;
  width: 2.125em;
  height: 2.125em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.index-gallery .swiper .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 700;
  transition: all 0.5s;
  text-align: center;
  padding: 0 0.5em;
  line-height: 3.416667;
}
.index-gallery .swiper .title a {
  color: inherit;
}
.index-gallery .swiper .swiper-slide {
  background-color: #f8e9d4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
}
.index-gallery .swiper .swiper-slide:hover .pic img {
  filter: brightness(70%);
}
.index-gallery .swiper .swiper-slide:hover .pic i {
  transform: translate(-50%, -50%) scale(1) rotate(180deg);
  opacity: 1;
}
.index-gallery .swiper .swiper-slide:hover .title {
  color: #7b2c1f;
}
.index-gallery .swiper-button-prev,
.index-gallery .swiper-button-next {
  font-size: clamp(14px, 2.916667vw, 56px);
  color: #7b2c1f;
}
.index-gallery .swiper-button-prev::after,
.index-gallery .swiper-button-next::after {
  font-size: inherit;
}
.index-gallery .swiper-button-prev {
  left: -3.5%;
}
.index-gallery .swiper-button-next {
  right: -3.5%;
}
.index-gallery .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1.643836%;
}
.index-gallery .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 1.2vw, 20px);
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.125em;
  transition: all 0.5s;
  opacity: 1;
  background-color: #d2d2d2;
}
.index-gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7b2c1f;
}
.index-guide {
  margin-bottom: 8.33333%;
}
.index-guide .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-guide .wrapper .lt {
  width: 60.208333%;
}
.index-guide .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 79.008074%;
}
.index-guide .wrapper .lt .pic a > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 0.96 0.95;
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
}
.index-guide .wrapper .lt .pic .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: clamp(20px, 3.28125vw, 63px);
  line-height: 1;
  width: 1em;
  height: 1em;
}
.index-guide .wrapper .lt .pic .icon img {
  display: block;
}
.index-guide .wrapper .lt .pic::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7b2c1f;
  font-size: clamp(50px, 5.3125vw, 102px);
  width: 1em;
  height: 1em;
}
.index-guide .wrapper .lt .pic:hover a > img {
  filter: brightness(90%);
}
.index-guide .wrapper .lt .pic:hover .icon {
  animation: bounce 1s;
}
.index-guide .wrapper .rt {
  width: 36.736111%;
  background: url(../images/index-guide-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 3.75% 1.25% 1.25%;
}
.index-guide .wrapper .rt h3 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 700;
  margin-bottom: 0.5416667em;
  padding: 0 0.75em 0 1em;
}
.index-guide .wrapper .rt h3::after {
  display: inline-block;
  content: "";
  border: 0.4166667em solid transparent;
  border-top: 0.5em solid #7b2c1f;
  border-bottom: 0;
  margin-left: 0.2916667em;
}
.index-guide .wrapper .rt .brief {
  font-size: clamp(12px, 1vw, 16px);
  color: #333;
  line-height: 1.6667;
  margin-bottom: 6.896552%;
  padding: 0 1.125em 0 1.625em;
}
.index-guide .wrapper .rt h4 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(12px, 1.1vw, 18px);
  background-color: #7b2c1f;
  line-height: 2.27778;
  border-radius: 1.13889em;
  text-align: center;
  margin-bottom: 10.75051%;
}
.index-guide .wrapper .rt h4 img {
  margin: 0 0.6667em;
}
.index-guide .wrapper .rt .ewm {
  display: flex;
  justify-content: space-evenly;
  font-size: clamp(12px, 1vw, 16px);
  padding: 0 1.125em 0 1.625em;
  gap: 1em;
}
.index-guide .wrapper .rt .ewm .block {
  text-align: center;
}
.index-guide .wrapper .rt .ewm .block img {
  font-size: clamp(100px, 7.2916667vw, 140px);
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 0.07143em #7b2c1f;
}
.index-guide .wrapper .rt .ewm .block h5 {
  color: #333;
  font-weight: 700;
  margin-top: 1em;
}
footer {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2.44791667% 0 1.19791667%;
}
footer::before,
footer::after {
  position: absolute;
  content: "";
  font-size: clamp(20px, 4.4791667vw, 86px);
  width: 1em;
  height: 1em;
  background: url(../images/footer-border.png) no-repeat;
  background-size: contain;
}
footer::before {
  left: 11px;
  top: 11px;
}
footer::after {
  right: 11px;
  bottom: 11px;
  rotate: 180deg;
}
footer .footer-top {
  text-align: center;
  margin-bottom: 1.6667%;
}
footer .footer-top .logo {
  margin-bottom: 1.527778%;
}
footer .footer-top nav ul {
  display: flex;
  justify-content: space-between;
}
footer .footer-top nav ul li {
  flex: 1;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
}
footer .footer-top nav ul li a {
  color: inherit;
}
footer .footer-top nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-mid {
  border-top: 1px solid rgba(255, 237, 216, 0.5);
  border-bottom: 1px solid rgba(255, 237, 216, 0.5);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2.08333% 0;
}
footer .footer-mid .lt {
  width: 76.388889%;
  padding: 0.5% 0 1%;
}
footer .footer-mid .lt .info {
  display: flex;
  gap: 1em 2.4375em;
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: 2%;
}
footer .footer-mid .lt .block {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
}
footer .footer-mid .lt .block .icon {
  width: 1.6875em;
  margin-right: 0.5625em;
}
footer .footer-mid .lt .block .text {
  flex: 1;
}
footer .footer-mid .lt .block .text h4 {
  line-height: 1.25;
}
footer .footer-mid .lt .block .text h4 b {
  font-size: 1.125em;
}
footer .footer-mid .lt .block .text h5 {
  font-size: 0.75em;
  line-height: 1.25;
}
footer .footer-mid .lt > .block {
  margin-bottom: 2%;
}
footer .footer-mid .lt > .block:last-child {
  align-items: flex-start;
  margin-bottom: 0;
}
footer .footer-mid .lt > .block:last-child h4 {
  line-height: 1.5;
}
footer .footer-mid .rt {
  width: 20.888889%;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
footer .footer-mid .rt .block {
  text-align: center;
}
footer .footer-mid .rt .block img {
  width: 84px;
  margin-bottom: 8px;
}
footer .footer-mid .rt .block h5 {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3px;
}
footer .footer-mid .rt .block h6 {
  font-size: 10px;
  color: #ffedd8;
  line-height: 1.4;
}
footer .footer-bt {
  font-size: clamp(12px, 1vw, 14px);
  color: #fff;
  margin-top: 7px;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
.news-list {
  margin: 3.125% 0 1.5625%;
}
.news-list .container {
  max-width: 1550px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .container .lt {
  width: 18.70967742%;
}
.news-list .container .lt aside {
	position: sticky;
	top: 150px;
}
.news-list .container .lt .aside-title {
  font-size: clamp(20px, 1.666667vw, 32px);
  font-weight: 700;
  line-height: 1;
  border-left: 2px solid #fa390d;
  padding-left: 0.5em;
  margin-left: 0.625em;
  margin-bottom: 0.40625em;
}
.news-list .container .lt .aside-lv1 {
  background-color: #ffedd8;
	border: 3mm ridge #7b2b1fa6;

  font-size: clamp(14px, 1.1vw, 18px);
  padding: 1em 0 1px 0;
}
.news-list .container .lt .aside-lv1 li {
  padding: 0 0.5em 0 2.2222em;
  margin-bottom: 1.1666667em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .container .lt .aside-lv1 li a {
  color: #363636;
  transition: all 0.5s;
}
.news-list .container .lt .aside-lv1 li a:hover {
  color: #7b2c1f;
}
.news-list .container .lt .aside-lv1 .active a {
  color: #7b2c1f;
	font-weight: 700;
}
.news-list .container .rt {
  width: 79.935484%;
}
.news-list .container .rt .total-num {
  font-size: clamp(14px, 1.2vw, 21px);
  color: #363636;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.40625em;
}
.news-list .container .rt .total-num span {
  font-size: clamp(16px, 1.666667vw, 32px);
  line-height: 1;
}
.news-list .container .rt .list .block {
  background-color: #ffedd8;
  padding: 1% 2.50202% 1.5%;
  margin-bottom: 1.61421%;
	border: 4px double #7b2c1f;
}
.news-list .container .rt .list .block h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #363636;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.news-list .container .rt .list .block h4 a {
  color: inherit;
}
.news-list .container .rt .list .block .brief {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  color: #363636;
  font-size: clamp(12px, 1.05vw, 16px);
}
.news-list .container .rt .list .block .brief p {
  flex: 1;
  margin-right: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .container .rt .list .block .brief span {
  white-space: nowrap;
}
.news-list .container .rt .list .block:hover h4 {
  color: #7b2c1f;
}
.inner-banner img {
  display: block;
  width: 100%;
}
.inner-tab {
  margin: 2.1875% 0 0;
}
.inner-tab .container {
  max-width: 1400px;
}
.inner-tab ul {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(16px, 2.083333vw, 40px);
  gap: 0.2em 3em;
}
.inner-tab ul li {
  color: #fff;
  text-shadow: 1.439px 1.389px 5.95px rgba(0, 0, 0, 0.17);
  font-weight: 700;
  transition: all 0.5s;
}
.inner-tab ul li a {
  color: inherit;
}
.inner-tab ul li:hover {
  text-shadow: 1.439px 1.389px 8px rgba(0, 0, 0, 0.5);
}
.inner-tab ul .active {
  color: #7b2c1f;
  text-shadow: none !important;
}
.serv-list .container .lt .aside-title {
  color: #fa2f00;
}
.serv-list .container .lt .aside-lv1 li {
  position: relative;
  padding-left: 3em;
}
.serv-list .container .lt .aside-lv1 li span {
  position: absolute;
  left: 1.27778em;
  color: #9999a6;
}
.serv-list .container .lt .aside-lv1 li:nth-child(1) span {
  color: #e0221e;
}
.serv-list .container .lt .aside-lv1 li:nth-child(2) span {
  color: #f27f0c;
}
.serv-list .container .lt .aside-lv1 li:nth-child(3) span {
  color: #f0a40c;
}
.bread-crumb {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #000;
  border-bottom: 1px solid #999;
}
.bread-crumb .container {
  min-height: 3.3em;
  display: flex;
  align-items: center;
}
.bread-crumb i {
  margin-right: 0.5em;
}
.bread-crumb a {
  color: inherit;
}
.bread-crumb a:hover {
  text-decoration: underline !important;
}
.news-detail {
  margin: 2% 0 3%;
}
.news-detail .news-title {
  text-align: center;
  margin-bottom: 2%;
}
.news-detail .news-title h3 {
  font-size: clamp(18px, 1.40625vw, 27px);
  color: #444;
}
.news-detail .news-title h5 {
  font-size: clamp(12px, 1vw, 19px);
  color: #999;
  font-weight: 300;
}
.news-detail article {
  padding: 0 4.83871%;
  font-size: clamp(14px, 1.2vw, 19px);
  color: #333;
  line-height: 2.84211;
}
.news-detail .article-tab {
  margin-top: 3%;
}
.news-detail .article-tab p {
  font-size: clamp(14px, 1.2vw, 19px);
  color: #333;
  margin-bottom: 0.5em;
  transition: all 0s;
}
.news-detail .article-tab p a {
  color: inherit;
  transition: all 0.5s;
}
.news-detail .article-tab p a:hover {
  color: #7b2c1f;
}
.case-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.case-list .block {
	width: 32%;
	margin-bottom: 2%;
	padding: 5px;
	border: 3px double #7b2c1f;
}
.case-list .block .pic {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 65%;
}
.case-list .block .pic img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.case-list .block .title {
	text-align: center;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: clamp(14px, 1.05vw, 16px);
	color: #333;
	line-height: 2.5;
	transition: all .5s;
}
.case-list .block .title a {
	color: inherit;
}
.case-list .block:hover .pic img {
	scale: 1.05;
}