﻿@charset "UTF-8";
#images {
  height: 0;
  overflow: hidden;
}

.viewer-container {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-container .viewer-flip-horizontal,
.viewer-container .viewer-flip-vertical,
.viewer-container .viewer-one-to-one,
.viewer-container .viewer-play,
.viewer-container .viewer-reset,
.viewer-container .viewer-rotate-left,
.viewer-container .viewer-rotate-right,
.viewer-container .viewer-zoom-in,
.viewer-container .viewer-zoom-out {
  display: none;
}

.viewer-container .viewer-title {
  color: #fff;
}

.viewer-container .viewer-navbar {
  background-color: rgba(0, 0, 0, 0.9);
}

.viewer-container .viewer-navbar .viewer-list {
  margin: 0 auto;
  transform: translateX(0) !important;
}

.viewer-container .viewer-toolbar .viewer-next,
.viewer-container .viewer-toolbar .viewer-prev {
  position: fixed !important;
  top: 50%;
  border: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}

.viewer-container .viewer-toolbar .viewer-next:before,
.viewer-container .viewer-toolbar .viewer-prev:before {
  display: none;
}

.viewer-container .viewer-toolbar .viewer-prev {
  left: 20px;
  background: url(../img/l.png) no-repeat center center;
  background-size: 80% auto;
}

.viewer-container .viewer-toolbar .viewer-next {
  right: 20px;
  background: url(../img/r.png) no-repeat center center;
  background-size: 80% auto;
}

.viewer-container .viewer-title {
  font-size: 16px;
}

.viewer-container .viewer-close:before {
  background: url(../img/close.png);
  background-size: 100% auto;
}

.viewer-container {
  z-index: 999999 !important;
}

.viewer-title {
  display: none;
}

.mobile .viewer-container .viewer-button,
.mobile .viewer-container .viewer-title,
.mobile .viewer-container .viewer-toolbar {
  /* zoom: 2.4 */
}

.mobile .viewer-container .viewer-next,
.mobile .viewer-container .viewer-prev {
  transform: translateY(-50%) scale(1);
}

.mobile .viewer-container .viewer-prev {
  left: 0;
}

.mobile .viewer-container .viewer-next {
  right: 0;
}

.mobile .viewer-container .viewer-list {
  height: 150px;
}

.mobile .viewer-container .viewer-list > li {
  width: 90px;
  height: 150px;
}

.video_modal_global {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_modal_global video {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.video_modal_global .close {
  z-index: 999999;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .video_modal_global .close {
    width: 35px;
    right: 32px;
    top: 32px;
  }
}
@media screen and (max-width: 750px) {
  .video_modal_global .close {
    width: 6vw;
    right: 6vw;
    top: 6vw;
  }
}

body {
  background-color: #FFFDF8;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100% !important;
text-size-adjust: 100% !important;
-moz-text-size-adjust: 100% !important;
}

.hidden.hidden.hidden {
  display: none !important;
}

.flex-x-center {
  display: flex;
  justify-content: center;
}

.flex-y-center {
  display: flex;
  align-items: center;
}

.flex-col-x-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-col-y-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-row-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-col-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.mobile .w1200 {
  width: 100%;
}

.mb60 {
  margin-bottom: 60px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb100 {
  margin-bottom: 100px;
}

.themScrollBar::-webkit-scrollbar {
  width: 12px;
}
.themScrollBar::-webkit-scrollbar-thumb {
  background-color: #cbd4d6;
  border-radius: 6px;
}
.themScrollBar::-webkit-scrollbar-track {
  background-color: transparent;
}

.fullimg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.title_mb {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .title_mb {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .title_mb {
    padding-bottom: 5vw;
  }
}
@media screen and (min-width: 751px) {
  .title_mb .title_img {
    height: 65px;
  }
}
@media screen and (max-width: 750px) {
  .title_mb .title_img {
    height: 6.417vw;
  }
}

.them_btn {
  display: block;
  background-image: url("../img/42.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
  .them_btn {
    width: 224px;
    height: 66px;
  }
}
@media screen and (max-width: 750px) {
  .them_btn {
    width: 29.8666666667vw;
    height: 8.6666666667vw;
  }
}
.them_btn:hover {
  background-image: url("../img/42.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  /* background-color: #fafffd; */
}

.app {
  min-width: 1200px;
  overflow-y: hidden;
  overflow-x: hidden;
  min-height: 100vh;
}
@media screen and (min-width: 751px) {
  .app .group_1 {
    padding-top: 110px;
    margin-bottom: 60px;
    
  }
  .app .group_1 {
    background: url("../img/41.png");
    background-position: 0 366px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  
  }
}

@media screen and (max-width: 750px) {
  .app .group_1 {
    padding-top: 6.6666666667vw;
    margin-bottom: 0vw;
  }
  .app .group_1 {
    background: url("../img/41.png");
    background-position: 0 70vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
  
  }
}
.app .group_2 {
  background-image: url("../img/39.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* @media screen and (min-width: 751px) {
  .app .group_2 {
    padding-top: 185px;
    margin-top: 0px;
  }
} */
@media screen and (max-width: 750px) {
  .app .group_2 {
    padding-top: 10.4vw;
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .app .group_3 {
    padding-top: 60px;
    margin-top: 0px;
    background: url("../img/fgyjbj.png");
    background-position: 0 400px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 750px) {
  .app .group_3 {
    padding-top: 9.3333333333vw;
    margin-top: 0vw;
    background: url("../img/fgyjbj.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-position: 0 35vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 751px) {
  .app .group_4 {
    padding-top: 110px;
    margin-bottom: 36px;
    
  }
  .app .group_4 {
    background: url("../img/wjztbj.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;

  }
}
@media screen and (max-width: 750px) {
  .app .group_4 {
    padding-top: 6.6666666667vw;
    margin-bottom: 0vw;
    background: url("../img/m/wjztbj.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.app #index .pc_cover {
  display: block;
}
.app #index .mobile_cover {
  display: none;
}
.app #dd {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
  .app #dd {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px;
    font-size: 22px;
    line-height: 48px;
    width: 1200px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 146px;
    padding-right: 56px;
    background-image: url("../img/29.png");
  }
}
@media screen and (max-width: 750px) {
  .app #dd {
    margin-left: 5.333vw;
    margin-right: 1.333vw;
    margin-bottom: 8vw;
    font-size: 2.9333333333vw;
    line-height: 6.4vw;
    width: calc(100% - 10.6666666667vw);
    padding-top: 5.133vw;
    padding-bottom: 5.133vw;
    padding-left: 16.733vw;
    padding-right: 4.467vw;
    background-image: url("../img/m/29.png");
    background-size: 100% 100%;
  }
}
.app #dd .content {
  text-indent: 2em;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 751px) {
  .app #dd .content {
    -webkit-line-clamp: 30;
  }
}
@media screen and (max-width: 750px) {
  .app #dd .content {
    -webkit-line-clamp: 99;
  }
}
@media screen and (min-width: 751px) {
  .app #tzfy {
    padding-left: 0px;
    padding-right: 0px;
  }
  .app #tzfy .content {
    position: relative;
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .app #tzfy {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .app #tzfy .content {
    align-items: center;
    justify-content: flex-end;
    height: 604px;
  }
}
@media screen and (max-width: 750px) {
  .app #tzfy .content {
    align-items: flex-start;
    justify-content: center;
    height: 84.6666666667vw;
  }
}
.app #tzfy .content .l {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .app #tzfy .content .l {
    border-radius: 12px;
    height: 543px;
  }
}
@media screen and (max-width: 750px) {
  .app #tzfy .content .l {
    border-radius: 1.6vw;
    height: 49.8666666667vw;
  }
}
.app #tzfy .content .l .cover {
  width: 100%;
  height: 100%;
}
.app #tzfy .content .l .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/play.png");
  cursor: pointer;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
  .app #tzfy .content .l .play {
    width: 93px;
    height: 93px;
  }
}
@media screen and (max-width: 750px) {
  .app #tzfy .content .l .play {
    width: 12.4vw;
    height: 12.4vw;
  }
}
/* .app #tzfy .content .l .play:hover {
  background-image: url("../img/14.png");
} */
.app #tzfy .content .r {
  /* position: absolute; */
  /* background: linear-gradient(to bottom, #fcf7e3, #d9f8ed); */
  height: 100%;
  display: flex;
}
@media screen and (min-width: 751px) {
  .app #tzfy .content .r {
    align-items: initial;
    justify-content: flex-start;
    border-radius: 12px;
    height: 100%px;
    width: 217px;
    right: initial;
    left: 0px;
    top: 0px;
    bottom: initial;
  }
}
@media screen and (max-width: 750px) {
  .app #tzfy .content .r {
    align-items: flex-end;
    /* justify-content: initial; */
    border-radius: 1.6vw;
    height: auto;
    width: 100%;
    right: initial;
    left: initial;
    top: 38.2666666667vw;
    bottom: 0vw;
  }
}
@media screen and (min-width: 751px) {
  .app #tzfy .content .r .r-content {
    width: 333px;
    height: initial;
    padding-right: 54px;
    padding-left: 54px;
    padding-top: 52px;
  }
}
@media screen and (max-width: 750px) {
  .app #tzfy .content .r .r-content {
    width: 100%;
    height: 100%;
    padding-right: 4.6666666667vw;
    /* padding-left: 4.6666666667vw; */
    padding-top: 6.533vw;
  }
}
.app #tzfy .content .r .r-content .rc-t {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 751px) {
  .app #tzfy .content .r .r-content .rc-t {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 751px) {
  .app #tzfy .content .r .r-content .rc-t {
    line-height: 48px;
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .app #tzfy .content .r .r-content .rc-t {
    line-height: 4.2666666667vw;
    font-size: 3.5vw;
    margin-bottom: 2.6666666667vw;
    font-weight: 500;
  }
}
.app #tzfy .content .r .r-content .rc-c {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
  /* text-indent: 2em; */
}
@media screen and (min-width: 751px) {
  .app #tzfy .content .r .r-content .rc-c {
    height: 217px;
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 750px) {
  .app #tzfy .content .r .r-content .rc-c {
    height: auto;
    font-size: 2.9333333333vw;
    line-height: 4.8vw;
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .app #tzfy .content .r .r-content .them_btn {
    float: initial;
  }
}
@media screen and (max-width: 750px) {
  .app #tzfy .content .r .r-content .them_btn {
    float: right;
    margin-top: 7vw;
  }
}
.app #hsjy {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .app #hsjy {
    width: 1246px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .app #hsjy {
    width: 100%;
    padding-bottom: 10.2666666667vw;
    background: url('../img/m/12.png');
    background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.app #hsjy .content {
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 84vw;
  
}
@media screen and (min-width: 751px) {
  .app #hsjy .content {
    min-height: 532px;
    background-image: url("../img/12.png");
    border-radius: 20px 20px;
    background-size: 100%;

  }
}
 @media screen and (max-width: 750px) {
  .app #hsjy .title_mb {
    padding-top: 5vw;
  }
} 

