*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "Arial";
}
/* 箭头上下浮动动画 */
@keyframes arrowFloat {
  0%,
  100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-7px);
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #997c68;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
input,
select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
body {
  position: relative;
  width: 100%;
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}
ul {
  list-style: none;
}
.ovfl {
  overflow: hidden;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #000000;
}
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-88 {
  width: 88%;
  margin: 0 auto;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clear {
  clear: both;
}
.img-res {
  width: 100%;
  height: auto;
}
.elp {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.abs {
  position: absolute;
}
.swiper-button-prev,
.swiper-button-next {
  outline: none;
  transition: all 0.2s ease;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.viewMore {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 70px;
  border: 1px solid #997c68;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: pointer;
  text-decoration: none;
}
.viewMore::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.viewMore::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #997c68;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 0;
}
.viewMore span {
  color: #997c68;
  font-size: 15px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}
.viewMore .arr {
  position: relative;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.viewMore:hover {
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(153, 124, 104, 0.3);
}
.viewMore:hover::before {
  left: 100%;
}
.viewMore:hover::after {
  width: 300px;
  height: 300px;
}
.viewMore:hover span {
  color: #fff;
}
.viewMore:hover .arr {
  transform: translateX(10px);
  filter: brightness(0) invert(1);
}
.viewMore:active {
  transform: translateY(-1px);
}
.viewMore.white {
  border: 1px solid #f2ebda;
}
.viewMore.white span {
  color: #f2ebda;
}
.viewMore.white::after {
  background: #f2ebda;
}
.viewMore.white:hover {
  box-shadow: 0 10px 30px rgba(242, 235, 218, 0.3);
}
.viewMore.white:hover span {
  color: #997c68;
}
.viewMore.white:hover .arr {
  filter: brightness(0);
}
@font-face {
  font-family: 'feli';
  src: url('../fonts/FELIXTI.TTF');
  font-display: swap;
}
@font-face {
  font-family: 'akhand';
  src: url('../fonts/AKHAND\ BLACK.WOFF.TTF');
  font-display: swap;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}
#navBar.active {
  height: 100%;
}
.no-scroll {
  overflow: hidden;
}
.w-85 {
  width: 100%;
}
#header {
  height: 120px;
  padding: 0 65px 0 80px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.6));
}
#header--scrolled {
  height: 40px;
}
#header .logo {
  width: 110px;
}
#header .rt-box {
  display: flex;
  align-items: center;
}
#header .tel {
  width: 170px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 42px;
}
#header .tel p {
  font-size: 18px;
  font-family: 'feli';
  color: #f2ebda;
  margin-left: 10px;
}
#header .video {
  width: 42px;
  height: 42px;
  position: relative;
  margin: 0 20px;
  cursor: pointer;
}
#header .video img {
  transition: all 0.2s ease;
  width: 100%;
}
#header .video .v2 {
  opacity: 0;
}
#header .video:hover .v1 {
  opacity: 0;
}
#header .video:hover .v2 {
  opacity: 1;
}
#header .rt-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#header .rt-btn .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* bottom留1px给边框 */
  background: #cbb6a8;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
#header .rt-btn .bread_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#header .rt-btn .bread_btn span {
  width: 35px;
  height: 3px;
  background: #f2ebda;
  border-radius: 4px;
  margin: 3px 0;
}
#header .rt-btn p {
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  color: #f2ebda;
  margin-left: 14px;
}
#header .rt-btn:hover .bg {
  height: 0%;
}
#navBar {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #1e252e;
  z-index: 99999;
  transition: all 0.4s ease;
  overflow: hidden;
}
#navBar .top {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#navBar .top .logo {
  width: 110px;
}
#navBar .top .bread_btn {
  position: absolute;
  right: 80px;
  top: 28px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: all 0.4s ease;
}
#navBar .top .bread_btn span {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #f2ebda;
  border-radius: 4px;
  top: 50%;
  left: 0;
  margin-top: -2.5px;
}
#navBar .top .bread_btn span:nth-child(1) {
  transform: rotate(45deg);
}
#navBar .top .bread_btn span:nth-child(2) {
  transform: rotate(-45deg);
}
#navBar .top .bread_btn:hover {
  transform: rotate(90deg);
}
#navBar .content {
  padding: 60px 0 0;
}
#navBar .content .w-88 {
  display: flex;
}
#navBar .content .w-88 .lf-txt {
  flex-grow: 1;
  padding-right: 33px;
  border-right: 1px solid #4f555c;
}
#navBar .content .w-88 .lf-txt .phone {
  display: none;
}
#navBar .content .w-88 .lf-txt .link-box {
  margin-bottom: 64px;
}
#navBar .content .w-88 .lf-txt .link-box a {
  display: block;
  font-size: 32px;
  color: #ae8e74;
  line-height: 70px;
  border-bottom: 1px solid #4f555c;
  transition: all 0.2s ease;
}
#navBar .content .w-88 .lf-txt .link-box a.xmzx {
  border: 1px solid #715d4c;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  display: inline-block;
  border-radius: 30px;
  font-size: 26px;
  margin-top: 36px;
}
#navBar .content .w-88 .lf-txt .link-box a.active {
  color: #fefefe;
}
#navBar .content .w-88 .rt-img {
  width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#navBar .content .w-88 .rt-img .switch-box {
  width: 407px;
  height: 477px;
  position: relative;
}
#navBar .content .w-88 .rt-img .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 407px;
  height: 477px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #987c67;
  margin: auto;
  opacity: 0;
  transition: all 0.4s ease;
}
#navBar .content .w-88 .rt-img .img-box .ty {
  width: 65%;
}
#navBar .content .w-88 .rt-img .img-box .txt {
  position: absolute;
  top: 33px;
  left: -48px;
}
#navBar .content .w-88 .rt-img .img-box .txt p {
  font-size: 50px;
  line-height: 55px;
  font-family: 'feli';
  color: #e2d5cb;
}
#navBar .content .w-88 .rt-img .img-box .f1 {
  position: absolute;
}
#navBar .content .w-88 .rt-img .img1 .f1 {
  width: 186px;
  bottom: -14px;
  left: 0;
}
#navBar .content .w-88 .rt-img .img2 .f1 {
  left: 34px;
  bottom: -35px;
}
#navBar .content .w-88 .rt-img .img3 .f1 {
  top: 10px;
  right: -52px;
}
#navBar .content .w-88 .rt-img .img3 .f2 {
  position: absolute;
  bottom: -27px;
  left: 9px;
}
#navBar .content .w-88 .rt-img .img4 .f1 {
  left: -36px;
  bottom: -38px;
}
#navBar .content .w-88 .rt-img .img5 .f1 {
  width: 116px;
  height: 116px;
  background: #38210f;
  border-radius: 50%;
  right: 36px;
  bottom: 20px;
  text-align: center;
  line-height: 116px;
  color: #f8f0e8;
  font-size: 96px;
  font-family: 'feli';
}
#navBar .content .w-88 .rt-img .img6 .f1 {
  left: -57px;
  bottom: -42px;
}
#navBar .content .w-88 .rt-img .img7 .f1 {
  width: 116px;
  right: -57px;
  bottom: -30px;
}
#navBar .content .w-88 .rt-img .img-box.active {
  opacity: 1;
}
#navBar .content .w-88 .rt-img .phone {
  display: flex;
  align-items: center;
  margin: 128px 0 0;
}
#navBar .content .w-88 .rt-img .phone .icon {
  width: 59px;
  height: 59px;
  border: 7px solid #615345;
  border-radius: 50%;
  background: #b9946e;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 27px;
}
#navBar .content .w-88 .rt-img .phone .icon img {
  width: 50%;
}
#navBar .content .w-88 .rt-img .phone p {
  font-size: 46px;
  font-family: 'feli';
  color: #ffffff;
}
#footer {
  background: #181d24;
  position: relative;
  margin-top: -1px;
}
#footer #toTop {
  position: absolute;
  right: 6%;
  top: 28px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.4s ease;
  cursor: pointer;
}
#footer #toTop:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d8cdc5;
  transition: all 0.4s ease;
  transform: scale(0);
  border-radius: 50%;
}
#footer #toTop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #95795c;
  background: url(../images/index/arr7.webp) no-repeat center;
  transition: all 0.4s ease;
  border-radius: 50%;
  z-index: 2;
}
#footer .arr {
  right: 20%;
  top: 70px;
  width: 52px;
  height: 52px;
}
#footer #toTop:hover:after {
  transform: scale(1);
}
#footer #toTop:hover::before {
  border: 1px solid #d8cdc5;
  background: url(../images/index/arr8.webp) no-repeat center;
}
#footer .footer1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 0 43px;
  border-bottom: 1px solid rgba(147, 150, 153, 0.4);
  background: url(../images/index/long3.webp) no-repeat top 88px left;
}
#footer .footer1 .title1 {
  font-size: 22px;
  color: #ca9d75;
  font-family: 'Microsoft YaHei';
  margin-top: 50px;
}
#footer .footer1 .phone {
  display: flex;
  align-items: center;
  margin: 8px 0 33px;
  position: relative;
}
#footer .footer1 .phone .icon {
  width: 72px;
  height: 72px;
  border: 8px solid #615345;
  border-radius: 50%;
  background: #967a5e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  left: -86px;
}
#footer .footer1 .phone .icon img {
  width: 42%;
}
#footer .footer1 .phone p {
  font-size: 66px;
  font-family: 'feli';
  color: #ca9d75;
}
#footer .footer1 .nav-box {
  display: flex;
  align-items: center;
}
#footer .footer1 .nav-box .nav > div:first-child {
  margin-bottom: 34px;
}
#footer .footer1 .nav-box .nav > div {
  display: flex;
}
#footer .footer1 .nav-box .nav > div a {
  font-size: 16px;
  color: #b5b1ab;
  display: block;
  width: 170px;
  position: relative;
  text-align: center;
}
#footer .footer1 .nav-box .nav > div a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  border-left: 1px solid rgba(133, 135, 139, 0.6);
}
#footer .footer1 .nav-box .nav > div a:last-child:after {
  display: none;
}
#footer .footer1 .nav-box .nav > div a:hover {
  color: #ca9d75;
}
#footer .footer1 .nav-box .ewm-box {
  display: flex;
  margin-left: 110px;
}
#footer .footer1 .nav-box .ewm-box .ewm {
  margin-right: 30px;
}
#footer .footer1 .nav-box .ewm-box > div,
#footer .footer1 .nav-box .ewm-box a {
  display: block;
}
#footer .footer1 .nav-box .ewm-box > div img,
#footer .footer1 .nav-box .ewm-box a img {
  width: 110px;
}
#footer .footer1 .nav-box .ewm-box > div p,
#footer .footer1 .nav-box .ewm-box a p {
  font-size: 13px;
  color: #e9d6c0;
  margin-top: 10px;
  text-align: center;
}
#footer .footer2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 103px;
  border-bottom: 1px solid rgba(147, 150, 153, 0.4);
  position: relative;
}
#footer .footer2 .ry-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer2 .ry {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
#footer .footer2 .ry img {
  width: 28px;
}
#footer .footer2 .ry p {
  font-size: 17px;
  color: #b9946e;
  margin: 0 15px;
}
#footer .footer3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
#footer .footer3 i {
  font-style: normal;
}
#footer .footer3 div,
#footer .footer3 p,
#footer .footer3 a {
  font-size: 13px;
  color: #a1896e;
  display: inline-block;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
