@charset "UTF-8";

@font-face {
  font-family: "jiangxizhuokai";
  src: url("../iconfont/jiangxizhuokai.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "思源宋体Regular";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/qUmGVeXsdZfD/C3SUVNirQMBz.woff2") format("woff2"),
    url("//at.alicdn.com/wf/webfont/qUmGVeXsdZfD/nRl9hSWor2ZJ.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "DingTalk";
  src: url("../iconfont/DingTalk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansK_Normal";
  src: url("../iconfont/SourceHanSansK-Normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSerifSC_Medium";
  src: url("../iconfont/SourceHanSerifSC-Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourcehtCN_Medium";
  src: url("../iconfont/SourcehtCN-Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BebasNeueRegular";
  src: url("../iconfont/Bebas Neue Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

video::-webkit-media-controls-fullscreen-button {
  display: none;
}

video::-webkit-media-controls-play-button {
  display: none;
}

video::-webkit-media-controls-timeline {
  display: none;
}

video::-webkit-media-controls-current-time-display {
  display: none;
}

video::-webkit-media-controls-time-remaining-display {
  display: none;
}

video::-webkit-media-controls-mute-button {
  display: none;
}

video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}

video::-webkit-media-controls-volume-slider {
  display: none;
}

video::-webkit-media-controls-enclosure {
  display: none;
}

.head_black .public-header {
  background-color: #000000;
}

.public-header .head_nav .list {
  background-color: #000000;
}

.main {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: transform 0.3s ease;
  /* 可选的平滑过渡效果 */
}

.main .page1 {
  width: 100%;
  height: 1080px;
  position: relative;
}

.main .page1 .pageimg {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
}

.main .page1 .pageimg img {
  width: 100%;
  height: 1080px;
  position: absolute;
  z-index: -1;
}

.main .page1 .page1_info {
  width: 100%;
  padding-top: 695px;
  padding-right: 294px;
  display: flex;
  justify-content: space-between;
  padding-left: 74px;
}

.main .page1 .page1_info .roll {
  width: 300px;
  height: 90px;
  overflow: hidden;
}

.main .page1 .page1_info .roll .swiper-slide {
  width: 300px;
  height: 30px;
  opacity: 0.5;
  font-size: 14px;
  color: #f8d18e;
  cursor: pointer;
  padding-left: 40px;
}

.main .page1 .page1_info .roll .swiper-slide span {
  display: none;
  width: 5px;
  height: 17px;
  background: #fff;
  margin-left: -20px;
  margin-right: 15px;
}

.main .page1 .page1_info .roll .swiper-slide-next {
  font-size: 16px;
  opacity: 1;
  color: #f8d18e;
  display: flex;
  align-items: center;
}

.main .page1 .page1_info .roll .swiper-slide-next span {
  display: block;
}

.main .page1 .page1_info .link {
  width: 104px;
  height: 52px;
  background: #d1ad71;
  border-radius: 26px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page2 {
  width: 100%;
  height: 1080px;
  background: #000 url("../images/page2bj.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.main .page2 .page2_tb {
  position: absolute;
  right: 0px;
  bottom: 100px;
  width: 650px;
  height: 650px;
}

.main .page2 .page_info {
  margin-left: 320px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: #fff;
}

.main .page2 .page_info .titleimg {
  width: 130px;
  height: 140px;
  margin-bottom: 86px;
}

.main .page2 .page_info .title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  color: #f5d6a2;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  font-style: normal;
  text-transform: none;
}

.main .page2 .page_info .text {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 28px;
  color: #f5d6a2;
  margin-bottom: 60px;
}

.main .page2 .page_info .desc {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
  text-align: justifyLeft;
  margin-bottom: 80px;
  width: 750px;
}

.main .page2 .page_info .rightimg {
  width: 60px;
  height: 60px;
}

.main .page2_1 {
  width: 100%;
  height: 1080px;
  background: #000 url("https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-home/pc/page2_1bj.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
}

.main .page2_1 .page_info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 1200px;
  margin: 0 auto;
}

.main .page2_1 .page_info .titleimg {
  width: 130px;
  height: 140px;
  margin-bottom: 80px;
}

.main .page2_1 .page_info .title {
  color: #f5dcb1;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 80px;
  letter-spacing: 6px;
}

.main .page2_1 .page_info .page2_1tb {
  width: 408px;
  height: 220px;
}

.main .page3 {
  width: 100%;
  height: 1080px;
  overflow: hidden;
  background: #000;
  background-size: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.main .page3 .list {
  width: 100%;
  height: 1080px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-home/pc/page3bj.png") no-repeat;
  background-size: 100%;
}

.main .page3 .list .title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 96px;
}

.main .page3 .list .text {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #e2bc7a 100%);
  font-size: 40px;
  font-weight: 500;
  margin: 20px 0;
}

.main .page3 .list .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
}

.main .page3 .list .btn .link {
  width: 240px;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(4px);
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page3 .list .btn .link a {
  padding: 12px 90px;
}

.main .page3 .list .dot {
  width: 18px;
  height: 18px;
  position: relative;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  cursor: pointer;
  margin-left: 778px;
  margin-top: 88px;
}

.main .page3 .list .dot .xian {
  width: 180px;
  height: 180px;
  position: absolute;
  left: -180px;
  top: -70px;
}

.main .page3 .list .dot span {
  width: 80px;
  display: block;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: -6px;
}

.main .page3 .list .dot::after {
  width: 150%;
  height: 150%;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: -2;
  background-color: rgba(255, 255, 255, 0.7);
  animation: dot-play 4s linear 400ms infinite;
}

.main .page3 .list .dot::before {
  width: 150%;
  height: 150%;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.7);
  animation: dot-play 4s linear 200ms infinite;
  animation-delay: 2s;
  /* 延迟 2s */
}

@keyframes dot-play {
  from {
    transform: scale(1);
    opacity: 0.4;
  }

  to {
    transform: scale(4);
    opacity: 0;
  }
}

.main .page3 .list .page3_img {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
}

.main .page3 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  opacity: 0.5;
  background: none;
}

.main .page3 .my-bullet-active {
  width: 20px;
  height: 20px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page3 .my-bullet-active::before {
  content: "";
  /* 必须设置content属性 */
  display: block;
  /* 设置display属性为block或inline-block等非none值 */
  background-color: #fff;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  margin-left: 20%;
  margin-top: 20%;
}

.main .page4 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.main .page4 .pk1 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("../images/page4a.webp") no-repeat;
  background-size: 100%;
}

.main .page4 .pk2 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("../images/page4b.webp") no-repeat;
  background-size: 100%;
}

.main .page4 .pk2 .title {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 96px;
}

.main .page4 .pk2 .text {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #e2bc7a 100%);
  font-size: 40px;
  font-weight: 500;
  margin: 20px 0;
}

.main .page4 .pk2 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
}

.main .page4 .pk2 .btn .link {
  width: 240px;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(4px);
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page4 .pk3 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("../images/page4c.webp") no-repeat;
  background-size: 100%;
}

.main .page4 .pk4 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("../images/page4d.webp") no-repeat;
  background-size: 100%;
}

.main .page4 .listnav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  bottom: 50px;
  left: 0;
  width: 100%;
}

.main .page4 .listnav div {
  margin: 0 40px;
  font-size: 20px;
  color: #ffffff;
  width: 95px;
  height: 95px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main .page4 .listnav div img {
  width: 95px;
  height: 95px;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  display: none;
}

.main .page4 .listnav .active {
  color: #f8d18e;
}

.main .page4 .listnav .active img {
  display: block;
}

/*page4*/

.standard-height {
  width: 100%;
  position: relative;
  background: #111;
}

.standard {
  position: sticky;
  top: 0;
  height: 1080px;
  font-size: 12px;
}

.standard-height .standard .titleimg {
  position: absolute;
  top: 150px;
  left: 300px;
  z-index: 999;
  width: 130px;
  height: 140px;
}

.standard .item {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 20;
  opacity: 0;
  transition: 0.3s;
}

.standard .item .title {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) !important;
  width: 900px;
  height: auto;
  font-size: 40px;
  font-weight: 500;
  color: #f5dcb1;
  text-align: center;
  z-index: 21;
}

.standard .item .desc {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%) !important;
  width: 900px;
  height: auto;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  z-index: 21;
}

.standard .item .desc {
  z-index: 21;
}

.standard .item.item-show {
  opacity: 1;
  z-index: 21;
}

.standard .item.item-show .img1 {
  visibility: visible;
  transform: scale(1.01);
  opacity: 1;
}

.standard .item .img1 {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0%;
  top: 0%;
  transform: scale(1.1);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

.standard-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 30;
  bottom: 50px;
  left: 0;
  width: 100%;
}

