.page_item-sapn {
  height: 0 !important;
  margin: 0;
  padding-bottom: 0;
}

/* 新 */

/* part1 */
.part1 {
  width: 100%;
  height: 880px;
}

.part1 a {
  width: 100%;
  height: 100%;
  display: block;
}

.part1 .swiper {
  width: 100%;
  height: 100%;
}

.part1 .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part1 .swiper-slide .imgs{
   object-fit: cover !important;
}


.part1 .swiper-pagination {
  bottom: 40px !important;
}

.part1 .swiper-pagination-bullet {
  width: 60px !important;
  height: 4px !important;
  background: #ffffff !important;
  border-radius: 2px !important;
  opacity: 1 !important;
}

.part1 .swiper-pagination-bullet-active {
  background: #d73129 !important;
}

/* module_bgimg */
.module_bgimg {
  width: 100%;
  height: auto;
  /*background-image: url(../images/module_bgimg1.png);*/
  background-image: url(https://biyi-xietaitai.oss-cn-shanghai.aliyuncs.com/1.png);
  background-size: 100% 100%;
}

/* part2 */
.part2 {
  position: relative;
  top: -25px;
  z-index: 9;
}

.part2_type {
  justify-content: space-between;
}

.part2_list {
  width: 352px;
  height: 162px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.part2_title {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  font-family: "SourceHanSerifCN";
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}

/* part3 */
.part3 {
  width: 100%;
  height: auto;
}

.part3_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 60px;
  color: #333333;
  text-align: center;
  margin-top: 60px;
}

.part3_title_type {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.part3_icon {
  width: 87px;
  height: 17px;
}

.part3_entitle {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  padding: 0 20px;
}

.part3_type {
  width: 1050px;
  height: 110px;
  margin: 40px auto;
  justify-content: space-between;
}

.part3_type_main {
  width: 500px;
  height: 110px;
  background-image: url(../images/part3_type.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.part3_type_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 30px;
  color: #080708;
  text-align: center;
  line-height: 40px;
  padding-top: 15px;
}

.part3_type_entitle {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 24px;
  color: #7c7c7c;
  text-align: center;
}

.part3_type_main.active {
  background-image: url(../images/part3_type_hover.png);
}

.part3_type_main.active .part3_type_title {
  color: #f6cd99;
}

.part3_type_main.active .part3_type_entitle {
  color: #99805f;
}

.part3_type_main:hover {
  background-image: url(../images/part3_type_hover.png);
}

.part3_type_main:hover .part3_type_title {
  color: #f6cd99;
}

.part3_type_main:hover .part3_type_entitle {
  color: #99805f;
}

.part3_info {
  justify-content: space-between;
  display: none !important;
}

.part3_info.active {
  display: flex !important;
}

.part3_main {
  width: 670px;
  height: 660px;
  margin-bottom: 50px;
  position: relative;
}

.part3_info:nth-child(2) .part3_main {
  height: 530px;
}

.part3_main_img {
  width: 100%;
  height: 560px;
  overflow: hidden;
  border-radius: 50px;
}

.part3_info:nth-child(2) .part3_main_img {
  height: 430px;
}

.part3_main_btimg {
  width: 700px;
  height: 250px;
  background-image: url(../images/part3_main_bj.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: -15px;
  z-index: 99;
}

.part3_main_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 40px;
  color: #710500;
  line-height: 50px;
  text-align: center;
  padding-top: 100px;
}

.part3_main_con {
  width: 95%;
  height: auto;
  margin: 20px auto 0;
  justify-content: center;
}

.part3_main_list {
  width: 100px;
  height: 48px;
  border-radius: 23px;
  border: 1px solid #847666;
  margin: 0 3px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

.part3_main_list_name {
  font-family: "SourceHanSerifCN";
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}

.part3_main_list.active {
  background: #ffeed9;
  border: 1px solid #ffeed9;
}

.part3_main_list:hover {
  background: #ffeed9;
  border: 1px solid #ffeed9;
}

.part3_main_type {
  width: 470px;
  height: 135px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}

.part3_main_type.active {
  opacity: 1;
  transition: all 0.5s;
}

.part3_main_type1 p {
  font-family: "SourceHanSerifCN";
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
}

.part3_main_type2 {
  width: 35px;
  margin: 10px 15px 0;
}

.part3_main_type3 p {
  font-family: "SourceHanSerifCN";
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  line-height: 35px;
  text-align: left;
}

/* part4 */
.part4 {
  width: 100%;
  height: auto;
  padding: 30px 0;
  /*background-image: url(../images/part4_bj.png);*/
  background-image: url(https://biyi-xietaitai.oss-cn-shanghai.aliyuncs.com/2.jpg);

  background-size: 100% 100%;
}

.part4_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 60px;
  text-align: center;
  margin-top: 60px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
}

.part4_title_type {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.part4_icon {
  width: 87px;
  height: 17px;
}

.part4_entitle {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 24px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    315deg,
    #f5d6a2 0%,
    #f5e0be 54%,
    #f5d6a2 100%
  );
  padding: 0 20px;
}

.part4_type {
  width: 100%;
  height: 785px;
  justify-content: space-between;
  margin-top: 35px;
}

.part4_list {
  width: 466px;
  height: 785px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}

.part4_list_img {
  width: 100%;
  height: 525px;
}

.part4_list_icon {
  width: auto;
  height: 250px;
  position: absolute;
  right: 0;
  top: 390px;
}

.part4_list_con {
  width: 100%;
  height: 260px;
  background-color: #ffffff;
}

.part4_list_title {
  width: 100%;
  font-family: "SourceHanSerifCN-Bold";
  font-size: 36px;
  color: #000000;
  line-height: 46px;
  text-align: center;
  padding-top: 130px;
}

.part4_list_detail {
  width: 180px;
  height: 45px;
  margin: 15px auto 0;
  background-image: url(../images/part4_btn1.png);
  background-size: 100% 100%;
  font-family: "SourceHanSerifCN";
  font-weight: 400;
  font-size: 18px;
  color: #080708;
  text-align: center;
  line-height: 45px;
}

.part4_list_detail a {
  color: #080708;
}

.part4_list:hover {
  margin-top: -15px;
  transition: all 0.5s;
}

.part4_list:hover .part4_list_detail {
  background-image: url(../images/part4_btn2.png);
  color: #f6cd99;
}

.part4_list:hover .part4_list_detail a {
  color: #f6cd99;
}

.part4_info {
  margin-top: 50px;
  height: 70px;
  justify-content: center;
}

.part4_info_main {
  width: auto;
  height: 70px;
  padding: 0 30px;
  border-right: 1px solid #f6cd99;
}

.part4_info_main:last-child {
  border-right: none;
}

.part4_info_img {
  width: 70px;
  height: 70px;
}

.part4_info_con {
  width: auto;
  height: 70px;
  padding-left: 20px;
}

.part4_info_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 20px;
  color: #f6cd99;
  line-height: 35px;
  text-align: center;
}

.part4_info_name {
  font-family: "SourceHanSerifCN";
  font-weight: 400;
  font-size: 14px;
  color: #f6cd99;
  line-height: 35px;
  text-align: center;
}

/* module_bgimg2 */
.module_bgimg2 {
  width: 100%;
  height: auto;
  /*background-image: url(../images/module_bgimg2.png);*/
  background-image: url(https://biyi-xietaitai.oss-cn-shanghai.aliyuncs.com/%E9%A6%96%E9%A1%B5-%E8%9F%B9%E5%A4%AA%E5%A4%AA%E6%B6%88%E6%81%AF%E8%83%8C%E6%99%AF.png);
  background-size: 100% 100%;
}

/* part5 */
.part5 {
  width: 100%;
  height: auto;
  padding: 80px 0 50px;
}

.part5_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 60px;
  color: #333333;
  text-align: center;
}

.part5_type {
  justify-content: center;
}

.part5_type_main {
  width: 190px;
  height: 68px;
  background-image: url(../images/part5_btimg1.png);
  background-size: 100% 100%;
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 30px;
  color: #080708;
  text-align: center;
  line-height: 68px;
  margin: 30px 30px;
  cursor: pointer;
}

.part5_type_main.active {
  background-image: url(../images/part5_btimg2.png);
  color: #f6cd99;
}

.part5_type_main:hover {
  background-image: url(../images/part5_btimg2.png);
  color: #f6cd99;
}

.part5_info {
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin-top: 30px;
  display: none !important;
}

.part5_info.active {
  display: flex !important;
}

.part5_list {
  width: 450px;
  height: 545px;
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 5px 5px 16px 5px #5E4528; */
  transition: all 0.5s;
  margin-top: 0;
  position: relative;
  top: 0;
}

.part5_list:hover {
  top: -20px;
  transition: all 0.5s;
}

.part5_list_img {
  width: 100%;
  height: 395px;
}

.part5_list_con {
  width: 100%;
  height: 150px;
  background-image: linear-gradient(0deg, #f9efe2 0%, #fcf6ed 100%);
  position: relative;
}

.part5_list_icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 16px;
  left: 20px;
}

.part5_list_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 24px;
  color: #080708;
  line-height: 30px;
  padding: 20px 24px 10px;
}

.part5_list_desc {
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  font-size: 18px;
  color: #080708;
  line-height: 30px;
  padding: 0rem 24px;
}

.part5_list:first-child {
  width: 900px;
}

.part5_list:nth-child(2) {
  width: 500px;
}

.part5_more {
  width: 123px;
  height: 44px;
  background-image: url(../images/part5_btimg1.png);
  background-size: 100% 100%;
  margin: 50px auto;
  font-family: "SourceHanSerifCN";
  font-weight: 400;
  font-size: 18px;
  color: #080708;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}

.part5_more a {
  color: #080708;
}

.part5_more:hover {
  background-image: url(../images/part5_btimg2.png);
}

.part5_more:hover a {
  color: #f6cd99;
}

.part6 {
  width: 100%;
  height: auto;
  padding-bottom: 220px;
}

.part6_type {
  height: auto;
  margin-top: 50px;
  justify-content: space-between;
}

.part6_main {
  width: 275px;
  height: 818px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  top: 0;
}

.part6_main:nth-child(2n-1) {
  top: 56px;
}

.part6_main:hover {
  margin-top: -20px;
  transition: all 0.5s;
}

.part6_main_title {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translate(-50%, 0%);
  width: 80%;
  height: auto;
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}

.part6_main_line {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 7px;
  background: #7d1712;
  border-radius: 4px;
}

.module_bgimg3 {
  width: 100%;
  height: auto;
  /*background-image: url(../images/module_bgimg3.png);*/
  background-image: url(https://biyi-xietaitai.oss-cn-shanghai.aliyuncs.com/%E5%A4%AA%E5%A4%AA%E6%9C%89%E7%A4%BC%E8%83%8C%E6%99%AF.png);
  background-size: 100% 100%;
}

.part7 {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

.part7_type {
  justify-content: space-between;
  align-items: center;
}

.part7_main1 {
  width: 226px;
  height: 285px;
}

.part7_main2 {
  width: 855px;
  height: 480px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.part7_main2 #myVideo {
  width: 100%;
  height: 100%;
}

.part7_main2_btn {
  width: 140px;
  height: 140px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.part7_main3 {
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 72px;
}

.part7_info {
  justify-content: center;
  height: 40px;
  margin: 60px auto;
}

.part7_info_main {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  border-right: 2px solid #333333;
  padding: 0 20px;
}

.part7_info_main:last-child {
  border-right: none;
}

/* part8 */
.part8 {
  width: 100%;
  height: auto;
  padding: 80px 0;
}

.part8_type {
  width: 1720px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.part8_btn {
  position: absolute;
  top: 0;
  left: 0;
}

.part8_btn_nav {
  width: 420px;
  height: 130px;
  margin-top: 50px;
  cursor: pointer;
}

.part8_btn_nav.active {
  width: 440px;
  height: 160px;
  margin-top: 0px;
}

.part8_img {
  width: 100%;
  height: auto;
}

.part8_img img {
  display: none;
}

.part8_img .active {
  display: block;
}

/* part9 */
.part9 {
  width: 100%;
  height: 800px;
  /*background-image: url(../images/part9_bjt.png);*/
  background-image: url(https://biyi-xietaitai.oss-cn-shanghai.aliyuncs.com/%E7%9B%90%E6%B1%A0%E6%BB%A9%E7%BE%8A.jpg);
  background-size: 100% 105%;
  background-position: center;
}

.part9_type {
  width: 100%;
  height: 600px;
  margin-top: 100px;
}

.part9_nav {
  width: 160px;
  height: 600px;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 54px;
}

.part9_nav_main {
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.part9_nav_main_img {
  width: 40px;
  height: 40px;
}

.part9_nav_main.active .part9_nav_main_img {
  width: 60px;
  height: 60px;
}

.part9_nav_main_img .navimg {
  width: auto;
  height: 100%;
  display: block;
}

.part9_nav_main.active .part9_nav_main_img .navimg {
  display: none;
}

.part9_nav_main_img .navimg_hover {
  width: 100%;
  height: 100%;
  display: none;
}

.part9_nav_main.active .part9_nav_main_img .navimg_hover {
  display: block;
}

.part9_nav_main_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 18px;
  color: #e0bda5;
  line-height: 60px;
}

.part9_nav_main.active .part9_nav_main_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  line-height: 90px;
}

.part9_nav_main_icon {
  width: 70px;
  height: 30px;
  position: absolute;
  right: -70px;
  top: 45%;
  transform: translate(0%, -50%);
  z-index: 99;
  display: none;
}

.part9_nav_main.active .part9_nav_main_icon {
  display: block;
}

.part9_line {
  width: 1px;
  background-color: #f0d7ae;
  height: 600px;
  position: relative;
}

.part9_line::before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background: #f0d7ae;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -4px;
}

.part9_line::after {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background: #f0d7ae;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -4px;
  position: absolute;
  bottom: 0;
}

.part9_info {
  width: calc(100% - 230px);
  height: 600px;
}

.part9_info_main {
  width: 1350px;
  height: 600px;
  position: relative;
  display: none;
  overflow: hidden;
}

.part9_info_main.active {
  display: block;
}

.part9_info_main_con {
  width: auto;
  margin-left: 60px;
  margin-top: 30px;
}

.part9_info_main:nth-child(2) .part9_info_main_con {
  margin-top: 150px;
}

.part9_info_main:nth-child(3) .part9_info_main_con {
  margin-top: 300px;
}

.part9_info_main_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 60px;
  color: #fff6da;
  line-height: 80px;
  position: relative;
}

.part9_info_main_icon {
  width: 50px;
  height: 51px;
  position: absolute;
  top: -15px;
  left: -15px;
}

.part9_info_main_desc {
  margin-top: 40px;
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}

.part9_main_img {
  width: 297px;
  height: 72px;
  margin-top: 36px;
}

.part9_info_main_img {
  width: 820px;
  height: 720px;
  position: absolute;
  right: 100px;
  bottom: -120px;
}

/* part10 */
.part10 {
  width: 100%;
  height: 800px;
  /*background-image: url(../images/part10_bjt.png);*/
  background-image: url(https://biyi-xietaitai.oss-cn-shanghai.aliyuncs.com/%E7%8B%AC%E5%AE%B6%E5%AE%9A%E5%88%B6.jpg);
  background-size: 100% 105%;
  background-position: center;
}

.part10_type {
  width: auto;
  flex-direction: column;
  align-content: flex-end;
  margin-top: 150px;
  margin-right: 80px;
}

.part10_type_img {
  width: 118px;
  height: 118px;
}

.part10_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 60px;
  color: #fff6da;
  line-height: 70px;
  position: relative;
  margin-top: 40px;
}

.part10_title_icon {
  width: 51px;
  height: 51px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.part10_desc {
  margin-top: 30px;
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}

.part10_desc_btn {
  width: 180px;
  height: 45px;
  line-height: 45px;
  margin-top: 30px;
  font-family: "SourceHanSerifCN";
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  background-image: url(../images/part10_btn.png);
  background-size: 100% 100%;
}

.part10_desc_btn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}

/* part11 */
.part11 {
  width: 100%;
  height: 800px;
  background-image: url(../images/part11_bjt.png);
  background-size: 100% 105%;
  background-position: center;
}

.part11_type {
  width: auto;
  flex-direction: column;
  margin-top: 150px;
  margin-right: 80px;
}

.part11_type_img {
  width: 118px;
  height: 118px;
}

.part11_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 60px;
  color: #740010;
  line-height: 70px;
  position: relative;
  margin-top: 40px;
}

.part11_title_icon {
  width: 51px;
  height: 51px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.part11_desc {
  margin-top: 30px;
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}

/* part12 */
.part12 {
  width: 100%;
  height: 800px;
  /*background-image: url(../images/part12_bjt.png);*/
  background-image: url(https://biyi-xietaitai.oss-cn-shanghai.aliyuncs.com/%E6%8F%90%E8%B4%A7%E6%97%A0%E5%BF%A7.jpg);
  background-size: 100% 105%;
  background-position: center;
}

.part12_type {
  width: auto;
  flex-direction: column;
  align-content: flex-end;
  margin-top: 150px;
  margin-right: 50px;
}

.part12_type_main {
  justify-content: space-between;
}

.part12_type_img {
  width: 118px;
  height: 118px;
  margin-left: 50px;
}

.part12_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 60px;
  color: #fff6da;
  line-height: 70px;
  position: relative;
  margin-top: 40px;
}

.part12_title_icon {
  width: 51px;
  height: 51px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.part12_info {
  height: 28px;
  align-items: center;
  width: 450px;
  margin-top: 50px;
}

.part12_info .part12_info_line {
  width: 7px;
  height: 28px;
  background: #e1ac73;
  border-radius: 4px;
}

.part12_info_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 30px;
  color: #fff6da;
  line-height: 30px;
}

.part12_desc {
  width: 450px;
  margin-top: 25px;
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}

/* part13 */
.part13 {
  width: 100%;
  height: 800px;
  /*background-image: url(../images/part13_bjt.png);*/
  background-image: url(https://biyi-xietaitai.oss-cn-shanghai.aliyuncs.com/%E5%BF%AB%E9%80%92%E7%89%A9%E6%B5%81.jpg);
  background-size: 100% 105%;
  background-position: center;
}

.part13_type {
  width: auto;
  flex-direction: column;
  margin-top: 150px;
  margin-right: 80px;
}

.part13_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 60px;
  color: #740010;
  line-height: 70px;
  position: relative;
  margin-top: 40px;
  width: 280px;
}

.part13_type_img {
  width: 58px;
  height: 58px;
  position: absolute;
  top: -40px;
  right: -20px;
}

.part13_title_icon {
  width: 51px;
  height: 51px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.part13_desc {
  margin-top: 30px;
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}

/* part14 */
.part14 {
  width: 100%;
  height: 630px;
  position: relative;
}

.part14 .swiper {
  width: 100%;
  height: 100%;
}

.part14 .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part14 .swiper-slide .imgs{
     object-fit: cover !important;
}
.part14 .swiper-pagination {
  bottom: 40px !important;
}

.part14 .swiper-pagination-bullet {
  width: 60px !important;
  height: 4px !important;
  background: #ffffff !important;
  border-radius: 2px !important;
  opacity: 1 !important;
}

.part14 .swiper-pagination-bullet-active {
  background: #d73129 !important;
}

/* part15 */
.part15 {
  width: 100%;
  height: 1080px;
  overflow: hidden;
  /*background-image: url(../images/part15_bj.png);*/
  background-image: url(https://biyi-xietaitai.oss-cn-shanghai.aliyuncs.com/%E6%A0%87%E6%9D%86%E8%9F%B9%E7%A4%BC%E8%83%8C%E6%99%AF.jpg);
  background-size: 105% 105%;
  background-position: center;
  padding: 100px 0 20px;
  position: relative;
}

.part15_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 60px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(315deg, #e6d3c3 0%, #f5c298 100%);
  line-height: 60px;
  text-align: center;
}

.part15_entitle {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 24px;
  color: #808080;
  text-align: center;
  line-height: 60px;
}

.part15_titleicon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 7%;
  left: 65%;
  transform: translate(-50%, -50%);
}

.part15_type {
  width: 1670px;
  height: auto;
  margin: 100px auto 0;
}

.part15_btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(0%, -50%);
  width: 80px;
  height: 35px;
  justify-content: space-between;
  z-index: 999;
}

.part15_icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.part15_icon .img1 {
  display: block;
}

.part15_icon .img1_1 {
  display: none;
}

.part15_icon:hover .img1 {
  display: none;
}

.part15_icon:hover .img1_1 {
  display: block;
}

/*  */
.ychdzx {
  width: 100%;
  height: 1100px;
}

.red-text {
  background: url(../images/text-border.png) no-repeat center;
  width: 89px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  font-family: "SourceHanSerifCN";
  font-weight: 400;
  font-size: 64px;
  color: #f62424;
  line-height: 92px;
}

.bz-item {
  position: relative;
  width: 100%;
}

.bz-item .bg {
  display: block;
  width: 100%;
  height: 100%;
}

.bz-item .text {
  position: absolute;
  top: 135px;
  left: 53px;
  color: #ffffff;
}

.bz-item .text h3 {
  margin-bottom: 16px;
  font-family: "SourceHanSerifCN";
}

.bz-item .text h2 {
  font-weight: 400;
  font-size: 75px;
  line-height: 107px;
  font-family: "SourceHanSerifCN";
}

.bz-item .text h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 52px;
  font-family: "SourceHanSerifCN";
}

.bz-item .text p {
  width: 464px;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 75px;
  font-family: "SourceHanSerifCN";
}

.bz-item .text .zhiai {
  color: #dcb062;
}

.bz-item .text .za-tit {
  font-size: 24px;
  font-family: "SourceHanSerifCN";
}

.bz-item .text .za-co {
  font-size: 14px;
  margin-top: 2px;
  font-family: "SourceHanSerifCN";
}

/*  */
.zu {
  position: relative;
}

.zu .bg {
  display: block;
}

.zu .text {
  color: #ffffff;
  position: absolute;
  top: 145px;
  left: 53px;
}

.zu h3 {
  margin-bottom: 16px;
  font-family: "SourceHanSerifCN";
}

.zu h2 {
  font-weight: 400;
  font-size: 75px;
  line-height: 107px;
  font-family: "SourceHanSerifCN";
}

.zu h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 52px;
  font-family: "SourceHanSerifCN";
}

.zu p {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  font-family: "SourceHanSerifCN";
}

.zu .img {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 330px;
  z-index: 2;
}

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

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

.page29 .page29_bttitle .page29_bttitle_en {
  font-weight: bold;
  font-size: 30px;
  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;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page29 .page29_bttitle .page29_bttitle_cn {
  font-family: "SourceHanSerifCN";
  font-weight: 600;
  font-size: 24px;
  -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: 62%;
  transform: translate(-50%, -50%);
}

.page29 .page29_desc {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-family: "SourceHanSerifCN";
}

.page29_type {
  width: 90%;
  /* justify-content: space-around;  */
  margin: 20px auto;
}

.page29_info {
  width: 100%;
  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: 100%;
}

.page29 .page29_info .timeinfo .info .title {
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  padding-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}

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

.page29_info .timeinfos .info {
  width: 100%;
}

.page29 .page29_info .timeinfos .info .title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  padding-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}

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

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

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

.page29 .page29_tb .rightimg {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  z-index: 9;
  transform: translate(0%, -50%);
}

.page29 .page29_tb .leftimg {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  cursor: pointer;
  z-index: 9;
  transform: translate(0%, -50%);
}

.page29 .page29_tb {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

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

.page29 .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /*opacity: 0;*/
}

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

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

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

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

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

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

.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;
}

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

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

.page29 .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;
}

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

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

/* module_bgimg4 */

.module_bgimg4 {
  width: 100%;
  height: auto;
  background-image: url(../images/module_bgimg4.png);
  background-size: 100% 100%;
  padding: 60px 0;
}

/* news */
.news_height {
  width: 100%;
  height: 100px;
}

.news_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 60px;
  color: #333333;
  text-align: center;
}