#footer .footer3 div img,
#footer .footer3 p img,
#footer .footer3 a img {
  width: 19px;
  margin: 0 6px;
}
#footer .footer3 div span,
#footer .footer3 p span,
#footer .footer3 a span {
  font-size: 14px;
  color: #a1896e;
}
#footer .footer3 a:hover {
  color: #d1c0ae;
}
#footer .footer3 .line {
  height: 13px;
  margin: 0 35px;
  border-left: 1px solid #a1896e;
}
#footer .footer3 .copy .phone-txt {
  display: none;
}
#footer .footer3 .zenith.phone {
  display: none;
}
#footer .footer3 .zenith.pc {
  display: block;
}
#footer .footer4 {
  display: none;
}
#footer .footer5 {
  height: 70px;
}
#footer .footer5 p {
  font-size: 12px;
  color: #8b8882;
  transform: scale(0.8);
  text-align: center;
  line-height: 18px;
}
#video-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#video-box.active {
  opacity: 1;
  visibility: visible;
}
#video-box .box {
  position: absolute;
  width: 80%;
  max-width: 1280px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#video-box .com_video {
  width: 100%;
}
#video-box .bread_btn {
  position: absolute;
  right: 0;
  top: -50px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: all 0.4s ease;
}
#video-box .bread_btn span {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #f2ebda;
  border-radius: 4px;
  top: 50%;
  left: 0;
  margin-top: -2.5px;
}
#video-box .bread_btn span:nth-child(1) {
  transform: rotate(45deg);
}
#video-box .bread_btn span:nth-child(2) {
  transform: rotate(-45deg);
}
#video-box .bread_btn:hover {
  transform: rotate(90deg);
}
/* ===== Loading ===== */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181d36 url(../images/index/load2.webp) no-repeat center top 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
  transition: opacity 0.5s ease;
  /* 效果4: 翻转方块 */
}
#loading-screen .center-box {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 34%;
}
#loading-screen .flip-cube {
  width: 40px;
  height: 40px;
  margin: 52px auto 20px;
  perspective: 120px;
}
#loading-screen .flip-cube .bg1 {
  display: block;
  width: 100%;
  height: 100%;
  animation: flip 1.8s ease-in-out infinite;
}
#loading-screen .p1 {
  color: #c3995b;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Arial';
}
#loading-screen .p2 {
  font-size: 16px;
  color: #aaadb1;
  font-family: 'SimHei', sans-serif;
  margin: 55px 0 10px;
}
#loading-screen .p3 {
  font-family: 'feli';
  font-size: 52px;
  color: #aaadb1;
}
#loading-screen .p4 {
  font-size: 10px;
  font-family: 'Arial';
  color: #aaadb1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
}
#loading-screen .yh {
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -16px;
  animation: spin 4s linear infinite;
}
#loading-screen.hidden {
  opacity: 0;
  pointer-events: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes flip {
  0% {
    transform: rotateX(0) rotateY(0);
  }
  25% {
    transform: rotateX(180deg) rotateY(0);
  }
  50% {
    transform: rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: rotateX(0) rotateY(180deg);
  }
  100% {
    transform: rotateX(0) rotateY(0);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
#index .cir-title {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: #997c68;
  text-align: center;
  line-height: 146px;
  color: #fff;
  font-size: 24px;
}
#index .phone-section1 {
  display: none;
}
#index .section1 {
  height: 160vh;
  position: relative;
  overflow: hidden;
  background: #9c7d66;
  padding-top: 40vh;
}
#index .section1 .arr {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 6%;
  top: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ede3d3;
  z-index: 2;
  border-radius: 50%;
}
#index .section1 .arr img {
  width: 30%;
  animation: arrowFloat 1.2s ease-in-out infinite;
}
#index .section1 .gallery__item {
  width: 0vw;
  height: 120vh;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  position: relative;
}
#index .section1 .gallery__item .swiper-banner {
  width: 100%;
  transition: all 0.3s ease;
  height: 120vh;
}
#index .section1 .gallery__item .swiper-banner .swiper-slide .img-res {
  height: 120vh;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#index .section1 .gallery__item .swiper-banner .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .section1 .en1 {
  width: 0%;
  position: absolute;
  top: 20vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
}
.section1.animate #index .section1 .en1 {
  width: 50%;
  opacity: 1;
}
#index .section1 .btn1 {
  position: absolute;
  right: 15%;
  bottom: 5%;
  z-index: 23;
}
#index .section1 .btn1.scroll-animate-up-btn {
  opacity: 0;
  transform: translateY(50px);
}
#index .section1 .txt-box {
  position: absolute;
  left: 16%;
  bottom: 17%;
  z-index: 22;
}
#index .section1 .txt-box .scroll-animate-up,
#index .section1 .txt-box .scroll-animate-up-delay {
  opacity: 0;
  transform: translateY(100px);
}
#index .section1 .txt-box .scroll-animate-scale {
  opacity: 0;
  transform: scale(0.5);
}
#index .section1 .txt-box .cir {
  position: absolute;
  bottom: 0;
  right: -200px;
}
#index .section1 .txt-box .p1 {
  font-family: 'SimSun', '宋体';
  font-size: 105px;
  color: #f2ebda;
  line-height: 128px;
}
#index .section1 .txt-box .p2 {
  width: 70px;
  border-top: 1px solid #fff;
  margin: 20px 0;
}
#index .section1 .txt-box .p3 {
  font-size: 27px;
  color: #f2ebda;
}
#index .section1.active .en1 {
  width: 50%;
  opacity: 1;
}
#index .section2 {
  background: #181d24;
  padding: 290px 0 195px;
  display: flex;
  overflow: hidden;
  position: relative;
}
#index .section2 .w-85 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#index .section2 .w-85 .light-phone {
  display: none;
}
#index .section2 .w-85 .light-box {
  position: absolute;
  width: 50%;
  top: -100px;
  left: 20%;
}
#index .section2 .w-85 .light-box img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#index .section2 .w-85 .light-box img.active {
  opacity: 1;
}
#index .section2 .w-85 .yh1 {
  position: absolute;
  right: 15%;
  top: -7vw;
  width: 13.21vw;
}
#index .section2 .w-85 .yh2 {
  position: absolute;
  left: 24%;
  top: 53%;
  width: 7vw;
}
#index .section2 .center-img {
  width: 45.6%;
  margin-left: 10%;
}
#index .section2 .top-box {
  position: absolute;
  top: -45px;
  left: 6vw;
}
#index .section2 .top-box .p2 {
  transform: translateX(3em);
}
#index .section2 .top-box .title {
  font-size: 60px;
  color: #f2ebda;
  font-family: 'SimSun', '宋体';
}
#index .section2 .top-box .p3 {
  font-size: 15px;
  line-height: 30px;
  color: #f0e8de;
  width: 22vw;
  text-align: justify;
  margin-top: 20px;
}
#index .section2 .top-box .viewMore {
  display: none;
}
#index .section2 .btm-cube {
  position: absolute;
  z-index: 5;
  right: 8vw;
  bottom: -55px;
  background: #997c68;
  padding: 45px 80px 25px;
}
#index .section2 .btm-cube .p1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
#index .section2 .btm-cube .p2 {
  font-size: 20px;
  color: #fff;
  margin: 45px 0 8px;
}
#index .section2 .btm-cube .p3 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.67);
  line-height: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.67);
}
#index .section2 .btm-cube .viewMore {
  margin: 28px auto 0;
}
#index .section2 .en-txt {
  position: absolute;
  bottom: 200px;
  display: flex;
}
#index .section2 .en-txt span {
  font-size: 113px;
  font-family: 'feli';
  color: #f2ebda;
  white-space: nowrap;
  text-transform: uppercase;
}
#index .section2 #light-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  will-change: transform;
}
#index .section3 {
  background: #f9f0ec;
  padding-top: 175px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#index .section3 .lf_txt {
  width: 50%;
  padding-left: 6vw;
  display: flex;
  flex-direction: column;
}
#index .section3 .lf_txt .yh1 {
  display: none;
}
#index .section3 .lf_txt .p1 {
  font-size: 15px;
  line-height: 30px;
  color: #997c68;
}
#index .section3 .lf_txt .viewMore {
  margin: 25px 0 90px;
}
#index .section3 .lf_txt .p2 {
  font-size: 15px;
  color: #a17950;
  margin-top: 20px;
}
#index .section3 .lf_txt .swiper-ds {
  width: 380px;
  margin: 0;
}
#index .section3 .lf_txt .swiper-ds .swiper-slide img {
  width: 100%;
}
#index .section3 .lf_txt .swiper-ds .swiper-slide p {
  font-size: 15px;
  color: #a17950;
  margin-top: 20px;
  background: #f9f0ec;
}
#index .section3 .rt_img {
  width: 50%;
  height: 730px;
  position: relative;
}
#index .section3 .rt_img .parallax-bg {
  height: 730px;
  overflow: hidden;
}
#index .section3 .rt_img .parallax-bg .bg1 {
  width: 100%;
  height: auto;
}
#index .section3 .rt_img .cir-title {
  position: absolute;
  top: 50%;
  margin-top: -73px;
  left: -73px;
  z-index: 2;
}
#index .section3 .rt_img .f1 {
  position: absolute;
  top: -95px;
  left: 40%;
  z-index: 2;
}
#index .section4 {
  background: #997c68 url(../images/index/bg1.webp);
  background-size: cover;
  padding: 195px 0 120px;
  position: relative;
  overflow: hidden;
}
#index .section4 .light-phone {
  display: none;
}
#index .section4 .hb {
  position: absolute;
}
#index .section4 .hb1 {
  right: 5%;
  bottom: 15%;
}
#index .section4 .hb2 {
  left: 15%;
  bottom: 20%;
}
#index .section4 .hb3 {
  left: 40%;
  bottom: 15%;
}
#index .section4 .hb4 {
  top: 20%;
  right: 20%;
}
#index .section4 .long {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 22.55vw;
}
#index .section4 .light1 {
  position: absolute;
  width: 50%;
  top: 15%;
  left: 24%;
  z-index: 2;
}
#index .section4 .light1 .light {
  position: absolute;
  width: 100%;
  opacity: 0;
}
#index .section4 .light2 {
  position: absolute;
  width: 50%;
  top: 53%;
  left: 25%;
  z-index: 2;
}
#index .section4 .light2 .light {
  position: absolute;
  width: 100%;
  opacity: 0;
}
#index .section4 .active.light {
  opacity: 1;
}
#index .section4 .title {
  font-size: 10vw;
  line-height: 10vw;
  font-family: 'feli';
  color: #f2ebda;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  left: 0;
  top: 13%;
}
#index .section4 #cylinder-container {
  position: relative;
  z-index: 2;
}
#index .section4 .txt-box {
  position: absolute;
  bottom: 170px;
  left: 7.5%;
  z-index: 3;
}
#index .section4 .txt-box .p1 {
  font-size: 60px;
  font-family: 'SimSun', '宋体';
  color: #f2ebda;
}
#index .section4 .txt-box .p2 {
  font-size: 24px;
  color: #f2ebda;
  margin: 60px 0 20px;
}
#index .section4 .txt-box .p3 {
  font-size: 15px;
  line-height: 30px;
  color: #f2ebda;
  width: 380px;
  margin-bottom: 45px;
}
#index .section5 {
  background: #997c68;
  padding-bottom: 10px;
  overflow: hidden;
}
#index .section5 .swiper1 {
  width: 100%;
}
#index .section5 .swiper1 .swiper-button-prev,
#index .section5 .swiper1 .swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  top: 134px;
}
#index .section5 .swiper1 .swiper-button-prev {
  left: 16%;
  background-image: url(../images/index/arr3.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#index .section5 .swiper1 .swiper-button-next {
  right: 16%;
  background-image: url(../images/index/arr4.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#index .section5 .swiper1 .swiper-button-prev:hover,
#index .section5 .swiper1 .swiper-button-next:hover {
  background-color: #4d3620;
}
#index .section5 .swiper1 .swiper-button-prev:hover {
  background-image: url(../images/index/arr5.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#index .section5 .swiper1 .swiper-button-next:hover {
  background-image: url(../images/index/arr6.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#index .section5 .swiper1 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#index .section5 .swiper1 .swiper-slide .btm {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
  transition: all 0.5s ease;
  transform: translateY(-100%);
}
#index .section5 .swiper1 .swiper-slide .btm .txt {
  opacity: 0;
}
#index .section5 .swiper1 .swiper-slide .btm .txt p {
  font-size: 15px;
  line-height: 24px;
  color: #d1bfa5;
}
#index .section5 .swiper1 .swiper-slide .btm .plus {
  margin-top: 20px;
  transition: all 0.3s ease;
  transform: translateY(40px);
}
#index .section5 .swiper1 .swiper-slide .flip-card {
  width: 280px;
  height: 280px;
  perspective: 1000px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
