:root {
  --head: 6.875vw;
  --color: #b08e47;
}

.head1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: var(--head);
  transition: all ease 0.6s;
}

.isback .head1 {
  transform: translateY(-100%);
}

.C-wrap {
  width: 83.333vw;
  margin: 0 auto;
}

.C-btn1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.239vw;
  padding: 0 1.875vw;
  border: 0.052vw solid #fff;
  overflow: hidden;
  font-size: 0.937vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
  color: #fff;
}

.C-btn1 .txt {
  position: relative;
  z-index: 2;
  height: 1.406vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.52vw;
  transition: transform 0.5s;
}

.C-btn1 .txt em {
  display: block;
  height: 1.406vw;
  line-height: 1.406vw;
  font-style: normal;
}

.C-btn1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background: #fff;
  transition: height 0.5s;
}

.C-btn1:hover::after {
  height: 100%;
}

.C-btn1.theme1 {
  border-color: #fff;
  color: #fff;
}

.C-btn1.theme1::after {
  background: #fff;
}

.C-btn1.theme1:hover {
  color: #000;
}

.C-btn1.theme2 {
  border-color: #000;
  color: #000;
}

.C-btn1.theme2::after {
  background: #000;
}

.C-btn1.theme2:hover {
  color: #fff;
}

.C-btn1.theme3 {
  border-color: #fff;
  color: #000;
}

.C-btn1.theme3::after {
  background: #fff;
  height: 100%;
}

.C-btn1.theme3:hover {
  color: #fff;
}

.C-btn1.theme3:hover::after {
  height: 0%;
}

.C-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.C-banner .bg {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.C-banner .banner-nav {
  width: 100%;
  border-top: 0.052vw solid #C4B698;
  position: absolute;
  left: 0;
  top: var(--head);
  padding: 2.187vw 0 0;
  gap: 8.333vw;
  color: #fff;
}

.C-banner .banner-nav a {
  position: relative;
  line-height: 1.5;
}

.C-banner .banner-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.104vw;
  width: 0;
  height: 0.052vw;
  background: #fff;
  transition: width 0.4s;
}

.C-banner .banner-nav a:hover::after {
  width: 100%;
}

.C-banner .banner-nav a.on::after {
  width: 100%;
}

.C-banner .ban-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 0 3.125vw;
  text-align: center;
  color: #fff;
}

.C-banner .ban-txt .tt {
  display: inline-block;
}

.C-banner .ban-txt .t1 {
  letter-spacing: 0.416vw;
  line-height: 1.2;
}

.C-banner .ban-txt .t2 {
  font-size: 6.25vw;
  line-height: 1;
  margin-top: 0.52vw;
}

.C-banner .ban-txt .t3 {
  max-width: 46.875vw;
  margin: 2.083vw auto 0;
  letter-spacing: 0.093vw;
  line-height: 1.6;
}

.head1 {
  padding: 0 3.125vw;
  z-index: 60;
}

.head1 .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.625vw;
}

.head1 .logo img {
  transition: filter 0.4s;
}

.head-right {
  gap: 1.25vw;
  z-index: 62;
}

.head-right .C-btn1{
  display: none;
}

.head1 .lang-cur img {
  width: 1.562vw;
  transition: filter 0.4s;
}

.lang {
  position: relative;
}

.lang .lang-cur {
  width: 1.562vw;
  cursor: pointer;
}

.lang .lang-drop {
  position: absolute;
  right: -1.458vw;
  top: 100%;
  margin-top: 0.625vw;
  width: 4.479vw;
  padding: 1.041vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.729vw;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.52vw);
  transition: all 0.4s;
}

.lang:hover .lang-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang .lang-drop a {
  position: relative;
  font-size: 0.937vw;
  letter-spacing: 0.093vw;
  color: #fff;
  line-height: 1.5;
}

.lang .lang-drop a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.104vw;
  width: 0;
  height: 0.052vw;
  background: #fff;
  transition: width 0.4s;
}

.lang .lang-drop a:hover::after {
  width: 100%;
}

.scroll .head1 .logo img,
header.open .head1 .logo img {
  filter: brightness(0);
}

.scroll .head1 .lang-cur img,
header.open .head1 .lang-cur img {
  filter: brightness(0);
}

.scroll .head1 .lang-drop,
header.open .head1 .lang-drop {
  background: rgba(0, 0, 0, 0.06);
}

.scroll .head1 .lang-drop a,
header.open .head1 .lang-drop a {
  color: #000;
}

.scroll .head1 .lang-drop a::after,
header.open .head1 .lang-drop a::after {
  background: #000;
}

.scroll .head1 .C-btn1,
header.open .head1 .C-btn1 {
  border-color: #000;
  color: #000;
}

.scroll .head1 .C-btn1::after,
header.open .head1 .C-btn1::after {
  background: #000;
}

.scroll .head1 .C-btn1:hover,
header.open .head1 .C-btn1:hover {
  color: #fff;
}

.head-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 55;
  width: 100%;
  height: 100vh;
  background: #f3eee7 url('/img/jd/head-menu1.webp') no-repeat center/cover;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

header.open .head-menu {
  opacity: 1;
  visibility: visible;
}

.head-menu .menu-in {
  justify-content: space-between;
  align-items: flex-start;
  color: #000;
  padding: 0 0 5%;
}

.head-menu .col {
  transform: translateY(2.083vw);
  opacity: 0;
  transition: all 0.6s;
}

header.open .head-menu .col {
  transform: translateY(0);
  opacity: 1;
}

.head-menu .col:nth-child(2) {
  transition-delay: 0.06s;
}

.head-menu .col:nth-child(3) {
  transition-delay: 0.12s;
}

.head-menu .col:nth-child(4) {
  transition-delay: 0.18s;
}