.news_entitle {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 24px;
  color: #858585;
  text-align: center;
}

.news_nav {
  width: 100%;
  height: auto;
  justify-content: center;
}

.news_nav_list {
  width: 190px;
  height: 70px;
  background-image: url(../images/part5_btimg1.png);
  background-size: 100% 100%;
  margin: 35px 30px;
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
}

.news_nav_list a {
  color: #080708;
}

.news_nav_list.active {
  background-image: url(../images/part5_btimg2.png);
}

.news_nav_list.active a {
  color: #f2dabb;
}

.news_nav_list:hover {
  background-image: url(../images/part5_btimg2.png);
}

.news_nav_list:hover a {
  color: #f2dabb;
}

.news_info {
  width: 100%;
  height: auto;
}

.news_info_main {
}

.news_info_icon {
  width: 27px;
  height: 27px;
}

.news_info_con {
  margin-left: 10px;
}

.news_info_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 30px;
  color: #701513;
  text-align: left;
  line-height: 30px;
}

.news_info_entitle {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 14px;
  color: #858585;
  text-align: left;
}

.news_type {
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin: 30px 0 80px;
}

.news_type_list {
  width: 450px;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 35px;
  transition: all 0.3s;
  margin-top: 0;
  position: relative;
}

.news_type_list:hover {
  transition: all 0.5s;
  margin-top: -10px;
}