#index .section5 .swiper1 .swiper-slide .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}
#index .section5 .swiper1 .swiper-slide .flip-card .flip-card-front,
#index .section5 .swiper1 .swiper-slide .flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
  overflow: hidden;
}
#index .section5 .swiper1 .swiper-slide .flip-card .flip-card-front {
  border: 14px solid #c5b6a0;
  transform: rotateY(180deg);
}
#index .section5 .swiper1 .swiper-slide .flip-card .flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .section5 .swiper1 .swiper-slide .flip-card .flip-card-back {
  border: 1px solid #c5b6a0;
  padding: 13px;
  position: relative;
}
#index .section5 .swiper1 .swiper-slide .flip-card .flip-card-back > div {
  background: #c8b8aa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  top: 13px;
  left: 13px;
  border-radius: 50%;
}
#index .section5 .swiper1 .swiper-slide .flip-card .flip-card-back .p1 {
  text-align: center;
  font-size: 102px;
  line-height: 102px;
  margin-bottom: 10px;
  font-family: 'SimSun', '宋体';
  color: #a17950;
}
#index .section5 .swiper1 .swiper-slide .flip-card .flip-card-back .p2 {
  font-size: 15px;
  color: #a17950;
}
#index .section5 .swiper1 .swiper-slide:after {
  content: '';
  display: block;
  width: 80px;
  border-top: 1px solid #e1dbc3;
  position: absolute;
  right: -40px;
  top: 140px;
}
#index .section5 .swiper1 .swiper-slide.active .btm {
  transform: translateY(0);
}
#index .section5 .swiper1 .swiper-slide.active .btm .txt {
  opacity: 1;
}
#index .section5 .swiper1 .swiper-slide.active .btm .plus {
  transform: rotate(45deg) translateY(0);
}
#index .section5 .swiper1 .swiper-slide.active .flip-card .flip-card-inner {
  transform: rotateY(180deg);
}
#index .section6 {
  background: #f9f0ec url('../images/index/bg2.webp') no-repeat top center;
  background-size: 100% auto;
  overflow: hidden;
}
#index .section6 .w-85 {
  display: flex;
  padding: 115px 0 200px;
}
#index .section6 .w-85 .phone-title {
  display: none;
}
#index .section6 .lf-swiper {
  width: 50%;
  padding-left: 6vw;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
}
#index .section6 .lf-swiper .title {
  font-family: 'SimSun', '宋体';
  font-size: 40px;
  color: #997c68;
}
#index .section6 .lf-swiper .swiper2 {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#index .section6 .lf-swiper .swiper2 .viewMore {
  position: absolute;
  bottom: 86px;
  left: 0;
  z-index: 4;
}
#index .section6 .lf-swiper .swiper2 .btn-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
#index .section6 .lf-swiper .swiper2 .btn-box .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 0 12px;
  font-size: 15px;
  color: #a08569;
}
#index .section6 .lf-swiper .swiper2 .btn-box .swiper-pagination .swiper-pagination-current {
  font-size: 30px;
}
#index .section6 .lf-swiper .swiper2 .btn-box .swiper-button-prev,
#index .section6 .lf-swiper .swiper2 .btn-box .swiper-button-next {
  position: relative;
  width: 56px;
  height: 56px;
  border: 1px solid #997c68;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0;
  left: auto;
  right: auto;
}
#index .section6 .lf-swiper .swiper2 .btn-box .swiper-button-prev {
  background-image: url('../images/index/arr3.webp');
  background-position: center;
  background-repeat: no-repeat;
}
#index .section6 .lf-swiper .swiper2 .btn-box .swiper-button-next {
  background-image: url('../images/index/arr4.webp');
  background-position: center;
  background-repeat: no-repeat;
}
#index .section6 .lf-swiper .swiper2 .btn-box .swiper-button-prev:hover,
#index .section6 .lf-swiper .swiper2 .btn-box .swiper-button-next:hover {
  background-color: #4d3620;
}
#index .section6 .lf-swiper .swiper2 .btn-box .swiper-button-prev:hover {
  background-image: url(../images/index/arr5.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#index .section6 .lf-swiper .swiper2 .btn-box .swiper-button-next:hover {
  background-image: url(../images/index/arr6.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#index .section6 .lf-swiper .swiper-slide .time {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #997c68;
  padding-bottom: 18px;
}
#index .section6 .lf-swiper .swiper-slide .time .lf-txt {
  position: relative;
}
#index .section6 .lf-swiper .swiper-slide .time .lf-txt p {
  text-transform: uppercase;
}
#index .section6 .lf-swiper .swiper-slide .time .lf-txt p .s1 {
  font-family: 'akhand';
  font-size: 257px;
  color: #997c68;
  line-height: 220px;
  overflow: visible;
  white-space: nowrap;
}
#index .section6 .lf-swiper .swiper-slide .time .lf-txt p .s2 {
  font-family: 'akhand';
  font-size: 80px;
  color: #997c68;
}
#index .section6 .lf-swiper .swiper-slide .time .lf-txt p.s3 {
  position: absolute;
  top: 116px;
  left: 142px;
  font-size: 24px;
  color: #997c68;
}
#index .section6 .lf-swiper .swiper-slide .time .lf-txt p.s3.left120 {
  left: 120px;
}
#index .section6 .lf-swiper .swiper-slide .time .lf-txt p.s3.left180 {
  left: 180px;
}
#index .section6 .lf-swiper .swiper-slide .con {
  font-size: 15px;
  color: #a08569;
  margin: 50px 0 120px;
}
#index .section6 .rt-swiper {
  width: 50%;
}
#index .section6 .rt-swiper .swiper3 {
  width: 100%;
}
#index .section6 .rt-swiper .swiper3 .swiper-slide img {
  width: 100%;
}
#index .section7 {
  position: relative;
}
#index .section7 .cir-title {
  position: absolute;
  left: 50%;
  top: -73px;
  transform: translateX(-50%);
  background: #c8b8aa;
}
#index .section7 .add {
  position: absolute;
  width: 12.85vw;
  top: 31%;
  left: 43%;
}
#index .section8 {
  background: #a08569;
  padding: 90px 0 27px;
  position: relative;
  overflow: hidden;
}
#index .section8 .hb {
  position: absolute;
  z-index: 2;
}
#index .section8 .hb1 {
  top: 20%;
  left: 10%;
}
#index .section8 .hb2 {
  bottom: 39%;
  left: 7%;
}
#index .section8 .hb3 {
  right: 13%;
  top: 39%;
}
#index .section8 .hb4 {
  right: 30%;
  bottom: 40%;
}
#index .section8 > .p1 {
  font-family: 'feli';
  font-size: 168px;
  color: #f2ebda;
  text-align: center;
}
#index .section8 > .p2 {
  text-align: center;
}
#index .section8 > .p2 span {
  font-size: 60px;
  color: #f2ebda;
  font-family: 'SimSun', '宋体';
}
#index .section8 > .p3 {
  font-size: 15px;
  line-height: 30px;
  color: #e4d8ca;
  text-align: center;
  margin-top: 40px;
}
#index .section8 .center-img {
  position: relative;
}
#index .section8 .center-img .phone-light {
  display: none;
}
#index .section8 .center-img .light-box {
  position: absolute;
  top: 8%;
  left: 3%;
  width: 86%;
  z-index: 1;
}
#index .section8 .center-img .light-box .light {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
#index .section8 .center-img .light-box .light.active {
  opacity: 1;
}
#index .section8 .center-img .swiper4 {
  width: 44.88%;
  margin: 80px auto 65px;
  overflow: visible;
  box-shadow: 0 0 20px 5px rgba(92, 59, 25, 0.43);
}
#index .section8 .center-img .swiper4 .swiper-slide {
  position: relative;
}
#index .section8 .center-img .swiper4 .swiper-slide > img {
  width: 100%;
}
#index .section8 .center-img .swiper4 .swiper-slide .btm-txt {
  position: absolute;
  bottom: 0;
  left: -165px;
}
#index .section8 .center-img .swiper4 .swiper-slide .btm-txt .p1 {
  font-size: 30px;
  color: #f2ebda;
  margin-bottom: 10px;
}
#index .section8 .center-img .swiper4 .swiper-slide .btm-txt .p2 span {
  display: block;
  font-size: 117px;
  font-family: 'feli';
  color: #f2ebda;
  line-height: 98px;
  text-transform: uppercase;
}
#index .section8 .center-img .swiper4 .swiper-slide .top-icon {
  position: absolute;
  top: 5%;
  left: 5%;
}
#index .section8 .center-img .swiper4 .swiper-slide .top-icon > div {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #997c68;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index .section8 .center-img .swiper4 .swiper-slide .top-icon > div img {
  width: 80%;
}
#index .section8 .center-img .swiper4 .swiper-slide .top-icon p {
  font-size: 28px;
  color: #f2ebda;
  text-align: center;
  margin-top: 15px;
}
#index .section8 .btm-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  height: 142px;
}
#index .section8 .btm-btn .btn {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(to right, #ffffff, #ebcfb5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#index .section8 .btm-btn .btn > p {
  font-size: 14px;
  color: #795631;
  transition: all 0.3s ease;
}
#index .section8 .btm-btn .btn .img-box {
  position: relative;
  width: 100%;
  text-align: center;
}
#index .section8 .btm-btn .btn .img-box img {
  transition: all 0.3s ease;
  width: 65%;
}
#index .section8 .btm-btn .btn .img-box .i2 {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
#index .section8 .btm-btn .btn.active {
  background: #d2bea5;
  width: 142px;
  height: 142px;
}
#index .section8 .btm-btn .btn.active > p {
  color: #fff;
}
#index .section8 .btm-btn .btn.active .img-box .i1 {
  opacity: 0;
}
#index .section8 .btm-btn .btn.active .img-box .i2 {
  opacity: 1;
}
#index .section8 .viewMore {
  margin: 50px auto 0;
}
#index .section9 .swiper5 .title {
  width: 180px;
  height: 180px;
  background: #a08569;
  text-align: center;
  line-height: 180px;
  position: absolute;
  bottom: 0;
  left: 6vw;
  color: #fff;
  z-index: 2;
}
#index .section9 .swiper5 .swiper-slide {
  position: relative;
}
#index .section9 .swiper5 .swiper-slide picture > img {
  width: 100%;
}
#index .section9 .swiper5 .btn-box {
  position: absolute;
  left: 20%;
  bottom: 40px;
  display: flex;
  align-items: center;
}
#index .section9 .swiper5 .btn-box .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 0 12px;
  font-size: 15px;
  color: #fff;
}
#index .section9 .swiper5 .btn-box .swiper-pagination .swiper-pagination-current {
  font-size: 30px;
}
#index .section9 .swiper5 .btn-box .swiper-button-prev,
#index .section9 .swiper5 .btn-box .swiper-button-next {
  position: relative;
  width: 56px;
  height: 56px;
  border: 1px solid #e1dbc3;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0;
  left: auto;
  right: auto;
}
#index .section9 .swiper5 .btn-box .swiper-button-prev {
  background-image: url('../images/index/arr5.webp');
  background-position: center;
  background-repeat: no-repeat;
}
#index .section9 .swiper5 .btn-box .swiper-button-next {
  background-image: url('../images/index/arr6.webp');
  background-position: center;
  background-repeat: no-repeat;
}
#index .section9 .swiper5 .btn-box .swiper-button-prev:hover {
  background-image: url('../images/index/arr3.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
#index .section9 .swiper5 .btn-box .swiper-button-next:hover {
  background-image: url('../images/index/arr4.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #fff;
}
#index .section10 {
  background: #f9f0ec;
  padding: 150px 0 145px;
  overflow: hidden;
}
#index .section10 .w-88 {
  display: flex;
}
#index .section10 .w-88 .lf-si {
  width: 50%;
  text-align: right;
  position: relative;
}
#index .section10 .w-88 .lf-si .s-img {
  position: absolute;
  width: 43.64%;
  top: 10%;
  left: 20%;
  z-index: 2;
}
#index .section10 .w-88 .lf-si .i-img {
  position: absolute;
  width: 25.8%;
  top: 44%;
  right: 0;
  z-index: 2;
}
#index .section10 .w-88 .lf-si .p1 {
  font-family: 'feli';
  font-size: 8.988vw;
  color: #baa689;
  margin-left: -5vw;
  text-align: left;
}
#index .section10 .w-88 .lf-si .p2 {
  display: none;
}
#index .section10 .w-88 .lf-si .cir-img {
  width: 90.8%;
  height: 27.67vw;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