.standard-nav .li {
  margin: 0 40px;
  font-size: 20px;
  color: #ffffff;
  width: 95px;
  height: 95px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.standard-nav .li img {
  width: 95px;
  height: 95px;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  display: none;
}

.standard-nav .active {
  color: #f8d18e;
}

.standard-nav .active img {
  display: block;
}

/*page4end*/
.main .page5 {
  width: 100%;
  height: 998px;
  overflow: hidden;
  background: #000 url("https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-home/pc/page5bj.png") no-repeat;
  position: relative;
  background-size: 100%;
  padding: 0 250px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.page5_info {
  margin-left: 250px;
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 20px;
  color: #fff;
}

.page5_info .timeinfo {
  width: 100%;
  height: auto;
}

.page5_info .timeinfo .info {}

.main .page5 .page5_info .titleimg {
  width: 130px;
  height: 140px;
  margin-bottom: 86px;
}

.main .page5 .page5_info .title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-size: 40px;
  color: #f5dcb1;
  font-weight: 500;
  letter-spacing: 2px;
  font-style: normal;
  text-align: right;
  text-transform: none;
  width: 100%;
  margin-bottom: 40px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .page5 .page5_info .title a {
  color: #f5dcb1;
}

.main .page5 .page5_info .desc {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 32px;
  text-align: right;
  margin-bottom: 50px;
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.main .page5 .page5_info .rightimg {
  width: 60px;
  height: 60px;
  position: relative;
}

.main .page5 .page5_info .rightimg .right {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.main .page5 .page5_info .rightimg .left {
  position: absolute;
  right: 70px;
  top: 20px;
  cursor: pointer;
}

.main .page5 .page5_tb {
  width: 450px;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 50px;
  margin-top: 460px;
}

.main .page5 .mySwiper {
  width: 100%;
  height: 100%;
}

.main .page5 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /*opacity: 0;*/
}

.main .page5 .container {
  height: 100%;
  display: flex;
}

.main .page5 .slider {
  width: 40%;
  height: 100%;
  /*background: url("../images/icon/slder_bg.png") no-repeat;*/
  background-size: auto 100%;
}

.main .page5 .prize img {
  /*width: 100%;
      height: 100%;
      */
  width: 375px;
  height: 258px;
  object-fit: scale-down;
}

.main .page5 .page5_col {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 110px 30px;
}

.main .page5 .swiper-slide {
  /*opacity: 0.7;*/
  /*transform: scale(0.5) !important;*/
}

.main .page5 .swiper-slide a {
  width: 100%;
  height: 450px;
}

.main .page5 .swiper-slide a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.main .page5 .swiper-slide .prize {
  transform: scale(1) translate(calc(-100%), 40%);
}

.main .page5 .swiper-slide-prev {
  opacity: 0.7;
  transform: scale(0.5) !important;
}

.main .page5 .page5_dpx {
  position: absolute;
  width: 505px;
  right: 40px;

  bottom: 0;
}

.main .page5 .page5_xz {
  position: absolute;
  width: 245px;
  left: 74px;

  top: calc(50% - 245px / 2);
}

.main .page5 .swiper-slide-prev .prize {
  transform: scale(1) translate(calc(0% + 65px), -35%);
}

.main .page5 .swiper-slide-next {
  opacity: 0.7;
  transform: scale(0.5) !important;
}

.main .page5 .swiper-slide-next .prize {
  transform: scale(1) translate(calc(0% + 65px), 35%);
}

.main .page5 .swiper-slide-next+.swiper-slide .prize {
  transform: scale(1) translate(calc(-100%), -40%);
}

.main .page5 .swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
}

.main .page5 .swiper-slide-active .prize {
  transform: translateX(260px);
}

.main .page5 .content {
  width: 60%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page5 .content .desc {
  display: flex;
  flex-direction: column;
}

.main .page5 .content .desc .title {
  width: 740px;
  display: flex;
  align-items: center;
  margin: 40px 0;
}

.main .page5 .content .desc .title img {
  width: 27px;
  height: 52px;
  object-fit: scale-down;
}

.main .page5 .content .desc .title span {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #e2bc7a 100%);
  font-size: 30px;
  font-weight: 500;
}

.main .page5 .content .desc .text {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  width: 740px;
}

.main .page5 .content .desc .text p {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}

.main .page6 {
  width: 100%;
  height: 1023px;
  display: flex;
  align-items: center;
  background: #000 url("../images/page6bj.jpg") no-repeat;
  background-size: 100%;
}

.page6_info {
  margin-left: 320px;
  width: 480px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: #fff;
}

.main .page6 .page6_info .titleimg {
  width: 130px;
  height: 140px;
  margin-bottom: 86px;
}

.main .page6 .page6_info .title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  font-style: normal;
  text-transform: none;
  width: 480px;
  margin-bottom: 40px;
}

.main .page6 .page6_info .title a {
  color: #ffffff;
}

.main .page6 .page6_info .desc {
  width: 480px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  text-align: justifyLeft;
  margin-bottom: 50px;
}

.main .page6 .page6_info .rightimg {
  width: 60px;
  height: 60px;
}

.main .page6 .page6_tb {
  width: 700px;
  height: 520px;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 50px;
  margin-top: 80px;
}

.main .page7 {
  width: 100%;
  height: 1080px;
  overflow: hidden;
  background: #000;
  background-size: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  /*margin-top:124px;*/
  position: relative;
}

.main .page7 .list {
  width: 100%;
  height: 1080px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-goods/pc/page3bj.png") no-repeat;
  background-size: 100%;
  position: relative;
}

.main .page7 .list .title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 96px;
}

.main .page7 .list .text {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #e2bc7a 100%);
  font-size: 40px;
  font-weight: 500;
  margin: 20px 0;
}

.main .page7 .list .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
}