.news_img {
  width: 450px;
  height: 395px;
}

.news_video_img {
  width: 450px;
  height: 255px;
}

.news_video_yinying {
  width: 450px;
  height: 255px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.news_video_btn {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news_type_con {
  height: auto;
  padding: 30px 25px;
  position: relative;
}

.news_type_title {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 24px;
  color: #080708;
  line-height: 30px;
  text-align: left;
}

.news_type_title_icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  left: 15px;
}

.news_type_desc {
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  font-size: 18px;
  color: #080708;
  line-height: 30px;
  text-align: left;
  padding-top: 25px;
}

/* news_detail */

/* 旧 */
/* page7 */
.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-family: "SourceHanSerifCN";
  font-weight: 400;
  font-size: 36px;
  color: #e6d3c3;
  line-height: 30px;
  text-align: center;
  margin-top: 96px;
}

.main .page7 .list .text {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(315deg, #e6d3c3 0%, #f5c298 100%);
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
}

.main .page7 .list .entitle {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 24px;
  color: #808080;
  text-align: center;
}

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

.main .page7 .list .btn .link {
  width: 240px;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #e6d3c3;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SourceHanSansCN";
  font-weight: 400;
  font-size: 24px;
  line-height: 52px;
  text-align: center;
}

.main .page7 .list .btn .link a {
  width: 100%;
  height: 100%;
  display: block;
  color: #e6d3c3;
}

.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: auto;
  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: 674px;
  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: 85px;
  position: absolute;
  right: -78px;
  bottom: 129px;
  background: url("../images/animation/zmzxqs.png") no-repeat;
  background-size: 100%;
}