#index .section10 .w-88 .lf-si .cir-img .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
#index .section10 .w-88 .rt-txt {
  width: 50%;
  padding-left: 7%;
  position: relative;
  margin-top: 60px;
}
#index .section10 .w-88 .rt-txt .yh {
  position: absolute;
  right: 8%;
  bottom: 11vw;
  width: 11.5vw;
}
#index .section10 .w-88 .rt-txt .p1 {
  font-size: 60px;
  color: #997c68;
  font-family: 'SimSun', '宋体';
}
#index .section10 .w-88 .rt-txt .p2 {
  margin: 25px 0 40px;
}
#index .section10 .w-88 .rt-txt .p2 span {
  font-size: 15px;
  line-height: 30px;
  color: #997c68;
  display: block;
}
#index .section10 .w-88 .rt-txt .p3 {
  font-size: 11.6vw;
  font-family: 'feli';
  color: #997c68;
}
#index .section11 {
  position: relative;
}
#index .section11 .hb-box {
  display: none;
}
#index .section11 .cir-title {
  position: absolute;
  left: 6vw;
  top: 5%;
}
#index .section11 picture {
  overflow: clip;
  display: block;
  height: 100vh;
}
#index .section11 picture img {
  height: 115vh;
  object-fit: cover;
  object-position: top;
}
#index .section11 .cube {
  position: absolute;
  right: 0;
  bottom: -155px;
  width: 46.42%;
  height: 40.77vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a08569;
  z-index: 2;
}
#index .section11 .cube img {
  width: 88%;
}
#index .section12 {
  padding: 370px 0 80px;
  background: #f9f0ec;
  position: relative;
}
#index .section12 .hb-box .yh1 {
  top: 0;
  right: 9%;
  width: 130px;
  z-index: 3;
}
#index .section12 .hb-box .hb1 {
  top: 21%;
  left: 75%;
  z-index: 2;
  width: 70px;
}
#index .section12 .hb-box .hb2 {
  top: 20%;
  left: 56%;
  width: 80px;
}
#index .section12 .hb-box .hb3 {
  top: 35%;
  left: 36%;
}
#index .section12 .hb-box .hb4 {
  top: 50%;
  left: 0%;
}
#index .section12 .hb-box .hb5 {
  bottom: 0%;
  left: 28%;
}
#index .section12 .hb-box .hb6 {
  top: 59%;
  left: 24%;
}
#index .section12 .hb-box .hb7 {
  top: 65%;
  left: 50%;
}
#index .section12 .hb-box .hb8 {
  top: 3%;
  left: 36%;
}
#index .section12 .w-88 {
  display: flex;
}
#index .section12 .w-88 > .viewMore {
  display: none;
}
#index .section12 .w-88 .lf-txt {
  width: 50%;
}
#index .section12 .w-88 .lf-txt .title {
  font-size: 60px;
  color: #997c68;
  font-family: 'SimSun', '宋体';
}
#index .section12 .w-88 .lf-txt .btn-box {
  display: flex;
  margin: 47px 0 55px;
}
#index .section12 .w-88 .lf-txt .btn-box .btn {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  border: 1px solid #ac7e66;
  text-align: center;
  line-height: 73px;
  margin-right: 15px;
  font-size: 30px;
  color: #a17950;
  cursor: pointer;
  transition: all 0.3s ease;
}
#index .section12 .w-88 .lf-txt .btn-box .btn:hover {
  background: #ac7e66;
  color: #fff;
}
#index .section12 .w-88 .lf-txt .btn-box .btn.active {
  color: #fff;
  background: #ac7e66;
}
#index .section12 .w-88 .lf-txt .swiper6 {
  margin-bottom: 65px;
}
#index .section12 .w-88 .lf-txt .swiper6 .swiper-slide {
  background: #f9f0ec;
}
#index .section12 .w-88 .lf-txt .swiper6 .swiper-slide .p1 .s1 {
  font-size: 90px;
  color: #997c68;
  font-family: 'Arial';
  font-weight: bold;
}
#index .section12 .w-88 .lf-txt .swiper6 .swiper-slide .p1 .s2 {
  font-size: 30px;
  color: #a17950;
}
#index .section12 .w-88 .lf-txt .swiper6 .swiper-slide .p2 {
  font-size: 24px;
  color: #baa689;
}
#index .section12 .w-88 .lf-txt .swiper6 .swiper-slide .con {
  display: flex;
  margin-top: 50px;
}
#index .section12 .w-88 .lf-txt .swiper6 .swiper-slide .con .left {
  margin-right: 20px;
}
#index .section12 .w-88 .lf-txt .swiper6 .swiper-slide .con > div p {
  font-size: 15px;
  color: #997c68;
  padding-left: 12px;
  position: relative;
  line-height: 30px;
}
#index .section12 .w-88 .lf-txt .swiper6 .swiper-slide .con > div p::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #a17950;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
#index .section12 .w-88 .rt-swiper {
  width: 50%;
  transform: translateY(-20px);
}
#index .section12 .w-88 .rt-swiper .swiper7 .swiper-slide img {
  width: 100%;
}
#index .section13 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#index .section13 .img-res {
  display: block;
  height: 120vh;
  object-fit: cover;
  object-position: center;
}
#index .section13 .w-88 {
  position: absolute;
  left: 6%;
  height: 100%;
  top: 0;
  padding-top: 88px;
}
#index .section13 .w-88 .p1 {
  font-size: 20px;
  color: #f8f5f0;
  font-weight: bold;
  margin: 40px 0 15px;
}
#index .section13 .w-88 .p2 {
  font-size: 15px;
  color: #f8f5f0;
  line-height: 30px;
  margin-bottom: 60px;
}
#about .section1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #987c67;
}
#about .section1 .txt1 {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  font-family: 'feli';
  font-size: 28vw;
  line-height: 1;
  color: #f2ebda;
  white-space: nowrap;
  text-align: center;
}
#about .section1 .txt2 {
  position: absolute;
  font-size: 3.69vw;
  color: #f2ebda;
  background: rgba(46, 34, 24, 0.85);
  padding: 10px 15px;
  font-family: 'SimSun', '宋体';
  top: 46%;
  right: 15%;
  z-index: 2;
}
#about .section1 .ellipse-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  clip-path: ellipse(18% 28% at 50% 60%);
  -webkit-clip-path: ellipse(18% 28% at 50% 60%);
}
#about .section1 .ellipse-mask .mask-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .section1 .sphere-wrapper {
  position: absolute;
  bottom: 8%;
  left: 15%;
  width: 22.79vw;
  max-width: 383px;
  z-index: 3;
  pointer-events: none;
}
#about .section1 .sphere-wrapper .sphere-img {
  width: 100%;
  height: auto;
  display: block;
}
#about .phone-banner {
  display: none;
}
#about .section2 {
  background: #181d24 url(../images/about/bg1.webp) no-repeat right bottom;
  padding-top: 187px;
}
#about .section2 .w-88 {
  display: flex;
}
#about .section2 .w-88 .lf-img {
  width: 56.75%;
  position: relative;
}
#about .section2 .w-88 .lf-img .yh {
  position: absolute;
  width: 11vw;
  bottom: 8%;
  right: 16%;
  z-index: 3;
}
#about .section2 .w-88 .lf-img .lou1 {
  width: 80%;
  position: relative;
  z-index: 3;
}
#about .section2 .w-88 .lf-img .p1 {
  position: absolute;
  top: -118px;
  left: -20px;
  z-index: 2;
}
#about .section2 .w-88 .lf-img .p1 span {
  font-family: 'feli';
  font-size: 10vw;
  line-height: 9vw;
  color: #f2ebda;
}
#about .section2 .w-88 .lf-img .p1 .s2 {
  margin-left: 1.8em;
}
#about .section2 .w-88 .lf-img .p2 {
  position: absolute;
  top: 146px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30.8vw;
  line-height: 21vw;
  font-family: 'feli';
  color: #987c67;
}
#about .section2 .w-88 .lf-img .line {
  position: absolute;
  right: 0;
  top: 0;
  height: 90%;
  border-left: 1px solid #f8f5f0;
}
#about .section2 .w-88 .rt-txt {
  width: 43.25%;
  padding: 0 5%;
}
#about .section2 .w-88 .rt-txt .logo {
  margin-bottom: 5vw;
}
#about .section2 .w-88 .rt-txt .p1 {
  font-size: 14px;
  line-height: 30px;
  color: #f0e8de;
  text-align: justify;
  text-indent: 2em;
}
#about .section3 {
  background: #f9f0ec;
}
#about .section3 .w-88 > .top {
  display: flex;
  padding: 75px;
  border-bottom: 1px solid #cab7a6;
}
#about .section3 .w-88 > .top .lf-txt {
  width: 37.6%;
  padding: 153px 4% 0;
  position: relative;
}
#about .section3 .w-88 > .top .lf-txt .p1 {
  font-size: 3.5vw;
  line-height: 70px;
  color: #402020;
  font-family: 'SimSun', '宋体';
}
#about .section3 .w-88 > .top .lf-txt .logo {
  margin: 50px 0;
}
#about .section3 .w-88 > .top .lf-txt .p2 {
  font-size: 14px;
  line-height: 30px;
  color: #997c68;
  text-align: justify;
}
#about .section3 .w-88 > .top .lf-txt .p3 {
  position: absolute;
  right: 0;
  height: calc(100% + 20px);
  top: 0;
  border-left: 1px solid #cab7a6;
}
#about .section3 .w-88 > .top .rt-cir {
  width: 62.4%;
  padding: 68px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .section3 .w-88 > .top .rt-cir > .p1 {
  display: none;
}
#about .section3 .w-88 > .top .rt-cir .cir {
  width: 43.2vw;
  height: 43.2vw;
  border-radius: 50%;
  background: #91765b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#about .section3 .w-88 > .top .rt-cir .cir .map {
  width: 70%;
}
#about .section3 .w-88 > .top .rt-cir .cir .p1 {
  font-size: 14px;
  color: #f2ebda;
  margin-top: 25px;
}
#about .section3 .w-88 > .top .rt-cir .cir .p2 {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 40px;
  font-size: 30px;
  color: #f2ebda;
  font-weight: bold;
}
#about .section3 .w-88 > .top .rt-cir .cir .city-box {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#about .section3 .w-88 > .top .rt-cir .cir .city-box .city {
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #402020;
  font-size: 20px;
  background: #fff;
  margin-bottom: 8px;
}
#about .section3 .w-88 > .top .rt-cir .cir .city-box .city:last-child {
  margin-bottom: 0;
}
#about .section3 .w-88 > .btm {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 58px 0 80px;
}
#about .section3 .w-88 > .btm .num-box {
  text-align: center;
  width: 25%;
}
#about .section3 .w-88 > .btm .num-box .p1 {
  font-size: 20px;
  color: #987c67;
  font-weight: bold;
}
#about .section3 .w-88 > .btm .num-box .p2 {
  margin-top: 50px;
}
#about .section3 .w-88 > .btm .num-box .p2 .s1 {
  font-size: 50px;
  font-family: 'feli';
  color: #ac7e66;
  position: relative;
}
#about .section3 .w-88 > .btm .num-box .p2 .s1 .plus {
  position: absolute;
  top: -22px;
  right: -15px;
  font-size: 40px;
  color: #ac7e66;
}
#about .section3 .w-88 > .btm .num-box .p2 .s2 {
  font-size: 20px;
  color: #ac7e66;
}
#about .section4 {
  background: #38210f;
}
#about .section4 .w-88 {
  position: relative;
}
#about .section4 .w-88 .txt-box {
  position: absolute;
  right: 0;
  bottom: 144px;
  z-index: 2;
}
#about .section4 .w-88 .txt-box p {
  font-size: 14px;
  line-height: 30px;
  color: #f8f0e8;
}
#about .section4 .w-88 .swiper1 .swiper-slide {
  padding: 158px 0 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#about .section4 .w-88 .swiper1 .swiper-slide .center {
  width: 38.5%;
  position: relative;
}
#about .section4 .w-88 .swiper1 .swiper-slide .center .ds {
  width: 100%;
}
#about .section4 .w-88 .swiper1 .swiper-slide .center .p1 {
  color: #f2ebda;
  position: absolute;
  left: 29px;
  bottom: 20px;
}
#about .section4 .w-88 .swiper1 .swiper-slide .center .p1 .s1 {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
  color: #fefdfc;
}
#about .section4 .w-88 .swiper1 .swiper-slide .center .p1 .s2 {
  font-size: 20px;
}
#about .section4 .w-88 .swiper1 .swiper-slide .center .top-txt {
  position: absolute;
  top: 0px;
  left: -356px;
}
#about .section4 .w-88 .swiper1 .swiper-slide .center .top-txt .p2 {
  font-family: 'feli';
  font-size: 10vw;
  line-height: 10vw;
  color: #f2ebda;
  white-space: nowrap;
}
#about .section4 .w-88 .swiper1 .swiper-slide .center .top-txt .p2 br {
  display: none;
}
#about .section4 .w-88 .swiper1 .swiper-slide .center .top-txt .p3 {
  font-size: 60px;
  color: #f2ebda;
  font-family: 'SimSun', '宋体';
}
#about .section4 .w-88 .swiper1 .swiper-slide .center::before {
  content: '';
  position: absolute;
  left: -33px;
  border-left: 1px solid #928579;
  height: calc(100% + 113px);
  bottom: -9px;
}
#about .section5 {
  background: #987c67;
  padding: 90px 0 115px;
}
#about .section5 .w-88 .p1 {
  font-size: 8vw;
  line-height: 8vw;
  color: #f2ebda;
  font-family: 'feli';
}
#about .section5 .w-88 .p2 {
  font-size: 60px;
  font-family: 'SimSun', '宋体';
  color: #f2ebda;
  text-align: right;
  margin-top: -60px;
}
#about .section5 .w-88 .three-item {
  display: flex;
  border-top: 1px solid #c8b7a4;
  border-bottom: 1px solid #c8b7a4;
  margin-top: 15px;
}
#about .section5 .w-88 .three-item .item {
  width: 33.33%;
  position: relative;
  padding: 50px 0 58px;
  text-align: center;
}
#about .section5 .w-88 .three-item .item p {
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 49px;
  left: 36px;
}
#about .section5 .w-88 .three-item .item img {
  width: 73.77%;
}
#about .section5 .w-88 .three-item .item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% - 58px);
  border-right: 1px solid #c8b7a4;
}
#about .section5 .w-88 .three-item .item:last-child:after {
  display: none;
}
#about .section6 {
  background: #987c67;
  padding-bottom: 80px;
}
#about .section6 .w-88 {
  position: relative;
}
#about .section6 .w-88 .swiper-pagination {
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 15.87vw;
  line-height: 15vw;
  font-family: 'SimSun', '宋体';
  color: #402021;
  width: auto;
  left: auto;
}
#about .section6 .w-88 .swiper-pagination span {
  font-size: 15.87vw;
  line-height: 15vw;
  font-family: 'SimSun', '宋体';
  color: #402021;
}
#about .section6 .w-88 .button-box {
  position: absolute;
  right: 50px;
  bottom: 25vw;
  z-index: 2;
  display: flex;
}
#about .section6 .w-88 .button-box .swiper-button-next {
  margin-left: 10px;
  background: url(../images/index/arr4.webp) no-repeat center;
}
#about .section6 .w-88 .button-box .swiper-button-prev {
  background: url(../images/index/arr3.webp) no-repeat center;
}
#about .section6 .w-88 .button-box .swiper-button-prev:hover {
  background: #987c67 url(../images/index/arr5.webp) no-repeat center;
}
#about .section6 .w-88 .button-box .swiper-button-next:hover {
  background: #987c67 url(../images/index/arr6.webp) no-repeat center;
}
#about .section6 .w-88 .button-box > div {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #987c67;
  position: static;
}
#about .section6 .w-88 .swiper2 .swiper-slide {
  padding: 0 0 60px 6.9vw;
  position: relative;
}
#about .section6 .w-88 .swiper2 .swiper-slide .yh {
  position: absolute;
  bottom: 0;
  left: 30%;
  width: 33%;
}
#about .section6 .w-88 .swiper2 .swiper-slide .parallax-box {
  width: 58.78%;
  overflow: hidden;
  height: 45vw;
}
#about .section6 .w-88 .swiper2 .swiper-slide .parallax-box .img {
  width: 100%;
  height: 55vw;
  display: block;
  object-fit: cover;
  object-position: center;
}
#about .section6 .w-88 .swiper2 .swiper-slide .txt-box {
  width: 47.29%;
  height: 32.56vw;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5vw 5% 0;
}
#about .section6 .w-88 .swiper2 .swiper-slide .txt-box .p1 {
  font-size: 26px;
  font-weight: bold;
  color: #987c66;
}
#about .section6 .w-88 .swiper2 .swiper-slide .txt-box .p2 {
  font-size: 14px;
  line-height: 30px;
  color: #987c67;
  margin-top: 3vw;
}
#value {
  overflow-x: hidden;
}
#value .section1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#value .section1 .parallax-banner {
  height: 120vh;
  overflow: hidden;
}
#value .section1 .parallax-banner img {
  height: 120vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#value .section1 .txt-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 55%;
  transform: translateY(-55%);
}
#value .section1 .txt-box p,
#value .section1 .txt-box .s1 {
  font-size: 13.5vw;
  line-height: 12vw;
  color: #f2ebda;
  font-family: 'feli';
}
#value .section1 .txt-box p .yh,
#value .section1 .txt-box .s1 .yh {
  width: 11.13%;
}
#value .section1 .txt-box .p1 {
  display: flex;
  align-items: flex-start;
}
#value .section1 .txt-box .p1 .s2 {
  font-size: 3.6vw;
  color: #f2ebda;
  font-family: 'SimSun', '宋体';
  line-height: normal;
}
#value .section1 .txt-box .p2 {
  text-align: center;
}
#value .section1 .txt-box .p3 {
  text-align: right;
}
#value .section1 .txt-box .p4 {
  display: none;
}
#value .section2 {
  background: #997c68 url(../images/value/long1.webp) no-repeat left bottom 45px;
  padding: 40px 0 55px;
  background-size: 53%;
  overflow: hidden;
}
#value .section2 .w-88 {
  display: flex;
}
#value .section2 .w-88 .lf-txt {
  width: 36.82%;
  padding: 155px 0 0;
  border-right: 1px solid #c6b5a8;
}
#value .section2 .w-88 .lf-txt .p1 {
  font-size: 60px;
  line-height: 70px;
  color: #f2ebda;
  font-family: 'SimSun', '宋体';
}
#value .section2 .w-88 .lf-txt .p2 {
  font-size: 14px;
  line-height: 30px;
  color: #f2ebda;
  margin-top: 40px;
}
#value .section2 .w-88 .rt-cir {
  width: 63.18%;
  padding: 60px 0 90px 20px;
  text-align: right;
}
#value .section2 .w-88 .rt-cir .cir {
  width: 41.3vw;
}
#value .section2 .w-88 .rt-cir .top {
  padding-bottom: 27px;
  border-bottom: 1px solid #c6b5a8;
  position: relative;
}
#value .section2 .w-88 .rt-cir .top .l1 {
  display: none;
}
#value .section2 .w-88 .rt-cir .top .light-box {
  position: absolute;
  top: 27%;
  right: -15%;
  width: 56vw;
}
#value .section2 .w-88 .rt-cir .top .light-box .light {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#value .section2 .w-88 .rt-cir .top .light-box .active {
  opacity: 1;
}
#value .section2 .w-88 .rt-cir .top .xh {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 21.88vw;
}
#value .section2 .w-88 .rt-cir .top .p1 {
  font-size: 5vw;
  line-height: 5vw;
  color: #f2ebda;
  font-family: 'feli';
  position: absolute;
  bottom: 15px;
  left: 5%;
  text-align: left;
}
#value .section2 .w-88 .rt-cir .btm {
  font-size: 14px;
  line-height: 30px;
  color: #f2ebda;
  padding: 48px 5% 0;
  text-align: left;
}
#value .section3 {
  padding: 108px 0 0;
  background: #181d24;
}
#value .section3 .w-88 .title {
  font-size: 60px;
  color: #f2ebda;
  font-family: 'SimSun', '宋体';
  padding-bottom: 30px;
  border-bottom: 1px solid #818283;
  margin-bottom: 49px;
}
#value .section3 .w-88 .swiper-box {
  display: flex;
  position: relative;
}
#value .section3 .w-88 .swiper-box .hb-box .abs {
  z-index: 2;
}
#value .section3 .w-88 .swiper-box .hb-box .hb1 {
  top: 20%;
  left: 92%;
  width: 75px;
}
#value .section3 .w-88 .swiper-box .hb-box .hb2 {
  top: 47%;
  right: -1%;
  width: 60px;
}
#value .section3 .w-88 .swiper-box .hb-box .hb3 {
  top: 48%;
  left: 50%;
}
#value .section3 .w-88 .swiper-box .hb-box .hb4 {
  top: 70%;
  left: 10%;
}
#value .section3 .w-88 .swiper-box .hb-box .hb5 {
  top: 0%;
  left: 3%;
}
#value .section3 .w-88 .swiper-box .lf-swiper {
  width: calc(100% - 320px);
  padding-bottom: 26px;
  position: relative;
}
#value .section3 .w-88 .swiper-box .lf-swiper .swiper-pagination {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 225px;
  line-height: 200px;
  font-family: 'SimSun', '宋体';
  color: #e1d6c5;
  width: auto;
  left: auto;
  bottom: auto;
}
#value .section3 .w-88 .swiper-box .lf-swiper .swiper-pagination span {
  font-size: 225px;
  line-height: 200px;
  font-family: 'SimSun', '宋体';
  color: #e1d6c5;
}
#value .section3 .w-88 .swiper-box .lf-swiper .button-box {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 2;
  display: flex;
}
#value .section3 .w-88 .swiper-box .lf-swiper .button-box .swiper-button-next {
  margin-left: 10px;
  background: url(../images/index/arr4.webp) no-repeat center;
}
#value .section3 .w-88 .swiper-box .lf-swiper .button-box .swiper-button-prev {
  background: url(../images/index/arr3.webp) no-repeat center;
}
#value .section3 .w-88 .swiper-box .lf-swiper .button-box .swiper-button-prev:hover {
  background: #987c67 url(../images/index/arr5.webp) no-repeat center;
}
#value .section3 .w-88 .swiper-box .lf-swiper .button-box .swiper-button-next:hover {
  background: #987c67 url(../images/index/arr6.webp) no-repeat center;
}
#value .section3 .w-88 .swiper-box .lf-swiper .button-box > div {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #987c67;
  position: static;
}
#value .section3 .w-88 .swiper-box .lf-swiper .swiper1 {
  padding-bottom: 50px;
  border-right: 1px solid #8f8f90;
}
#value .section3 .w-88 .swiper-box .lf-swiper .swiper1 .swiper-slide {
  display: flex;
  align-items: flex-end;
}
#value .section3 .w-88 .swiper-box .lf-swiper .swiper1 .swiper-slide .txt {
  width: 265px;
}
#value .section3 .w-88 .swiper-box .lf-swiper .swiper1 .swiper-slide .txt p {
  font-size: 15px;
  line-height: 24px;
  color: #f0e8de;
}
#value .section3 .w-88 .swiper-box .lf-swiper .swiper1 .swiper-slide img {
  width: 55.33%;
  margin-right: 60px;
  height: 810px;
  object-fit: cover;
}
#value .section3 .w-88 .swiper-box .swiper2 {
  width: 320px;
  height: 900px;
}
#value .section3 .w-88 .swiper-box .swiper2 .swiper-slide {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid #707071;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
}
#value .section3 .w-88 .swiper-box .swiper2 .swiper-slide .p1 {
  font-size: 102px;
  font-family: 'SimSun', '宋体';
  color: #e1d7c4;
  text-align: center;
  transform: translateY(10px);
  transition: all 0.2s ease;
}
#value .section3 .w-88 .swiper-box .swiper2 .swiper-slide .p2,
#value .section3 .w-88 .swiper-box .swiper2 .swiper-slide .p3 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s ease;
}
#value .section3 .w-88 .swiper-box .swiper2 .swiper-slide-active .p1 {
  transform: translateY(0);
}
#value .section3 .w-88 .swiper-box .swiper2 .swiper-slide-active .p2,
#value .section3 .w-88 .swiper-box .swiper2 .swiper-slide-active .p3 {
  transform: translateY(0);
  opacity: 1;
}
#value .section4 {
  background: #f9f0ec url(../images/value/bg1.webp) no-repeat center;
  background-size: cover;
  padding: 130px 0 128px;
}
#value .section4 .w-88 {
  position: relative;
}
#value .section4 .w-88 .book {
  position: absolute;
  right: 98px;
  top: 10px;
}
#value .section4 .w-88 .title {
  font-family: 'feli';
  font-size: 8.45vw;
  line-height: 8vw;
  color: #a18569;
  position: relative;
}
#value .section4 .w-88 .content {
  display: flex;
  margin-top: 10px;
}
#value .section4 .w-88 .content .phone-title {
  display: none;
}
#value .section4 .w-88 .content .lf-img {
  width: 40.94%;
  padding: 87px 55px 2vw 0;
  border-right: 1px solid #91765b;
  position: relative;
}
#value .section4 .w-88 .content .lf-img .cir-title {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  background: #997c68;
  top: -21px;
  left: -36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#value .section4 .w-88 .content .lf-img .cir-title p {
  font-size: 27px;
  color: #fff;
  margin-top: 5px;
}
#value .section4 .w-88 .content .lf-img .jy1 {
  width: 100%;
}
#value .section4 .w-88 .content .lf-img .parallax-box {
  overflow: hidden;
  /* 隐藏超出部分 */
  height: 32.738vw;
  /* 与父容器同高 */
}
#value .section4 .w-88 .content .lf-img .parallax-box .jy1 {
  height: 120%;
  /* 图片高度大于容器，给视差移动留出空间 */
  object-fit: cover;
  object-position: center;
}
#value .section4 .w-88 .content .lf-img .txt-box {
  margin-top: 32px;
}
#value .section4 .w-88 .content .lf-img .txt-box p {
  font-size: 14px;
  line-height: 30px;
  color: #997c68;
}
#value .section4 .w-88 .content .lf-img .txt-box p span {
  font-weight: bold;
}
#value .section4 .w-88 .content .rt-img {
  width: 59.06%;
  padding: 50px 0 0 70px;
}
#value .section4 .w-88 .content .rt-img .p1 {
  font-size: 60px;
  font-family: 'SimSun', '宋体';
  color: #997c68;
}
#value .section4 .w-88 .content .rt-img .p2 {
  font-size: 14px;
  line-height: 30px;
  color: #997c68;
  margin: 30px 0;
}
#value .section4 .w-88 .content .rt-img .jy2 {
  width: 100%;
}
#value .section4 .w-88 .content .rt-img .parallax-box {
  overflow: hidden;
  /* 隐藏超出部分 */
  height: 33.928vw;
  /* 与父容器同高 */
}
#value .section4 .w-88 .content .rt-img .parallax-box .jy2 {
  height: 125%;
  /* 图片高度大于容器，给视差移动留出空间 */
  object-fit: cover;
  object-position: center;
}
#value .section5 {
  position: relative;
  height: 100vh;
}
#value .section5 .title {
  font-size: 8.4vw;
  line-height: 8vw;
  color: #c4b393;
  font-family: 'feli';
  position: absolute;
  top: 37%;
  left: 0%;
  width: 100%;
  text-align: center;
}
#value .section5 .title2 {
  position: absolute;
  font-size: 24px;
  color: #f8f0e8;
  top: 59%;
  left: 13%;
  text-align: center;
}
#value .section5 .img-box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#value .section5 .img-box .img-res {
  position: absolute;
  top: 0;
  left: 0;
  height: 120vh;
  object-fit: cover;
  object-position: left center;
  opacity: 0;
  transition: all 0.3s ease;
}
#value .section5 .img-box .img-res.active {
  opacity: 1;
}
#value .section5 .w-88 {
  position: absolute;
  top: 0;
  left: 6%;
  height: 100%;
}
#value .section5 .w-88 .cir {
  position: absolute;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