.app #hsjy .content .c-content {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  /* text-indent: 2em; */
  color: #333333;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 751px) {
  .app #hsjy .content .c-content {
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 750px) {
  .app #hsjy .content .c-content {
    -webkit-line-clamp: 6;
  }
}
@media screen and (min-width: 751px) {
  .app #hsjy .content .c-content {
    font-size: 22px;
    line-height: 40px;
    padding-right: 668px;
    padding-top: 195px;
    padding-left: 58px;
    /* padding-bottom: 176px; */
  }
}
@media screen and (max-width: 750px) {
  .app #hsjy .content .c-content {
      font-size: 2.9333333333vw;
      line-height: 6.4vw;
      padding-right: 7.533vw;
      padding-left: 10vw;
      padding-top: 17vw;
      text-indent: 2em;
  }
}
@media screen and (min-width: 751px) {
  .app #hsjy .content .them_btn {
    /* margin-left: 0px;
    margin-top: 0px; */
    margin-left: 155px;
    margin-top: 25px;

  }
}
@media screen and (max-width: 750px) {
  .app #hsjy .content .them_btn {
    margin-left: 10vw;
    margin-top: 3.2vw;
  }
}
/* @media screen and (min-width: 751px) {
  .app #xfcj .title_mb {
    padding-bottom: 40px;
  }
} */
@media screen and (max-width: 750px) {
  .app #xfcj .title_mb {
    margin-top: 5vw;
  }
}
.app #xfcj .content {
  background-image: url("");
  background-position: no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
  .app #xfcj .content {
    margin-left: auto;
    margin-right: auto;
    height: 465px;
    /* padding-top: 45px; */
    padding-left: 157px;
    padding-right: 157px;
    /* padding-bottom: 116px; */
    /* background-image: url("../img/2.png"); */
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .app #xfcj .content {
    margin-left: 7.0666666667vw;
    margin-right: 6.6666666667vw;
    /* height: 103.8666666667vw;
    padding-bottom: 11.533vw; */
    height: 80vw;
    display: flex;
  }
}
.app #xfcj .content .control {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .app #xfcj .content .control {
    gap: 5px;
    flex-wrap: wrap;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .app #xfcj .content .control {
    gap: 5.2vw;
    flex-wrap: wrap;
    writing-mode: vertical-rl; /* 垂直书写模式 */
    text-orientation: upright; /* 文字直立显示 */
    justify-content: center;
    /* margin-top: 10vw; */
  }
}