.wzts1 .zmxzqs2 {
  margin-top: 218px;
  margin-left: 620px;
}

.wzts1 .dot span {
  width: 40px;
  display: block;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: -9px;
  top: -6px;
}

.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%;
}

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

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

/* page10 */
.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: "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: 0;
}

.main .page10 .conten .bttitle .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: 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;
}

/* page12 */
.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: "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: 0;
}

.main .page12 .content .bttitle .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: 0;
  top: 20px;
}

.page12_info {
  width: 1650px;
  margin: 30px auto;
}

.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: 10px 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: 75px;
  line-height: 25px;
  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;
}

/* page13 */
.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: "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 .page13 .bttitle .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;
  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%;
}

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

.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;
  padding-left: 80px;
}

.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;
  padding-left: 80px;
}

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

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

.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: auto;
  background-image: url(../images/page13_type3_bj.png);
  background-size: 100%;
}

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

.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;
  padding-left: 80px;
}

.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;
  padding-left: 80px;
}

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

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

.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;
}

/* page14 */
.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: 100%;
  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;
}

/* page16 */
.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;
}

/* page17 */
.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 img {
  width: 65px;
  height: 65px;
  object-fit: scale-down;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* page18 */
.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 img {
  width: 55px;
  height: 55px;
  object-fit: scale-down;
  margin-bottom: 30px;
}

/* page19 */
.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;
}