#value .section5 .w-88 .cir p {
  width: 133px;
  height: 133px;
  color: #38210f;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  background: #fff;
  bottom: 50%;
  right: -66px;
  border-radius: 50%;
  margin-bottom: -66px;
  z-index: 22;
  cursor: pointer;
  transition: all 0.2s ease;
}
#value .section5 .w-88 .cir p img {
  width: 0;
}
#value .section5 .w-88 .cir p span {
  margin: 0;
}
#value .section5 .w-88 .cir.active {
  border: 1px solid #ffffff;
}
#value .section5 .w-88 .cir.active p {
  width: 200px;
  height: 200px;
  background: #997c68;
  margin-bottom: -100px;
  flex-direction: column;
  right: -100px;
  color: #fff;
}
#value .section5 .w-88 .cir.active p img {
  width: auto;
}
#value .section5 .w-88 .cir.active p span {
  font-size: 27px;
  color: #fff;
  margin-top: 15px;
}
#value .section5 .w-88 .cir1 {
  width: 88vw;
  height: 88vw;
  bottom: -44vw;
}
#value .section5 .w-88 .cir2 {
  width: 66vw;
  height: 66vw;
  bottom: -33vw;
}
#value .section5 .w-88 .cir3 {
  width: 30vw;
  height: 30vw;
  bottom: -15vw;
}
#value .section6 {
  position: relative;
  background: #38210f;
  overflow: hidden;
}
#value .section6 .w-88 {
  position: relative;
  padding: 270px 0 370px;
}
#value .section6 .w-88 .hd {
  top: 162px;
  left: 31%;
  z-index: 2;
  width: 10vw;
}
#value .section6 .w-88 .yz1 {
  right: 3%;
  top: 20%;
  z-index: 2;
}
#value .section6 .w-88 .yz2 {
  top: 40%;
  left: 39%;
  z-index: 2;
}
#value .section6 .w-88 .yz3 {
  bottom: 5%;
  left: 24%;
  z-index: 2;
}
#value .section6 .w-88 .title {
  font-size: 8.45vw;
  line-height: 8vw;
  font-family: 'feli';
  color: #f8f0e8;
  position: relative;
  z-index: 2;
}
#value .section6 .w-88 .cir-box {
  width: 54.66%;
  position: absolute;
  bottom: 77px;
  left: 45%;
  max-width: 809px;
}
#value .section6 .w-88 .cir-box .icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #f8f0e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 2;
}
#value .section6 .w-88 .cir-box .icon p {
  font-size: 27px;
  color: #38210f;
  margin-top: 15px;
}
#value .section6 .w-88 .txt-box {
  background: #a08569;
  width: 65.5%;
  padding: 185px 0 125px 5%;
  margin-top: -73px;
}
#value .section6 .w-88 .txt-box .p1 {
  font-size: 60px;
  line-height: 70px;
  color: #f8f0e8;
  font-family: 'SimSun', '宋体';
}
#value .section6 .w-88 .txt-box .p2 {
  margin-top: 50px;
}
#value .section6 .w-88 .txt-box .p2 span {
  font-size: 14px;
  line-height: 30px;
  color: #f2ebda;
  display: block;
}
#value .section7 {
  background: #f9f0ec url(../images/value/bg1.webp) no-repeat center;
  background-size: cover;
  padding: 145px 0 170px;
}
#value .section7 .w-88 .top {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #a18569;
  margin-bottom: 33px;
}
#value .section7 .w-88 .top .cir-title {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #997c68;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#value .section7 .w-88 .top .cir-title p {
  font-size: 27px;
  color: #fff;
  margin-top: 5px;
}
#value .section7 .w-88 .top .rt-txt {
  margin-left: 30px;
}
#value .section7 .w-88 .top .rt-txt .p1 {
  font-size: 8.45vw;
  line-height: 8vw;
  color: #a18569;
  font-family: 'feli';
}
#value .section7 .w-88 .top .rt-txt .p2 {
  font-size: 60px;
  color: #997c68;
  font-family: 'SimSun', '宋体';
}
#value .section7 .w-88 .btm {
  margin-bottom: 50px;
}
#value .section7 .w-88 .btm p {
  font-size: 14px;
  line-height: 30px;
  color: #997c68;
}
#value .section7 .swiper3 {
  width: 94%;
  margin-left: 6%;
}
#value .section7 .swiper3 .swiper-slide {
  position: relative;
}
#value .section7 .swiper3 .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  height: 100%;
  border-left: 1px solid #a18569;
}
#value .section8 {
  position: relative;
}
#value .section8 .add {
  position: absolute;
  width: 12.85vw;
  top: 31%;
  left: 43%;
}
#landscape .section1 {
  background: #38210f;
  height: 100vh;
  position: relative;
}
#landscape .section1 .center-img {
  width: 88%;
  height: 74vh;
  position: relative;
  top: 20vh;
  margin: auto;
  overflow: hidden;
}
#landscape .section1 .center-img .img-res {
  height: 89vh;
  width: 88vw;
  transform: translateY(-15vh);
  object-fit: cover;
  object-position: center;
}
#landscape .section1 .ball {
  position: absolute;
  width: 12.44vw;
  right: 4%;
  bottom: 16vh;
}
#landscape .section1 .txt {
  position: absolute;
  top: 34%;
  left: 13%;
  font-size: 10.119vw;
  line-height: 10.119vw;
  font-family: 'feli';
  color: #f2ebda;
  white-space: nowrap;
}
#landscape .section1 .txt .s1 {
  font-size: 8.92vw;
  line-height: 9vw;
  font-family: 'feli';
  color: #f2ebda;
}
#landscape .section1 .txt .s2 {
  font-size: 3.69vw;
  line-height: 3vw;
  color: #f2ebda;
  font-family: 'SimSun', '宋体';
  position: absolute;
  right: -42px;
  top: 19px;
}
#landscape .section2 {
  background: #f9f0ec;
  padding: 170px 0 180px 6%;
}
#landscape .section2 .title {
  font-size: 8.45vw;
  line-height: 8vw;
  color: #a18569;
  font-family: 'feli';
  position: relative;
  z-index: 2;
}
#landscape .section2 .content {
  display: flex;
  justify-content: space-between;
  margin-top: -52px;
  position: relative;
}
#landscape .section2 .content .zj {
  position: absolute;
  left: 0;
  bottom: -37px;
  width: 56.75%;
  z-index: 4;
}
#landscape .section2 .content .lf-txt {
  width: 350px;
  padding-top: 95px;
}
#landscape .section2 .content .lf-txt .p1 {
  font-size: 60px;
  line-height: 60px;
  color: #a18569;
  font-family: 'SimSun', '宋体';
  margin-bottom: 25px;
}
#landscape .section2 .content .lf-txt .p2 {
  font-size: 14px;
  line-height: 30px;
  color: #a18569;
}
#landscape .section2 .content .rt-swiper {
  width: calc(100% - 510px);
  position: relative;
}
#landscape .section2 .content .rt-swiper .swiper-button-next {
  right: 6%;
  background: url(../images/index/arr4.webp) no-repeat center;
}
#landscape .section2 .content .rt-swiper .swiper-button-prev {
  left: -95px;
  background: url(../images/index/arr3.webp) no-repeat center;
}
#landscape .section2 .content .rt-swiper .swiper-button-prev:hover {
  background: #987c67 url(../images/index/arr5.webp) no-repeat center;
}
#landscape .section2 .content .rt-swiper .swiper-button-next:hover {
  background: #987c67 url(../images/index/arr6.webp) no-repeat center;
}
#landscape .section2 .content .rt-swiper .swiper-button-next,
#landscape .section2 .content .rt-swiper .swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  background-color: #38210f;
}
#landscape .section2 .content .rt-swiper .swiper1 .swiper-slide[data-swiper-slide-index="0"],
#landscape .section2 .content .rt-swiper .swiper1 .swiper-slide[data-swiper-slide-index="2"],
#landscape .section2 .content .rt-swiper .swiper1 .swiper-slide[data-swiper-slide-index="4"],
#landscape .section2 .content .rt-swiper .swiper1 .swiper-slide[data-swiper-slide-index="6"] {
  padding-top: 33px;
}
#landscape .section2 .content .rt-swiper .swiper1 .swiper-slide video {
  width: 100%;
  height: 100%;
}
#landscape .section3 {
  padding: 138px 0 80px;
  background: #181d24;
}
#landscape .section3 .w-88 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
#landscape .section3 .w-88 > .title {
  position: absolute;
  right: 0;
  bottom: 3vw;
  font-family: 'feli';
  font-size: 8.45vw;
  color: #f8f0e8;
  z-index: 2;
}
#landscape .section3 .w-88 .cz1 {
  position: absolute;
  width: 16.89%;
  bottom: -15px;
  left: -5%;
  z-index: 2;
}
#landscape .section3 .w-88 .cz2 {
  position: absolute;
  width: 13.78%;
  left: 61%;
  top: 22%;
  z-index: 2;
}
#landscape .section3 .w-88 .swiper2 {
  width: 67.56%;
}
#landscape .section3 .w-88 .rt-txt {
  flex-grow: 1;
  margin-left: 30px;
  border-left: 1px solid #878483;
}
#landscape .section3 .w-88 .rt-txt .p1 {
  font-size: 3.57vw;
  font-family: 'SimSun', '宋体';
  color: #f8f0e8;
  flex-grow: 1;
  margin-left: 50px;
  padding-top: 27px;
  height: 17.26vw;
  border-bottom: 1px solid #878483;
}
#landscape .section4 {
  padding: 0 0 0 6%;
  background: #c0b2a3;
  padding-left: 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#landscape .section4::before {
  content: '';
  position: absolute;
  top: 10vh;
  left: 6%;
  height: 80vh;
  border-left: 1px solid #e4dcd5;
}
#landscape .section4 .qiu1 {
  position: absolute;
  width: 18.63%;
  top: 29%;
  left: 456px;
  z-index: 2;
}
#landscape .section4 .qiu2 {
  position: absolute;
  width: 12.85%;
  right: 6%;
  bottom: 53px;
  z-index: 2;
}
#landscape .section4 .lf-txt {
  width: 440px;
  position: relative;
  z-index: 3;
  padding-left: 50px;
}
#landscape .section4 .lf-txt .p1 {
  font-size: 3.57vw;
  font-family: 'SimSun', '宋体';
  color: #f8f0e8;
  padding-bottom: 4.7vw;
  margin-bottom: 55px;
  border-bottom: 1px solid #e4dcd5;
}
#landscape .section4 .lf-txt .p2 {
  font-family: 'feli';
  font-size: 8.45vw;
  color: #f8f0e8;
}
#landscape .section4 .lf-txt .p3 {
  font-size: 14px;
  line-height: 30px;
  color: #f2ebda;
}
#landscape .section4 .rt-img {
  width: calc(100% - 460px);
  position: relative;
  overflow: hidden;
}
#landscape .section4 .rt-img .img-box {
  width: 97%;
  height: 42.55vw;
  border-radius: 50%;
  overflow: hidden;
}
#landscape .section4 .rt-img .img-box .swiper3 {
  height: 62.55vw;
}
#landscape .section4 .rt-img .img-box .swiper3 .swiper-slide .img-res {
  height: 62.55vw;
  object-fit: cover;
  object-position: center;
}
#landscape .section4 .rt-img .cir {
  width: 100%;
  height: 62.55vw;
  object-fit: cover;
  object-position: center;
}
#landscape .section5 {
  background: #38210f;
}
#landscape .section5 .w-88 {
  display: flex;
  align-items: flex-start;
}
#landscape .section5 .w-88 .lf-cir {
  width: 33.78%;
  border-bottom: 1px solid #9c9087;
  padding: 170px 0 46px;
}
#landscape .section5 .w-88 .lf-cir .video-box {
  border-radius: 50%;
  height: 17.85vw;
  overflow: hidden;
}
#landscape .section5 .w-88 .lf-cir .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#landscape .section5 .w-88 .rt-txt {
  display: flex;
  flex-grow: 1;
  margin-left: 40px;
  position: relative;
  padding: 170px 0 108px;
}
#landscape .section5 .w-88 .rt-txt .shu1 {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 39.89%;
}
#landscape .section5 .w-88 .rt-txt .sz2 {
  width: 52.96%;
}
#landscape .section5 .w-88 .rt-txt .parallax-box {
  width: 52.96%;
  height: 39.58vw;
  overflow: hidden;
}
#landscape .section5 .w-88 .rt-txt .parallax-box .sz2 {
  width: 100%;
  height: 120%;
  /* 图片高度大于容器，给视差移动留出空间 */
  object-fit: cover;
  object-position: center;
}
#landscape .section5 .w-88 .rt-txt .txt-box {
  margin-left: 35px;
}
#landscape .section5 .w-88 .rt-txt .txt-box .p1 {
  position: absolute;
  right: 0;
  bottom: -30px;
}
#landscape .section5 .w-88 .rt-txt .txt-box .p1 span {
  font-family: 'feli';
  font-size: 8.45vw;
  line-height: 8vw;
  color: #f8f0e8;
  display: block;
  white-space: nowrap;
}
#landscape .section5 .w-88 .rt-txt .txt-box .p2 {
  font-size: 3.57vw;
  font-family: 'SimSun', '宋体';
  color: #f8f0e8;
}
#landscape .section5 .w-88 .rt-txt .txt-box .p3 {
  font-size: 14px;
  line-height: 30px;
  color: #f2ebda;
  margin-top: 20px;
}
#landscape .section6 {
  background: #a89280;
}
#landscape .section6 .w-88 {
  display: flex;
  position: relative;
  padding: 148px 0 0;
}
#landscape .section6 .w-88 .dd {
  position: absolute;
  left: 0;
  top: -15px;
  width: 39%;
  max-width: 578px;
}
#landscape .section6 .w-88 .lf-txt {
  width: 334px;
  border-right: 1px solid #d0c1b4;
  padding-top: 260px;
  margin-bottom: 40px;
}
#landscape .section6 .w-88 .lf-txt .p1 {
  font-size: 45px;
  line-height: 57px;
  font-family: 'feli';
  color: #f8f0e8;
}
#landscape .section6 .w-88 .lf-txt .p2 {
  font-size: 60px;
  color: #f8f0e8;
  font-family: 'SimSun', '宋体';
  margin-top: 45px;
}
#landscape .section6 .w-88 .rt-img {
  width: calc(100% - 374px);
  margin-left: 40px;
  flex-grow: 1;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#landscape .section6 .w-88 .rt-img .scroll-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#landscape .section6 .w-88 .rt-img img {
  width: 100%;
  margin-bottom: 50px;
}
#bnjz .section1 {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#bnjz .section1 .banner_img {
  height: 120vh;
  object-fit: cover;
  object-position: center;
  transform: translateY(-20vh);
}
#bnjz .section1 .txt {
  font-size: 9.52vw;
  line-height: 9vw;
  color: #ffffff;
  font-family: 'feli';
  position: absolute;
  width: 100%;
  text-align: center;
  top: 22%;
}
#bnjz .section1 .ball {
  position: absolute;
  width: 9.76%;
  top: 69%;
  left: 71%;
}
#bnjz .section1 .img-box {
  position: absolute;
  top: 27%;
  width: 33.63%;
  left: 31%;
}
#bnjz .section1 .img-box .p1 {
  font-size: 3.69vw;
  font-family: 'SimSun', '宋体';
  color: #fff;
  position: absolute;
  top: 56%;
  left: 28%;
}
#bnjz .section2 {
  padding-bottom: 64px;
}
#bnjz .section2 .w-88 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 177px 0 105px;
}
#bnjz .section2 .w-88 .lf-txt {
  width: 50%;
}
#bnjz .section2 .w-88 .lf-txt .p1 {
  font-family: 'feli';
  font-size: 8.45vw;
  line-height: 8vw;
  color: #997c68;
}
#bnjz .section2 .w-88 .rt-txt {
  width: 50%;
  padding-left: 2.5vw;
  border-left: 1px solid #c4a98f;
}
#bnjz .section2 .w-88 .rt-txt .p1 {
  font-size: 3.69vw;
  font-family: 'SimSun', '宋体';
  color: #997c68;
}
#bnjz .section2 .w-88 .rt-txt .p1 br {
  display: none;
}
#bnjz .section2 .w-88 .rt-txt .p2 {
  font-size: 14px;
  line-height: 30px;
  color: #997c68;
  margin-top: 20px;
}
#bnjz .section2 .btm {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bnjz .section2 .btm .item {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
#bnjz .section2 .btm .item p {
  font-size: 14px;
  line-height: 20px;
  color: #c4ab72;
  text-align: center;
}
#bnjz .section3 {
  background: #c4a98f;
  padding: 84px 0 25px;
}
#bnjz .section3 .w-88 {
  display: flex;
  align-items: center;
}
#bnjz .section3 .w-88 .lf-cir {
  width: 50%;
  position: relative;
  text-align: center;
}
#bnjz .section3 .w-88 .lf-cir .cir {
  width: 77.43%;
}
#bnjz .section3 .w-88 .lf-cir .s-img {
  position: absolute;
  width: 34.59%;
  top: 0;
  left: 0;
}
#bnjz .section3 .w-88 .lf-cir .i-img {
  position: absolute;
  width: 25.81%;
  bottom: 15px;
  right: 2%;
}
#bnjz .section3 .w-88 .rt-txt {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
#bnjz .section3 .w-88 .rt-txt .tabs {
  width: 91%;
  border-left: 1px solid #e2d4c7;
  padding-left: 56px;
}
#bnjz .section3 .w-88 .rt-txt .tabs .tab-box .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  border-top: 1px solid #e2d4c7;
  width: 100%;
  padding-right: 15px;
  cursor: pointer;
}
#bnjz .section3 .w-88 .rt-txt .tabs .tab-box .tab p {
  font-family: 'feli';
  font-size: 60px;
  color: rgba(255, 255, 255, 0.5);
}
#bnjz .section3 .w-88 .rt-txt .tabs .tab-box .tab .arr {
  transition: all 0.5s ease;
}
#bnjz .section3 .w-88 .rt-txt .tabs .tab-box.active p {
  color: #ffffff;
}
#bnjz .section3 .w-88 .rt-txt .tabs .tab-box.active .arr {
  transform: rotate(90deg);
}
#bnjz .section3 .w-88 .rt-txt .tabs .tab-box:last-child .img-box {
  display: none;
}
#bnjz .section4 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #001135;
  overflow: hidden;
}
#bnjz .section4 .light-box {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#bnjz .section4 .light-box .light {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
}
#bnjz .section4 .light-box .light.active {
  opacity: 1;
}
#bnjz .section4 .s4-en {
  font-family: 'feli', serif;
  font-size: 8.4vw;
  color: #a18569;
  line-height: 1;
  margin: 0;
}
#bnjz .section4 .s4-left {
  position: absolute;
  left: 6%;
  top: 15%;
  z-index: 3;
  max-width: 440px;
}
#bnjz .section4 .s4-left .swiper-jz {
  display: none;
}
#bnjz .section4 .s4-cn {
  font-family: 'SimSun', '宋体', serif;
  font-size: 3.57vw;
  color: #f0e8de;
  margin: 14px 0 70px;
}
#bnjz .section4 .s4-desc p {
  font-size: 14px;
  color: #f0e8de;
  line-height: 1.95;
  margin: 3px 0;
}
#bnjz .section4 .s4-certs {
  position: absolute;
  right: 43%;
  top: 27%;
  z-index: 3;
  width: 270px;
  height: 360px;
}
#bnjz .section4 .cert-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#bnjz .section4 .cert-item img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#bnjz .section4 .cert-name {
  font-size: 20px;
  color: #fff;
  margin-top: 16px;
  white-space: nowrap;
}
#bnjz .section5 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #3d2815;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 110px;
}
#bnjz .section5 .p1 {
  font-size: 8.45vw;
  line-height: 8vw;
  font-family: 'feli', serif;
  color: #a18569;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