.head-menu .col:nth-child(5) {
  transition-delay: 0.24s;
}

.head-menu .col:nth-child(6) {
  transition-delay: 0.3s;
}

.head-menu .col:nth-child(7) {
  transition-delay: 0.36s;
}

.head-menu .col:nth-child(8) {
  transition-delay: 0.42s;
}

.head-menu .c-t {
  line-height: 1.5;
  margin-bottom: 2.083vw;
}

.head-menu .c-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.833vw;
}

.head-menu .c-list a,
.head-menu .c-t a {
  position: relative;
  line-height: 1.5;
}

.head-menu .c-list a::after,
.head-menu .c-t a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.104vw;
  width: 0;
  height: 0.052vw;
  background: #000;
  transition: width 0.4s;
}

.head-menu .c-list a:hover::after,
.head-menu .c-t a:hover::after {
  width: 100%;
}

.jd2 {
  position: relative;
  background: #f9f7ef;
  overflow: hidden;
}

.jd2 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.jd2 .C-wrap {
  position: relative;
  z-index: 2;
}

.jd2 .ico {
  width: 8.906vw;
  margin: 0 auto;
}

.jd2 .list {
  gap: 8.333vw;
  margin-top: 3.125vw;
}

.jd2 .list .item .en {
  line-height: 1.5;
}

.jd2 .list .item .cn {
  margin-top: 0.937vw;
  line-height: 1.5;
}

.jd2 .intr {
  max-width: 51.562vw;
  margin: 3.125vw auto 0;
  color: #000;
}

.jd2 .intr .p1 {
  line-height: 1.5;
}

.jd2 .intr .p2 {
  margin-top: 2.083vw;
  letter-spacing: 0.093vw;
  line-height: 1.6;
}

.jd3 {
  position: relative;
  background: #f9f7ef;
}

.jd3 .jd3-bg {
  position: sticky;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.jd3 .fix {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: -100vh;
}

.jd3 .wrap {
  width: 83.333vw;
}

.jd3 .h5 {
  color: #4a3f35;
  line-height: 1.5;
}

.jd3 .h1 {
  color: #4a3f35;
  line-height: 1.5;
  margin-bottom: 3.125vw;
}

.jd3 .jd3_swiper {
  width: 83.333vw;
  overflow: visible;
}

.jd3 .swiper-slide {
  width: 51.041vw;
}

.jd3 .slide_box {
  gap: 2.083vw;
  margin: 0 0 1.875vw 5.729vw;
  align-items: center;
}

.jd3 .slide_box .img {
  width: 20vw;
  height: 26.614vw;
  overflow: hidden;
  flex-shrink: 0;
}

.jd3 .slide_box .img img {
  transition: transform 1s;
}

.jd3 .slide_box .img:hover img {
  transform: scale(1.1);
}

.jd3 .slide_box .slide_box_r {
  flex: 1;
  min-width: 0;
  color: #4a3f35;
}

.jd3 .slide_box .slide_box_r .year {
  line-height: 1.5;
  margin-bottom: 2.083vw;
}

.jd3 .slide_box .slide_box_r .p {
  line-height: 1.6;
  letter-spacing: 0.093vw;
}

.jd3 .slide_bottom {
  position: relative;
  gap: 1.562vw;
  align-items: center;
}

.jd3 .slide_bottom .year {
  position: relative;
  width: 4.739vw;
  padding: 0.52vw 0;
  text-align: center;
  color: #999;
  line-height: 1.7;
  transition: color 0.6s;
}

.jd3 .slide_bottom .year::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.052vw;
  height: 28.489vw;
  background: linear-gradient(0deg, #2c241e 0%, rgba(44, 36, 30, 0) 100%);
  transform: translate(-50%, -100%);
}

.jd3 .slide_bottom .lines {
  width: 44.479vw;
}

.jd3 .slide_bottom .lines img {
  display: block;
  width: 100%;
  transform: scaleY(-1);
}

.jd3 .slide_bottom .jt {
  position: absolute;
  left: 1.77vw;
  bottom: -0.312vw;
  width: 0;
  height: 0;
  border-left: 0.312vw solid transparent;
  border-right: 0.312vw solid transparent;
  border-bottom: 0.416vw solid #000;
  opacity: 0;
  transition: opacity 0.6s;
}

.jd3 .swiper-slide-active .slide_bottom .year {
  color: #000;
}

.jd3 .swiper-slide-active .slide_bottom .jt {
  opacity: 1;
}

.jd4 {
  position: relative;
  z-index: 2;
  background: #f9f7ef;
  padding: 0 0 3.333vw;
}

.jd4 .list {
  width: 77.916vw;
  margin: 0 auto;
  gap: 1.666vw;
}

.jd4 .item {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.jd4 .item .bg {
  position: absolute;
  inset: 0;
}

.jd4 .item .mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s;
}

.jd4 .item:hover .mask {
  background: rgba(0, 0, 0, 0.5);
}

.jd4 .item .name {
  position: absolute;
  left: 0;
  right: 0;
  top: 6.77vw;
  z-index: 2;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(1.041vw);
  transition: all 0.5s;
}

.jd4 .item:hover .name {
  opacity: 1;
  transform: translateY(0);
}

.foot1 {
  background: #f8f6ee;
  padding: 5.333vw 3.437vw 3.333vw;
}

.foot1 .foot-nav {
  gap: 1.25vw;
  color: #000;
  padding: 0 3.437vw;
}

.foot1 .foot-nav a {
  line-height: 1.5;
  position: relative;
}

.foot1 .foot-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.104vw;
  width: 0;
  height: 0.052vw;
  background: #000;
  transition: width 0.4s;
}

.foot1 .foot-nav a:hover::after {
  width: 100%;
}

.foot1 .foot-nav .foot-about {
  position: relative;
}