@media screen and (min-width: 751px) {
  .app #xfcj .content .control .tabs_item_global {
    gap: 39px;
    height: 195px;
    width:66px;
    line-height: 48px;
    font-size: 24px;
  }
  .app #xfcj .content .control .tabs_item_global {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    color: #A24300;
    cursor: pointer;
    background-image: url("../img/7.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    writing-mode: vertical-rl; /* 垂直书写模式 */
    text-orientation: upright; /* 文字直立显示 */
  }
  .app #xfcj .content .control .tabs_item_global.active {
    color: #fff;
    background-image: url("../img/6.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  
  }
  .tabs_content_global {
    position: relative; /* 确保伪元素定位基于父元素 */
    z-index: 1; /* 确保内容在伪元素之上 */
    margin-left: 20px;
  }
  
  .tabs_content_global::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* 确保伪元素宽度与父元素一致 */
    height: 100%; /* 确保伪元素高度与父元素一致 */
    background-image: url("../img/2.png");
    background-position: center; /* 调整背景图位置，确保三角形显示 */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: scaleY(1); /* 默认正常显示 */
    z-index: -1; /* 放在内容后面 */
    transition: transform 0.3s ease; /* 添加过渡效果 */
  }
}
.top {
  position: fixed;
  bottom: 10%;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
.mobile .top img {
  width: 15vw;
}
.hide {
  display: none
}
.top img {
  display: block;
  width: 80px;
}
@media screen and (max-width: 750px) {
  
  .app #xfcj .content .control .tabs_item_global {
    height: 29vw;
    width: 9vw;
    font-size: 3.111vw;
  }
  .app #xfcj .content .control .tabs_item_global {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    color: #A24300;
    cursor: pointer;
    background-image: url("../img/7.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    writing-mode: vertical-rl; /* 垂直书写模式 */
    text-orientation: upright; /* 文字直立显示 */
  }
  .app #xfcj .content .control .tabs_item_global.active {
    color: #fff;
    background-image: url("../img/6.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  
  }

  .tabs_content_global {
    position: relative; /* 确保伪元素定位基于父元素 */
    z-index: 1; /* 确保内容在伪元素之上 */
    margin-left: 20px;
    width: 100vw;
    /* height:100vw; */
  }
  
  .tabs_content_global::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* 确保伪元素宽度与父元素一致 */
    height: 100%; /* 确保伪元素高度与父元素一致 */
    background-image: url("../img/m/m2.png");
    background-size: 100% 100%;
    background-position: center; /* 调整背景图位置，确保三角形显示 */
    background-repeat: no-repeat;
    transform: scaleY(1); /* 默认正常显示 */
    z-index: -1; /* 放在内容后面 */
    transition: transform 0.3s ease; /* 添加过渡效果 */
  }
}