#bnjz .section5 .p2 {
  font-size: 3.57vw;
  font-family: 'SimSun', '宋体', serif;
  color: #f8f0e8;
  margin: -50px 0 50px;
  text-align: center;
}
#bnjz .section5 .gz-box {
  position: relative;
}
#bnjz .section5 .gz-box .gyt {
  width: 60.47%;
  display: block;
  margin: auto;
}
#bnjz .section5 .gz-box .gyt2 {
  margin: 2vw auto 0;
}
#bnjz .section5 .gz-box .line1 {
  position: absolute;
  width: 27.619%;
  top: 33%;
  left: 36%;
}
#bnjz .section5 .gz-box .label,
#bnjz .section5 .gz-box .label-center {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #c8b8a0;
  white-space: nowrap;
  pointer-events: none;
}
#bnjz .section5 .gz-box .line {
  border-top: 1px solid #98897c;
  flex-grow: 1;
}
#bnjz .section5 .gz-box .dot {
  width: 1.547vw;
  height: 1.547vw;
  max-width: 26px;
  max-height: 26px;
  border-radius: 50%;
  background: #b8a080;
  margin-right: 0;
  flex-shrink: 0;
}
#bnjz .section5 .gz-box .zuo .line {
  margin-left: 30px;
}
#bnjz .section5 .gz-box .you .line {
  margin: 0 30px 0 0;
}
#bnjz .section5 .gz-box .zuo1 {
  top: 14%;
  width: 45%;
  left: 2%;
}
#bnjz .section5 .gz-box .zuo2 {
  top: 29%;
  left: 2%;
  width: 40%;
}
#bnjz .section5 .gz-box .zuo3 {
  top: 71%;
  left: 2%;
  width: 31%;
}
#bnjz .section5 .gz-box .zuo4 {
  top: 93%;
  left: 2%;
  width: 32%;
}
#bnjz .section5 .gz-box .you1 {
  top: 5.5%;
  right: 2.4%;
  width: 36%;
}
#bnjz .section5 .gz-box .you2 {
  top: 18%;
  right: 2%;
  width: 48%;
}
#bnjz .section5 .gz-box .you3 {
  top: 31%;
  right: 2%;
  width: 45%;
}
#bnjz .section5 .gz-box .you4 {
  top: 50%;
  right: 2%;
  width: 45%;
}
#bnjz .section5 .gz-box .you5 {
  top: 74%;
  right: 2%;
  width: 42%;
}
#bnjz .section5 .gz-box .you6 {
  top: 87%;
  right: 2%;
  width: 58%;
}
#bnjz .section5 .gz-box .you7 {
  top: 70%;
  right: 25%;
}
#bnjz .section5 .gz-box .you7 span {
  color: #f2ebda;
}
#bnjz .section5 .gz-box .label-center {
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #d8c8a8;
}
#bnjz .section5 .gz-box .label-center span {
  color: #38210f;
}
#bnjz .section6 {
  background: #f8f0e8;
}
#bnjz .section6 .w-88 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 112px 0 40px;
  border-bottom: 1px solid #c4a98f;
}
#bnjz .section6 .w-88 .title {
  display: none;
}
#bnjz .section6 .w-88 .cube {
  width: 33.78%;
  height: 500px;
  padding: 80px 4% 0;
}
#bnjz .section6 .w-88 .cube .p1 {
  font-size: 30px;
  line-height: 40px;
  color: #63482d;
  height: 80px;
}
#bnjz .section6 .w-88 .cube .cir {
  border: 1px solid #74614f;
  height: 215px;
  width: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