.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;
}

.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;
}

/* page23 */
.main .page23 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
}

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

.main .page23 .menu .link {
  margin-right: 5px;
  font-family: "SourceHanSerifCN" !important;
}

.main .page23 .menu .link:hover a {
  color: #000000;
}

.main .page23 .menu .links {
  color: #000000;
  font-family: "SourceHanSerifCN" !important;
}

.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;
  font-family: "SourceHanSerifCN" !important;
}

.main .page23 .info .time {
  display: flex;
  align-items: center;
  margin: 35px 0;
  font-family: "SourceHanSerifCN" !important;
}

.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;
  font-family: "SourceHanSerifCN" !important;
}

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

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

.main .page23 .info img {
  width: 100% !important;
  height: auto;
  line-height: 0;
}

.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 .page23 .info .switch .li:hover a {
  color: #000000;
}

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

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

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

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

.main .page24 .shopinfo .title span {
  font-family: SourceHanSansK_Normal, SourceHanSansK_Normal;
  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: 130px;
  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: 170px;
  min-height: 960px;
  display: none;
}

.main .page24 .mapinfo .mapbg {
  width: 170px;
  height: 960px;
  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: 120px;
  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: 18px;
  bottom: 98px;
}

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

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

.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 .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: 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 .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 .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;
}