.tabs_content_global.flipped::before {
  transform: scaleY(-1); /* 上下反转背景图片 */
}

.app #xfcj .content .tabs_content_global .tc-content {
  font-family: PingFang SC, PingFang SC;
  color: #333333;
  font-weight: 400;
  text-indent: 2em;
}
@media screen and (min-width: 751px) {
  .app #xfcj .content .tabs_content_global .tc-content {
    height: auto;
    height: auto;
    font-size: 22px;
    line-height: 50px;
    margin-top: 76px;
    margin-left: 90px;
    margin-right: 90px;
    /* margin-bottom: 54px; */
  }
}
@media screen and (max-width: 750px) {
  .app #xfcj .content .tabs_content_global .tc-content {
    height: 66.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 7.3333333333vw;
    margin-top: 30px;
    margin-left: 43px;
    margin-right: 27px;
    /* margin-bottom: 54px; */
  }
}
.app #xfcj .content .tabs_content_global .tc-content .zw {
  opacity: 0;
  float: right;
  position: relative;
  bottom: 0;
}
@media screen and (min-width: 751px) {
  .app #xfcj .content .tabs_content_global .tc-content .zw {
    display: none;
    height: 0px;
    width: 0px;
  }
}
@media screen and (max-width: 750px) {
  .app #xfcj .content .tabs_content_global .tc-content .zw {
    display: block;
    height: 37.0666666667vw;
    width: 14.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .app #fgyj {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .app #fgyj {
    margin-bottom: 8vw;
  }
}
.app #fgyj .content .img_pre {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .app #hdtj {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .app #hdtj {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .app #hdtj .content {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 750px) {
  .app #hdtj .content {
    margin-left: 5.2vw;
    margin-right: 5.2vw;
  }
}
.app #hdtj .content .item {
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .app #hdtj .content .item .title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .app #hdtj .content .item .title {
    margin-bottom: 2.6666666667vw;
  }
}
.app #hdtj .content .item .title img {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .app #hdtj .content .item .title img {
    height: 84px;
  }
}
@media screen and (max-width: 750px) {
  .app #hdtj .content .item .title img {
    height: 8.8vw;
  }
}
.app #hdtj .content .item .warter_container {
  position: relative;
}
.app #hdtj .content .item .warter_container .imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 751px) {
  .app #hdtj .content .item .warter_container .imgs {
    gap: 12px;
  }
}
@media screen and (max-width: 750px) {
  .app #hdtj .content .item .warter_container .imgs {
    gap: 1.6vw;
  }
}
.app #hdtj .content .item .warter_container .imgs img {
  height: auto;
}
@media screen and (min-width: 751px) {
  .app #hdtj .content .item .warter_container .imgs img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 750px) {
  .app #hdtj .content .item .warter_container .imgs img {
    border-radius: 1.6vw;
  }
}
.app #hdtj .content .item .warter_container .loadmore {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #ce8148 100%);
}
.app #hdtj .content .item .warter_container .loadmore[data-load-status=completion] {
  display: none;
}
@media screen and (min-width: 751px) {
  .app #hdtj .content .item .warter_container .loadmore {
    height: 188px;
  }
}
@media screen and (max-width: 750px) {
  .app #hdtj .content .item .warter_container .loadmore {
    height: 16vw;
  }
}
.app #hdtj .content .item .warter_container .loadmore .next {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ce8148;
  border-radius: 9999px;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .app #hdtj .content .item .warter_container .loadmore .next {
    width: 145px;
    height: 46px;
    font-size: 20px;
    line-height: 31px;
  }
}
@media screen and (max-width: 750px) {
  .app #hdtj .content .item .warter_container .loadmore .next {
    width: 19.3333333333vw;
    height: 6.1333333333vw;
    font-size: 2.6666666667vw;
    line-height: 4.1333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .app #hdtj .content .item + .item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .app #hdtj .content .item + .item {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .app #sphg {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 750px) {
  .app #sphg {
    margin-bottom: 13.4666666667vw;
  }
}
.app #sphg .content .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.app #sphg .content .swiper-slide {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  backface-visibility: visible; /* 使背面可见 */
  transform-style: preserve-3d;
  transform: translate(0, 0, 0) !important;
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide {
    height: 642px;
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide {
    height: 44.8vw;
  }
}
.app #sphg .content .swiper-slide .swiper_slider-content {
  position: relative;
  width: 100%;
  transition: transform 300ms linear 0s;
  height: 100%;
}
.app #sphg .content .swiper-slide .swiper_slider-content .cover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .cover {
    height: 507px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .cover {
    height: 32.5333333333vw;
    border-radius: 0.8vw;
  }
}
.app #sphg .content .swiper-slide .swiper_slider-content .play {
  cursor: pointer;
  transition: all 300ms linear 400ms;
  opacity: 0;
  transform: translateX(-50%) translateY(100%);
  position: absolute;
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .play {
    width: 93px;
    height: 93px;
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .play {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.app #sphg .content .swiper-slide .swiper_slider-content .title2 {
  color: #404611;
  display: none;
  text-align: center;
  font-weight: PingFang SC-Medium;
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .title2 {
    font-size: 32px;
    line-height: 44px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .title2 {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    margin-top: 0vw;
    margin-bottom: 1.8666666667vw;
  }
}
.app #sphg .content .swiper-slide .swiper_slider-content .title {
  display: none;
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .title {
    height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide .swiper_slider-content .title {
    height: 3.3333333333vw;
  }
}
.app #sphg .content .swiper-slide.swiper-slide-active {
  perspective: 600px;
}
.app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content {
    width: 965px;
    background-image: url("../img/35.png");
    padding-left: 31px;
    padding-right: 31px;
    padding-bottom: 37px;
    padding-top: 33px;
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content {
    width: 71.8666666667vw;
    background-image: url("../img/59.png");
    padding-left: 2.4vw;
    padding-right: 2.4vw;
    padding-bottom: 2.8vw;
    padding-top: 2.8vw;
  }
}
.app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content .cover {
  transform: scale(1) translate3d(0px, 0, 0px) rotateY(0deg);
  opacity: 1;
}
.app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content .play {
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -55%);
}
.app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content .title2 {
  display: block;
}
.app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content .title {
  display: block;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content .title {
    bottom: 57px;
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide.swiper-slide-active .swiper_slider-content .title {
    bottom: 7.4666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide.swiper-slide-next {
    perspective: 600px;
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide.swiper-slide-next {
    perspective: 80vw;
  }
}
.app #sphg .content .swiper-slide.swiper-slide-next .swiper_slider-content {
  transition: transform 0ms linear 0ms;
  transform-origin: left center;
  opacity: 1;
}
.app #sphg .content .swiper-slide.swiper-slide-next .swiper_slider-content .play,
.app #sphg .content .swiper-slide.swiper-slide-next .swiper_slider-content .title {
  transition: none;
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide.swiper-slide-next .swiper_slider-content {
    transform: scale(0.8) translate3d(30px, 10%, 0px) rotateY(20deg);
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide.swiper-slide-next .swiper_slider-content {
    transform: scale(0.8) translate3d(30px, 10%, 0px) rotateY(20deg);
  }
}
.app #sphg .content .swiper-slide.swiper-slide-next .swiper_slider-content .cover {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide.swiper-slide-prev {
    perspective: 600px;
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide.swiper-slide-prev {
    perspective: 80vw;
  }
}
.app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content {
  transition: transform 0ms linear 0ms;
  transform-origin: right center;
  opacity: 1;
}
.app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content .play,
.app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content .title {
  transition: none;
}
.app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content .title {
  display: none;
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content {
    transform: scale(0.8) translate3d(-30px, 10%, 0px) rotateY(-20deg);
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content {
    transform: scale(0.8) translate3d(-30px, 0, 0px) rotateY(-20deg);
  }
}
.app #sphg .content .swiper-slide.swiper-slide-prev .swiper_slider-content .cover {
  opacity: 1;
}
.app #sphg .content .swiper-button-next,
.app #sphg .content .swiper-button-prev {
  z-index: 99999;
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-button-next,
  .app #sphg .content .swiper-button-prev {
    width: 181px;
    height: 33px;
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-button-next,
  .app #sphg .content .swiper-button-prev {
    width: 16vw;
    height: 5.0666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-button-next {
    right: 80px;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-button-next {
    right: 10.6666666667vw;
    transform: translateY(50%);
  }
}
.app #sphg .content .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 751px) {
  .app #sphg .content .swiper-button-prev {
    left: 80px;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 750px) {
  .app #sphg .content .swiper-button-prev {
    left: 10.6666666667vw;
    transform: translateY(50%);
  }
}
.app #sphg .content .swiper-button-prev::after {
  display: none;
}
.app #wjzt .content {
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
  .app #wjzt .content {
    height: 50svw;
    background-size: cover;
    background-image: url("../img/36.png");
  }
  .app  #wjzt .item img {
    max-width: 100%;
    height: auto;
    display: block;
}
  
}