.foot1 .foot-nav .about-drop {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.625vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.52vw;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.729vw);
  transition: all 0.4s;
}

.foot1 .foot-nav .about-drop::after{
  content: '';
  display: block;
  height: 1vw;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}

.foot1 .foot-nav .foot-about:hover .about-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.foot1 .foot-nav .about-drop a {
  line-height: 1.5;
}

.foot1 .foot-nav .about-drop a::after {
  bottom: -0.156vw;
}

.foot1 .foot-bar {
  margin-top: 1.25vw;
  padding: 0.833vw 3.437vw;
  border-top: 0.052vw solid #c4b698;
  border-bottom: 0.052vw solid #c4b698;
  color: #000;
}

.foot1 .copy {
  gap: 1.145vw;
}

.foot1 .copy a {
  text-decoration: underline;
}

.foot1 .copy .by {
  opacity: 0.5;
}

.foot1 .foot-links {
  gap: 2.187vw;
}

.foot1 .foot-links a:hover {
  opacity: 0.6;
}

.story2 {
  position: relative;
  background: #f9f7ef;
  overflow: hidden;
}

.story2 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.story2 .C-wrap {
  position: relative;
  z-index: 2;
}

.story2 .zuo {
  width: 44.843vw;
  height: 43.75vw;
}

.story2 .you {
  width: 35.416vw;
}

.story2 .k1 {
  line-height: 1.5;
}