/* page25 */
.main .page25 {
  width: 100%;
  height: 630px;
}

/* page26 */
.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;
}

.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: "思源宋体Regular";
}

.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: "思源宋体Regular";
}

.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%;
}

/* page27 */
.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;
}

/* page30 */
.main .page30 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
  position: relative;
  background-size: 100%;
  padding-top: 80px;
  /* padding: 0 2.5rem; */
  /* 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: 760px;
  height: 520px;
  border-radius: 20px;
  overflow: hidden;
  /*margin-top: 90px;*/
  margin-left: 220px;
}

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

.main .page30 .swiper-slide {
  width: 760px;
  height: 520px;
  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;
}

/* page32 */
.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: 225px;
  height: 225px;
  border: 1px solid #313030;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

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

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

.page32 .map .list:nth-child(3) {
  left: 470px;
  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: 95px;
}

.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 */

.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;
}

@media screen and (min-width: 800px) {
  .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);
  }
}

/* ychdzx */

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
.ychdzx-com {
  width: 100%;
  position: relative;
  background: #111;
}

.ychdzx-com .p5 {
  position: sticky;
  top: 0;
  height: 100vh !important;
  font-size: 12px;
  /*position: relative;*/
  /*width: 100%;*/
  /*height: 100vh;*/
  /*overflow: hidden;*/
  /*max-height: 100vh;*/
  /*background: white;*/
  /*transform-origin: center top;*/
  /*font-family: "思源宋体Regular";*/
}