#bnjz .section6 .w-88 .cube .cir p {
  font-size: 14px;
  line-height: 30px;
  color: #63482d;
  width: 70%;
}
#bnjz .section6 .w-88 .cube1 {
  background: #c8b8aa;
}
#bnjz .section6 .w-88 .cube2 {
  background: #a69079;
}
#bnjz .section6 .w-88 .zft {
  width: 23.37%;
  margin-bottom: -74px;
}
#bnjz .section7 {
  padding: 73px 0 125px;
  background: #f8f0e8;
}
#bnjz .section7 .w-88 {
  position: relative;
}
#bnjz .section7 .w-88 .img-box {
  height: 35vw;
  border-radius: 50%;
  overflow: hidden;
}
#bnjz .section7 .w-88 .img-box img {
  width: 100%;
  height: 55vw;
  object-fit: cover;
  object-position: center;
}
#bnjz .section7 .w-88 .p1 {
  font-family: 'feli';
  font-size: 70px;
  color: #b89c80;
  position: absolute;
  left: 0;
  top: 0;
}
#bnjz .section8 {
  background: #c8b8aa;
  overflow: hidden;
  position: relative;
  padding: 130px 0 120px;
}
#bnjz .section8 .en {
  position: absolute;
  width: 56.66%;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
#bnjz .section8 .scroll-box {
  display: flex;
  position: relative;
  align-items: center;
}
#bnjz .section8 .scroll-box .en2 {
  font-size: 142px;
  color: #f8f0e8;
  font-family: 'feli';
  position: absolute;
  left: 0;
  top: 50%;
  white-space: nowrap;
}
#bnjz .section8 .scroll-box .en2 br {
  display: none;
}
#bnjz .section8 .scroll-box .img-box {
  width: 47.619vw;
  position: relative;
  will-change: transform;
  flex-shrink: 0;
}
#bnjz .section8 .scroll-box .img-box p {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 20px;
  color: #f8f0e8;
}
#bnjz .section8 .scroll-box .img-box:nth-child(2) {
  margin: 0 4.76vw;
}
#kjdz .banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#kjdz .banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#kjdz .banner .banner-bg .swiper-banner .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
#kjdz .banner .ellipse-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #a89280;
  mask-repeat: no-repeat;
}
#kjdz .banner .banner-content {
  position: absolute;
  top: 38%;
  left: 27%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 40px;
  opacity: 1;
}
#kjdz .banner .banner-content .num-circle {
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #5a3a1a, #2a1a0a);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(255, 180, 50, 0.6), inset 0 0 20px rgba(255, 200, 100, 0.3);
  position: absolute;
  left: -27%;
  top: -60%;
  opacity: 1;
  transform: scale(1);
}
#kjdz .banner .banner-content .num-circle .guang1 {
  position: absolute;
  top: -17%;
  left: -19%;
  width: 144%;
  animation: glow-pulse 2s ease-in-out infinite;
}
#kjdz .banner .banner-content .num-circle .num {
  font-size: 12vw;
  color: #f8f0e8;
  font-family: 'feli';
  line-height: 1;
}
#kjdz .banner .banner-content .num-circle::after {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
}
#kjdz .banner .banner-content .title-box {
  flex-shrink: 0;
  position: relative;
}
#kjdz .banner .banner-content .title-box .guang2 {
  position: absolute;
  top: -41%;
  left: 10%;
  width: 43vw;
}
#kjdz .banner .banner-content .title-box .en {
  font-size: 8.45vw;
  line-height: 7vw;
  color: #f8f0e8;
  font-family: 'feli';
  margin-bottom: 40px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
#kjdz .banner .banner-content .title-box .en .cn {
  font-size: 3.69vw;
  line-height: 3.69vw;
  color: #f8f0e8;
  font-family: 'SimSun', '宋体';
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  display: inline-block;
  background: rgba(37, 49, 67, 0.8);
  vertical-align: middle;
}
#kjdz .banner .banner-content .title-box .en:nth-child(2) {
  margin-left: -7vw;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}
#kjdz .phone-banner {
  display: none;
}
@keyframes glow-pulse {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
#kjdz .lfNav {
  position: fixed;
  z-index: 666;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}
#kjdz .lfNav .item {
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}
#kjdz .lfNav .item .p1 {
  font-size: 20px;
  color: #f2ebda;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}
#kjdz .lfNav .item .cir {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 6.9vw;
  height: 6.9vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
#kjdz .lfNav .item .cir img {
  width: 70%;
}
#kjdz .lfNav .item.active .cir {
  background: #a18569;
  border: 1px solid #a18569;
}
#kjdz .lfNav .item.active .p1 {
  opacity: 1;
}
#kjdz .lfNav .item:last-child {
  margin-bottom: 0;
}
#kjdz .show {
  opacity: 1;
}
#kjdz .part .top-part .w-88 {
  padding: 0 0 22px 0;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
#kjdz .part .top-part .w-88 .qp {
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 56.28%;
}
#kjdz .part .top-part .w-88 .cir {
  width: 56.28%;
  position: relative;
}
#kjdz .part .top-part .w-88 .zIndex {
  z-index: 2;
}
#kjdz .part .top-part .w-88 .ys1 {
  right: 0;
  bottom: 18px;
  width: 61vw;
  max-width: 1020px;
}
#kjdz .part .top-part .w-88 .ys2 {
  right: 6%;
  bottom: 13%;
  width: 50vw;
}
#kjdz .part .top-part .w-88 .ys3 {
  right: 43%;
  bottom: 18vh;
  width: 3.69vw;
}
#kjdz .part .top-part .w-88 .ys4 {
  width: 3vw;
  right: 17%;
  bottom: 25vh;
}
#kjdz .part .top-part .w-88 .ys5 {
  width: 36.488vw;
  right: 0%;
  bottom: 6vh;
}
#kjdz .part .top-part .w-88 .ys6 {
  width: 32.97vw;
  right: 26%;
  bottom: 13vh;
  z-index: 3;
}
#kjdz .part .top-part .w-88 .ys7 {
  width: 4.5vw;
  right: 12%;
  bottom: 26vh;
  z-index: 3;
}
#kjdz .part .top-part .w-88 .ys8 {
  width: 64.8vw;
  bottom: 12vw;
  right: -4%;
}
#kjdz .part .top-part .w-88 .ys9 {
  width: 47.97vw;
  right: -5%;
  bottom: 14vw;
}
#kjdz .part .top-part .w-88 .ys10 {
  right: 50%;
  right: 53%;
  bottom: 16vw;
}
#kjdz .part .top-part .w-88 .ys11 {
  right: 31%;
  bottom: 27vw;
  width: 3.4vw;
}
#kjdz .part .top-part .w-88 .ys12 {
  right: 20%;
  right: 12%;
  bottom: 24vw;
}
#kjdz .part .top-part .w-88 .top-cir {
  display: none;
}
#kjdz .part .top-part .w-88 .num {
  font-family: 'feli';
  color: #a18569;
  font-size: 200px;
  position: absolute;
  top: 10%;
  right: 3%;
}
#kjdz .part .top-part .w-88 .txt-box {
  position: absolute;
  top: 20%;
  right: 50%;
}
#kjdz .part .top-part .w-88 .txt-box .p1 {
  font-family: 'SimSun', '宋体';
  font-size: 60px;
  color: #f8f0e8;
  line-height: 70px;
  margin-bottom: 20px;
}
#kjdz .part .top-part .w-88 .txt-box .p2 {
  font-size: 14px;
  line-height: 30px;
  color: #f2ebda;
}
#kjdz .part .btm-part {
  position: relative;
}
#kjdz .part .btm-part p {
  font-size: 7vw;
  color: #f8f0e8;
  font-family: 'feli';
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  white-space: nowrap;
  line-height: 7vw;
  margin-top: -3.5vw;
}
#kjdz .part.section6 .top-part .w-88 .cir {
  width: 37%;
  right: 10%;
  bottom: 7vh;
}
#kjdz .section1 {
  background: #38210f;
}
#kjdz .section2 {
  background: #253143;
}
#kjdz .section3 {
  background: #1b3421;
}
#kjdz .section4 {
  background: #051936;
}
#kjdz .section5 {
  background: #38210f;
}
#kjdz .section6 {
  background: #313e48;
}
#service .section1 {
  position: relative;
  overflow: hidden;
}
#service .section1 .parallax-box {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#service .section1 .parallax-box .banner-bg {
  width: 100%;
  height: 120vh;
  /* 图片高度大于容器，给视差移动留出空间 */
  object-fit: cover;
  object-position: center;
}
#service .section1 .p1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25%;
  text-align: center;
  font-size: 8.92vw;
  color: #f2ebda;
  font-family: 'feli';
}
#service .section1 .p2 {
  color: #f2ebda;
  font-family: 'SimSun', '宋体';
  font-size: 3.69vw;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 43%;
}
#service .section2 {
  display: flex;
  overflow: hidden;
}
#service .section2 .lf-icon {
  background: #a08569;
  width: 40%;
  padding: 100px 50px 175px 6vw;
}
#service .section2 .lf-icon .title {
  font-family: 'SimSun', '宋体';
  font-size: 40px;
  color: #38210f;
  margin-top: 94px;
}
#service .section2 .lf-icon .icon-box {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #6c533c;
  border-bottom: 1px solid #6c533c;
}
#service .section2 .lf-icon .icon-box .l1 {
  display: none;
}
#service .section2 .lf-icon .icon-box .item {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 250px;
}
#service .section2 .lf-icon .icon-box .item .line {
  position: absolute;
  right: 0;
  height: 172px;
  top: 50%;
  margin-top: -86px;
  border-left: 1px solid #6c533c;
}
#service .section2 .lf-icon .icon-box .item .cir {
  width: 90%;
  max-width: 230px;
  height: 110px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}