.story2 .intr {
  margin-top: 3.125vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.story2 .intr .p2 {
  margin-top: 1.406vw;
}

.story3 {
  position: relative;
  height: 41.458vw;
  overflow: hidden;
}

.story3 .bg {
  position: absolute;
  inset: 0;
  height: 120%;
  top: -10%;
  transform: scale(1.1);
  will-change: transform;
}

.story3 .box {
  position: relative;
  z-index: 2;
  width: 75vw;
  height: 29.166vw;
  background: rgba(198, 185, 166, 0.6);
  color: #fff;
}

.story3 .k1 {
  line-height: 1.5;
}

.story3 .list {
  width: 56.979vw;
  margin: 3.125vw auto 0;
}

.story3 .col {
  gap: 1.25vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.story3 .col1 {
  width: 22.916vw;
}

.story3 .col2 {
  width: 23.958vw;
}

.story4 {
  position: relative;
  background: #f9f7ef;
  padding: 4.687vw 0 5.677vw;
  overflow: hidden;
}

.story4 .s4-grid {
  display: grid;
  grid-template-columns: 21.25vw 22.916vw 37.5vw;
  gap: 0.833vw;
}

.story4 .col {
  gap: 0.833vw;
  height: 35.416vw;
}

.story4 .item {
  width: 100%;
  overflow: hidden;
}

.story4 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 1s;
}

.story4 .col1 .item:nth-child(1) {
  height: 14.583vw;
}

.story4 .col1 .item:nth-child(2) {
  height: 20vw;
}

.story4 .col2 .item:nth-child(1) {
  height: 23.437vw;
}

.story4 .col2 .item:nth-child(2) {
  height: 11.145vw;
}

.story4 .col3 .item {
  height: 17.291vw;
}

.story4 .item:hover img {
  transform: scale(1.1);
}

.story4 .story4-progress {
  position: relative;
  width: 46.666vw;
  height: 0.052vw;
  margin: 2.083vw auto 0;
  background: rgba(0, 0, 0, 0.15);
}

.story4 .story4-progress .swiper-pagination-progressbar-fill {
  background: #4a3f35;
}

.kf2 {
  position: relative;
  background: #f9f7ef;
  padding: 8.02vw 0 9.27vw;
  overflow: hidden;
}

.kf2 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.kf2 .C-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

.kf2 .k1 {
  line-height: 1.5;
}

.kf2 .intr {
  max-width: 52.604vw;
  margin: 2.083vw auto 0;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.kf2 .C-btn1 {
  margin-top: 2.083vw;
}

.kf3 {
  position: relative;
  background: #f9f7ef;
  padding: 6.25vw 0;
  overflow: hidden;
}

.kf3 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.kf3 .tex::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(249, 247, 239, 0) 80%, #f9f7ef 100%);
}

.kf3 .main {
  position: relative;
  z-index: 2;
  width: 80.781vw;
  margin: 0 auto;
}

.kf3 .zuo {
  width: 34.791vw;
  height: 57.552vw;
  position: relative;
}

.kf3 .zuo img+img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.kf3 .zuo img {
  opacity: 0;
  transition: all ease .6s;
}

.kf3 .zuo img.on {
  opacity: 1;
}

.kf3 .list {
  width: 39.739vw;
}

.kf3 .item {
  position: relative;
  display: block;
  padding: 1.666vw 0 1.614vw;
  border-bottom: 0.052vw solid #000;
  color: #000;
  margin-bottom: 1.666vw;
}

.kf3 .name {
  display: flex;
  align-items: baseline;
  gap: 1.041vw;
  line-height: 1;
}

.kf3 .name .cn {
  letter-spacing: 0.187vw;
}

.kf3 .name .dot {
  font-weight: 300;
  line-height: 1;
}

.kf3 .name .en {
  line-height: 1;
}

.kf3 .item .p {
  margin-top: 2.083vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.kf3 .item .i1 {
  position: absolute;
  right: -1.041vw;
  top: 1.614vw;
  z-index: 2;
  width: 10.416vw;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.kf3 .item.on .i1 {
  opacity: 1;
}

.kf4 {
  position: relative;
  background: #f9f7ef;
  padding: 4.687vw 0 2.604vw;
  overflow: hidden;
}

.kf4 .s4-grid {
  gap: 0.833vw;
}

.kf4 .row {
  display: grid;
  gap: 0.833vw;
}

.kf4 .item {
  width: 100%;
  overflow: hidden;
}

.kf4 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 1s;
}

.kf4 .row1 {
  grid-template-columns: 32.812vw 49.791vw;
  height: 30.416vw;
}

.kf4 .row1 .item:nth-child(2) {
  grid-row: span 2;
}

.kf4 .row2 {
  margin-top: 0.833vw;
  grid-template-columns: repeat(3, 1fr);
  height: 15.625vw;
}

/* 

.kf4 .col1 .item:nth-child(2) {
  height: 20vw;
} */

.kf4 .item:hover img {
  transform: scale(1.1);
}

.kf4 .kf4-progress {
  position: relative;
  width: 46.666vw;
  height: 0.052vw;
  margin: 2.083vw auto 0;
  background: rgba(0, 0, 0, 0.15);
}

.kf4 .kf4-progress .swiper-pagination-progressbar-fill {
  background: #4a3f35;
}

.kf5 {
  position: relative;
  background: #f9f7ef;
  padding: 6.145vw 0;
}

.kf5 .C-wrap {
  width: 59.218vw;
}

.kf5 .k2 {
  width: 35.208vw;
  margin: 0 auto;
}

.kf5 .box {
  margin-top: 3.125vw;
}

.kf5 .zuo {
  width: 23.437vw;
}

.kf5 .t1 {
  line-height: 1.5;
}

.kf5 .intr {
  margin-top: 2.083vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.kf5 .intr p+p {
  margin-top: 0.833vw;
}

.kf5 .C-btn1 {
  margin-top: 2.083vw;
}

.kf5 .you {
  width: 25.781vw;
  height: 13.229vw;
}

.kf7 {
  position: relative;
  background: #f9f7ef;
  padding: 6.25vw 0 6.197vw;
  overflow: hidden;
}

.kf7 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.kf7 .tex::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(249, 247, 239, 0) 80%, #f9f7ef 100%);
}

.kf7 .C-wrap {
  position: relative;
  z-index: 2;
  height: 43.802vw;
}

.kf7 .zuo {
  width: 42.76vw;
  padding-bottom: 4.427vw;
}

.kf7 .k1 {
  line-height: 1.5;
}

.kf7 .intr {
  margin-top: 3.125vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.kf7 .C-btn1 {
  margin-top: 3.125vw;
}

.kf7 .you {
  width: 34.375vw;
}

.kf7 .kf7_swiper {
  width: 34.375vw;
  height: 41.666vw;
}

.kf7 .kf7_swiper .bg {
  position: absolute;
  inset: 0;
}

.kf7 .ctrl {
  align-items: flex-end;
  gap: 0.729vw;
  margin-top: 0.729vw;
}

.kf7 .ctrl .icon {
  width: 1.25vw;
  cursor: pointer;
  transition: opacity 0.4s;
}

.kf7 .ctrl .icon:hover {
  opacity: 0.5;
}

.kf7 .ctrl .page {
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.kf8 {
  position: relative;
  background: #f9f7ef;
  height: 33.802vw;
}

.kf8 .zuo {
  width: 67.76vw;
  height: 33.802vw;
}

.kf8 .you {
  width: 16.406vw;
  margin-right: 9.583vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.kf8 .you p+p {
  margin-top: 0.729vw;
}

.kf9 {
  position: relative;
  background: #f9f7ef;
  padding: 6.25vw 0;
  overflow: hidden;
}

.kf9 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.kf9 .C-wrap {
  position: relative;
  z-index: 2;
}

.kf9 .k1 {
  line-height: 1.5;
}

.kf9 .list {
  width: 60.416vw;
  margin: 3.125vw auto 0;
  align-items: flex-start;
}

.kf9 .item {
  width: 11.041vw;
}

.kf9 .quan {
  width: 9.375vw;
  height: 9.375vw;
  margin: 0 auto;
  border-radius: 50%;
  background: #a69061;
}

.kf9 .quan img {
  width: auto;
  max-width: 100%;
  max-height: 5.729vw;
}

.kf9 .t {
  margin-top: 1.562vw;
  line-height: 1.5;
}

.kf9 .t p+p {
  margin-top: 0.416vw;
}

.kf9 .line {
  width: 0.052vw;
  height: 15.572vw;
  background: rgba(0, 0, 0, 0.15);
}

.kf10 {
  position: relative;
  background: #f9f7ef;
  overflow: hidden;
}

.kf10 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.kf10 .list {
  position: relative;
  z-index: 2;
  width: 83.333vw;
  padding: 10.416vw 0;
  margin: 0 auto;
  align-items: flex-end;
}

.kf10 .item {
  position: relative;
  width: 26.354vw;
  height: 35.416vw;
  overflow: hidden;
}

.kf10 .item:nth-child(2) {
  height: 28.125vw;
}

.kf10 .item .bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.kf10 .item .bg img {
  transition: transform 1s;
}

.kf10 .item:hover .bg img {
  transform: scale(1.05);
}

.kf10 .item .en {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-0.1em, -62%);
  width: max-content;
  line-height: 1;
  color: #e9decd;
  opacity: 0.6;
  pointer-events: none;
}

.kf10 .item:nth-child(1) .en {
  font-size: 11.041vw;
}

.kf10 .item:nth-child(2) .en {
  font-size: 8.541vw;
}

.kf10 .item:nth-child(3) .en {
  font-size: 9.27vw;
}

.kf10 .item .intr {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.kf10 .item .t1 {
  transform: translateY(1.041vw);
  transition: all 0.5s;
}

.kf10 .item .t2 {
  margin-top: 0.52vw;
  opacity: 0;
  transform: translateY(1.041vw);
  transition: all 0.5s;
}

.kf10 .item:hover .t1 {
  transform: translateY(0);
}

.kf10 .item:hover .t2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.2s;
}

.kf7 .k1 .en {
  font-size: 3.125vw;
  line-height: 1;
  margin-bottom: 0.416vw;
}

.ctn3 {
  position: relative;
  background: #f9f7ef;
  overflow: hidden;
}

.ctn3 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ctn3 .tex::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(249, 247, 239, 0) 95%, #f9f7ef 100%);
}

.ctn3 .list {
  position: relative;
  z-index: 2;
  width: 83.333vw;
  margin: 0 auto;
}

.ctn3 .item {
  position: relative;
  gap: 4.166vw;
  padding: 3.333vw 0;
}

.ctn3 .item .bg {
  width: 46.875vw;
  height: 31.25vw;
  flex-shrink: 0;
}

.ctn3 .intr {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.ctn3 .tt {
  line-height: 1.5;
}

.ctn3 .intr .p {
  margin-top: 2.083vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.ctn3 .intr .C-btn1 {
  margin-top: 3.125vw;
}

.ctn3 .item .i1 {
  position: absolute;
  right: -5.208vw;
  bottom: 0;
  z-index: 1;
  width: 17.083vw;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.ctn3 .item:hover .i1 {
  opacity: 1;
}

.ctn7 {
  background: #f9f7ef;
  padding: 5.781vw 0;
}

.ctn7 .sec1 .zuo {
  width: 48.437vw;
  gap: 2.083vw;
}

.ctn7 .sec1 .zuo .bg {
  width: 23.177vw;
  height: 34.583vw;
  flex-shrink: 0;
}

.ctn7 .sec1 .list {
  width: 30.729vw;
}

.ctn7 .sec1 .item .t {
  line-height: 1.5;
}

.ctn7 .sec1 .item .p {
  margin-top: 0.937vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.ctn7 .sec1 .item+.item {
  margin-top: 2.083vw;
}

.ctn7 .sec2 {
  margin-top: 2.083vw;
}

.ctn7 .sec2 .zuo {
  width: 48.437vw;
  height: 21.093vw;
}

.ctn7 .sec2 .you {
  width: 34.895vw;
}

.ctn7 .sec2 .box {
  width: 30.208vw;
  margin-left: 4.687vw;
  padding: 2.083vw 0;
  border-top: 0.052vw solid #c4b698;
  border-bottom: 0.052vw solid #c4b698;
  gap: 1.25vw;
  text-align: center;
  align-items: center;
}

.ctn7 .sec2 .intr {
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.ctn7 .sec2 .intr p+p {
  margin-top: 0.416vw;
}

.ctn8 {
  position: relative;
  background: #f9f7ef;
  overflow: hidden;
}

.ctn8 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ctn8 .tex::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #f9f7ef 0%, rgba(249, 247, 239, 0) 20%);
}

.ctn8 .list {
  position: relative;
  z-index: 2;
  width: 83.333vw;
  margin: 0 auto;
}

.ctn8 .item {
  gap: 4.166vw;
  padding: 3.333vw 0;
}

.ctn8 .item .bg {
  width: 46.875vw;
  height: 31.25vw;
  flex-shrink: 0;
}

.ctn8 .item .zuo:not(.bg),
.ctn8 .item .you:not(.bg) {
  width: 32.291vw;
  flex-shrink: 0;
}

.ctn8 .item .t {
  line-height: 1.5;
}

.ctn8 .item .p {
  margin-top: 2.083vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.ctn9 {
  position: relative;
  background: #f9f7ef;
  height: 56.25vw;
  overflow: hidden;
}

.ctn9 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ctn9 .C-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}

.ctn9 .zuo {
  width: 25vw;
}

.ctn9 .k1 {
  line-height: 1.5;
}

.ctn9 .intr {
  margin-top: 2.083vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.ctn9 .C-btn1 {
  margin-top: 2.083vw;
}

.ctn9 .list {
  width: 54.166vw;
  flex-shrink: 0;
}

.ctn9 .item .txt {
  position: relative;
  width: 27.083vw;
  height: 12.5vw;
  flex-shrink: 0;
  color: #000;
  text-align: center;
}

.ctn9 .item .bg {
  width: 27.083vw;
  height: 12.5vw;
  flex-shrink: 0;
}

.ctn9 .item .en {
  line-height: 1.5;
}

.ctn9 .item .cn {
  margin-top: 0.52vw;
  line-height: 1.5;
}

.ctn9 .item .desc {
  width: 22.916vw;
  margin: 0.52vw auto 0;
  letter-spacing: 0.093vw;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(0.52vw);
  transition: all 0.4s;
}

.ctn9 .item:hover .desc {
  opacity: 1;
  transform: translateY(0);
}

.ctn9 .corner {
  position: absolute;
  width: 5.26vw;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.ctn9 .corner img {
  width: 100%;
}

.ctn9 .corner.tl {
  left: 0.208vw;
  top: 0.208vw;
}

.ctn9 .corner.br {
  right: 0.208vw;
  bottom: 0.208vw;
  transform: rotate(180deg);
}

.ctn9 .item:hover .corner {
  opacity: 0.6;
}

.bqt2 {
  overflow: visible;
}

.bqt2 .tex {
  height: 64.843vw;
}

.bqt3 {
  position: relative;
  padding: 7.291vw 0 5.208vw;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.bqt3_swiper {
  width: 86.979vw;
  height: 43.75vw;
}

.bqt3_swiper .swiper-slide {
  width: 25.52vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: width 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.bqt3_swiper .swiper-slide .bg {
  height: 16.666vw;
  flex: none;
  transition: height 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.bqt3_swiper .swiper-slide-active {
  width: 31.25vw;
}

.bqt3_swiper .swiper-slide-active .bg {
  height: 33.333vw;
}

.bqt3_swiper .intr {
  margin-top: 1.041vw;
}

.bqt3_swiper .p {
  margin-top: 0.52vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.bqt4 {
  position: relative;
  background: #f9f7ef;
  padding: 6.25vw 0 7.343vw;
  overflow: hidden;
}

.bqt4 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bqt4 .head {
  position: relative;
  z-index: 2;
  gap: 1.25vw;

}

.bqt4 .head .p {
  width: 37.656vw;
  letter-spacing: 0.083vw;
  line-height: 1.5;
}

.bqt4 .main {
  position: relative;
  z-index: 2;
  margin-top: 2.291vw;
  cursor: grab;
  user-select: none;
}

.bqt4 .main.grabbing {
  cursor: grabbing;
}

.bqt4 .track {
  flex-wrap: nowrap;
  gap: 1.666vw;
  width: max-content;
  will-change: transform;
}

.bqt4 .item {
  position: relative;
  flex: none;
  width: 17.552vw;
  height: 26.354vw;
  overflow: hidden;
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.bqt4 .item .bg {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.bqt4 .item .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  opacity: 0;
  transition: opacity 1s;
}

.bqt4 .item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0.104vw);
  transition: opacity 1s;
}

.bqt4 .item .intr {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #faf9f6;
  line-height: 1.5;
  transition: all 1s;
}

.bqt4 .item .desc {
  display: none;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  letter-spacing: 0.093vw;
  transition: all 1s;
}

.bqt4 .item:hover {
  width: 38.333vw;
}

.bqt4 .item:hover::after {
  opacity: 0;
}

.bqt4 .item:hover .bg::after {
  opacity: 1;
}

.bqt4 .item:hover .intr {
  align-items: flex-start;
  justify-content: flex-end;
  padding: 3.125vw;
}


.bqt4 .item:hover .name {
  opacity: 0;
  animation: fadeInUp 1s 0.5s forwards;
}

.bqt4 .item:hover .desc {
  display: block;
  animation: fadeInUp 1s 1s forwards;
  margin-top: 0.416vw;
}

.bqt4 .bar {
  position: relative;
  width: 46.666vw;
  height: 0.052vw;
  margin: 2.916vw auto 0;
  background: #C6B9A6;
}

.bqt4 .bar-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.666vw;
  height: 100%;
  background: #433E37;
}

.bqt5 {
  position: relative;
  height: 56.25vw;
  overflow: hidden;
}

.bqt5>.bg {
  position: absolute;
  inset: 0;
}

.bqt5 .box {
  position: absolute;
  right: 7.083vw;
  bottom: 6.822vw;
  z-index: 2;
  width: 39.062vw;
  padding: 3.645vw 5.572vw 3.125vw;
  background: rgba(198, 185, 166, 0.8);
}

.bqt5 .box .t {
  color: #fff;
  line-height: 1.5;
}

.bqt5 .box .p {
  margin-top: 1.25vw;
  color: #fff;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.bqt5 .C-btn1 {
  margin-top: 1.25vw;
}

.bqt7 .zuo {
  width: 44.843vw;
  padding-bottom: 0;
}

.bqt8 {
  height: 56.25vw;
}

.bqt9 .quan img {
  max-height: 7.291vw;
}

.bqt9 .t {
  letter-spacing: 0.093vw;
}

.bqt9 .item {
  width: 11.354vw;
}

.spa3 {
  position: relative;
  background: #f9f7ef;
  padding: 3.333vw 0;
  overflow: hidden;
}

.spa3 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.spa3 .sec1 {
  position: relative;
  z-index: 2;
}

.spa3 .sec1 .zuo {
  width: 59.583vw;
  height: 30.989vw;
}

.spa3 .sec1 .intr {
  width: 27.968vw;
  margin-right: 8.281vw;
}

.spa3 .sec1 .t {
  line-height: 1.5;
}

.spa3 .sec1 .time {
  margin-top: 1.614vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.spa3 .sec1 .p {
  margin-top: 1.614vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.spa3 .sec1 .C-btn1 {
  margin-top: 3.281vw;
}

.spa3 .sec2 {
  position: relative;
  z-index: 2;
  margin-top: 6.666vw;
}

.spa3 .sec2 .item {
  width: 39.583vw;
}

.spa3 .sec2 .box {
  height: 39.583vw;
}

.spa3 .sec2 .intr {
  margin-top: 2.083vw;
}

.spa3 .sec2 .t {
  line-height: 1.5;
}

.spa3 .sec2 .time {
  margin-top: 1.041vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.spa3 .sec2 .C-btn1 {
  align-self: flex-end;
}

.spa4 .quan img {
  max-height: 7.291vw;
}

.spa4 .t {
  letter-spacing: 0.093vw;
}

.spa5 .you {
  height: 15.416vw;
}

.home1 {
  position: relative;
  height: 100vh;
  min-height: 37.5vw;
  background: #7c7c7c;
  overflow: hidden;
}

.home1>.bg {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}

.home1 .ban-txt {
  position: absolute;
  left: 50%;
  bottom: 11.718vw;
  z-index: 2;
  width: 83.333vw;
  margin-left: -41.666vw;
}

.home1 .k1 {
  color: #F9F7EF;
  line-height: 1.5;
}

.home1 .more {
  position: absolute;
  left: 50%;
  bottom: 0.989vw;
  z-index: 2;
  flex-direction: column;
  gap: 0.364vw;
  transform: translateX(-50%);
  color: #fff;
  line-height: 1.5;
  cursor: pointer;
}

.home1 .more .line {
  width: 0.052vw;
  height: 3.385vw;
  animation: home1Line 2.6s ease-in-out infinite;
}
.home1 .more .line svg{
  width: 100%;
  height: 100%;
}

@keyframes home1Line {

  0%,
  100% {
    transform: translateY(-10%);
    opacity: 0.35;
  }

  50% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.home2 {
  position: relative;
  height: 44.791vw;
  min-height: 100vh;
  background: #F9F7EF;
  overflow: hidden;
}

.home2 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home2 .intr {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 66.979vw;
  margin: -8.229vw 0 0 -33.489vw;
  text-align: center;
}

.home2 .t1 {
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.home2 .C-btn1 {
  margin-top: 2.083vw;
}

.home2 .t2 {
  margin-top: 2.083vw;
  letter-spacing: 0.145vw;
  line-height: 1.5;
}

.home2 .fly {
  position: absolute;
  z-index: 3;
  will-change: transform;
  pointer-events: none;
}

.home2 .fly img {
  animation: home2Fly 6s ease-in-out infinite;
}

.home2 .fly1 {
  left: 2.812vw;
  top: 50%;
  width: 16.979vw;
  margin-top: -0.52vw;
}

.home2 .fly2 {
  right: 1.041vw;
  top: 50%;
  width: 28.125vw;
  margin-top: -21.822vw;
}

.home2 .fly2 img {
  animation-duration: 7.4s;
  animation-delay: -2.4s;
}

@keyframes home2Fly {

  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -1.25vw, 0) rotate(-2.5deg);
  }
}

.home3 {
  position: relative;
  height: 56.25vw;
  background: #F9F7EF;
  overflow: hidden;
}

.home3 .tex {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  mix-blend-mode: luminosity;
  pointer-events: none;
}

.home3 .C-wrap {
  position: relative;
  z-index: 2;
}

.home3 .zuo {
  width: 40.364vw;
  padding-top: 21.093vw;
}

.home3 .zuo .k1 {
  line-height: 1.5;
}

.home3 .zuo .p {
  margin-top: 1.25vw;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.home3 .zuo .t {
  margin-top: 1.25vw;
  letter-spacing: 0.145vw;
  line-height: 1.5;
}

.home3 .you {
  width: 39.843vw;
  height: 43.75vw;
  overflow: hidden;
}

.home3 .you img {
  height: 116%;
  will-change: transform;
}

.home4 {
  position: relative;
  height: 100vh;
  min-height: 37.5vw;
  background: #000;
  overflow: hidden;
}

.home4 .list {
  position: absolute;
  inset: 0;
}

.home4 .item {
  position: absolute;
  inset: 0;
  transform: translateX(100%);
  transition: transform 1.1s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

.home4 .item.show {
  transform: translateX(0);
}

.home4 .item:nth-child(1) {
  z-index: 1;
}

.home4 .item:nth-child(2) {
  z-index: 2;
}

.home4 .item:nth-child(3) {
  z-index: 3;
}

.home4 .item:nth-child(4) {
  z-index: 4;
}

.home4 .item>.bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.home4 .item>.bg img {
  transform: scale(1.12);
  transition: transform 2s ease;
}

.home4 .item.on>.bg img {
  transform: scale(1);
}

.home4 .item>.bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%), rgba(0, 0, 0, 0.1);
}

.home4 .item .C-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  height: 100%;
  margin-left: -41.666vw;
}

.home4 .tt {
  position: absolute;
  left: 38.125vw;
  top: 12.5vw;
  gap: 1.875vw;
  color: #fff;
}

.home4 .tt .cn {
  letter-spacing: 0.312vw;
  line-height: 1.5;
}

.home4 .tt .dot {
  font-size: 5vw;
  letter-spacing: 0.5vw;
  line-height: 1.5;
}

.home4 .tt .en {
  font-size: 6.25vw;
  line-height: 1.5;
}

.home4 .down {
  position: absolute;
  left: 0;
  bottom: 6.458vw;
  width: 35.416vw;
}

.home4 .down .p {
  color: #fff;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.home4 .down .btns {
  gap: 0.833vw;
  margin-top: 1.25vw;
}

.home4 .tt,
.home4 .down .p,
.home4 .down .btns {
  opacity: 0;
  transform: translateY(2.083vw);
  transition: opacity 1s ease, transform 1s ease;
}

.home4 .item.on .tt,
.home4 .item.on .down .p,
.home4 .item.on .down .btns {
  opacity: 1;
  transform: translateY(0);
}

.home4 .item.on .tt {
  transition-delay: 0.6s;
}

.home4 .item.on .down .p {
  transition-delay: 0.8s;
}

.home4 .item.on .down .btns {
  transition-delay: 1s;
}

.home5 {
  position: relative;
  height: 50.104vw;
  background: #F9F7EF;
  overflow: hidden;
}

.home5 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home5 .main {
  position: relative;
  z-index: 2;
  padding: 6.25vw 0 0 8.3333vw;
}

.home5 .k1 {
  line-height: 1.5;
}

.home5 .box {
  position: relative;
  margin-top: 2.083vw;
}

.home5 .swiper {
  height: 33.333vw;
  user-select: none;
}

.home5 .swiper-slide {
  width: 16.6667vw;
  height: 25vw;
  margin-top: auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: .4s ease;
}

.home5 .swiper-slide-active {
  height: 33.333vw;
  transition: 0.7s .4s ease;
}

.home5 .swiper-slide .bg {
  overflow: hidden;
}

.home5 .swiper-slide .bg img {
  transition: transform 1.2s ease;
}

.home5 .swiper-slide:hover .bg img {
  transform: scale(1.05);
}
.home5 .swiper-slide .intr{
  position:absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.30);
  color: #FFF;
  letter-spacing: 1.8px;
  text-align: center;
  opacity: 0;
  transition: all ease 1s;
}
.home5 .swiper-slide:hover .intr{
  opacity: 1;
}
.home5 .swiper-slide-active .intr{
  opacity: 1;
}

.home5 .texts {
  position: absolute;
  left: 18.54vw;
  top: 0;
  z-index: 3;
  width: 31.25vw;
  height: 6.041vw;
}

.home5 .swiper-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.729vw);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}

.home5 .swiper-text.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.home5 .swiper-text .t {
  color: #272727;
  line-height: 1;
}

.home5 .swiper-text .p {
  margin-top: 1.041vw;
  letter-spacing: 0.083vw;
  line-height: 1.5;
}

.home6 {
  position: relative;
  height: 56.25vw;
  background: #C6B9A6;
  overflow: hidden;
}

.home6 .you {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  overflow: hidden;
}

.home6 .you img {
  height: 120%;
  margin-top: -10%;
  will-change: transform;
}

.home6 .intr {
  position: absolute;
  left: 10.937vw;
  top: 8.593vw;
  z-index: 2;
  width: 26.093vw;
}

.home6 .tag {
  display: inline-block;
  padding: 0.208vw 0.833vw;
  background: #F3EEE7;
  letter-spacing: 0.083vw;
  line-height: 1.5;
}

.home6 .intr .p {
  margin-top: 1.25vw;
  color: #fff;
  letter-spacing: 0.093vw;
  line-height: 1.5;
}

.home6 .intr .bg {
  width: 16.666vw;
  height: 25.52vw;
  margin: 2.083vw 0 0 4.166vw;
}

.home6 .C-btn1 {
  margin: 2.083vw 0 0 8.593vw;
}

.home7 {
  position: relative;
  height: 42.968vw;
  padding-top: 6.25vw;
  background: #F9F7EF;
  overflow: hidden;
}

.home7 .tex {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home7 .loopLogos-warpper {
  position: relative;
  z-index: 2;
  flex-wrap: nowrap;
}

.home7 .item {
  flex-shrink: 0;
  width: 27.916vw;
  height: 30.468vw;
  margin-right: 2.083vw;
}

.home8 {
  position: relative;
  height: 51.041vw;
  background: #F9F7EF;
  overflow: hidden;
}

.home8 .map {
  position: absolute;
  left: 50%;
  top: 4.27vw;
  z-index: 2;
  width: 100vw;
  height: 46.77vw;
  margin-left: -50vw;
}

.home8 .map-pic {
  position: absolute;
  inset: 0;
}

.home8 .dots {
  position: absolute;
  inset: 0;
}

.home8 .dots .item {
  position: absolute;
  cursor: pointer;
  transition: transform 0.4s ease, background 0.4s ease;
}

.home8 .item-b {
  left: 67.29%;
  top: 18.49%;
  width: 5.572vw;
  height: 5.572vw;
}

.home8 .item-b .i1 {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.home8 .item-b .i2 {
  position: absolute;
  left: 50%;
  top: 41.5%;
  width: 3.229vw;
  transform: translate(-50%, -50%);
}

.home8 .item-b.on {
  transform: translateY(-0.312vw);
}

.home8 .item-s,
.home8 .item-m {
  border-radius: 50%;
  background: #9F8663;
}

.home8 .item-s {
  width: 1.875vw;
  height: 1.875vw;
  border: 0.052vw solid #F9F7EF;
}

.home8 .item-m {
  width: 2.083vw;
  height: 2.083vw;
}

.home8 .item-s img {
  width: 0.833vw;
}

.home8 .item-m img {
  width: 0.937vw;
}

.home8 .item-s.on,
.home8 .item-m.on {
  background: #594A33;
  transform: scale(1.18);
}

.home8 .C-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  height: 100%;
  margin-left: -41.666vw;
}

.home8 .contact {
  position: absolute;
  left: 8.333vw;
  top: 14.062vw;
  width: 17.239vw;
  z-index: 5;
}

.home8 .contact .k1 {
  color: #594A33;
  line-height: 1.5;
}

.home8 .contact .c-list {
  margin-top: 2.083vw;
}

.home8 .contact .c-list p {
  line-height: 1.5;
}

.home8 .contact .c-list p+p {
  margin-top: 0.833vw;
}

.home8 .contact .C-btn1 {
  margin-top: 2.083vw;
}

.home8 .cards {
  position: absolute;
  left: 30.104vw;
  top: 26.406vw;
  width: 31.25vw;
  height: 15.625vw;
  z-index: 5;
}

.home8 .card {
  position: absolute;
  inset: 0;
  background: #C6B9A6;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.home8 .card.on {
  opacity: 1;
  visibility: visible;
}

.home8 .card .bg {
  position: absolute;
  left: 0.833vw;
  top: 0.833vw;
  width: 18.75vw;
  height: 13.958vw;
}

.home8 .card .info {
  position: absolute;
  left: 20.416vw;
  top: 3.02vw;
  width: 10vw;
}

.home8 .card .t {
  letter-spacing: 0.125vw;
  line-height: 1.5;
}

.home8 .card .p {
  margin-top: 0.729vw;
  letter-spacing: 0.072vw;
  line-height: 1.5;
}

.home8 .card .dis {
  margin-top: 0.729vw;
  letter-spacing: 0.083vw;
  line-height: 1.5;
}

.home8 .card .dis p+p {
  margin-top: 0.416vw;
}

.legal1 {
  padding: 10.417vw 0 5.208vw;
  background: var(--color);
  text-align: center;
}

.legal1 .k1 {
  letter-spacing: 0.26vw;
  color: #fff;
}

.legal2 {
  background: #fff;
}

.legal2 .C-wrap {
  max-width: 62.5vw;
}

.privacy-section + .privacy-section {
  margin-top: 3.125vw;
}

.privacy-section__title {
  padding-left: 1.042vw;
  border-left: 0.208vw solid var(--color);
  margin-bottom: 1.25vw;
  color: #1a1a1a;
}

.privacy-section__text {
  opacity: 0.7;
  line-height: 1.8;
  color: #333;
}

.privacy-section__text + .privacy-section__text {
  margin-top: 1.042vw;
}