.main .page7 .list .btn .link {
  width: 240px;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(4px);
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page7 .list .btn .link a {
  padding: 12px 90px;
}

.main .page7 .list .bg1 {
  width: 412px;
  height: 699px;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  bottom: 75px;
}

.main .page7 .list .lh1 {
  width: 600px;
  height: 400px;
  object-fit: scale-down;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main .page7 .list .dk1 {
  width: 326px;
  height: 207px;
  background: url("../images/animation/lh2.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 1161px;
  bottom: 576px;
}

.main .page7 .list .dk1 .dot {
  margin-top: 85px;
  margin-left: 193px;
  cursor: pointer;
}

.main .page7 .list .dk1 .dot span {
  width: 80px;
  display: block;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: -23px;
  top: -6px;
}

.main .page7 .list .lhtop {
  transform: translateY(-230px);
}

.main .page7 .list .lhbootom {
  transform: translateY(250px);
}

.main .page7 .list .dklh1 {
  width: 648px;
  height: 460px;
  position: absolute;
  left: 637px;
  bottom: 153px;
  display: none;
}

.main .page7 .list .dklh1 .hsbz1 {
  width: 648px;
  height: 460px;
  position: absolute;
  transition: all 0.9s;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: url("../images/animation/hsbz1.png") no-repeat;
  background-size: 100%;
}

.main .page7 .list .dklh1 .dklh1Dot {
  margin-top: 56px;
  margin-left: 320px;
}

.main .page7 .list .dklh1 .dklh1Dot span {
  width: 40px;
  display: block;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: -9px;
  top: -6px;
}

.main .page7 .list .dklh1 .boxlh {
  width: 648px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  position: absolute;
  z-index: 1;
}

.main .page7 .list .dklh1 .boxlh .xsj1 {
  width: 194px;
  height: 251px;
  background: url("../images/animation/xsj1.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 35px;
}

.main .page7 .list .dklh1 .boxlh .xc1 {
  width: 77px;
  height: 217px;
  background: url("../images/animation/xc1.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page7 .list .dklh1 .boxlh .dzc1 {
  width: 193px;
  height: 251px;
  background: url("../images/animation/dzc1.png") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}

.main .page7 .list .dklh1 .wzsmb1 {
  width: 1247px;
  height: 295px;
  background: url("../images/animation/zsan1.png") no-repeat;
  background-size: 100%;
  display: none;
  position: absolute;
  left: -335px;
  bottom: 0;
}

.main .page7 .list .dklh1 .wzsmb1 .wzsmb1Dot {
  margin-left: 648px;
  margin-top: 158px;
}

.main .page7 .list .dklh1 .wzsmb1 .wzsmb1Dot span {
  width: 40px;
  display: block;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: -9px;
  top: -6px;
}

.main .page7 .list .dklh1 .wzsma1 {
  width: 1247px;
  height: 295px;
  background: url("../images/animation/zana1.png") no-repeat;
  background-size: 100%;
  display: none;
  position: absolute;
  left: -335px;
  bottom: 0;
}

.main .page7 .list .dklh1 .wzsma1 .wzsmb1Dot {
  margin-left: 657px;
  margin-top: 158px;
}

.main .page7 .list .dklh1 .wzsma1 .wzsmb1Dot span {
  width: 40px;
  display: block;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: -9px;
  top: -6px;
}

.main .page7 .list .dklh1 .xcxq1 {
  width: 489px;
  height: 259px;
  background: url("../images/animation/xcxq1.png") no-repeat;
  background-size: 100%;
  display: none;
  position: absolute;
  left: 69px;
  bottom: -64px;
  z-index: 9;
}

.main .page7 .list .dklh1 .dklhed1Dot {
  margin-top: 118px;
  margin-left: 320px;
  display: none;
}

.main .page7 .list .dklh1 .dklhed1Dot span {
  width: 40px;
  display: block;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: -9px;
  top: -6px;
}

.main .page7 .list .zzlh1 {
  width: 647px;
  height: 511px;
  position: absolute;
  left: 637px;
  bottom: 153px;
  background: url("../images/animation/zzlh1.png") no-repeat;
  background-size: 100%;
  display: none;
}

.main .page7 .list .wzts1 {
  width: 1218px;
  height: 300px;
  display: none;
  position: relative;
}

.main .page7 .list .wzts1 .zmxzqs {
  width: 624px;
  height: 79px;
  position: absolute;
  right: -78px;
  bottom: 129px;
  background: url("../images/animation/zmzxqs.png") no-repeat;
  background-size: 100%;
}

.main .page7 .list .dot {
  width: 18px;
  height: 18px;
  position: relative;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  cursor: pointer;
}

.main .page7 .list .dot::after {
  width: 150%;
  height: 150%;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: -2;
  background-color: rgba(255, 255, 255, 0.7);
  animation: dot-play 4s linear 400ms infinite;
}

.main .page7 .list .dot::before {
  width: 150%;
  height: 150%;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.7);
  animation: dot-play 4s linear 200ms infinite;
  animation-delay: 2s;
  /* 延迟 2s */
}

@keyframes dot-play {
  from {
    transform: scale(1);
    opacity: 0.4;
  }

  to {
    transform: scale(4);
    opacity: 0;
  }
}

.main .page7 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  opacity: 0.5;
  background: none;
}

.main .page7 .my-bullet-active {
  width: 20px;
  height: 20px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page7 .my-bullet-active::before {
  content: "";
  /* 必须设置content属性 */
  display: block;
  /* 设置display属性为block或inline-block等非none值 */
  background-color: #fff;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  margin-left: 20%;
  margin-top: 20%;
}

.main .page8 {
  width: 100%;
  overflow: hidden;
  background: #000;
  background-size: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main .page8 .experience {
  width: 90%;
  height: 400px;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 100px 0;
}

.main .page8 .experience .title {
  font-size: 24px;
  color: #ffffff;
  margin-top: 46px;
}

.main .page8 .experience .list {
  width: 1500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
}

.main .page8 .experience .list .li {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.main .page8 .experience .list .li img {
  width: 40px;
  height: 40px;
}

.main .page8 .experience .list .li .text1 {
  font-size: 18px;
  margin: 5px 0;
}

.main .page8 .experience .list .li .text2 {
  font-size: 16px;
}

.main .page8 .experience .list .li .text3 {
  margin-top: 15px;
  font-size: 14px;
}

.main .page8 .follow {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #1a1a1a;
  color: #fff;
  position: relative;
}

.main .page8 .follow .text {
  font-size: 12px;
  margin-top: 62px;
}

.main .page8 .follow .title {
  font-size: 22px;
  margin-top: 17px;
}

.main .page8 .follow .right {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

.main .page8 .follow .right .code {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  margin-right: 30px;
  color: #595959;
}

.main .page8 .follow .right .code img {
  width: 104px;
  height: 104px;
  margin-bottom: 10px;
}

.main .page9 {
  width: 100%;
  height: 750px;
  background: #131520;
  background-size: 100%;
}

.main .page9 video {
  width: 100%;
  height: 750px;
  object-fit: cover;
}

.main .page10 {
  width: 100%;
  height: 910px;
  background: #000000;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main .page10 .conten {
  width: 1400px;
  margin: 90px auto 0;
  display: flex;
}

.main .page10 .conten .image {
  width: 670px;
  height: 710px;
}

.main .page10 .conten .type {
  margin-left: 140px;
  width: 590px;
  height: 710px;
}

.main .page10 .conten .bttitle {
  width: 100%;
  height: 60px;
  margin: 60px 0;
  position: relative;
}

.main .page10 .conten .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #ffffff 0%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.main .page10 .conten .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 20px;
}

.main .page10 .conten .xian {
  width: 50px;
  height: 2px;
  background: #999999;
}

.main .page10 .conten .desc {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  margin: 30px auto;
}

.main .page10 .conten .desc p {
  padding-top: 15px;
}

.main .page11 {
  width: 100%;
  height: 1208px;
  background: #000000;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.main .page11 .hxm {
  width: 960px;
  height: 1080px;
  background: #131520 url("../images/page11.png") no-repeat;
  background-size: 100%;
  margin-right: 135px;
}

.main .page11 .info {
  display: flex;
  flex-direction: column;
}

.main .page11 .info .text {
  font-size: 16px;
  color: #ffffff;
}

.main .page11 .info .title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 37px;
}

.main .page11 .info .link {
  width: 240px;
  height: 52px;
  background: #d1ad71;
  border-radius: 26px;
  backdrop-filter: blur(4px);
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

/* 轮播 */
.main .page12 {
  width: 100%;
  height: auto;
  background-image: url(https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-enterprise/pc/page12_bj.png);
  background-size: 100%;
  /* background: #000;
  display: flex;
  justify-content: space-around;
  align-items: center; */
}

.main .page12 .content {
  width: 1400px;
  margin: 50px auto;
}

.main .page12 .content .bttitle {
  width: 100%;
  height: 60px;
  margin: 60px 0;
  position: relative;
}

.main .page12 .content .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(top,
      #ffffff 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page12 .content .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 20px;
}

.main .page12 .type {
  width: 100%;
  height: 740px;
  position: relative;
}

.main .page12 .type .xian {
  width: 100%;
  height: 1px;
  background: #f8d18e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.main .page12 .type .page12_list {
  width: 100%;
  height: 740px;
  position: relative;
  display: flex;
}

.main .page12 .type .page12_list .list {
  width: 235px;
  height: 390px;
  margin-top: 350px;
  cursor: pointer;
}

.main .page12 .type .page12_list .list .year {
  width: 100px;
  height: 41px;
  background: #d1ad71;
  border-radius: 2px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 41px;
}

.main .page12 .type .page12_list .list .tiao {
  width: 1px;
  height: 42px;
  background: #d8d8d8;
  border-radius: 1px;
  margin: 15px auto;
}

.main .page12 .type .page12_list .list .title {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.main .page12 .type .page12_list .list .desc {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main .page12 .type .page12_list .list .image {
  width: 235px;
  height: 155px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 15px;
}

.main .page12 .type .page12_list .list .image img {
  transition: all 0.5s;
  transform: scale(1);
}

.main .page12 .type .page12_list .list:hover .image img {
  transition: all 0.5s;
  transform: scale(1.1);
}

.main .page12 .type .page12_list .list:hover .title {
  color: #d1ad71;
}

.main .page12 .type .page12_list .list:hover .desc {
  color: #d1ad71;
}

.main .page12 .type .page12_list .list2 {
  width: 235px;
  height: 390px;
  cursor: pointer;
}

.main .page12 .type .page12_list .list2 .year {
  width: 100px;
  height: 41px;
  background: #d1ad71;
  border-radius: 2px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 41px;
}

.main .page12 .type .page12_list .list2 .tiao {
  width: 1px;
  height: 42px;
  background: #d8d8d8;
  border-radius: 1px;
  margin: 15px auto;
}

.main .page12 .type .page12_list .list2 .title {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding-top: 15px;
}

.main .page12 .type .page12_list .list2 .desc {
  height: 74px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main .page12 .type .page12_list .list2 .image {
  width: 235px;
  height: 155px;
  border-radius: 20px;
  overflow: hidden;
}

.main .page12 .type .page12_list .list2 .image img {
  transition: all 0.5s;
  transform: scale(1);
}

.main .page12 .type .page12_list .list2:hover .image img {
  transition: all 0.5s;
  transform: scale(1.1);
}

.main .page12 .type .page12_list .list2:hover .title {
  color: #d1ad71;
}

.main .page12 .type .page12_list .list2:hover .desc {
  color: #d1ad71;
}

/* 轮播end */
.main .page13 {
  width: 100%;
  background: #000 url("../images/page13_bj.png") no-repeat;
  background-size: 100%;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  padding: 15px 0;
}

.main .page13 .bttitle {
  width: 100%;
  height: 60px;
  margin: 60px 0;
  position: relative;
}

.main .page13 .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(top,
      #ffffff 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page13 .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page13 .type {
  width: 1400px;
  height: 490px;
  margin: 70px auto;
  display: flex;
}

.main .page13 .type .list {
  width: 460px;
  height: 490px;
  cursor: pointer;
  position: relative;
}

.main .page13 .type .list .image {
  width: 460px;
  height: 490px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
}

.main .page13 .type .list .image1 {
  width: 460px;
  height: 490px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.main .page13 .type .list:hover .image {
  opacity: 0;
  transition: all 0.5s;
}

.main .page13 .type .list:hover .image1 {
  opacity: 1;
  transition: all 0.5s;
}

.main .page13 .type .list .conten {
  width: 460px;
  height: 490px;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.main .page13 .type .list .title {
  font-weight: 300;
  font-size: 40px;
  color: #f8d18e;
  line-height: 50px;
}

.main .page13 .type .list .titleen {
  font-weight: 300;
  font-size: 18px;
  color: #999999;
  padding-top: 10px;
}

.main .page13 .type .list .desc {
  font-weight: 400;
  font-size: 16px;
  color: #e4e4e4;
  line-height: 25px;
  margin-top: 220px;
}

.main .page13 .type .list .xian {
  width: 39px;
  height: 1px;
  background: #f8d18e;
  margin-top: 20px;
}

.main .page13 .type2 {
  width: 1400px;
  height: 500px;
  margin: 40px auto;
  display: flex;
  cursor: pointer;
}

.main .page13 .type2 .image {
  width: 660px;
  height: 500px;
  transition: all 0.5s;
  overflow: hidden;
}

.main .page13 .type2 .info {
  width: 740px;
  height: 500px;
  background-image: url(../images/page13_type2_bj.png);
  background-size: 100%;
  padding: 80px;
}

.main .page13 .type2 .info .bttitlel {
  width: 100%;
  height: 60px;
  margin: 60px 0;
  position: relative;
}

.main .page13 .type2 .info .bttitlel .bttitlel_en {
  font-weight: bold;
  font-size: 50px;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(top,
      #ffffff 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page13 .type2 .info .bttitlel .bttitlel_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  top: 20px;
  left: 0;
}

.main .page13 .type2 .info .desc {
  font-weight: 400;
  font-size: 18px;
  color: #e4e4e4;
  margin-top: 50px;
}

.main .page13 .type2 .info .xian {
  width: 37px;
  height: 1px;
  background: #f8d18e;
  margin-top: 10px;
}

.main .page13 .type2 .image img {
  transform: scale(1);
  transition: all 0.5s;
}

.main .page13 .type2:hover .image img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.main .page13 .type2:hover .info .desc {
  color: #be9960;
}

.main .page13 .type3 {
  width: 1400px;
  height: 500px;
  margin: 60px auto;
  display: flex;
  cursor: pointer;
}

.main .page13 .type3 .image {
  width: 660px;
  height: 500px;
  transition: all 0.5s;
  overflow: hidden;
}

.main .page13 .type3 .info {
  width: 740px;
  height: 500px;
  background-image: url(../images/page13_type3_bj.png);
  background-size: 100%;
  padding: 80px;
}

.main .page13 .type3 .info .bttitlel {
  width: 100%;
  height: 60px;
  margin: 60px 0;
  position: relative;
}

.main .page13 .type3 .info .bttitlel .bttitlel_en {
  font-weight: bold;
  font-size: 50px;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(top,
      #ffffff 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page13 .type3 .info .bttitlel .bttitlel_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  top: 20px;
  left: 0;
}

.main .page13 .type3 .info .desc {
  font-weight: 400;
  font-size: 18px;
  color: #e4e4e4;
  margin-top: 50px;
}

.main .page13 .type3 .info .xian {
  width: 37px;
  height: 1px;
  background: #f8d18e;
  margin-top: 10px;
}

.main .page13 .type3 .image img {
  transform: scale(1);
  transition: all 0.5s;
}

.main .page13 .type3:hover .image img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.main .page13 .type3:hover .info .desc {
  color: #be9960;
}

.main .page14 {
  width: 100%;
  height: 630px;
  background: #000 url("https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-join/pc/page14.png") no-repeat;
  background-size: cover;
  margin-top: 100px;
  display: flex;
  align-items: center;
}

.main .page14 .box {
  margin-left: 331px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page14 .box .title {
  background-clip: text;
  -webkit-background-clip: text;
  font-family: jiangxizhuokai, jiangxizhuokai;
  color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #e2bc7a 100%);
  font-size: 66px;
  font-weight: bold;
  line-height: 87px;
  font-weight: 400;
  line-height: 87px;
  letter-spacing: 3px;
  text-align: left;
  font-style: normal;
}

.main .page14 .box .link {
  font-size: 20px;
  color: #f5d6a2;
  text-align: center;
  margin-top: 36px;
}

.main .page15 {
  width: 100%;
  height: 955px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.main .page15 .swiper-wrapper {
  height: 706px;
}

.main .page15 .list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page15 .list img {
  width: 552px;
  height: 706px;
  object-fit: scale-down;
}

.main .page15 .list .info {
  display: flex;
  flex-direction: column;
  width: 568px;
  margin-left: 100px;
}

.main .page15 .list .info .title {
  background-clip: text;
  -webkit-background-clip: text;
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #e2bc7a 100%);
  font-size: 40px;
  font-weight: bold;
}

.main .page15 .list .info .li {
  font-size: 20px;
  color: #fff;
  margin-top: 86px;
  margin-bottom: 20px;
}

.main .page15 .list .info .text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.main .page15 .swiper-pagination {
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
}

.main .page15 .swiper-button-next,
.main .page15 .swiper-button-prev {
  color: #c0ae8d;
  margin: 0 100px;
  transform: scale(0.6);
}

.main .page16 {
  width: 100%;
  height: 770px;
  background: #242424;
  background-image: url(../images/page16_bj.png);
  background-size: cover;
}

.main .page16 .bttitle {
  width: 75%;
  height: 60px;
  margin: 60px auto;
  position: relative;
}

.main .page16 .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(top,
      #ffffff 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page16 .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 20px;
}

.main .page16 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1022px;
  margin-left: 12.5%;
  margin-top: 70px;
}

.main .page16 .list .li {
  display: flex;
  width: 46%;
  margin-right: 2%;
  height: 125px;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 15px;
  cursor: pointer;
}

.main .page16 .list .li:nth-child(2n) {
  margin-right: 0;
}

.main .page16 .list .li .num {
  width: 80px;
  height: 80px;
  font-size: 50px;
  color: #f8d18e;
  font-weight: 500;
}

.main .page16 .list .li .type {
  width: calc(100% - 110px);
  margin-left: 20px;
  height: 80px;
}

.main .page16 .list .li .type .name {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}

.main .page16 .list .li .type .text {
  font-weight: 400;
  font-size: 16px;
  color: #a9a9a9;
  margin-top: 5px;
  line-height: 26px;
}

.main .page16 .list .li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.main .page16 .list .li:hover .type .name {
  color: #d1ad71;
}

.main .page16 .list .li:hover .type .text {
  color: #d1ad71;
}

.main .page17 {
  width: 100%;
  height: 938px;
  background: #000 url("../images/page17.png") no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page17 .bttitle {
  width: 75%;
  height: 60px;
  margin: 60px auto;
  position: relative;
}

.main .page17 .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(top,
      #ffffff 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page17 .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page17 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75%;
  margin-top: 95px;
}

.main .page17 .list .li:hover {
  margin-top: -30px;
  transition: all 0.5s;
}

.main .page17 .list .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: #f8d18e;
  width: 223px;
  height: 243px;
  border-radius: 6px;
  border: 3px solid #f8d18e;
  text-align: center;
  transition: all 0.5s;
}

.main .page17 .list .li .page17_img {
  width: 65px;
  height: 65px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/*.main .page17 .list .li img {*/
/*  width: 65px;*/
/*  height: 65px;*/
/*  object-fit: scale-down;*/

/*}*/

.main .page18 {
  width: 100%;
  height: 448px;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page18 .bttitle {
  width: 75%;
  height: 60px;
  margin: 60px auto;
  position: relative;
}

.main .page18 .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(top,
      #ffffff 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page18 .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page18 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75%;
  margin-top: 72px;
}

.main .page18 .list .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.main .page18 .list .li .page18_img {
  width: 55px;
  height: 55px;
  margin-bottom: 30px;
}

.main .page19 {
  width: 100%;
  height: auto;
  background: #000 url("../images/page19.png") no-repeat;
  background-size: 100%;
}

.main .page19 .page19_type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  margin: 100px auto;
}

.main .page19 .left {
  display: flex;
  flex-direction: column;
}

.main .page19 .left .title {
  font-weight: 400;
  font-size: 24px;
  color: #999999;
}

.main .page19 .left .phone {
  width: 400px;
  height: 77px;
  background: #d1ad71;
  border-radius: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.main .page19 .left .phone .phone_img {
  width: 32px;
  height: 32px;
  margin-right: 32px;
}

.main .page19 .left .phone .phone_name {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}

.main .page19 .left .phone .phone_num {
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
}

.main .page19 .left .info {
  width: auto;
  height: 52px;
  display: flex;
  margin-top: 20px;
}

.main .page19 .left .info .list {
  width: 52px;
  height: 52px;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}

.main .page19 .left .info .list .img {
  display: block;
}

.main .page19 .left .info .list .img1 {
  display: none;
}

.main .page19 .left .info .list.active .img {
  display: none;
}

.main .page19 .left .info .list.active .img1 {
  display: block;
}

.main .page19 .left .info .list .textimg {
  width: 126px;
  height: 126px;
  opacity: 0;
  position: absolute;
  left: -40px;
  top: 65px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.main .page19 .left .info .list.active .textimg {
  opacity: 1;
}

.main .page19 .left .info .list .textimg .code {
  width: 126px;
  height: 126px;
}

.main .page19 .left .titles {
  width: 126px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  padding-top: 20px;
}

.main .page19 .right {
  display: flex;
  flex-direction: column;
  width: 746px;
  height: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 30px 50px;
}

.main .page19 .right .title {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
}

.main .page19 .right .type {
  width: 95%;
  height: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.main .page19 .right .type .form {
  width: 350px;
  height: auto;
}

.main .page19 .right .type .form .list {
  width: 350px;
  min-height: 49px;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.main .page19 .right .list .label {
  width: 80px;
  flex-shrink: 0;
  font-size: 16px;
  color: #999999;
}

.main .page19 .right .list input {
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
  color: #999999;
}

.main .page19 .right .textarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main .page19 .right .textarea .label {
  width: 100%;
  flex-shrink: 0;
  margin-top: 10px;
}

.main .page19 .right .textarea textarea {
  width: 100%;
  height: 80px;
  background: none;
  border: none;
  color: #999999;
  font-size: 16px;
}

.main .page19 .right .btn {
  width: 100%;
  height: 49px;
  background: linear-gradient(315deg, #f5d6a2 0%, #f5e0be 54%, #e2bc7a 100%);
  border-radius: 6px;
  font-size: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main .page19 .right .type .image {
  width: 230px;
  height: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page19 .right .type .image .code {
  width: 190px;
  height: 190px;
  margin: 0 auto;
}

.main .page19 .right .type .image .title_img {
  width: 230px;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding-top: 15px;
  text-align: center;
}

.main .page20 {
  width: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .page20 .list {
  width: 100%;
  height: 1000px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.main .page20 .list .li {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 1000px;
}

.main .page20 .list .li .lh {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 1000px;
  background: #000 url("../images/lh1.png") no-repeat;
  background-size: 100%;
}

.main .page20 .list .li .lh .text {
  margin-top: 95px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
}

.main .page20 .list .li .lh .title {
  margin-top: 20px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #e2bc7a 100%);
  font-size: 34px;
  font-weight: 500;
}

.main .page20 .list .li .lh .link {
  display: flex;
  align-items: center;
  margin-top: 200px;
  cursor: pointer;
}

.main .page20 .list .li .lh .link .zzly {
  width: 77px;
  height: 77px;
  object-fit: scale-down;
  margin-right: 21px;
}

.main .page20 .list .li .lh .link .right {
  width: 16px;
  height: 28px;
  object-fit: scale-down;
  display: none;
}

.main .page20 .list .li .lh .leftlink {
  margin-top: 260px;
  margin-left: 350px;
  cursor: pointer;
}

.main .page20 .list .li .lh .leftlink img {
  width: 28px;
  height: 28px;
  object-fit: scale-down;
}

.main .page20 .list .li .lh .link:hover .right {
  display: block;
}

.main .page20 .list .li .lh2 {
  background: #000 url("../images/lh2.png") no-repeat;
  background-size: 100%;
}

.main .page20 .list .li .lh3 {
  background: #000 url("../images/lh3.png") no-repeat;
  background-size: 100%;
}

.main .page20 .list .lhbox {
  width: 70%;
  height: 1000px;
  background-color: #fff;
  position: absolute;
  right: 0;
  overflow-y: auto;
}

.main .page20 .list .lhbox .shop {
  width: 100%;
  height: 1000px;
  padding: 60px 15px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.main .page20 .list .lhbox .shop .goods {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 315px;
  height: 389px;
}

.main .page20 .list .lhbox .shop .goods img {
  width: 253px;
  height: 159px;
  object-fit: scale-down;
  margin-top: 32px;
}

.main .page20 .list .lhbox .shop .goods .text {
  margin-top: 30px;
  font-weight: 500;
  font-size: 24px;
  color: #be9960;
}

.main .page20 .list .lhbox .shop .goods .text2 {
  font-weight: 500;
  font-size: 14px;
  color: #be9960;
}

.main .page20 .list .lhbox .shop .goods .text3 {
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  text-align: center;
}

.main .page20 .list .lhbox .shop .goods .link {
  cursor: pointer;
  font-size: 14px;
  color: #24242b;
  margin-top: 24px;
}

.main .page20 .list .lhbox .shop .goods:hover {
  box-shadow: 0px 2px 12px 0px rgba(126, 126, 126, 0.18);
}

.main .page20 .list .lhbox .shop::-webkit-scrollbar {
  display: none;
}

.main .page20 .btnzs {
  position: absolute;
  display: none;
}

.main .page20 .btnzs .li {
  width: 33.33%;
  display: none;
  position: absolute;
}

.main .page21 {
  width: 100%;
  height: 442px;
  background: url("../images/page21_banner.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main .page21 .name {
  font-weight: 400;
  font-size: 30px;
  color: #666666;
}

.main .page21 .title {
  font-weight: 400;
  font-size: 46px;
  font-family: jiangxizhuokai, jiangxizhuokai;
  line-height: 60px;
  letter-spacing: 1px;
  background-image: -webkit-linear-gradient(left, #f5d6a2 0%, #e2bc7a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main .page22 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
}

.main .page22 .btns {
  width: 74%;
  height: 52px;
  margin: 100px 0 50px;
  display: flex;
  align-items: center;
}

.main .page22 .btns .btn {
  width: 138px;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #e4e4e4;
  backdrop-filter: blur(4px);
  font-size: 20px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer;
}

.main .page22 .btns .btn:hover {
  background-color: #f8d18e;
  color: #000;
}

.main .page22 .btns .active {
  background-color: #f8d18e;
  color: #000;
}

.main .page22 .list {
  width: 74%;
  height: auto;
  /* display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; */
}

.main .page22 .list .li {
  width: 100%;
  height: 333px;
  background: #fff;
  /* overflow: hidden; */
  position: relative;
  cursor: pointer;
  margin-bottom: 22px;
}

.main .page22 .list .li .time {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 330px;
}

.main .page22 .list .li .time .monthday {
  margin-top: 80px;
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  font-family: BebasNeueRegular, BebasNeueRegular;
}

.main .page22 .list .li .time .year {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
}

.main .page22 .list .li .image {
  position: absolute;
  left: 120px;
  top: 35px;
  width: 440px;
  height: 262px;
}

.main .page22 .list .li .conten {
  position: absolute;
  left: 620px;
  top: 35px;
  width: 780px;
  height: 262px;
}

.main .page22 .list .li .conten .text {
  width: 100%;
  height: 55px;
  line-height: 25px;
  margin-top: 80px;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .page22 .list .li .conten .desc {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .page22 .list .li .type {
  margin-left: 290px;

  width: 1110px;
  height: 330px;
}

.main .page22 .list .li:hover .conten .text {
  color: #be9960;
}

.main .page22 .list .li:hover .type {
  box-shadow: 2px 2px 30px 0px rgba(188, 188, 188, 0.42);
}

.main .page22 .list .li:hover .time .monthday {
  color: #be9960;
}

.main .page22 .list .li:hover .time .year {
  color: #be9960;
}

.main .page22 .list .li .time {
  margin-top: 25px;
  width: 285px;
  font-size: 16px;
  color: #bcbcbc;
  margin-bottom: 20px;
}

.main .page22 .list .li .label {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 20px;
  background: #000000;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  color: #f8d18e;
  text-align: center;
  line-height: 20px;
}

.main .page22 .more {
  width: 240px;
  height: 52px;
  backdrop-filter: blur(4px);
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0;
}

.main .page22 .more ul {
  width: 100%;
  display: flex;
}

.main .page22 .more ul li {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  text-align: center;
  line-height: 36px;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  margin-left: 10px;
  cursor: pointer;
}

.main .page22 .more ul li a {
  color: #666666;
}

.main .page22 .more ul li.active {
  background: #f8d18e;
  border: 1px solid #f8d18e;
  color: #fff;
}

.main .page22 .more ul li.active a {
  color: #fff;
}

.main .page22 .more ul li:hover {
  background: #f8d18e;
  border: 1px solid #f8d18e;
  color: #fff;
}

.main .page22 .more ul li:hover a {
  color: #fff;
}

.main .page23 {
  width: 100%;
  background: #fff;
  margin-top: 124px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page23 .menu {
  width: 92%;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}

.main .page23 .menu .link {
  margin-right: 5px;
}

.main .page23 .menu .links {
  color: #000000;
}

.main .page23 .info {
  width: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page23 .info .title {
  font-weight: 500;
  font-size: 40px;
  color: #000000;
  margin-top: 68px;
}

.main .page23 .info .time {
  display: flex;
  align-items: center;
  margin: 35px 0;
}

.main .page23 .info .time span {
  margin: 0 30px;
  font-size: 16px;
  color: #000000;
}

.main .page23 .info .text {
  width: 100%;
  margin: 30px 0;
  font-size: 16px;
  color: #000000;
}

.main .page23 .info .text p {
  font-size: 16px !important;
  color: #000000;
}

.main .page23 .info .text span {
  font-size: 16px !important;
  color: #000000;
}

.main .page23 .info .text font {
  font-size: 16px !important;
  color: #000000;
}

.main .page23 .info img {
  width: 928px;
  height: 460px;
  object-fit: scale-down;
}

.main .page23 .info .switch {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  padding: 10px 0;
}

.main .page23 .info .switch .li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.main .page23 .info .switch .li span {
  font-weight: 500;
  color: #000000;
}

.main .page24 {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 124px;
}

.main .page24 .shopinfo {
  width: 440px;
  min-height: 960px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 6px 12px 0px rgba(241, 241, 241, 0.5);
  padding: 30px;
  position: relative;
}

.main .page24 .shopinfo .title {
  margin-top: 40px;
  border-bottom: 1px solid #666666;
  display: flex;
  align-items: center;
  font-family: "SourceHanSerifCN";
}

.main .page24 .shopinfo .title .dwimg {
  width: 19px;
  height: 24px;
}

.main .page24 .shopinfo .title span {
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  padding-left: 12px;
}

.main .page24 .shopinfo .desc {
  margin: 20px 0;
  font-size: 16px;
  color: #666666;
}

.main .page24 .shopinfo .shopaddress {
  /*width: 300px;*/
  padding: 30px 0;
  /*display: flex;*/
  /*align-items: flex-start;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
}

.main .page24 .shopinfo .shopaddress .list {
  /*width: 130px;*/
  padding-bottom: 20px;
  border-top: 1px solid #bcbcbc;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.main .page24 .shopinfo .shopaddress .list .name {
  /*width: 130px;*/
  height: 35px;
  border-bottom: 1px solid #bcbcbc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.main .page24 .shopinfo .shopaddress .list .name span {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.main .page24 .shopinfo .shopaddress .list .li {
  width: 300px;
  font-size: 16px;
  color: #666666;
  margin-top: 8px;
}

.main .page24 .shopinfo .shopaddress .active,
.main .page24 .shopinfo .shopaddress .list:hover {
  border-color: #000;
}

.main .page24 .shopinfo .shopaddress .active .name,
.main .page24 .shopinfo .shopaddress .list:hover .name {
  border-color: #000;
}

.main .page24 .shopinfo .shopaddress .active .active,
.main .page24 .shopinfo .shopaddress .active .li:hover,
.main .page24 .shopinfo .shopaddress .list:hover .active,
.main .page24 .shopinfo .shopaddress .list:hover .li:hover a {
  color: #d1ad71;
}

.main .page24 .shopinfo .hot {
  width: 304px;
  height: auto;
  margin-top: 108px;
}

.main .page24 .shopinfo .hot .title_hot {
  font-weight: 500;
  font-size: 24px;
  color: #999999;
  text-align: center;
  width: 100%;
}

.main .page24 .shopinfo .hot .type {
  width: 304px;
  height: 60px;
  margin-top: 15px;
  background: #d1ad71;
  border-radius: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page24 .shopinfo .hot .type .phone_img {
  width: 29px;
  height: 29px;
}

.main .page24 .shopinfo .hot .type .phone {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(113, 100, 77, 0.3);
  margin-left: 15px;
}

.main .page24 .mapinfo {
  width: 1070px;
  min-height: 960px;
  display: none;
}

.main .page24 .mapinfo .mapbg {
  width: 1000px;
  height: 950px;
  margin-left: 20px;
  background: url("../images/page24_ditu.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.main .page24 .mapinfo .mapbg .info {
  width: 373px;
  height: 373px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page24 .mapinfo .mapbg .info .bgsd {
  width: 373px;
  height: 373px;
  position: absolute;
  animation: aniO 2s ease-in infinite;
  display: none;
}

.main .page24 .mapinfo .mapbg .info .city {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #999999;
  margin-top: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 999;
}

.main .page24 .mapinfo .mapbg .info .city span {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #999999;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
}

.main .page24 .mapinfo .mapbg .info .city:hover {
  color: #d1ad71;
}

.main .page24 .mapinfo .mapbg .info .city:hover span {
  background: #d1ad71;
}

.main .page24 .mapinfo .mapbg .info .shop {
  display: none;
  font-size: 16px;
  color: #000000;
  width: 145px;
  height: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  cursor: pointer;
  padding-top: 10px;
}

.main .page24 .mapinfo .mapbg .info .shop .shopimg {
  position: relative;
  width: 60px;
  margin-top: 12px;
}

.main .page24 .mapinfo .mapbg .info .shop .shopimg img {
  width: 60px;
  border-radius: 50%;
  height: 60px;
}

.main .page24 .mapinfo .mapbg .info .shop .shopimg span {
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9;
}

.main .page24 .mapinfo .mapbg .info .sh1 {
  position: absolute;
  left: 0rem;
  bottom: 98px;
}

.main .page24 .mapinfo .mapbg .info .sh2 {
  position: absolute;
  left: 100px;
  top: 15px;
}

.main .page24 .mapinfo .mapbg .info .sh3 {
  position: absolute;
  left: 200px;
  bottom: 118px;
}

.main .page24 .mapinfo .mapbg .info .sh4 {
  position: absolute;
  left: 210px;
  bottom: 18px;
}

.main .page24 .mapinfo .mapbg .info .sh5 {
  position: absolute;
  left: 100px;
  bottom: 8px;
}

.main .page24 .mapinfo .mapbg .info .shop:hover {
  background: url("../images/icon/bgSd2.png") 50% 50% no-repeat;
  background-size: 90%;
  transition: all 0.3s ease;
  -webkit-animation: aniG 0.4s ease-in;
  -moz-animation: aniG 0.4s ease-in;
  -ms-animation: aniG 0.4s ease-in;
  animation: aniG 0.4s ease-in;
}

@-webkit-keyframes aniO {
  0% {
    -webkit-transform: scale(0.99);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(1.05);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: scale(0.99);
    opacity: 1;
  }
}

@-moz-keyframes aniO {
  0% {
    -moz-transform: scale(0.95);
    opacity: 1;
  }

  60% {
    -moz-transform: scale(1.1);
    opacity: 0.6;
  }

  100% {
    -moz-transform: scale(0.95);
    opacity: 1;
  }
}

@-webkit-keyframes aniG {
  0% {
    background-size: 90%;
  }

  60% {
    background-size: 100%;
  }

  100% {
    background-size: 90%;
  }
}

@-moz-keyframes aniG {
  0% {
    background-size: 90%;
  }

  60% {
    background-size: 100%;
  }

  100% {
    background-size: 90%;
  }
}

@-ms-keyframes aniG {
  .main .page24 .mapinfo .mapbg .info 0% {
    background-size: 90%;
  }

  .main .page24 .mapinfo .mapbg .info 60% {
    background-size: 100%;
  }

  .main .page24 .mapinfo .mapbg .info 100% {
    background-size: 90%;
  }
}

@keyframes aniG {
  0% {
    background-size: 90%;
  }

  60% {
    background-size: 100%;
  }

  100% {
    background-size: 90%;
  }
}

.main .page24 .mapinfo .mapbg .active {
  z-index: 99;
}

.main .page24 .mapinfo .mapbg .active .bgsd {
  display: block;
}

.main .page24 .mapinfo .mapbg .active .city {
  color: #d1ad71;
}

.main .page24 .mapinfo .mapbg .active .city span {
  background: #d1ad71;
}

.main .page24 .mapinfo .mapbg .active .shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main .page24 .mapinfo .mapbg .sh {
  position: absolute;
  right: 0px;
  bottom: 210px;
}

.main .page24 .mapinfo .mapbg .hf {
  position: absolute;
  right: 75px;
  bottom: 205px;
}

.main .page24 .mapinfo .mapbg .js {
  position: absolute;
  right: 25px;
  bottom: 245px;
}

.main .page24 .mapinfo .mapbg .bj {
  position: absolute;
  right: 105px;
  bottom: 410px;
}

.main .page24 .storeinfo {
  width: 1200px;
  min-height: 960px;
}

.main .page24 .storeinfo .back {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  margin-top: 60px;
  color: #666666;
  margin-bottom: 25px;
  cursor: pointer;
}

.main .page24 .storeinfo .back img {
  width: 16px;
  height: 13px;
  margin-left: 10px;
}

.main .page24 .storeinfo .store_title {
  font-weight: 500;
  font-size: 40px;
  color: #333333;
}

.main .page24 .storeinfo .store_futitle {
  font-weight: 400;
  font-size: 40px;
  color: #666666;
}

.main .page24 .storeinfo .store {
  width: 100%;
  height: 720px;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.main .page24 .storeinfo .store img {
  width: 670px;
  height: 710px;
}

.main .page24 .storeinfo .store .info {
  width: 570px;
  height: 710px;
  margin-left: 80px;
  display: flex;
  flex-direction: column;
}

.main .page24 .storeinfo .store .info .title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
}

.main .page24 .storeinfo .store .info .des {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-top: 30px;
  line-height: 36px;
}

.main .page24 .storeinfo .store .info .store_type {
  margin-top: 20px;
}

.main .page24 .storeinfo .store .info .store_type .store_name {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.main .page24 .storeinfo .store .info .store_type .store_con {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.main .page24 .storeinfo .store .info .phone img {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 16px;
}

.main .page24 .storeinfo .store_bttitle {
  width: 100%;
  height: 60px;
  margin: 60px 0;
  position: relative;
}

.main .page24 .storeinfo .store_bttitle .store_bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: "SourceHanSerifCN";
  opacity: 0.1;
  background-image: -webkit-linear-gradient(top,
      #000000 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page24 .storeinfo .store_bttitle .store_bttitle_cn {
  font-family: "SourceHanSerifCN";
  font-weight: 600;
  font-size: 36px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 20px;
}

.main .page24 .storeinfo .storeswiper {
  width: 100%;
}

.main .page24 .storeinfo .storeswiper .swiper-slide {
  width: 75%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  transition: 300ms;
  transform: scale(1);
  position: relative;
  margin: 0 10px;
}

.main .page24 .storeinfo .storeswiper .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.main .page24 .storeinfo .storeswiper .swiper-slide-active .title {
  opacity: 1 !important;
}

.main .page24 .storeinfo .storeswiper .swiper-slide .image {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}

.main .page24 .storeinfo .storeswiper .swiper-slide .title {
  width: 100%;
  height: 60px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  padding-left: 20px;
  opacity: 0;
}

.main .page24 .storeinfo .storeswiper .left_img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 510px;
  bottom: 5px;
  cursor: pointer;
  z-index: 99;
}

.main .page24 .storeinfo .storeswiper .right_img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 510px;
  bottom: 5px;
  cursor: pointer;
  z-index: 99;
}

.main .page24 .storeinfo .storeswiper .swiper-pagination {
  /*left: 350px !important;*/
  /*bottom: 13px !important;*/
}

/*.main .page24 .storeinfo .storeswiper .rightimg .left {*/
/*  position: absolute;*/
/*  right: 70px;*/
/*  top: 20px;*/
/*  cursor: pointer;*/

/*}*/

.main .page24_storemap {
  width: 100%;
  height: 910px;
  background-image: url(../images/page24_map_bj.png);
  background-size: 100% 100%;
  margin-top: 40px;
}

.main .page24_storemap .storeinfo {
  width: 1200px;
  min-height: 910px;
  margin: 0 auto;
}

.main .page24_storemap .storeinfo .store_bttitle {
  width: 100%;
  height: 60px;
  margin: 60px 0;
  position: relative;
}

.main .page24_storemap .storeinfo .store_bttitle .store_bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.1;
  background-image: -webkit-linear-gradient(top,
      #000000 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page24_storemap .storeinfo .store_bttitle .store_bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 36px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 20px;
}

.main .page24_storemap .storeinfo .storemap_type {
  width: 100%;
  height: 650px;
  display: flex;
}

.main .page24_storemap .storeinfo .storemap_type .storemap_left {
  width: 460px;
  height: 650px;
  border-radius: 16px 0px 0px 16px;
  overflow: hidden;
}

.main .page24_storemap .storeinfo .storemap_type .storemap_left .storemap_top {
  background-image: url(../images/page24_map_bt.png);
  background-size: 100% 100%;
  width: 460px;
  height: 100px;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 100px;
}

.main .page24_storemap .storeinfo .storemap_type .storemap_left .storemap_con {
  width: 460px;
  height: 550px;
  padding: 20px;
  background-color: #fff;
}

.storemap_type .storemap_left .storemap_con .storemap_con_title {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
}

.storemap_type .storemap_left .storemap_con .storemap_con_list {
  width: 422px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.storemap_type .storemap_left .storemap_con .storemap_con_list .storemap_con_list_title {
  padding-left: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.storemap_type .storemap_left .storemap_con .storemap_con_list .storemap_con_list_name {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding-right: 10px;
}

.main .page24_storemap .storeinfo .storemap_type .map_container {
  width: 740px;
  height: 650px;
}

.main .page24_storemap .storeinfo .storemap_type .map_container .map_info {
  width: 392px;
  height: 124px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.main .page24_storemap .storeinfo .storemap_type .map_container .map_info img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 25px;
}

.main .page24_storemap .storeinfo .storemap_type .map_container .map_info .info {
  display: flex;
  flex-direction: column;
}

.main .page24_storemap .storeinfo .storemap_type .map_container .map_info .info .name {
  font-size: 16px;
  color: #24242b;
  padding-top: 10px;
}

.main .page24_storemap .storeinfo .storemap_type .map_container .map_info .info .address {
  font-size: 14px;
  color: #666666;
  padding-top: 10px;
}

.main .page25 {
  width: 100%;
  height: 630px;
}
.main .page25 .imgs{
  object-fit: cover;
}


.main .page26 {
  width: 100%;
  height: 1358px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}

.main .page26 .title {
  font-weight: 500;
  font-size: 40px;
  color: #24242b;
  margin-top: 90px;
}

.main .page26 .desc {
  font-size: 18px;
  color: #24242b;
  margin: 40px 0;
}

.main .page26 .box {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  overflow: hidden;
}

.food-img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 950px;
}

.food-img_list .item-box {
  position: relative;
  width: 348px;
  height: 950px;
  display: block;
  margin-right: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.food-img_list .item-box.pointer {
  cursor: pointer;
}

.food-img_list .item-box .list-item {
  height: 100%;
}

.food-img_list .item-box .list-item.btn-pointer {
  cursor: pointer;
}

.food-img_list .item-box .list-item .img-box {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.food-img_list .item-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  opacity: 0;
}

.food-img_list .item-box .mask .title {
  padding-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  opacity: 0;
  font-family: "SourceHanSerifCN";
}

.food-img_list .item-box .mask .info {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  -webkit-transition: all 0.95s;
  transition: all 0.95s;
  opacity: 0;
  font-family: "SourceHanSerifCN";
}

.food-img_list .item-box:last-child {
  margin-right: 0;
}

.food-img_list .item-box:hover {
  width: 520px;
}

.food-img_list .item-box:hover .img-box {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.food-img_list .item-box:hover .mask {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.food-img_list .item-box:hover .mask .title {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.food-img_list .item-box:hover .mask .info {
  opacity: 1;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.el-image__inner {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.main .page27 {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .page27 .tags {
  display: flex;
  align-items: center;
  margin: 50px 0;
}

.main .page27 .tags div {
  margin: 0 25px;
  padding: 0 25px;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
}

.main .page27 .tags div:hover,
.main .page27 .tags .active {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background: #d1ad71;
  border-radius: 29px;
  backdrop-filter: blur(0px);
  color: #fff;
}

.main .page27 .box {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.main .page27 .box .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  color: #24242b;
  margin-top: 40px;
  margin-right: 100px;
}

.main .page27 .box .list:nth-child(4n) {
  margin-right: 0px;
}

.main .page27 .box .list img {
  width: 325px;
  height: 325px;
  margin-bottom: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.main .page28 {
  width: 100%;
  height: 1080px;
  background: #000 url("../images/page28.png") no-repeat;
  background-size: 100%;
  position: relative;
}

.main .page28 .form {
  width: 560px;
  height: 638px;
  background: #ffffff;
  position: absolute;
  top: 203px;
  right: 116px;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.main .page28 .form .card {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0;
}

.main .page28 .form .card div {
  width: 120px;
  height: 30px;
  background: #fafafa;
  border-radius: 8px;
  font-size: 14px;
  color: #24242b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main .page28 .form .card .active {
  background: #000000;
  color: #fff;
}

.main .page28 .form .list {
  width: 400px;
  height: 40px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e4e4e4;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.main .page28 .form .list .label {
  font-size: 14px;
  color: #24242b;
  width: 60px;
  flex-shrink: 0;
}

.main .page28 .form .list input {
  width: 100%;
  font-size: 14px;
  color: #24242b;
  border: none;
}

.main .page28 .form .list img {
  width: 60px;
  height: 30px;
  background: #999999;
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: scale-down;
}

.main .page28 .form .btnt {
  width: 400px;
  height: 40px;
  background: #000000;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .page28 .form .tips {
  width: 400px;
  margin-top: 45px;
  font-size: 12px;
  color: #24242b;
  line-height: 22px;
}

/*  */
/*  */
.main .page29 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
  position: relative;
  background-size: 100%;
  /* padding: 0250px; */
  /* display: flex;
  align-items: center;
  justify-content: space-around; */
}

.main .page29 .page29_bttitle {
  width: 100%;
  height: 60px;
  margin: 60px 0;
  position: relative;
}

.main .page29 .page29_bttitle .page29_bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: "SourceHanSerifCN";
  opacity: 0.3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #ffffff 0%, #000000 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page29 .page29_bttitle .page29_bttitle_cn {
  font-family: "SourceHanSerifCN";
  font-weight: 600;
  font-size: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0%);
}

.main .page29 .page29_desc {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

.page29_type {
  display: flex;
  align-items: center;
  /* justify-content: space-around;  */
  margin: 90px auto;
}

.page29_info {
  margin-left: 200px;
  width: 370px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 20px;
  color: #fff;
}

.page29_info .timeinfo {
  width: 100%;
  height: auto;
}

.page29_info .timeinfo .info {
  width: 370px;
  display: none;
}

.main .page29 .page29_info .timeinfo .info .title {
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}

.main .page29 .page29_info .timeinfo .info .title_en {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  padding-bottom: 30px;
  border-bottom: 1px solid #333333;
}

.main .page29 .page29_info .timeinfo .info .desc_name {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  padding-top: 30px;
}

.main .page29 .page29_info .timeinfo .info .desc {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 32px;
  padding-top: 20px;
  margin-bottom: 50px;
}

.main .page29 .page29_info .rightimg {
  width: 60px;
  height: 60px;
  position: relative;
}

.main .page29 .page29_info .rightimg .right {
  position: absolute;
  left: 70px;
  top: 0;
  cursor: pointer;
}

.main .page29 .page29_info .rightimg .left {
  position: absolute;
  left: 0px;
  top: 20px;
  cursor: pointer;
}

.main .page29 .page29_tb {
  width: 920px;
  height: 760px;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 250px;
}

.main .page29 .mySwiper {
  width: 100%;
  height: 100%;
}

.main .page29 .swiper-slide {
  width: 920px;
  height: 760px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.main .page29 .swiper-slide-prev .prize {
  transform: scale(1) translate(calc(0% + 65px), -35%);
}

.main .page29 .swiper-slide-next {
  opacity: 0.7;
  transform: scale(0.5) !important;
}

.main .page29 .swiper-slide-next .prize {
  transform: scale(1) translate(calc(0% + 65px), 35%);
}

.main .page29 .swiper-slide-next+.swiper-slide .prize {
  transform: scale(1) translate(calc(-100%), -40%);
}

.main .page29 .swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
}

.main .page29 .swiper-slide-active .prize {
  transform: translateX(260px);
}

.main .page29 .time {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.main .page29 .time .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.4;
  cursor: pointer;
}

.main .page29 .time .swiper-pagination-bullet.my-bullet-active {
  width: 32px !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  opacity: 1 !important;
}

/*  */
.main .page30 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
  position: relative;
  background-size: 100%;
  padding-top: 80px;
  /* padding: 0250px; */
  /* display: flex;
  align-items: center;
  justify-content: space-around; */
}

.main .page30 .page30_bttitle {
  width: 100%;
  height: 60px;
  margin: 60px 0;
  position: relative;
}

.main .page30 .page30_bttitle .page30_bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: "SourceHanSerifCN";
  opacity: 0.3;
  background-image: -webkit-linear-gradient(top,
      #ffffff 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page30 .page30_bttitle .page30_bttitle_cn {
  font-family: "SourceHanSerifCN";
  font-weight: 600;
  font-size: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0%);
}

.main .page30 .page30_desc {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

.page30_type {
  display: flex;
  align-items: center;
  margin: 90px auto;
  /* justify-content: space-around;  */
}

.page30_info {
  margin-left: 200px;
  width: 370px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 20px;
  color: #fff;
}

.page30_info .timeinfos {
  width: 100%;
  height: auto;
}

.page30_info .timeinfos .info {
  width: 370px;
}

.main .page30 .page30_info .timeinfos .info .title {
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}

.main .page30 .page30_info .timeinfos .info .title_en {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  padding-bottom: 30px;
  border-bottom: 1px solid #333333;
}

.main .page30 .page30_info .timeinfos .info .desc_name {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  padding-top: 30px;
}

.main .page30 .page30_info .timeinfos .info .desc {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 32px;
  padding-top: 20px;
  margin-bottom: 50px;
}

.main .page30 .page30_info .rightimg {
  width: 60px;
  height: 60px;
  position: relative;
}

.main .page30 .page30_info .rightimg .right {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.main .page30 .page30_info .rightimg .left {
  position: absolute;
  right: 70px;
  top: 20px;
  cursor: pointer;
}

.main .page30 .page30_tb {
  width: 920px;
  height: 760px;
  border-radius: 20px;
  overflow: hidden;
  /*margin-top: 90px;*/
  margin-left: 70px;
}

.main .page30 .mySwiper {
  width: 100%;
  height: 100%;
}

.main .page30 .swiper-slide {
  width: 920px;
  height: 760px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.main .page30 .swiper-slide-prev .prize {
  transform: scale(1) translate(calc(0% + 65px), -35%);
}

.main .page30 .swiper-slide-next {
  opacity: 0.7;
  transform: scale(0.5) !important;
}

.main .page30 .swiper-slide-next .prize {
  transform: scale(1) translate(calc(0% + 65px), 35%);
}

.main .page30 .swiper-slide-next+.swiper-slide .prize {
  transform: scale(1) translate(calc(-100%), -40%);
}

.main .page30 .swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
}

.main .page30 .swiper-slide-active .prize {
  transform: translateX(260px);
}

.main .page30 .times {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.main .page30 .times .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.4;
  cursor: pointer;
}

.main .page30 .times .swiper-pagination-bullet.my-bullet-active {
  width: 32px !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  opacity: 1 !important;
}

/*  */
.main .page31 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
  position: relative;
  background-size: 100%;
  padding-top: 80px;
  /* padding: 0250px; */
  /* display: flex;
  align-items: center;
  justify-content: space-around; */
}

.main .page31 .page31_bttitle {
  width: 100%;
  height: 60px;
  margin: 60px 0;
  position: relative;
}

.main .page31 .page31_bttitle .page31_bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(top,
      #ffffff 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main .page31 .page31_bttitle .page31_bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 36px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0%);
}

.main .page31 .page31_desc {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

.main .page31 .type {
  width: 1466px;
  height: 650px;
  margin: 50px auto 80px;
  position: relative;
}

.main .page31 .type .entitle {
  width: 100%;
  font-weight: 500;
  font-size: 94px;
  color: #ffffff;
  text-align: justify;
  opacity: 0.3;
  position: absolute;
  top: 10px;
  left: 0;
}

.main .page31 .type .list {
  width: 280px;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}

.main .page31 .type .list:nth-child(2) {
  left: 30px;
  top: 90px;
}

.main .page31 .type .list:nth-child(3) {
  left: 310px;
  top: 190px;
}

.main .page31 .type .list:nth-child(4) {
  left: 590px;
  top: 90px;
}

.main .page31 .type .list:nth-child(5) {
  left: 870px;
  top: 190px;
}

.main .page31 .type .list:nth-child(6) {
  left: 1150px;
  top: 90px;
}

.main .page31 .type .list .con {
  width: 280px;
  height: 480px;
  position: relative;
  top: 0;
  left: 0;
}

.main .page31 .type .list .con .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 480px;
  overflow: hidden;
}

.main .page31 .type .list .con .image img {
  transform: scale(1);
  transition: all 0.5s;
}

.main .page31 .type .list:hover .con .image img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.main .page31 .type .list .con .title {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 280px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.main .page31 .type .list .con .desc {
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 280px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  text-align: center;
}

.main .page31 .more {
  width: 240px;
  height: 48px;
  background: #f5d6a2;
  border-radius: 24px;
  margin: 20px auto 50px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}

.main .page31 .more a {
  padding: 15px 70px;
  color: #000000;
}

/* 32 */
.page32 {
  width: 100%;
  height: auto;
  background-color: #000;
}

.page32_con {
  width: 75%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.page32 .content {
  width: 650px;
  height: 660px;
  margin-right: 20px;
}

.main .page32 .content .bttitle {
  width: 100%;
  height: 60px;
  margin: 60px 0;
  position: relative;
}

.main .page32 .content .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(top,
      #ffffff 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page32 .content .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 20px;
}

.main .page32 .content .xian {
  width: 50px;
  height: 2px;
  background: #999999;
}

.main .page32 .content .desc {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  margin: 30px auto;
}

.main .page32 .content .phone_type {
  display: flex;
  align-items: center;
}

.main .page32 .content .phone_type .phone_img {
  width: 37px;
  height: 37px;
}

.main .page32 .content .phone_type .phone_title {
  font-weight: 500;
  font-size: 24px;
  color: #999999;
  padding-left: 15px;
}

.main .page32 .content .phone {
  font-weight: 400;
  font-size: 40px;
  color: #ffffff;
  line-height: 40px;
  padding-top: 20px;
  font-family: jiangxizhuokai, jiangxizhuokai;
}

.page32 .map {
  width: 800px;
  height: 650px;
  background-image: url(../images/page32_bj.png);
  background-size: 100% 100%;
  position: relative;
  top: 32px;
}

.page32 .map .list {
  width: 210px;
  height: 210px;
  border: 1px solid #313030;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.page32 .map .list:nth-child(1) {
  left: 0rem;
  top: 150px;
}

.page32 .map .list:nth-child(2) {
  left: 190px;
  top: 150px;
}

.page32 .map .list:nth-child(3) {
  left: 380px;
  top: 150px;
}

.page32 .map .list:nth-child(4) {
  left: 570px;
  top: 150px;
}

.page32 .map .list .year {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  text-align: center;
  line-height: 65px;
}

.page32 .map .list .num {
  font-weight: 400;
  font-size: 60px;
  color: #919191;
  text-align: center;
  line-height: 80px;
}

.page32 .map .list .name {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 65px;
}

.page32 .map .list:hover {
  border: 1px solid #fff;
}

.page32 .map .list:hover .num {
  font-weight: 500;
  color: #f8d18e;
}

.page33 {
  width: 100%;
  height: auto;
  background-color: #000;
}

.page33 .type {
  width: 1400px;
  height: 560px;
  margin: 50px auto;
  background-image: url(https://xie-web-img.oss-cn-shanghai.aliyuncs.com/xie-enterprise/pc/page33_bj.png);
  background-size: 100% 100%;
  padding: 50px;
}

.page33 .type .title {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
}

.page33 .type .phone {
  font-weight: 400;
  font-size: 40px;
  color: #f8d18e;
  line-height: 50px;
  font-family: jiangxizhuokai, jiangxizhuokai;
}

.page33 .type .time {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  padding-top: 20px;
}

.page33 .type .address {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  padding-top: 10px;
}

.page33 .type .info {
  display: flex;
  margin-top: 50px;
}

.page33 .type .info .list {
  width: 150px;
  height: auto;
  margin-right: 25px;
}

.page33 .type .info .list .image {
  width: 150px;
  height: 150px;
}

.page33 .type .info .list .name {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  padding-top: 10px;
}

/*page34*/
.main .page34 {
  width: 100%;
  height: auto;
  background: #000;
  padding-bottom: 60px;
}

.main .page34 .bttitle {
  width: 75%;
  height: 60px;
  margin: 60px auto;
  position: relative;
}

.main .page34 .bttitle .bttitle_en {
  font-weight: bold;
  font-size: 50px;
  font-family: SourcehtCN_Medium, SourcehtCN_Medium;
  opacity: 0.3;
  background-image: -webkit-linear-gradient(top,
      #ffffff 0%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main .page34 .bttitle .bttitle_cn {
  font-family: SourceHanSerifSC_Medium, SourceHanSerifSC_Medium;
  font-weight: 600;
  font-size: 40px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg,
      #f5d6a2 0%,
      #f5e0be 54%,
      #f5d6a2 100%);
  letter-spacing: 4px;
  position: absolute;
  left: 0;
  top: 20px;
}

.page34 .type {
  width: 75%;
  height: auto;
  margin: 50px auto;
  z-index: 10;
  position: relative;
}

.page34 .type .flexing {
  width: 100%;
  height: 30vw;
  display: -ms-flexbox;
  display: flex;
}

.page34 .type .flexing .section {
  cursor: pointer;
  border-radius: 20px;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  margin: 0 3px;
  transition: -ms-flex 0.6s, -ms-flex 0.6s, flex 0.6s;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.page34 .type .flexing .section .msg {
  z-index: 10;
  width: 80%;
  max-width: 80%;
  position: absolute;
  bottom: 25px;
  left: 10%;
}

.page34 .type .flexing .section .msg h4 {
  text-align: center;
  white-space: nowrap;
  width: 100%;
  line-height: 1;
  transition: opacity 0.4s;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.page34 .type .flexing .section .msg h5 {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  line-height: 1;
  transition: opacity 0.5s;
  transform: translateZ(0);
  opacity: 0;
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 70px;
}

.page34 .type .flexing .section .msg p {
  opacity: 0;
  width: 410px;
  line-height: 26px;
  transition: opacity 0.6s;
  position: absolute;
  bottom: 6px;
  left: 0%;
  transform: translateY(10px);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.page34 .type .flexing .section .pic {
  /*filter: grayscale();*/
  border-radius: 20px;
  width: 100%;
  height: 100%;
  /*transition: filter 0.6s ease-in-out;*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
}

.page34 .type .flexing .section .pic:after {
  content: "";
  background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.8) 90%);
  /*background: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.8) 100%);*/
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page34 .type .flexing .section.on {
  -ms-flex: 3;
  flex: 3;
}

.page34 .type .flexing .section.on .msg h4 {
  width: 0%;
}

.page34 .type .flexing .section.on .msg h4 {
  transition: opacity 0.5s;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  font-size: 18px;
}

.page34 .type .flexing .section.on .msg h5 {
  opacity: 1;
  height: auto;
  transition: opacity 0.5s;
}

.page34 .type .flexing .section.on .msg p {
  width: 410px;
  transition: opacity 0.5s ease-in-out, transform 0.6s;
  opacity: 1;
  transition-delay: 0.2s;
  transform: none;
}

.page34 .type .flexing .section.on .pic {
  filter: grayscale(0);
}