@media screen and (min-width: 751px) {
  .app #wjzt   .title_mb{
    padding-top:60px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 750px) {
  .app #wjzt   .title_mb{
    padding-top: 5vw;
    padding-bottom: 0vw;
  }
}



@media screen and (max-width: 750px) {
  .app #wjzt .content {
    height: 64vw;
    background-position: center 0;
    background-size: auto 64vw;
    background-image: url("../img/m/36.png");
    
  }
}
.app #wjzt .content .item {
  width: 38.9333333333vw;
  height: 11.7333333333vw;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.app #wjzt .content .item  .ckxq:hover{
  background-color: #A24300;
 }
@media screen and (min-width: 751px) {
  .app #wjzt .content .item {
    width: 26.0416666667vw;
    height: 7.8125vw;
  }
  .app #wjzt .content .item  .text{
    width: 192px;
    height: 75px;
  }
  .app #wjzt .content .item  .ckxq{
    width: 163px;
    height: 46px;
    background: #ce8148;
    border-radius: 23px 23px 23px 23px;
    text-align: center;
    line-height: 46px;
    color:#fff;
    font-size: 24px;
    margin-top: 10px;
  }
  
}
@media screen and (max-width: 750px) {
  .app #wjzt .content .item {
    width: 12vw;
    height: 11.7333333333vw;
  }
  .app #wjzt .content .item  .ckxq{
    width: 12vw;
    height: 2.733vw;
    background: #ce8148;
    background-color: rgb(206, 129, 72);
    border-radius: 5vw 5vw;
    text-align: center;
    line-height: 2.733vw;
    color: #fff;
    font-size: 1.5vw;
    margin-top: 1.33vw;
  }
}
.app #wjzt .content .item img {
  width: 100%;
  height: 100%;
}
.app #wjzt .content .item .active {
  display: none;
}
.app #wjzt .content .item:hover .active {
  display: block;
}
.app #wjzt .content .item:hover .default {
  display: none;
}
@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(1) {
    top: 8.344vw;
    left: 21vw;
  }
}
@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(1) {
    top: 9.333vw;
    left: 17.2vw;
  }
}
@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(2) {
    top: 5.656vw;
    left: 35vw;
  }
}
@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(2) {
    top: 6.333vw;
    left: 33.2vw;
  }
}
@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(3) {
    top: 7.969vw;
    left: 49vw;
  }
}
@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(3) {
    top: 9.333vw;
    left: 50.2vw;
  }
}
@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(4) {
    top: 5.281vw;
    left: 64vw;
  }
}
@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(4) {
    top: 6.333vw;
    left: 66.2vw;
  }
}
@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(5) {
    top: 26.5vw;
    right: 46vw;
  }
}
@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(5) {
    top: 30.333vw;
    left: 24.2vw;
  }
}
@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(6) {
    top: 29.813vw;
    right: 31vw;
  }
}
@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(6) {
    top: 34.333vw;
    left: 40.2vw;

  }
}
@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(7) {
    top: 27vw;
    right: 17vw;
  }
}
@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(7) {
    top: 31.333vw;
    left: 57.2vw;
  }
}
@media screen and (min-width: 751px) {
  .app #wjzt .content .item:nth-child(8) {
    top: 30vw;
    right: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .app #wjzt .content .item:nth-child(8) {
    top: 34.333vw;
    left: 74.2vw;
  }
}
.mobile .app {
  min-width: initial;
  overflow: hidden;
}
.mobile .app #index .pc_cover {
  display: none !important;
}
.mobile .app #index .mobile_cover {
  display: block !important;
}

.app #wjzt .pc_cover {
  display: block !important; /* PC 显示 */
}
.app #wjzt .mobile_cover {
  display: none !important; /* PC 隐藏 */
}

@media screen and (max-width: 750px) {
  .app #wjzt .pc_cover {
    display: none !important; /* 移动端隐藏 */
  }
  .app #wjzt .mobile_cover {
    display: block !important; /* 移动端显示 */
  }
}
footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: url("../img/bottom.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
  footer {
    height: 777px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    height: 40.5333333333vw;
    margin-top: 10vw;
  }
}
@media screen and (min-width: 751px) {
  footer .code {
    width: 500px;
    height: 393px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  footer .code {
    width: 38.6666666667vw;
    height: 30.8vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) {
  footer .text {
    height: 120px;
  }
}
@media screen and (max-width: 750px) {
  footer .text {
    height: 8vw;
  }
}