.ychdzx-com .p5 .p5-content {
  /*overflow: hidden;*/
  /*width: 900%;*/
  /*height: 100%;*/
  /*display: flex;*/
}

.ychdzx-com .p5 .p5-content .p5-item {
  /*position: relative;*/
  /*width: 11.111%;*/
  /*height: 100%;*/
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 20;
  opacity: 0;
  transition: 0.3s;
}

.ychdzx-com .p5 .p5-content .p5-item.p5-item-active {
  opacity: 1;
  z-index: 21;
}

.ychdzx-com .p5 .p5-content .p5-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ychdzx-com .p5 .p5-content .p5-item-r {
  position: absolute;
  right: 200px;
  top: 100px;
  opacity: 0;
  scale: 0.9;
  transition: all 0.3s;
}

.ychdzx-com .p5 .p5-content .p5-item-r img {
  width: 300px;
  height: auto;
}

.ychdzx-com .p5 .p5-content .p5-item-info {
  position: absolute;
  left: 15%;
  top: 0;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-top {
  font-size: 36px;
  line-height: 48px;
  scale: 1.2;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 50px;
}

.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-top .p5-info-top_title {
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
  color: #f8d18e;
  font-family: "SourceHanSerifCN";
}

.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-top .p5-info-top_desc {
  font-weight: 400;
  font-size: 14px;
  color: #f8d18e;
  font-family: "SourceHanSerifCN";
}

.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-num {
  position: relative;
  color: #e83e38;
  font-size: 48px;
  width: 67px;
  text-align: center;
  line-height: 1;
  margin-top: 24px;
  opacity: 0;
  scale: 0.5;
  font-family: "SourceHanSerifCN";
  font-weight: 500;
  transition: all 0.3s;
}

.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-num .p5-num-border {
  border-radius: 25px;
  width: 67px;
  height: 61px;
  position: absolute;
  left: 0px;
  top: -1px;
  opacity: 0;
  transition: 0.3s 0.2s;
}

.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-title {
  font-size: 77px;
  margin-top: 5vh;
  line-height: 1;
  opacity: 0;
  scale: 0.9;
  transform: translateY(-50px);
  transition: all 0.3s;
  font-family: "SourceHanSerifCN";
  font-weight: 500;
}

.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-lab {
  font-size: 17px;
  margin-top: 10px;
  font-family: "SourceHanSerifCN";
  letter-spacing: -1px;
  transition: all 0.3s;
}

.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-txt {
  width: 340px;
  margin-top: 4vh;
  font-size: 18px;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s;
}

.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-icon {
  margin-top: 20vh;
  transition: all 0.3s;
}

.ychdzx-com .p5 .p5-content .p5-item-info .p5-info-icon img {
  width: 175px;
  height: auto;
}

.ychdzx-com .p5 .p5-content .p5-item-active .p5-info-top {
  scale: 1;
  opacity: 1;
}

.ychdzx-com .p5 .p5-content .p5-item-active .p5-info-num {
  opacity: 1;
  scale: 1;
}

.ychdzx-com .p5 .p5-content .p5-item-active .p5-num-border {
  border-radius: 15px !important;
  opacity: 1 !important;
}

.ychdzx-com .p5 .p5-content .p5-item-active .p5-item-r {
  opacity: 1;
  scale: 1;
}

.ychdzx-com .p5 .p5-content .p5-item-active .p5-info-txt {
  opacity: 1;
  transform: translateY(0px);
}

.ychdzx-com .p5 .p5-content .p5-item-active .p5-info-title {
  opacity: 1;
  scale: 1;
  transform: translateY(0px);
}

.ychdzx-com .p5 .p5-nav-bar {
  height: 1px;
  width: 0%;
  background: #c23a22;
  position: absolute;
  left: 0;
  bottom: 38px;
}

.ychdzx-com .p5 .p5-nav {
  position: absolute;
  left: 0;
  bottom: 100px;
  height: 38px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.ychdzx-com .p5 .p5-nav .p5-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  width: 95px;
  height: 95px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  margin-right: 60px;
  transition: all 0.3s;
  margin-top: 0px;
}

.ychdzx-com .p5 .p5-nav .p5-nav-item:last-child {
  margin-right: 0;
}

.ychdzx-com .p5 .p5-nav .p5-nav-item.active {
  margin-top: -15px;
  transition: all 0.3s;
}

.ychdzx-com .p5 .p5-nav .p5-nav-item .p5-nav-item_img {
  width: 95px;
  height: 95px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}

.ychdzx-com .p5 .p5-nav .p5-nav-item.active .p5-nav-item_img {
  opacity: 1;
  transition: all 0.3s;
}

.ychdzx-com .p5 .p5-nav .p5-nav-item .p5-nav-item_title {
  font-weight: 400;
  font-size: 20px;
  /*letter-spacing: 1px;*/
  color: #fff;
  font-family: "SourceHanSerifCN";
  line-height: 1.8;
}

.ychdzx-com .p5 .p5-nav .p5-nav-item.active .p5-nav-item_title {
  color: #f8d18e;
}

/* ychdzx-com-p6  */
.ychdzx-com-p6 {
  width: 100%;
  height: auto;
}

.ychdzx-com-p6 .P6 {
  position: relative;
  width: 100%;
  height: 1080px;
}

.ychdzx-com-p6 .P6 .p6_img {
  width: 100%;
  height: 1080px;
  aspect-ratio: 1920/1080;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.ychdzx-com-p6 .P6 .p5-item-info {
  position: absolute;
  left: 15%;
  top: 0;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ychdzx-com-p6 .P6 .p5-item-info.right {
  left: auto;
  right: 10%;
  top: 0;
}

.ychdzx-com-p6 .P6 .p5-item-info .p5-info-num {
  position: relative;
  font-weight: 400;
  font-size: 48px;
  color: #f62424;
  width: 67px;
  height: 61px;
  text-align: center;
  line-height: 1;
  margin-top: 24px;
  transition: all 0.3s;
  font-family: "SourceHanSerifCN";
}

.ychdzx-com-p6 .P6 .p5-item-info .p5-info-num .p5-num-border {
  border-radius: 25px;
  width: 67px;
  height: 61px;
  position: absolute;
  left: 0px;
  top: -1px;
  transition: 0.3s 0.2s;
}

.ychdzx-com-p6 .P6 .p5-item-info .p5-info-num .p5-num-border img {
  width: 100%;
}

.ychdzx-com-p6 .P6 .p5-item-info .p5-info-title {
  font-weight: 400;
  font-size: 72px;
  color: #ffffff;
  margin-top: 5vh;
  line-height: 1;
  font-family: "SourceHanSerifCN";
  transition: all 0.3s;
}

.ychdzx-com-p6 .P6 .p5-item-info .p5-info-lab {
  font-size: 18px;
  margin-top: 10px;
  font-family: "SourceHanSerifCN";
  letter-spacing: -1px;
  transition: all 0.3s;
}

.ychdzx-com-p6 .P6 .p5-item-info .p5-info-txt {
  width: 340px;
  margin-top: 4vh;
  font-size: 18px;
  transition: all 0.3s;
}

.ychdzx-com-p6 .P6 .p5-item-info .p5-info-icon {
  margin-top: 20vh;
  transition: all 0.3s;
}

.ychdzx-com-p6 .P6 .p5-item-info .p5-info-icon img {
  width: 175px;
  height: auto;
}

/*1540*/
@media (max-width: 1540px) {
   .part15_type {  
       width: 90%;
   }
   .part9_info_main{
       width: 1270px;
   }
   
}
@media (max-width: 1720px) {
    .part8_type {
        width: 95%;
    }
    .part8_btn{
        width: 100%;
    }
    .part8_btn_nav{
        width: 25%;
    }
    .part8_btn_nav.active{
        width: 25%;
    }
    
    .part10{
       background-size: cover;
   }
   .part11{
       background-size: cover;
   }
   .part12{
       background-size: cover;
   }
   .part13{
       background-size: cover;
   }
}