#service .section2 .lf-icon .icon-box .item .cir img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  transition: all 0.3s ease;
}
#service .section2 .lf-icon .icon-box .item .cir .i2 {
  top: 140%;
}
#service .section2 .lf-icon .icon-box .item .cir .i2.phone {
  display: none;
}
#service .section2 .lf-icon .icon-box .item .p1 {
  position: absolute;
  left: 14px;
  top: 220px;
  color: #38210f;
  font-size: 14px;
}
#service .section2 .lf-icon .icon-box .item:first-child,
#service .section2 .lf-icon .icon-box .item:nth-child(2) {
  border-bottom: 1px solid #6c533c;
}
#service .section2 .lf-icon .icon-box .item.active .cir {
  border: 1px solid #fff;
}
#service .section2 .lf-icon .icon-box .item.active .cir .i1 {
  top: -140%;
}
#service .section2 .lf-icon .icon-box .item.active .cir .i2 {
  top: 50%;
}
#service .section2 .lf-icon .icon-box .item.active p {
  color: #f0e9d8;
}
#service .section2 .rt-img {
  width: 60%;
  padding-top: 120px;
  background: #38210f;
  position: relative;
}
#service .section2 .rt-img .rt-txt {
  font-size: 14px;
  line-height: 30px;
  color: #f2ebda;
  position: absolute;
  right: 6vw;
  bottom: 44px;
}
#service .section2 .rt-img .img-box {
  position: relative;
  height: 510px;
}
#service .section2 .rt-img .img-box .con {
  position: absolute;
  height: 510px;
  opacity: 0;
  transition: all 0.3s ease;
}
#service .section2 .rt-img .img-box .con .big {
  width: 100%;
  height: 510px;
  object-fit: cover;
  object-position: center;
}
#service .section2 .rt-img .img-box .con .small {
  position: absolute;
  left: 20%;
  bottom: -100px;
}
#service .section2 .rt-img .img-box .con.active {
  opacity: 1;
}
#service .section3 {
  position: relative;
}
#service .section3 .w-88 {
  position: absolute;
  left: 6%;
  top: 0;
  height: 100%;
}
#service .section3 .w-88 .p1 {
  font-family: 'feli';
  color: #f2ebda;
  font-size: 8.45vw;
  line-height: 8vw;
  margin: 10% 0 20px;
}
#service .section3 .w-88 .p2 {
  font-family: 'SimSun', '宋体';
  color: #f8f0e8;
  font-size: 3.57vw;
}
#service .section3 .w-88 .p3 {
  font-size: 24px;
  color: #f8f0e8;
  font-family: 'SimSun', '宋体';
  position: absolute;
  right: 0;
  bottom: 60px;
}
#service .section4 {
  background: #c8b8aa;
  padding: 40px 0;
  position: relative;
}
#service .section4 .w-88 {
  display: flex;
}
#service .section4 .w-88 .lf-img {
  width: 49.3%;
  border-right: 1px solid #dcd1c1;
}
#service .section4 .w-88 .lf-img .swiper1 {
  width: 89%;
  margin-top: -206px;
}
#service .section4 .w-88 .lf-img .p1 {
  width: 97%;
  border-top: 1px solid #dcd1c1;
  margin: 60px 0 30px;
}
#service .section4 .w-88 .lf-img .p2 {
  font-size: 14px;
  line-height: 30px;
}
#service .section4 .w-88 .rt-img {
  width: 50.7%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#service .section4 .w-88 .rt-img .yz {
  position: absolute;
  width: 84.8%;
  bottom: 12%;
  left: 3%;
  z-index: 2;
}
#service .section4 .w-88 .rt-img .cir {
  width: 53.33%;
  position: relative;
  z-index: 2;
}
#service .section4 .w-88 .rt-img p {
  font-family: 'feli';
  font-size: 50px;
  position: absolute;
  text-transform: uppercase;
}
#service .section4 .w-88 .rt-img .p1 {
  color: #38210f;
  top: 17%;
  left: 4%;
}
#service .section4 .w-88 .rt-img .p2 {
  color: #f8f0e8;
  right: 0;
  top: 33%;
  z-index: 3;
}
#service .section4 .w-88 .rt-img .p3 {
  color: #38210f;
  left: 5%;
  top: 64%;
  z-index: 3;
}
#service .section4 .w-88 .rt-img .p4 {
  font-family: 'yahei';
  font-size: 24px;
  color: #38210f;
  width: 100%;
  text-align: center;
  bottom: 3%;
}
#service .section5 {
  background: #181d24;
  position: relative;
  z-index: 2;
}
#service .section5 > div {
  overflow: hidden;
  padding: 125px 0 150px;
}
#service .section5 .car2 {
  position: absolute;
  bottom: -34px;
  right: 6%;
  width: 27.38%;
}
#service .section5 .w-88 {
  display: flex;
  position: relative;
}
#service .section5 .w-88 .title {
  display: none;
}
#service .section5 .w-88 .zw {
  position: absolute;
  right: -18vw;
  bottom: -43px;
  width: 33.44%;
}
#service .section5 .w-88 .lf-car {
  width: 50%;
  position: relative;
}
#service .section5 .w-88 .lf-car .line {
  width: 100%;
}
#service .section5 .w-88 .lf-car .car1 {
  position: absolute;
  top: 20%;
  left: 6%;
  width: 88%;
}
#service .section5 .w-88 .rt-img {
  width: 50%;
  padding-left: 10%;
}
#service .section5 .w-88 .rt-img .p1 {
  font-family: 'feli';
  font-size: 8.45vw;
  line-height: 8vw;
  color: #f2ebda;
  margin-bottom: 100px;
}
#service .section5 .w-88 .rt-img .p2 {
  font-size: 14px;
  line-height: 30px;
  color: #f2ebda;
  width: 400px;
}
#service .section7 {
  background: #9d7d65;
  padding: 130px 0 135px;
}
#service .section7 .w-88 {
  position: relative;
}
#service .section7 .w-88 .p1 {
  font-size: 8.45vw;
  line-height: 8vw;
  font-family: 'feli';
  color: #f2ebda;
  position: absolute;
  left: 0;
  bottom: 40%;
}
#service .section7 .w-88 .p2 {
  font-size: 14px;
  color: #f2ebda;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 17%;
}
#service .section7 .w-88 .img-box {
  width: 86.48%;
  margin-left: 13.52%;
  display: grid;
  grid-template-columns: 1fr 1.275fr;
  /* grid-template-rows: 1fr 1fr; */
  gap: 30px;
}
#service .section7 .w-88 .img-box .left-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#service .section7 .w-88 .img-box .left-column .img-large img {
  width: 100%;
}
#service .section7 .w-88 .img-box .left-column .img-small {
  text-align: right;
}
#service .section7 .w-88 .img-box .left-column .img-small img {
  width: 77%;
  object-fit: cover;
}
#hxpj .section1 {
  background: #c8b8aa;
}
#hxpj .section1 .w-88 .top-txt {
  padding-top: 100px;
  height: 408px;
  border-bottom: 1px solid #e0d4c9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hxpj .section1 .w-88 .top-txt .lf-txt {
  position: relative;
}
#hxpj .section1 .w-88 .top-txt .lf-txt .yh {
  position: absolute;
  right: -55px;
  top: 33%;
  width: 6.666vw;
}
#hxpj .section1 .w-88 .top-txt .lf-txt .p1 {
  font-size: 8.92vw;
  line-height: 8vw;
  font-family: 'feli';
  color: #38210f;
  margin-bottom: 15px;
}
#hxpj .section1 .w-88 .top-txt .lf-txt .p2 {
  font-family: 'SimSun', '宋体';
  font-size: 3.69vw;
  line-height: 30px;
  color: #38210f;
}
#hxpj .section1 .w-88 .top-txt .lf-txt .yh {
  right: auto;
  top: 49%;
  width: 10.666vw;
  left: 71%;
}
#hxpj .section1 .w-88 .top-txt .rt-cir {
  width: 202px;
  height: 120px;
  background: #a08569;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hxpj .section1 .w-88 .top-txt .rt-cir img {
  width: 40%;
}
#hxpj .section2 {
  background: #c8b8aa;
  padding: 120px 0 180px;
}
#hxpj .section2 .w-88 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
#hxpj .section2 .w-88 .item {
  position: relative;
  cursor: pointer;
  background: #fff;
  padding: 100px 0 25px;
}
#hxpj .section2 .w-88 .item .txt-box {
  position: absolute;
  top: 20px;
  left: 20px;
}
#hxpj .section2 .w-88 .item .txt-box .cir {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background: #38210f;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hxpj .section2 .w-88 .item .txt-box .cir .p1 {
  font-size: 32px;
  color: #fff;
}
#hxpj .section2 .w-88 .item .txt-box .cir .p1 span {
  font-size: 18px;
}
#hxpj .section2 .w-88 .item .txt-box .p2 {
  font-size: 14px;
  color: #997c68;
  margin-top: 10px;
  text-align: center;
}
#hxpj .section2 .w-88 .item .p3 {
  font-size: 20px;
  color: #38210f;
  font-family: 'SimSun', '宋体';
  text-align: center;
  margin-top: 30px;
}
#hxpj .section2 .w-88 .item .hxt {
  width: 80%;
  display: block;
  margin: auto;
}
#hxpj .section2 .w-88 .item .center-fdj {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.3vw;
  height: 6.3vw;
  margin: -3.3vw 0 0 -3.3vw;
  background: rgba(144, 97, 49, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0;
}
#hxpj .section2 .w-88 .item .center-fdj img {
  width: 40%;
}
#hxpj .section2 .w-88 .item:hover .center-fdj {
  opacity: 1;
}
#hxpj .modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(4, 2, 1, 0.6);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#hxpj .modal .content {
  height: 90vh;
  width: 88%;
  top: 5vh;
  left: 6%;
  background: #fefefe;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hxpj .modal .content .hx-box {
  width: 82%;
  height: 90vh;
  position: relative;
}
#hxpj .modal .content .hx-box .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hxpj .modal .content .hx-box .item .lf-txt {
  width: 380px;
}
#hxpj .modal .content .hx-box .item .lf-txt .top .txt1 {
  display: flex;
  align-items: center;
}
#hxpj .modal .content .hx-box .item .lf-txt .top .txt1 .p1 {
  font-size: 26px;
  line-height: 28px;
  font-family: 'SimSun', '宋体';
  color: #38210f;
}
#hxpj .modal .content .hx-box .item .lf-txt .top .txt1 .p2 {
  font-size: 100px;
  font-family: 'Arial';
  color: #a66d3e;
}
#hxpj .modal .content .hx-box .item .lf-txt .top .txt1 .p2 span {
  font-size: 44px;
}
#hxpj .modal .content .hx-box .item .lf-txt .top .txt2 {
  font-size: 34px;
  font-family: 'SimSun', '宋体';
  color: #38210f;
  margin-bottom: 5vh;
  padding-top: 20px;
  border-top: 1px solid #988473;
}
#hxpj .modal .content .hx-box .item .lf-txt > img {
  width: 80%;
}
#hxpj .modal .content .hx-box .item .hxt {
  width: calc(100% - 400px);
  max-width: 800px;
}
#hxpj .modal .content .hx-box .item.active {
  opacity: 1;
}
#hxpj .modal .content .title {
  font-size: 50px;
  color: #e4d5c4;
  font-family: 'feli';
  position: absolute;
  top: 40px;
  left: 9%;
}
#hxpj .modal .content .close-btn {
  position: absolute;
  top: 40px;
  right: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 2;
}
#hxpj .modal .content .close-btn p {
  font-size: 20px;
  color: #a89280;
  font-family: 'SimSun', '宋体';
  margin-right: 15px;
}
#xmzx .section1 {
  background: #f9f0ec;
  height: 408px;
}
#xmzx .section1 .w-88 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 408px;
  padding-top: 100px;
  border-bottom: 1px solid #ccbaaa;
}
#xmzx .section1 .w-88 .p1 {
  font-size: 8.92vw;
  line-height: 8vw;
  font-family: 'feli';
  color: #997c68;
  position: relative;
}
#xmzx .section1 .w-88 .p1 .ball {
  position: absolute;
  right: -113px;
  bottom: -80px;
  width: 8.8vw;
}
#xmzx .section1 .w-88 .p2 {
  font-size: 3.69vw;
  color: #997c68;
  font-family: 'SimSun', '宋体';
}
#xmzx .section2 {
  background: #f9f0ec;
  padding: 80px 0 85px;
}
#xmzx .section2 .viewMore {
  margin: 97px auto 0;
}
#xmzx .section2 .w-88 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 75px 75px;
}
#xmzx .section2 .w-88 .news {
  height: 520px;
  border: 1px solid #c8b8aa;
  padding: 50px 8% 0;
  transition: all 0.5s ease;
  display: block;
  position: relative;
  overflow: hidden;
}
#xmzx .section2 .w-88 .news .bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  transform: translateY(520px);
  opacity: 0.5;
}
#xmzx .section2 .w-88 .news .p1 {
  font-size: 14px;
  color: #ac835e;
  position: relative;
  z-index: 2;
}
#xmzx .section2 .w-88 .news .p2 {
  font-size: 20px;
  line-height: 30px;
  color: #38210f;
  font-weight: bold;
  margin: 25px 0 27px;
  position: relative;
  z-index: 2;
}
#xmzx .section2 .w-88 .news .p3 {
  font-size: 14px;
  line-height: 30px;
  color: #38210f;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
#xmzx .section2 .w-88 .news .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
#xmzx .section2 .w-88 .news .btm .lf-time {
  font-size: 90px;
  font-family: 'feli';
  color: #ac835e;
}
#xmzx .section2 .w-88 .news .btm .lf-time span {
  font-size: 14px;
  font-family: 'feli';
}
#xmzx .section2 .w-88 .news .btm .rt-more {
  width: 75px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #997c68;
}
#xmzx .section2 .w-88 .news:hover {
  background: #997c68;
}
#xmzx .section2 .w-88 .news:hover .bg1 {
  transform: translateY(0);
}
#xmzx .section2 .w-88 .news:hover .p1,
#xmzx .section2 .w-88 .news:hover .p2,
#xmzx .section2 .w-88 .news:hover .p3 {
  color: #f9f0ec;
}
#xmzx .section2 .w-88 .news:hover .btm .lf-time {
  color: #f9f0ec;
}
#xmzx .section2 .page-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
#xmzx .section2 .page-box .btn {
  width: 100px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #997c68;
  position: relative;
  overflow: hidden;
}
#xmzx .section2 .page-box .btn span {
  line-height: 50px;
  font-size: 15px;
  color: #997c68;
  position: relative;
  z-index: 1;
}
#xmzx .section2 .page-box .btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #997c68;
  transition: all 0.3s ease;
  transform: scale(0);
  border-radius: 50px;
}
#xmzx .section2 .num-box {
  margin: 0 10px;
  display: flex;
  align-items: center;
}
#xmzx .section2 .num-box i {
  line-height: 1;
  vertical-align: super;
  color: #997c68;
}
#xmzx .section2 .num-box a {
  margin: 0 10px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid #997c68;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
#xmzx .section2 .num-box a span {
  line-height: 50px;
  font-size: 15px;
  color: #997c68;
  position: relative;
  z-index: 1;
}
#xmzx .section2 .num-box a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #997c68;
  transition: all 0.3s ease;
  transform: scale(0);
  border-radius: 50px;
}
#xmzx .section2 .num-box a.active span {
  color: #fff;
}
#xmzx .section2 .num-box a.active:after {
  transform: scale(1);
}
#xmzx .section2 .btn:hover span,
#xmzx .section2 .num-box a:hover span {
  color: #fff;
}
#xmzx .section2 .btn:hover:after,
#xmzx .section2 .num-box a:hover:after {
  transform: scale(1);
}
#news .section2 {
  padding: 110px 0;
}
#news .section2 .w-66 {
  width: 66%;
  margin: auto;
}
#news .section2 .w-66 .p1 {
  font-size: 52px;
  font-family: 'SimSun', '宋体';
  color: #897159;
}
#news .section2 .w-66 .p2 {
  font-size: 36px;
  color: #897159;
  font-family: 'SimSun', '宋体';
  margin: 2px 0 60px;
}
#news .section2 .w-66 .time-box {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8b8aa;
}
#news .section2 .w-66 .time-box p {
  font-size: 15px;
  color: #b5a799;
}
#news .section2 .w-66 .time-box .t2 {
  margin: 0 45px;
}
#news .section2 .w-66 .time-box .t3 {
  display: flex;
  align-items: center;
}
#news .section2 .w-66 .time-box .t3 span {
  margin-left: 5px;
}
#news .section2 .w-66 .content {
  margin-top: 50px;
}
#news .section2 .w-66 .content p {
  font-size: 14px;
  line-height: 30px;
  color: #897159;
  margin-bottom: 20px;
  text-indent: 2em;
  text-align: justify;
}
#news .section2 .w-66 .content img {
  width: 95%;
  display: block;
  margin: 20px auto;
}
#copyright {
  background: #f1ebe8;
  padding: 100px 0 0;
}
#copyright .section1 {
  margin: 0 auto;
  padding: 100px 0 50px;
  width: 90%;
  max-width: 1200px;
  color: #9a8b7b;
}
#copyright .section1 .p1 {
  font: 42px/42px 'feli', 'SimSun', '宋体';
}
#copyright .section1 .p2 {
  font: 30px/42px 'SimSun', '宋体';
}
#copyright .section2 {
  margin: 0 auto;
  padding: 50px 0 100px;
  width: 90%;
  max-width: 1200px;
  border-top: 1px solid #c8b8aa;
  color: #8f8070;
  font: 14px/2em 'SimSun', '宋体';
  text-align: justify;
}
#copyright .section2 h3 {
  margin: 20px 0 10px;
  font-size: 18px;
}
#copyright .section2 p {
  margin: 0 0 10px;
}
