.header {
  position: absolute;
  top: 0;
}

.enjoy1 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #fff;
}
.enjoy1 .parallax2 {
  width: 100%;
  height: 100%;
}
.enjoy1.aos-animate .swiper .swiper-slide .slide-inner img {
  transform: scale(1);
}
.enjoy1 .parallax {
  width: 100%;
  height: 100%;
}
.enjoy1 .position {
  position: absolute;
  bottom: 100px;
  left: 60px;
  z-index: 5;
  display: flex;
  align-items: center;
}
.enjoy1 .position .line {
  width: 2px;
  height: 20px;
  background: #F2F3ED;
  margin: 0 40px 0 0;
}
.enjoy1 .position .flex .flexSwiper {
  height: 107px;
}
.enjoy1 .position .flex .flexSwiper .swiper-slide {
  cursor: pointer;
}
.enjoy1 .position .flex .flexSwiper .swiper-slide .txt {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  transition: 0.6s ease;
  display: block;
  width: fit-content;
  opacity: 0.2;
}
.enjoy1 .swiper {
  width: 100%;
  height: 100%;
}
.enjoy1 .swiper .button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 46px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.enjoy1 .swiper .button .iconfont {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.enjoy1 .swiper .button .iconfont:first-child {
  transform: rotate(180deg);
}
.enjoy1 .swiper .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.enjoy1 .swiper .swiper-slide.swiper-slide-active .content .more_jump {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
  transition-delay: 0.8s;
}
.enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text .h1, .enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text p {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
}
.enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text .h1 {
  transition-delay: 0.4s;
}
.enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text p {
  transition-delay: 0.6s;
}
.enjoy1 .swiper .swiper-slide .content {
  position: relative;
  z-index: 4;
  text-align: center;
  margin: 14% 0 0 0;
}
.enjoy1 .swiper .swiper-slide .content .text {
  margin: 0 0 55px;
}
.enjoy1 .swiper .swiper-slide .content .text .h1 {
  font-family: "jiangchengyuanti500W", sans-serif;
  font-weight: normal;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0 0 20px;
  transform: translateY(20px);
  opacity: 0;
}
.enjoy1 .swiper .swiper-slide .content .text p {
  font-family: "jiangchengyuanti300W", sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #FFFFFF;
  transform: translateY(20px);
  opacity: 0;
}
.enjoy1 .swiper .swiper-slide .content .other {
  display: flex;
  justify-content: center;
}
.enjoy1 .swiper .swiper-slide .content .other .common_more {
  margin: 0;
}
.enjoy1 .swiper .swiper-slide .content .other .common_more:not(:last-child) {
  margin: 0 20px 0 0;
}
.enjoy1 .swiper .swiper-slide .content .more_jump {
  transform: translateY(20px);
  opacity: 0;
}
.enjoy1 .swiper .swiper-slide .content .common_more {
  margin: auto;
  padding: 0 38px;
  height: 50px;
}
.enjoy1 .swiper .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.enjoy1 .swiper .swiper-slide .slide-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(17, 20, 30, 0.3);
  display: none;
}
.enjoy1 .swiper .swiper-slide .slide-inner img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: 4s ease;
}

.each_animate div {
  font-family: "jiangchengyuanti400W", sans-serif;
}

.enjoy2 {
  padding: 132px 0 96px 0;
  background: #F9F9F8;
}
.enjoy2 .wrap {
  width: 1800px;
  margin: auto;
}
.enjoy2 .wrap .title {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1A1A1A;
  margin: 0 0 115px;
  text-align: center;
}
.enjoy2 .wrap .content {
  position: relative;
  z-index: 1;
}
.enjoy2 .wrap .content .bg {
  position: absolute;
  width: 1602px;
  left: 50%;
  transform: translateX(-50%);
  top: 38px;
  z-index: -1;
}
.enjoy2 .wrap .content .matter {
  width: 100%;
  position: relative;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.4s 0.3s;
}
.enjoy2 .wrap .content .matter.on {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.enjoy2 .wrap .content .matter.on .proSwiper .swiper-slide-active {
  pointer-events: auto;
}
.enjoy2 .wrap .content .matter.on .button .iconfont {
  pointer-events: auto;
}
.enjoy2 .wrap .content .matter:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.enjoy2 .wrap .content .matter .button {
  width: 100%;
  position: absolute;
  top: 144px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none;
}
.enjoy2 .wrap .content .matter .button .iconfont {
  color: #111;
  font-size: 30px;
  cursor: pointer;
}
.enjoy2 .wrap .content .matter .button .iconfont:first-child {
  transform: rotate(180deg);
}
.enjoy2 .wrap .content .matter .proSwiper {
  width: 936px;
  height: 410px;
  margin: auto;
  padding: 0 0 10px;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide {
  pointer-events: none;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide .img {
  width: 100%;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s 0.3s;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide .pick {
  margin: 30px 0 0 0;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s 0.3s;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide .oth {
  margin: 107px 0 0 0;
  display: flex;
  justify-content: center;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s 0.3s;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide .oth .common_more:not(:last-child) {
  margin: 0 20px 0 0;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .img, .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .pick, .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .oth {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .pick {
  transition-delay: 0.3s;
}
.enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .oth {
  transition-delay: 0.4s;
}
.enjoy2 .wrap .content .matter .choose {
  display: flex;
  justify-content: center;
  margin: 80px 0 0 0;
}
.enjoy2 .wrap .content .matter .choose .list {
  transition: 0.6s ease;
  cursor: pointer;
  text-align: center;
}
.enjoy2 .wrap .content .matter .choose .list.on .circle {
  background: #F9F9F8;
  border-radius: 50%;
  border: 1px solid #C9BCA9;
}
.enjoy2 .wrap .content .matter .choose .list:not(:last-child) {
  margin: 0 44px 0 0;
}
.enjoy2 .wrap .content .matter .choose .list .circle {
  width: 99px;
  height: 99px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  border: 1px solid transparent;
  transition: 0.6s ease;
}
.enjoy2 .wrap .content .matter .choose .list .circle img {
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
}
.enjoy2 .wrap .content .matter .choose .list p {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
}

.section_box1 .enjoy4 {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.all_section {
  position: relative;
  height: calc(300vh + 4500px);
  z-index: 12;
}
.all_section .fix {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.all_section .fix .enjoyAnimate {
  position: relative;
  z-index: 13;
}
.all_section .fix .enjoyAnimate .common_bg {
  opacity: 0;
  overflow: hidden;
}
.all_section .fix .enjoyAnimate .common_bg img {
  width: 100%;
  height: 100%;
}
.all_section .fix .enjoyAnimate .fix {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.all_section .fix .enjoyAnimate .fix .after {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #000;
  z-index: -1;
}
.all_section .fix .enjoyAnimate .fix .before {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: -1;
}
.all_section .fix .enjoyAnimate .joy1 {
  text-align: center;
  width: fit-content;
  margin: auto;
  position: relative;
  top: 120px;
}
.all_section .fix .enjoyAnimate .joy1 .p1 {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 0 46px;
  opacity: 0;
}
.all_section .fix .enjoyAnimate .joy1 .p2 {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 52px;
  color: #FFFFFF;
  margin: 0 0 311px;
  opacity: 0;
}
.all_section .fix .enjoyAnimate .joy1 .p3 {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  opacity: 0;
}
.all_section .fix .section_box1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.enjoy4 {
  position: relative;
  z-index: 12;
  height: 100vh;
  display: flex;
  align-items: center;
}
.enjoy4.style1 {
  display: block;
  padding: 250px 0 0 0;
}
.enjoy4.style2 {
  display: block;
  padding: 309px 0 0 0;
}
.enjoy4.style3 {
  display: block;
  padding: 300px 0 0 0;
}
.enjoy4 .joy1 {
  text-align: center;
  width: fit-content;
  margin: auto;
  position: relative;
  top: 120px;
}
.enjoy4 .joy1 .p1 {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 0 46px;
}
.enjoy4 .joy1 .p2 {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 52px;
  color: #FFFFFF;
  margin: 0 0 311px;
}
.enjoy4 .joy1 .p3 {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
.enjoy4 .joy2 {
  width: fit-content;
  margin: auto;
}
.enjoy4 .joy2 .title {
  text-align: center;
  margin: 0 0 94px;
}
.enjoy4 .joy2 .title .h1 {
  font-size: 48px;
  color: #1A1A1A;
  margin: 0 0 27px;
  font-family: "jiangchengyuanti500W", sans-serif;
  font-weight: normal;
}
.enjoy4 .joy2 .title p {
  font-weight: 400;
  font-size: 24px;
  color: #1A1A1A;
}
.enjoy4 .joy2 .figure {
  display: flex;
  justify-content: center;
}
.enjoy4 .joy2 .figure .item {
  text-align: center;
}
.enjoy4 .joy2 .figure .item:not(:last-child) {
  margin: 0 120px 0 0;
}
.enjoy4 .joy2 .figure .item p {
  font-weight: 500;
  font-size: 15px;
  color: #1A1A1A;
  margin: 0 0 10px;
}
.enjoy4 .joy2 .figure .item span {
  font-weight: 400;
  font-size: 60px;
  color: #1A1A1A;
  font-family: "BMW Type Web Bold All", sans-serif;
}
.enjoy4 .joy3 {
  width: fit-content;
  margin: auto;
}
.enjoy4 .joy3 .title {
  text-align: center;
}
.enjoy4 .joy3 .title .h1 {
  font-size: 48px;
  color: #1A1A1A;
  font-family: "jiangchengyuanti500W", sans-serif;
  font-weight: normal !important;
  margin: 0 0 43px;
}
.enjoy4 .joy3 .title p {
  font-weight: 400;
  font-size: 24px;
  color: #1A1A1A;
}
.enjoy4 .joy3 .display {
  margin: 390px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 107px;
  left: 50%;
  transform: translateX(-50%);
}
.enjoy4 .joy3 .display .pick {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
.enjoy4 .joy3 .display .line {
  width: 1px;
  height: 30px;
  background: #FFFFFF;
  margin: 17px 67px 0 74px;
}
.enjoy4 .joy3 .display .pick2 {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
.enjoy4 .joy3 .display .pick2 span {
  font-size: 36px;
}
.enjoy4 .joy4 {
  display: flex;
  width: 1420px;
  margin: auto;
  justify-content: space-between;
}
.enjoy4 .joy4 .l .title {
  margin: 0 0 74px;
}
.enjoy4 .joy4 .l .title .h1 {
  font-size: 48px;
  color: #1A1A1A;
  margin: 0 0 38px;
  font-family: "jiangchengyuanti500W", sans-serif;
  font-weight: normal;
}
.enjoy4 .joy4 .l .title p {
  font-weight: 400;
  font-size: 32px;
  color: #1A1A1A;
}
.enjoy4 .joy4 .l .text {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.enjoy4 .joy4 .r {
  margin: 8px 0 0 0;
  display: flex;
  align-items: center;
}
.enjoy4 .joy4 .r .p1 {
  font-weight: 500;
  font-size: 26px;
  color: #1A1A1A;
  line-height: 34px;
}
.enjoy4 .joy4 .r .p2 {
  width: fit-content;
  font-family: "BMW Type Web Bold All", sans-serif;
  font-weight: bold;
  font-size: 74px;
  color: #1A1A1A;
  background: linear-gradient(-19deg, #4A4A4A 0%, #010101 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 38px;
}

.section1 {
  padding: 144px 0;
}
.section1 .wrap {
  width: 1600px;
  margin: auto;
}
.section1 .wrap .title {
  width: 750px;
  margin: auto;
  position: relative;
}
.section1 .wrap .title .title_list {
  display: none;
  text-align: center;
}
.section1 .wrap .title .title_list.on {
  display: block;
}
.section1 .wrap .title .title_list .h1 {
  font-weight: bold;
  font-size: 42px;
  color: #C6A746;
  margin: 0 0 39px;
}
.section1 .wrap .title .title_list p {
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 32px;
  height: 64px;
}
.section1 .wrap .content {
  margin: 74px 0 0 0;
  position: relative;
}
.section1 .wrap .content .button {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  pointer-events: none;
  z-index: 2;
}
.section1 .wrap .content .button .circle {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: 0.6s ease;
  cursor: pointer;
}
.section1 .wrap .content .button .circle:hover {
  background: #fff;
}
.section1 .wrap .content .button .circle:hover .iconfont {
  color: #C6A746;
}
.section1 .wrap .content .button .circle:first-child .iconfont {
  transform: rotate(180deg);
}
.section1 .wrap .content .button .circle .iconfont {
  color: #fff;
  font-size: 16px;
  transition: 0.6s ease;
}
.section1 .wrap .content .cutSwiper {
  width: 3262px;
  height: 652px;
}
.section1 .wrap .content .cutSwiper .swiper-slide {
  left: -830px;
}
.section1 .wrap .content .cutSwiper .swiper-slide img {
  width: 100%;
}
.section1 .wrap .cut {
  width: 1430px;
  display: flex;
  justify-content: space-between;
  margin: 94px auto 0;
  border-bottom: 1px solid #CECECC;
}
.section1 .wrap .cut .list {
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
  padding: 0 0 27px;
  transition: 0.6s ease;
  position: relative;
}
.section1 .wrap .cut .list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #C6A746;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: 2s;
}
.section1 .wrap .cut .list.on {
  color: #C6A746;
}
.section1 .wrap .cut .list.on:after {
  transform: scaleX(1);
}

.section_new {
  padding: 67px 0 178px 0;
}
.section_new .wrap {
  width: 1600px;
  margin: auto;
}
.section_new .wrap .matter {
  display: flex;
  height: 460px;
  justify-content: space-between;
}
.section_new .wrap .matter:nth-child(2n) {
  flex-direction: row-reverse;
}
.section_new .wrap .matter .l, .section_new .wrap .matter .r {
  width: 800px;
  height: 100%;
}
.section_new .wrap .matter .r img {
  width: 100%;
  height: 100%;
}
.section_new .wrap .matter .l {
  padding: 120px 0 0 162px;
}
.section_new .wrap .matter .l .jump .title {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 54px;
  margin: 0 0 46px;
  color: #1A1A1A;
}
.section_new .wrap .matter .l .jump .title p {
  color: #C5A746;
}
.section_new .wrap .matter .l .jump .text {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}

.section2 {
  background: #F9F9F8;
  padding: 187px 0 197px 0;
}
.section2 .wrap {
  width: 1604px;
  margin: auto;
}
.section2 .wrap .top {
  display: flex;
  justify-content: space-between;
  height: 792px;
}
.section2 .wrap .top .bigImg {
  width: 800px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section2 .wrap .top .bigImg:hover img {
  transform: scale(1.05);
}
.section2 .wrap .top .bigImg:hover img:nth-child(1) {
  opacity: 0;
}
.section2 .wrap .top .bigImg:hover img:nth-child(2) {
  opacity: 1;
}
.section2 .wrap .top .bigImg img {
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.section2 .wrap .top .bigImg img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.section2 .wrap .top .r {
  width: 734px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section2 .wrap .top .r .s .title {
  font-weight: 500;
  font-size: 42px;
  color: #1A1A1A;
  line-height: 60px;
  margin: 0 0 99px;
}
.section2 .wrap .top .r .s .title span {
  color: #C5A746;
}
.section2 .wrap .top .r .s .text {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
}
.section2 .wrap .top .r .x .flex {
  display: flex;
  justify-content: space-between;
}
.section2 .wrap .top .r .x .flex .img {
  width: 335px;
  height: 335px;
  overflow: hidden;
  position: relative;
}
.section2 .wrap .top .r .x .flex .img:hover img {
  transform: scale(1.05);
}
.section2 .wrap .top .r .x .flex .img:hover img:nth-child(1) {
  opacity: 0;
}
.section2 .wrap .top .r .x .flex .img:hover img:nth-child(2) {
  opacity: 1;
}
.section2 .wrap .top .r .x .flex .img img {
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.section2 .wrap .top .r .x .flex .img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.section2 .wrap .bottom {
  margin: 157px 0 0 0;
}
.section2 .wrap .bottom .headline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section2 .wrap .bottom .headline .l {
  font-weight: 500;
  font-size: 42px;
  color: #1A1A1A;
  line-height: 60px;
}
.section2 .wrap .bottom .headline .l span {
  color: #C5A746;
}
.section2 .wrap .bottom .headline .pick {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.section2 .wrap .bottom .display {
  margin: 75px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.section2 .wrap .bottom .display .img {
  width: 760px;
  height: 524px;
  overflow: hidden;
}
.section2 .wrap .bottom .display .img:hover img {
  transform: scale(1.05);
}
.section2 .wrap .bottom .display .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}

.section3 .matter {
  margin: 180px auto 0;
}
.section3 .matter .top {
  width: 1607px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section3 .matter .top .l .p1 {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #1A1A1A;
  margin: 0 0 15px;
}
.section3 .matter .top .l .p2 {
  width: fit-content;
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 46px;
  color: #1A1A1A;
  background: linear-gradient(20deg, #A87E2A 0%, #C5A643 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section3 .matter .top .r {
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 36px;
}
.section3 .matter .content {
  margin: 105px 0 0 0;
  width: 100%;
  position: relative;
}
.section3 .matter .content .button {
  position: absolute;
  width: 1607px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.section3 .matter .content .button .iconfont {
  font-size: 42px;
  color: #fff;
  pointer-events: auto;
  cursor: pointer;
}
.section3 .matter .content .button .iconfont:first-child {
  transform: rotate(180deg);
}
.section3 .matter .content .seriesSwiper {
  width: 100%;
  height: 960px;
}
.section3 .matter .content .seriesSwiper .swiper-slide {
  overflow: hidden;
}
.section3 .matter .content .seriesSwiper .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
}
.section3 .matter .content .seriesSwiper .swiper-slide img {
  width: 100%;
}

.section4 {
  padding: 223px 0 165px 0;
}
.section4 .wrap {
  width: 1600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.section4 .wrap .side {
  height: fit-content;
  position: sticky;
  position: -webkit-sticky;
  top: 220px;
}
.section4 .wrap .side p {
  font-weight: 400;
  font-size: 18px;
  color: #C5A746;
  margin: 0 0 25px;
}
.section4 .wrap .side .title {
  font-weight: 800;
  font-size: 42px;
  color: #1A1A1A;
  line-height: 54px;
}
.section4 .wrap .content {
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
.section4 .wrap .content .item {
  width: 400px;
}
.section4 .wrap .content .item .img {
  width: 100%;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 60px;
}
.section4 .wrap .content .item > .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 300ms;
    transform: translate3d(0, 20px, 0);
    pointer-events: none;
}
.section4 .wrap .content .item > .img img.on{
     opacity: 1;
     pointer-events: auto;
     transition-delay: 200ms;
    transform: translate3d(0%, 0, 0);
}
.section4 .wrap .content .item > .img img:not(:nth-child(1)) {
    position: absolute;
    left: 0;
    top: 0;
}
.section4 .wrap .content .item .text {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #1A1A1A;
}
.section4 .wrap .content .item .line {
  width: 100%;
  height: 1px;
  background: #D5C186;
  margin: 30px 0 52px 0;
  transition: 2s;
  transform-origin: left;
  transform: scaleX(0);
}
.section4 .wrap .content .item .line.aos-animate {
  transform: scaleX(1);
}
.section4 .wrap .content .item .flex .flex_list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F2F2F2;
  padding: 0 0 15px;
}
.section4 .wrap .content .item .flex .flex_list:first-child .pick {
  margin: 30px 0 0 0;
}
.section4 .wrap .content .item .flex .flex_list .list_l:last-child {
  text-align: right;
}
.section4 .wrap .content .item .flex .flex_list:first-child, .section4 .wrap .content .item .flex .flex_list:last-child {
  border-bottom: none;
}
.section4 .wrap .content .item .flex .flex_list:not(:last-child) {
  margin: 0 0 30px;
  border-bottom: 1px solid #F4F4F4 !important;
}
.section4 .wrap .content .item .flex .flex_list .p1 {
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
}
.section4 .wrap .content .item .flex .flex_list .pick {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}
.section4 .wrap .content .item .flex .flex_list .color {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  gap: 18px 10px;
}
.section4 .wrap .content .item .flex .flex_list .color .color_list {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  left: 10px;
  cursor: pointer;
}
.section4 .wrap .content .item .flex .flex_list .color .color_list .img {
  width: 18px;
  height: 18px;
  margin: 0 19px 0 0;
}
.section4 .wrap .content .item .flex .flex_list .color .color_list p {
  width: 70px;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  text-align: left;
}

@media screen and (max-width: 1919px) {
  .enjoy1 {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .enjoy1.aos-animate .swiper .swiper-slide .slide-inner img {
    transform: scale(1);
  }
  .enjoy1 .parallax {
    width: 100%;
    height: 100%;
  }
  .enjoy1 .position {
    position: absolute;
    bottom: 5.2083333333vw;
    left: 3.125vw;
    z-index: 5;
    display: flex;
    align-items: center;
  }
  .enjoy1 .position .line {
    width: 0.1041666667vw;
    height: 1.0416666667vw;
    background: #F2F3ED;
    margin: 0 2.0833333333vw 0 0;
  }
  .enjoy1 .position .flex .flexSwiper {
    height: 5.5729166667vw;
  }
  .enjoy1 .position .flex .flexSwiper .swiper-slide {
    cursor: pointer;
  }
  .enjoy1 .position .flex .flexSwiper .swiper-slide .txt {
    font-weight: 400;
    font-size: 0.78125vw;
    color: #fff;
    transition: 0.6s ease;
    display: block;
    width: fit-content;
    opacity: 0.2;
  }
  .enjoy1 .swiper {
    width: 100%;
    height: 100%;
  }
  .enjoy1 .swiper .button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 2.3958333333vw;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
  }
  .enjoy1 .swiper .button .iconfont {
    font-size: 2.0833333333vw;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
  }
  .enjoy1 .swiper .button .iconfont:first-child {
    transform: rotate(180deg);
  }
  .enjoy1 .swiper .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .enjoy1 .swiper .swiper-slide.swiper-slide-active .content .more_jump {
    opacity: 1;
    transform: translateY(0);
    transition: 2s;
    transition-delay: 0.8s;
  }
  .enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text .h1, .enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text p {
    opacity: 1;
    transform: translateY(0);
    transition: 2s;
  }
  .enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text .h1 {
    transition-delay: 0.4s;
  }
  .enjoy1 .swiper .swiper-slide.swiper-slide-active .content .text p {
    transition-delay: 0.6s;
  }
  .enjoy1 .swiper .swiper-slide .content {
    position: relative;
    z-index: 4;
    text-align: center;
    margin: 14% 0 0 0;
  }
  .enjoy1 .swiper .swiper-slide .content .text {
    margin: 0 0 2.8645833333vw;
  }
  .enjoy1 .swiper .swiper-slide .content .text .h1 {
    font-family: "jiangchengyuanti500W", sans-serif;
    font-weight: normal;
    font-size: 2.5vw;
    color: #FFFFFF;
    margin: 0 0 1.0416666667vw;
    transform: translateY(1.0416666667vw);
    opacity: 0;
  }
  .enjoy1 .swiper .swiper-slide .content .text p {
    font-family: "jiangchengyuanti300W", sans-serif;
    font-weight: normal;
    font-size: 1.6666666667vw;
    color: #FFFFFF;
    transform: translateY(1.0416666667vw);
    opacity: 0;
  }
  .enjoy1 .swiper .swiper-slide .content .other {
    display: flex;
    justify-content: center;
  }
  .enjoy1 .swiper .swiper-slide .content .other .common_more {
    margin: 0;
  }
  .enjoy1 .swiper .swiper-slide .content .other .common_more:not(:last-child) {
    margin: 0 1.0416666667vw 0 0;
  }
  .enjoy1 .swiper .swiper-slide .content .more_jump {
    transform: translateY(1.0416666667vw);
    opacity: 0;
  }
  .enjoy1 .swiper .swiper-slide .content .common_more {
    margin: auto;
    padding: 0 1.9791666667vw;
    height: 2.6041666667vw;
  }
  .enjoy1 .swiper .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .enjoy1 .swiper .swiper-slide .slide-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(17, 20, 30, 0.3);
    display: none;
  }
  .enjoy1 .swiper .swiper-slide .slide-inner img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: 4s ease;
  }
  .each_animate div {
    font-family: "jiangchengyuanti400W", sans-serif;
  }
  .enjoy2 {
    padding: 6.875vw 0 5vw 0;
    background: #F9F9F8;
  }
  .enjoy2 .wrap {
    width: 93.75vw;
    margin: auto;
  }
  .enjoy2 .wrap .title {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.1875vw;
    color: #1A1A1A;
    margin: 0 0 5.9895833333vw;
    text-align: center;
  }
  .enjoy2 .wrap .content {
    position: relative;
    z-index: 1;
  }
  .enjoy2 .wrap .content .bg {
    position: absolute;
    width: 83.4375vw;
    left: 50%;
    transform: translateX(-50%);
    top: 1.9791666667vw;
    z-index: -1;
  }
  .enjoy2 .wrap .content .matter {
    width: 100%;
    position: relative;
    pointer-events: none;
    opacity: 0;
    transform: translateY(0.5208333333vw);
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .enjoy2 .wrap .content .matter.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
  .enjoy2 .wrap .content .matter.on .proSwiper .swiper-slide-active {
    pointer-events: auto;
  }
  .enjoy2 .wrap .content .matter.on .button .iconfont {
    pointer-events: auto;
  }
  .enjoy2 .wrap .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .enjoy2 .wrap .content .matter .button {
    width: 100%;
    position: absolute;
    top: 7.5vw;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
  }
  .enjoy2 .wrap .content .matter .button .iconfont {
    color: #111;
    font-size: 1.5625vw;
    cursor: pointer;
  }
  .enjoy2 .wrap .content .matter .button .iconfont:first-child {
    transform: rotate(180deg);
  }
  .enjoy2 .wrap .content .matter .proSwiper {
    width: 48.75vw;
    height: 21.354166666666668vw;
    margin: auto;
    padding: 0 0 0.5208333333vw;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide {
    pointer-events: none;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide .img {
    width: 100%;
    transform: translateY(0.5208333333vw);
    opacity: 0;
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide .pick {
    margin: 1.5625vw 0 0 0;
    font-weight: 400;
    font-size: 1.0416666667vw;
    color: #000000;
    text-align: center;
    transform: translateY(0.5208333333vw);
    opacity: 0;
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide .oth {
    margin: 5.5729166667vw 0 0 0;
    display: flex;
    justify-content: center;
    transform: translateY(0.5208333333vw);
    opacity: 0;
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide .oth .common_more:not(:last-child) {
    margin: 0 1.0416666667vw 0 0;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .img, .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .pick, .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .oth {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .pick {
    transition-delay: 0.3s;
  }
  .enjoy2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .oth {
    transition-delay: 0.4s;
  }
  .enjoy2 .wrap .content .matter .choose {
    display: flex;
    justify-content: center;
    margin: 4.1666666667vw 0 0 0;
  }
  .enjoy2 .wrap .content .matter .choose .list {
    transition: 0.6s ease;
    cursor: pointer;
    text-align: center;
  }
  .enjoy2 .wrap .content .matter .choose .list.on .circle {
    background: #F9F9F8;
    border-radius: 50%;
    border: 1px solid #C9BCA9;
  }
  .enjoy2 .wrap .content .matter .choose .list:not(:last-child) {
    margin: 0 2.2916666667vw 0 0;
  }
  .enjoy2 .wrap .content .matter .choose .list .circle {
    width: 5.15625vw;
    height: 5.15625vw;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.78125vw;
    border: 1px solid transparent;
    transition: 0.6s ease;
  }
  .enjoy2 .wrap .content .matter .choose .list .circle img {
    object-fit: contain;
    max-width: 90%;
    max-height: 90%;
  }
  .enjoy2 .wrap .content .matter .choose .list p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #1A1A1A;
  }
  .section_box1 .enjoy4 {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .all_section {
    position: relative;
    height: calc(300vh + 234.375vw);
    z-index: 12;
  }
  .all_section .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }
  .all_section .fix .enjoyAnimate {
    position: relative;
    z-index: 13;
  }
  .all_section .fix .enjoyAnimate .common_bg {
    opacity: 0;
    overflow: hidden;
  }
  .all_section .fix .enjoyAnimate .common_bg img {
    width: 100%;
    height: 100%;
  }
  .all_section .fix .enjoyAnimate .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .all_section .fix .enjoyAnimate .fix .after {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1;
  }
  .all_section .fix .enjoyAnimate .fix .before {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: -1;
  }
  .all_section .fix .enjoyAnimate .joy1 {
    text-align: center;
    width: fit-content;
    margin: auto;
    position: relative;
    top: 6.25vw;
  }
  .all_section .fix .enjoyAnimate .joy1 .p1 {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 1.25vw;
    color: #FFFFFF;
    margin: 0 0 2.3958333333vw;
    opacity: 0;
  }
  .all_section .fix .enjoyAnimate .joy1 .p2 {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.7083333333vw;
    color: #FFFFFF;
    margin: 0 0 16.1979166667vw;
    opacity: 0;
  }
  .all_section .fix .enjoyAnimate .joy1 .p3 {
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #FFFFFF;
    opacity: 0;
  }
  .all_section .fix .section_box1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .enjoy4 {
    position: relative;
    z-index: 12;
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .enjoy4.style1 {
    display: block;
    padding: 13.0208333333vw 0 0 0;
  }
  .enjoy4.style2 {
    display: block;
    padding: 16.09375vw 0 0 0;
  }
  .enjoy4.style3 {
    display: block;
    padding: 15.625vw 0 0 0;
  }
  .enjoy4 .joy1 {
    text-align: center;
    width: fit-content;
    margin: auto;
    position: relative;
    top: 6.25vw;
  }
  .enjoy4 .joy1 .p1 {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 1.25vw;
    color: #FFFFFF;
    margin: 0 0 2.3958333333vw;
  }
  .enjoy4 .joy1 .p2 {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.7083333333vw;
    color: #FFFFFF;
    margin: 0 0 16.1979166667vw;
  }
  .enjoy4 .joy1 .p3 {
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #FFFFFF;
  }
  .enjoy4 .joy2 {
    width: fit-content;
    margin: auto;
  }
  .enjoy4 .joy2 .title {
    text-align: center;
    margin: 0 0 4.8958333333vw;
  }
  .enjoy4 .joy2 .title .h1 {
    font-size: 2.5vw;
    color: #1A1A1A;
    margin: 0 0 1.40625vw;
    font-family: "jiangchengyuanti500W", sans-serif;
    font-weight: normal;
  }
  .enjoy4 .joy2 .title p {
    font-weight: 400;
    font-size: 1.25vw;
    color: #1A1A1A;
  }
  .enjoy4 .joy2 .figure {
    display: flex;
    justify-content: center;
  }
  .enjoy4 .joy2 .figure .item {
    text-align: center;
  }
  .enjoy4 .joy2 .figure .item:not(:last-child) {
    margin: 0 6.25vw 0 0;
  }
  .enjoy4 .joy2 .figure .item p {
    font-weight: 500;
    font-size: 0.78125vw;
    color: #1A1A1A;
    margin: 0 0 0.5208333333vw;
  }
  .enjoy4 .joy2 .figure .item span {
    font-weight: 400;
    font-size: 3.125vw;
    color: #1A1A1A;
    font-family: "BMW Type Web Bold All", sans-serif;
  }
  .enjoy4 .joy3 {
    width: fit-content;
    margin: auto;
  }
  .enjoy4 .joy3 .title {
    text-align: center;
  }
  .enjoy4 .joy3 .title .h1 {
    font-size: 2.5vw;
    color: #1A1A1A;
    font-family: "jiangchengyuanti500W", sans-serif;
    font-weight: normal !important;
    margin: 0 0 2.2395833333vw;
  }
  .enjoy4 .joy3 .title p {
    font-weight: 400;
    font-size: 1.25vw;
    color: #1A1A1A;
  }
  .enjoy4 .joy3 .display {
    margin: 20.3125vw 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 5.5729166667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .enjoy4 .joy3 .display .pick {
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #FFFFFF;
  }
  .enjoy4 .joy3 .display .line {
    width: 1px;
    height: 1.5625vw;
    background: #FFFFFF;
    margin: 0.8854166667vw 3.4895833333vw 0 3.8541666667vw;
  }
  .enjoy4 .joy3 .display .pick2 {
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #FFFFFF;
  }
  .enjoy4 .joy3 .display .pick2 span {
    font-size: 1.875vw;
  }
  .enjoy4 .joy4 {
    display: flex;
    width: 73.9583333333vw;
    margin: auto;
    justify-content: space-between;
  }
  .enjoy4 .joy4 .l .title {
    margin: 0 0 3.8541666667vw;
  }
  .enjoy4 .joy4 .l .title .h1 {
    font-size: 2.5vw;
    color: #1A1A1A;
    margin: 0 0 1.9791666667vw;
    font-family: "jiangchengyuanti500W", sans-serif;
    font-weight: normal;
  }
  .enjoy4 .joy4 .l .title p {
    font-weight: 400;
    font-size: 1.6666666667vw;
    color: #1A1A1A;
  }
  .enjoy4 .joy4 .l .text {
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #333333;
    line-height: 1.6666666667vw;
  }
  .enjoy4 .joy4 .r {
    margin: 0.4166666667vw 0 0 0;
    display: flex;
    align-items: center;
  }
  .enjoy4 .joy4 .r .p1 {
    font-weight: 500;
    font-size: 1.3541666667vw;
    color: #1A1A1A;
    line-height: 1.7708333333vw;
  }
  .enjoy4 .joy4 .r .p2 {
    width: fit-content;
    font-family: "BMW Type Web Bold All", sans-serif;
    font-weight: bold;
    font-size: 3.8541666667vw;
    color: #1A1A1A;
    background: linear-gradient(-19deg, #4A4A4A 0%, #010101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 1.9791666667vw;
  }
  .section1 {
    padding: 7.5vw 0;
  }
  .section1 .wrap {
    width: 83.3333333333vw;
    margin: auto;
  }
  .section1 .wrap .title {
    width: 39.0625vw;
    margin: auto;
    position: relative;
  }
  .section1 .wrap .title .title_list {
    display: none;
    text-align: center;
  }
  .section1 .wrap .title .title_list.on {
    display: block;
  }
  .section1 .wrap .title .title_list .h1 {
    font-weight: bold;
    font-size: 2.1875vw;
    color: #C6A746;
    margin: 0 0 2.03125vw;
  }
  .section1 .wrap .title .title_list p {
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #1A1A1A;
    line-height: 1.6666666667vw;
    height: 3.3333333333vw;
  }
  .section1 .wrap .content {
    margin: 3.8541666667vw 0 0 0;
    position: relative;
  }
  .section1 .wrap .content .button {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    padding: 0 2.6041666667vw;
    pointer-events: none;
    z-index: 2;
  }
  .section1 .wrap .content .button .circle {
    width: 2.7083333333vw;
    height: 2.7083333333vw;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: 0.6s ease;
    cursor: pointer;
  }
  .section1 .wrap .content .button .circle:hover {
    background: #fff;
  }
  .section1 .wrap .content .button .circle:hover .iconfont {
    color: #C6A746;
  }
  .section1 .wrap .content .button .circle:first-child .iconfont {
    transform: rotate(180deg);
  }
  .section1 .wrap .content .button .circle .iconfont {
    color: #fff;
    font-size: 0.8333333333vw;
    transition: 0.6s ease;
  }
  .section1 .wrap .content .cutSwiper {
    width: 169.8958333333vw;
    height: 33.958333333333336vw;
  }
  .section1 .wrap .content .cutSwiper .swiper-slide {
    left: -43.2291666667vw;
  }
  .section1 .wrap .content .cutSwiper .swiper-slide img {
    width: 100%;
  }
  .section1 .wrap .cut {
    width: 74.4791666667vw;
    display: flex;
    justify-content: space-between;
    margin: 4.8958333333vw auto 0;
    border-bottom: 1px solid #CECECC;
  }
  .section1 .wrap .cut .list {
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9375vw;
    color: #1A1A1A;
    padding: 0 0 1.40625vw;
    transition: 0.6s ease;
    position: relative;
  }
  .section1 .wrap .cut .list:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1041666667vw;
    background: #C6A746;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: 2s;
  }
  .section1 .wrap .cut .list.on {
    color: #C6A746;
  }
  .section1 .wrap .cut .list.on:after {
    transform: scaleX(1);
  }
  .section_new {
    padding: 3.4895833333vw 0 9.2708333333vw 0;
  }
  .section_new .wrap {
    width: 83.3333333333vw;
    margin: auto;
  }
  .section_new .wrap .matter {
    display: flex;
    height: 23.9583333333vw;
    justify-content: space-between;
  }
  .section_new .wrap .matter:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .section_new .wrap .matter .l, .section_new .wrap .matter .r {
    width: 41.6666666667vw;
    height: 100%;
  }
  .section_new .wrap .matter .r img {
    width: 100%;
    height: 100%;
  }
  .section_new .wrap .matter .l {
    padding: 6.25vw 0 0 8.4375vw;
  }
  .section_new .wrap .matter .l .jump .title {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.0833333333vw;
    line-height: 2.8125vw;
    margin: 0 0 2.3958333333vw;
    color: #1A1A1A;
  }
  .section_new .wrap .matter .l .jump .title p {
    color: #C5A746;
  }
  .section_new .wrap .matter .l .jump .text {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 0.9375vw;
    color: #666666;
    line-height: 1.6666666667vw;
  }
  .section2 {
    background: #F9F9F8;
    padding: 9.7395833333vw 0 10.2604166667vw 0;
  }
  .section2 .wrap {
    width: 83.5416666667vw;
    margin: auto;
  }
  .section2 .wrap .top {
    display: flex;
    justify-content: space-between;
    height: 41.25vw;
  }
  .section2 .wrap .top .bigImg {
    width: 41.6666666667vw;
    height: 100%;
    overflow: hidden;
  }
  .section2 .wrap .top .bigImg:hover img {
    transform: scale(1.05);
  }
  .section2 .wrap .top .bigImg:hover img:nth-child(1) {
    opacity: 0;
  }
  .section2 .wrap .top .bigImg:hover img:nth-child(2) {
    opacity: 1;
  }
  .section2 .wrap .top .bigImg img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
  }
  .section2 .wrap .top .bigImg img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .section2 .wrap .top .r {
    width: 38.2291666667vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section2 .wrap .top .r .s .title {
    font-weight: 500;
    font-size: 2.1875vw;
    color: #1A1A1A;
    line-height: 3.125vw;
    margin: 0 0 5.15625vw;
  }
  .section2 .wrap .top .r .s .title span {
    color: #C5A746;
  }
  .section2 .wrap .top .r .s .text {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #333333;
    line-height: 1.6666666667vw;
  }
  .section2 .wrap .top .r .x .flex {
    display: flex;
    justify-content: space-between;
  }
  .section2 .wrap .top .r .x .flex .img {
    width: 17.4479166667vw;
    height: 17.4479166667vw;
    overflow: hidden;
  }
  .section2 .wrap .top .r .x .flex .img:hover img {
    transform: scale(1.05);
  }
  .section2 .wrap .top .r .x .flex .img:hover img:nth-child(1) {
    opacity: 0;
  }
  .section2 .wrap .top .r .x .flex .img:hover img:nth-child(2) {
    opacity: 1;
  }
  .section2 .wrap .top .r .x .flex .img img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
  }
  .section2 .wrap .top .r .x .flex .img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .section2 .wrap .bottom {
    margin: 8.1770833333vw 0 0 0;
  }
  .section2 .wrap .bottom .headline {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .section2 .wrap .bottom .headline .l {
    font-weight: 500;
    font-size: 2.1875vw;
    color: #1A1A1A;
    line-height: 3.125vw;
  }
  .section2 .wrap .bottom .headline .l span {
    color: #C5A746;
  }
  .section2 .wrap .bottom .headline .pick {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #333333;
  }
  .section2 .wrap .bottom .display {
    margin: 3.90625vw 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  .section2 .wrap .bottom .display .img {
    width: 39.5833333333vw;
    height: 27.2916666667vw;
    overflow: hidden;
  }
  .section2 .wrap .bottom .display .img:hover img {
    transform: scale(1.05);
  }
  .section2 .wrap .bottom .display .img img {
    width: 100%;
    height: 100%;
    transition: 1s;
  }
  .section3 .matter {
    margin: 9.375vw auto 0;
  }
  .section3 .matter .top {
    width: 83.6979166667vw;
    margin: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .section3 .matter .top .l .p1 {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 1.25vw;
    color: #1A1A1A;
    margin: 0 0 0.78125vw;
  }
  .section3 .matter .top .l .p2 {
    width: fit-content;
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.3958333333vw;
    color: #1A1A1A;
    background: linear-gradient(20deg, #A87E2A 0%, #C5A643 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .section3 .matter .top .r {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #1A1A1A;
    line-height: 1.875vw;
  }
  .section3 .matter .content {
    margin: 5.46875vw 0 0 0;
    width: 100%;
    position: relative;
  }
  .section3 .matter .content .button {
    position: absolute;
    width: 83.6979166667vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }
  .section3 .matter .content .button .iconfont {
    font-size: 2.1875vw;
    color: #fff;
    pointer-events: auto;
    cursor: pointer;
  }
  .section3 .matter .content .button .iconfont:first-child {
    transform: rotate(180deg);
  }
  .section3 .matter .content .seriesSwiper {
    width: 100%;
    height: 50vw;
  }
  .section3 .matter .content .seriesSwiper .swiper-slide {
    overflow: hidden;
  }
  .section3 .matter .content .seriesSwiper .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
  }
  .section3 .matter .content .seriesSwiper .swiper-slide img {
    width: 100%;
  }
  .section4 {
    padding: 11.6145833333vw 0 8.59375vw 0;
  }
  .section4 .wrap {
    width: 83.3333333333vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .section4 .wrap .side {
    height: fit-content;
    position: sticky;
    position: -webkit-sticky;
    top: 11.4583333333vw;
  }
  .section4 .wrap .side p {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #C5A746;
    margin: 0 0 1.3020833333vw;
  }
  .section4 .wrap .side .title {
    font-weight: 800;
    font-size: 2.1875vw;
    color: #1A1A1A;
    line-height: 2.8125vw;
  }
  .section4 .wrap .content {
    width: 52.0833333333vw;
    display: flex;
    justify-content: space-between;
  }
  .section4 .wrap .content .item {
    width: 20.8333333333vw;
  }
  .section4 .wrap .content .item .img {
    width: 100%;
    height: 8.2291666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 3.125vw;
  }
  .section4 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .section4 .wrap .content .item .text {
    text-align: center;
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #1A1A1A;
  }
  .section4 .wrap .content .item .line {
    width: 100%;
    height: 1px;
    background: #D5C186;
    margin: 1.5625vw 0 2.7083333333vw 0;
    transition: 2s;
    transform-origin: left;
    transform: scaleX(0);
  }
  .section4 .wrap .content .item .line.aos-animate {
    transform: scaleX(1);
  }
  .section4 .wrap .content .item .flex .flex_list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
    padding: 0 0 0.78125vw;
  }
  .section4 .wrap .content .item .flex .flex_list:first-child .pick {
    margin: 1.5625vw 0 0 0;
  }
  .section4 .wrap .content .item .flex .flex_list .list_l:last-child {
    text-align: right;
  }
  .section4 .wrap .content .item .flex .flex_list:first-child, .section4 .wrap .content .item .flex .flex_list:last-child {
    border-bottom: none;
  }
  .section4 .wrap .content .item .flex .flex_list:not(:last-child) {
    margin: 0 0 1.5625vw;
    border-bottom: 1px solid #F4F4F4 !important;
  }
  .section4 .wrap .content .item .flex .flex_list .p1 {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #1A1A1A;
  }
  .section4 .wrap .content .item .flex .flex_list .pick {
    font-weight: 500;
    font-size: 0.9375vw;
    color: #666666;
    line-height: 1.875vw;
  }
  .section4 .wrap .content .item .flex .flex_list .color {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    gap: 0.9375vw 0.5208333333vw;
  }
  .section4 .wrap .content .item .flex .flex_list .color .color_list {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    left: 0.5208333333vw;
  }
  .section4 .wrap .content .item .flex .flex_list .color .color_list .img {
    width: 0.9375vw;
    height: 0.9375vw;
    margin: 0 0.9895833333vw 0 0;
  }
  .section4 .wrap .content .item .flex .flex_list .color .color_list p {
    width: 3.6458333333vw;
    font-weight: 500;
    font-size: 0.9375vw;
    color: #666666;
    text-align: left;
  }

}
@media screen and (max-width: 1024px) {
  .enjoy1 .swiper .swiper-slide .content .text .h1 {
    font-size: 24px;
    margin: 0 0 20px;
    transform: translateY(20px);
  }
  .enjoy1 .swiper .swiper-slide .content .text p {
    font-size: 16px;
    transform: translateY(20px);
  }
  .enjoy1 .swiper .swiper-slide .content .other .common_more:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .enjoy1 .swiper .swiper-slide .content .common_more {
    padding: 0 10px;
    height: 33px;
  }
  .enjoy1 .swiper .swiper-slide .content .text {
    margin: 0 0 25px;
  }
  .enjoy1 .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .enjoy1 .swiper .swiper-slide .content {
    margin: 0;
  }
  .enjoy1 .swiper .button .iconfont {
    font-size: 30px;
  }
  .enjoy1 .position .flex .flexSwiper .swiper-slide .txt {
    font-size: 13px;
  }
  .enjoy1 .position .flex .flexSwiper {
    height: 90px;
  }
  .enjoy1 .position .line {
    width: 2px;
    height: 20px;
    margin: 0 15px 0 0;
  }
  .enjoy1 .position {
    bottom: 30px;
    left: 5%;
  }
  .enjoy1 .swiper .swiper-slide {
    overflow: unset;
  }
  .enjoy2 {
    padding: 80px 0;
  }
  .enjoy2 .wrap .title {
    font-size: 24px;
    margin: 0 0 35px;
  }
  .enjoy2 .wrap .content .matter .proSwiper {
    width: 100%;
    height: auto;
    padding: 0 0 25px;
  }
  .enjoy2 .wrap .content .matter .choose .list .circle {
    width: 55px;
    height: 55px;
    margin: 0 auto 10px;
    border: 1px solid transparent;
  }
  .enjoy2 .wrap .content .matter .choose .list:not(:last-child) {
    margin: 0 25px 0 0;
  }
  .enjoy2 .wrap .content .matter .choose .list p {
    font-size: 12px;
  }
  .all_section .fix .enjoyAnimate .joy1 .p2 {
    font-size: 24px;
    margin: 0 0 40px;
  }
  .all_section .fix .enjoyAnimate .joy1 .p1 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .all_section .fix .enjoyAnimate .joy1 .p3 {
    font-size: 14px;
    line-height: 2;
  }
  .enjoy4.style1 {
    padding: 150px 0 0 0;
  }
  .enjoy4 .joy2 .title .h1 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .enjoy4 .joy2 .title p {
    font-size: 14px;
  }
  .enjoy4 .joy2 .title {
    margin: 0 0 40px;
  }
  .enjoy4 .joy2 .figure .item:not(:last-child) {
    margin: 0 30px 0 0;
  }
  .enjoy4 .joy2 .figure .item p {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .enjoy4 .joy2 .figure .item span {
    font-size: 24px;
  }
  .enjoy4.style2 {
    padding: 150px 0 0 0;
  }
  .all_section .fix .enjoyAnimate .joy1 .p1 {
    font-size: 24px;
    margin: 0 0 25px;
  }
  .enjoy4 .joy3 .title .h1 {
    font-size: 24px;
    color: #1A1A1A;
    margin: 0 0 15px;
  }
  .enjoy4 .joy3 .title p {
    font-size: 12px;
    color: #1A1A1A;
  }
  .enjoy4 .joy3 .display {
    margin: 390px 0 0 0;
    bottom: 50px;
    width: 100%;
  }
  .enjoy4 .joy3 .display .pick {
    font-size: 12px;
    line-height: 20px;
  }
  .enjoy4 .joy3 .display .pick2 {
    font-size: 12px;
    line-height: 20px;
  }
  .enjoy4 .joy3 .display .pick2 span {
    font-size: 12px;
  }
  .enjoy4 .joy3 .display .line {
    width: 1px;
    height: 30px;
    margin: 0 16px;
  }
  .enjoy4.style3 {
    padding: 150px 0 0 0;
  }
  .enjoy4 .joy4 {
    width: 90%;
    flex-direction: column;
    align-items: unset;
  }
  .enjoy4 .joy4 .l .title {
    margin: 0 0 12px;
  }
  .enjoy4 .joy4 .l .title .h1 {
    font-size: 24px;
    margin: 0 0 12px;
  }
  .enjoy4 .joy4 .l .title p {
    font-size: 14px;
  }
  .enjoy4 .joy4 .l .text {
    font-size: 12px;
    line-height: 1.7;
  }
  .enjoy4 .joy4 .r {
    margin: 35px 0 0 0;
  }
  .enjoy4 .joy4 .r .p1 {
    font-size: 14px;
    line-height: 1.7;
  }
  .enjoy4 .joy4 .r .p2 {
    font-size: 24px;
    margin: 0 0 14px 10px;
  }
  .section1 {
    padding: 60px 0;
  }
  .section1 .wrap .title .title_list .h1 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .section1 .wrap .title .title_list p {
    font-size: 13px;
    line-height: 1.8;
    height: auto;
  }
  .section1 .wrap {
    width: 90%;
  }
  .section1 .wrap .title {
    width: 100%;
  }
  .section1 .wrap .content {
    margin: 22px 0 0 0;
  }
  .section1 .wrap .content .cutSwiper {
    width: 100%;
  }
  .section1 .wrap .content .cutSwiper .swiper-slide {
    left: 0;
  }
  .section1 .wrap .content .button {
    padding: 0 5%;
  }
  .section1 .wrap .content .button .circle {
    width: 35px;
    height: 35px;
  }
  .section1 .wrap .content .button .circle .iconfont {
    font-size: 14px;
  }
  .section1 .wrap .cut {
    width: 100%;
    margin: 50px auto 0;
  }
  .section1 .wrap .cut .list {
    font-size: 12px;
    padding: 0 0 15px;
    margin: 0 5px;
  }
  .section2 {
    padding: 5% 0 30px 0;
  }
  .section2 .wrap .top {
    flex-direction: column;
    height: auto;
  }
  .section2 .wrap {
    width: 90%;
  }
  .section2 .wrap .top .bigImg {
    width: 100%;
  }
  .section2 .wrap .top .r {
    width: 100%;
    margin: 22px 0 0 0;
  }
  .section2 .wrap .top .r .s .title {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 15px;
  }
  .section2 .wrap .top .r .s .text {
    font-size: 13px;
    line-height: 2;
  }
  .section2 .wrap .top .r .x .flex {
    margin: 30px 0 0 0;
  }
  .section2 .wrap .top .r .x .flex .img {
    width: 47%;
    height: auto;
  }
  .section2 .wrap .bottom {
    margin: 50px 0 0 0;
  }
  .section2 .wrap .bottom .headline {
    flex-direction: column;
    align-items: unset;
  }
  .section2 .wrap .bottom .headline .l {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 15px;
  }
  .section2 .wrap .bottom .headline .pick {
    font-size: 13px;
    line-height: 2;
  }
  .section2 .wrap .bottom .display {
    margin: 30px 0 0 0;
  }
  .section2 .wrap .bottom .display .img {
    width: 47%;
    height: auto;
  }
  .section3 .matter {
    margin: 50px auto 0;
  }
  .section3 .matter .top {
    width: 90%;
    flex-direction: column;
    align-items: unset;
  }
  .section3 .matter .top .l .p1 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .section3 .matter .top .l .p2 {
    font-size: 24px;
  }
  .section3 .matter .top .r {
    font-size: 13px;
    line-height: 2;
    margin: 10px 0 0 0;
  }
  .section3 .matter .content .button .iconfont {
    font-size: 30px;
  }
  .section3 .matter .content .button {
    width: 90%;
  }
  .section4 {
    padding: 40px 0;
  }
  .section4 .wrap {
    width: 90%;
    flex-direction: column;
  }
  .section4 .wrap .side {
    position: static;
    margin: 0 0 44px;
    top: 0;
  }
  .section4 .wrap .side p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .section4 .wrap .side .title {
    font-size: 24px;
    line-height: 1.4;
  }
  .section4 .wrap .content {
    width: 100%;
    flex-direction: column;
  }
  .section4 .wrap .content .item {
    width: 100%;
  }
  .section4 .wrap .content .item:not(:last-child) {
    margin: 0 0 70px;
  }
  .section4 .wrap .content .item .img {
    height: auto;
    margin: 0 0 15px;
  }
  .section4 .wrap .content .item .text {
    font-size: 18px;
  }
  .section4 .wrap .content .item .line {
    width: 100%;
    height: 1px;
    margin: 20px 0 32px 0;
    transform: scaleX(1);
  }
  .section4 .wrap .content .item .flex .flex_list {
    padding: 0 0 15px;
  }
  .section4 .wrap .content .item .flex .flex_list .p1 {
    font-size: 14px;
  }
  .section4 .wrap .content .item .flex .flex_list .pick {
    font-size: 13px;
    line-height: 2;
  }
  .section4 .wrap .content .item .flex .flex_list:not(:last-child) {
    margin: 0 0 30px;
  }
  .section4 .wrap .content .item .flex .flex_list .color .color_list .img {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
  }
  .section4 .wrap .content .item .flex .flex_list .color {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    width: fit-content;
    margin: 0;
  }
  .section4 .wrap .content .item .flex .flex_list .color .color_list {
    margin: 0 !important;
  }
  .section4 .wrap .content .item .flex .flex_list .color .color_list p {
    width: 60px;
    font-size: 14px;
  }
  .section4 .wrap .content .item .flex .flex_list .color .color_list:not(:last-child) {
    margin: 0 auto 15px;
  }
  .enjoy1 .swiper .swiper-slide .slide-inner img {
    display: none;
  }
  .enjoy1 .swiper .swiper-slide .slide-inner img.sj_img {
    display: block !important;
  }
  .iscroll1 .enjoy4 .common_bg {
    display: none;
  }
  .iscroll1 .enjoy4 .common_bg.sj_img {
    display: block !important;
  }
  .section_new {
    padding: 0;
  }
  .section_new .wrap {
    width: 90%;
  }
  .section_new .wrap .matter {
    flex-direction: column-reverse !important;
    height: auto;
  }
  .section_new .wrap .matter .l {
    width: 100%;
    height: auto;
    padding: 0 0 50px;
    margin: 25px 0 0 0;
  }
  .section_new .wrap .matter .l .jump .title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  .section_new .wrap .matter .l .jump .text {
    font-size: 12px;
    line-height: 25px;
  }
  .section_new .wrap .matter .r {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=enjoy.css.map */
