body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
}
.bigSwiper .swiper-pagination {
  right: 36px;
  transition: right 0.3s;
}
.bigSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #C4C4C4;
  margin: 12px auto;
  transition: all 0.3s;
  position: relative;
}
.bigSwiper .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid var(--active-color);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s;
}
.bigSwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  background-color: var(--active-color);
}
.bigSwiper .swiper-pagination .swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}
.bigSwiper .swiper-pagination.hide {
  right: -20px;
}
.bigSwiper .swiper-pagination.white .swiper-pagination-bullet {
  background-color: #fff;
}
.bigSwiper .swiper-pagination.white .swiper-pagination-bullet::after {
  border-color: #fff;
}
.bigSwiper .swiper-pagination.white .swiper-pagination-bullet-active {
  background-color: #fff;
}
.h_titleBox .h_title {
  font-weight: 400;
  font-size: 42px;
  color: #222222;
  line-height: 1.262;
}
.h_titleBox .h_desc {
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  line-height: 1.9;
  margin-top: 35px;
}
.h_titleBox .h_more {
  display: inline-block;
  width: 152px;
  height: 49px;
  line-height: 47px;
  margin-top: 30px;
  border-radius: 62px 62px 62px 62px;
  border: 1px solid var(--active-color);
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: var(--active-color);
  transition: all 0.3s;
}
.h_titleBox .h_more:hover {
  background-color: var(--active-color);
  color: #fff;
  transform: scale(1.05);
}
.h_main {
  height: 100%;
  overflow-y: auto;
}
.swiper-slide .ani {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.swiper-slide .ani.aniU {
  transform: translateY(100%);
}
.swiper-slide .ani.aniD {
  transform: translateY(-100%);
}
.swiper-slide .ani.aniL {
  transform: translateX(-100%);
}
.swiper-slide .ani.aniR {
  transform: translateX(100%);
}
.ani-slide .ani {
  transform: translate(0) !important;
  opacity: 1;
}
.delay1 {
  transition-delay: 0.1s;
}
.delay2 {
  transition-delay: 0.2s;
}
.delay3 {
  transition-delay: 0.3s;
}
.delay4 {
  transition-delay: 0.4s;
}
.delay5 {
  transition-delay: 0.5s;
}
.h_head {
  transform: translateY(-100%);
}
.h_kong {
  display: none;
}
.bigSwiper {
  height: 100%;
}
.bigSwiper > .swiper-wrapper > .swiper-slide {
  background-color: #fff;
}
.bigSwiper > .swiper-wrapper > .swiper-slide:last-child {
  height: auto !important;
  padding-top: 0 !important;
}
.bigSwiper > .swiper-wrapper > .swiper-slide:first-child {
  padding-top: 0 !important;
}
.bigSwiper .h_video {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}
.bigSwiper .h_video .h_logo {
  width: 100%;
  position: absolute;
  left: 0;
  top: 11px;
}
.bigSwiper .h_video .h_logo img {
  height: 48px;
  width: auto;
}
.bigSwiper .h_video .h_muted {
  position: absolute;
  z-index: 9;
  right: 20px;
  width: 60px;
  height: 60px;
  bottom: calc(50% - 30px);
  cursor: pointer;
}
.bigSwiper .h_video .h_arrow {
  position: absolute;
  bottom: 20px;
  text-align: center;
  right: 20px;
  font-size: 16px;
  cursor: pointer;
}
.bigSwiper .h_video .h_arrow p {
  font-weight: bold;
  color: var(--active-color);
  text-shadow: 1px 0 1px #fff;
  letter-spacing: 2px;
  user-select: none;
}
.bigSwiper .h_video .h_arrow .scrollarrows {
  width: 22px;
  height: 42px;
  margin-top: 10px;
}
.bigSwiper .h_video .h_arrow .scrollarrows path {
  stroke: var(--active-color);
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
.bigSwiper .h_video .h_arrow .scrollarrows .a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.bigSwiper .h_video .h_arrow .scrollarrows .a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
.bigSwiper .h_video .h_arrow .scrollarrows .a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
@keyframes arrow {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.bigSwiper .mySwiper0 .swiper-slide {
  aspect-ratio: 1920/839;
  height: auto !important;
}
.bigSwiper .mySwiper0 .swiper-slide img {
  width: 100%;
}
.bigSwiper .h_Box2 {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.bigSwiper .h_Box2 .h_cBox {
  height: 100%;
  padding-top: 40px;
}
.bigSwiper .h_Box2 .h_cBox .h_L {
  width: 36.35%;
}
.bigSwiper .h_Box2 .h_cBox .h_L .h_column {
  margin-top: 52px;
}
.bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item {
  font-weight: 400;
  font-size: 24px;
  color: #3D3D3D;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item::after {
  position: absolute;
  content: '';
  width: 200%;
  height: 100%;
  background: var(--active-color);
  right: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item .h_line {
  width: 40px;
  height: 2px;
  background: #3D3D3D;
}
.bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item .h_t {
  width: calc(100% - 56px);
}
.bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item.h_active {
  padding: 36px 0;
  color: #fff;
}
.bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item.h_active .h_line {
  background: #fff;
}
.bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item.h_active::after {
  opacity: 1;
}
.bigSwiper .h_Box2 .h_cBox .h_R {
  width: 60%;
}
.bigSwiper .h_Box2 .h_cBox .h_R .swiper .swiper-slide {
  position: relative;
  width: 746px;
  aspect-ratio: 746/650;
}
.bigSwiper .h_Box2 .h_cBox .h_R .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.bigSwiper .h_Box2 .h_cBox .h_R .swiper .swiper-slide .h_text {
  position: absolute;
  font-weight: 400;
  font-size: 35px;
  color: #FFFFFF;
  padding: 44px 46px;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transition: transform 0.3s 0.3s;
  transform: translateY(100%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.bigSwiper .h_Box2 .h_cBox .h_R .swiper .swiper-slide-active .h_text {
  transform: translateY(0);
}
.bigSwiper .h_Box3 {
  padding-top: 56px;
}
.bigSwiper .h_Box3 .h_titleBox {
  text-align: center;
}
.bigSwiper .h_Box3 .h_titleBox .h_desc {
  max-width: 790px;
  margin: 20px auto 0;
}
.bigSwiper .h_Box3 .swiper {
  padding: 40px 0;
  --swiper-pagination-color: var(--active-color);
}
.bigSwiper .h_Box3 .swiper-slide {
  aspect-ratio: 385/460;
  position: relative;
  font-size: 0;
}
.bigSwiper .h_Box3 .swiper-slide .h_posBox {
  padding: 50px 40px 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--rgba3-bcolor);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background 0.3s;
}
.bigSwiper .h_Box3 .swiper-slide .h_posBox .h_text .h_sub {
  font-weight: 290;
  font-size: 24px;
  color: #FFFFFF;
}
.bigSwiper .h_Box3 .swiper-slide .h_posBox .h_text .h_title {
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
  margin-top: 3px;
}
.bigSwiper .h_Box3 .swiper-slide .h_posBox .h_more {
  width: 128px;
  height: 44px;
  line-height: 43px;
  border-radius: 62px 62px 62px 62px;
  border: 1px solid #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
}
.bigSwiper .h_Box3 .swiper-slide .h_posBox .h_more:hover {
  border-color: var(--active-color);
  background: var(--active-color);
}
.bigSwiper .h_Box3 .swiper-slide:hover img {
  transform: scale(1.08);
}
.bigSwiper .h_Box3 .swiper-slide:hover .h_posBox {
  background: var(--rgba1-bcolor);
}
.bigSwiper .h_Box3 .swiper-pagination {
  top: auto;
  bottom: 0;
  right: auto;
}
.bigSwiper .h_Box3 .swiper-pagination-progressbar {
  background: #E4E4E4;
  border-radius: 3px 3px 3px 3px;
  overflow: hidden;
}
.bigSwiper .h_Box3 .swiper-pagination-progressbar-fill {
  border-radius: 3px 3px 3px 3px;
}
.bigSwiper .h_Box4 {
  height: 100%;
  background: #F7F7F7;
}
.bigSwiper .h_Box4 .h_cBox4 {
  height: 100%;
}
.bigSwiper .h_Box4 .h_L {
  width: 380px;
}
.bigSwiper .h_Box4 .h_L .h_arrow {
  margin-top: 90px;
  column-gap: 24px;
}
.bigSwiper .h_Box4 .h_L .h_arrow .icon {
  width: 60px;
  height: 60px;
  border: 1px solid #C2C2C2;
  border-radius: 50%;
  font-size: 24px;
  color: #222222;
}
.bigSwiper .h_Box4 .h_L .h_arrow .icon:hover {
  border-color: var(--active-color);
  color: var(--active-color);
}
.bigSwiper .h_Box4 .h_R {
  height: 100%;
  width: calc(96% - 380px);
}
.bigSwiper .h_Box4 .h_R .swiper {
  height: 100%;
  border-left: 1px solid #E4E4E4;
}
.bigSwiper .h_Box4 .h_R .swiper-slide {
  border-right: 1px solid #E4E4E4;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bigSwiper .h_Box4 .h_R .swiper-slide .h_date {
  font-weight: 290;
  font-size: 18px;
  color: #222222;
}
.bigSwiper .h_Box4 .h_R .swiper-slide .h_title {
  font-weight: 400;
  font-size: 27px;
  color: #222222;
  margin-top: 18px;
  line-height: 1.482;
  height: calc(2 * 1.482em);
}
.bigSwiper .h_Box4 .h_R .swiper-slide .h_desc {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  margin-top: 20px;
  line-height: 1.8;
  height: calc(2 * 1.8em);
}
.bigSwiper .h_Box4 .h_R .swiper-slide .h_img {
  aspect-ratio: 310/240;
  margin-top: 60px;
}
.bigSwiper .h_Box4 .h_R .swiper-slide .h_more {
  display: inline-block;
  width: 128px;
  height: 43px;
  line-height: 42px;
  margin-top: 68px;
  border-radius: 62px 62px 62px 62px;
  border: 1px solid var(--active-color);
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: var(--active-color);
  transition: all 0.3s;
}
.bigSwiper .h_Box4 .h_R .swiper-slide .h_more:hover {
  background-color: var(--active-color);
  color: #fff;
  transform: scale(1.05);
}
.bigSwiper .h_Box5 {
  height: 100%;
}
.bigSwiper .h_Box5 .h_L {
  width: 404px;
}
.bigSwiper .h_Box5 .h_L .h_list {
  margin-top: 40px;
}
.bigSwiper .h_Box5 .h_L .h_list .h_item {
  font-weight: 290;
  font-size: 15px;
  color: #333333;
  padding-left: 18px;
  position: relative;
}
.bigSwiper .h_Box5 .h_L .h_list .h_item::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: var(--active-color);
  border-radius: 50%;
}
.bigSwiper .h_Box5 .h_L .h_list .h_item:hover {
  color: var(--active-color);
}
.bigSwiper .h_Box5 .h_L .h_list .h_item:first-child {
  background: url(../static/star.svg) no-repeat;
  background-size: 14px 14px;
  background-position: 0 3px;
}
.bigSwiper .h_Box5 .h_L .h_list .h_item:first-child::before {
  display: none;
}
.bigSwiper .h_Box5 .h_L .wave-container {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 50px auto;
}
.bigSwiper .h_Box5 .h_L .center-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4a90e2;
  z-index: 10;
}
.bigSwiper .h_Box5 .h_L .wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: wave 3s infinite ease-out;
  background: rgba(74, 144, 226, 0.5);
  opacity: 0;
}
.bigSwiper .h_Box5 .h_L .wave-1 {
  animation-delay: 0s;
}
.bigSwiper .h_Box5 .h_L .wave-2 {
  animation-delay: 1s;
}
.bigSwiper .h_Box5 .h_L .wave-3 {
  animation-delay: 2s;
}
.bigSwiper .h_Box5 .h_R {
  width: calc(97.5% - 404px);
  position: relative;
}
.bigSwiper .h_Box5 .h_R iframe {
  aspect-ratio: 16/9;
  border: none;
  pointer-events: none;
  z-index: -1 !important;
  position: relative;
}
.bigSwiper .h_Box5 .h_R img {
  width: 100%;
}
.bigSwiper .h_Box5 .h_R .h_wave {
  position: absolute;
  --bgColor: rgba(72, 149, 77, 0.4);
  --delay: 6s;
  --width: 40px;
  z-index: 2;
}
.bigSwiper .h_Box5 .h_R .h_wave::before,
.bigSwiper .h_Box5 .h_R .h_wave::after,
.bigSwiper .h_Box5 .h_R .h_wave .h_dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--width);
  height: var(--width);
  border-radius: 50%;
  animation: wave var(--delay) infinite ease-out;
  background: var(--bgColor);
  opacity: 0;
  z-index: -1;
}
.bigSwiper .h_Box5 .h_R .h_wave::after {
  animation-delay: calc(var(--delay) / 3);
}
.bigSwiper .h_Box5 .h_R .h_wave .h_dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--active-color);
}
.bigSwiper .h_Box5 .h_R .h_wave .h_dot::before {
  animation-delay: calc(var(--delay) / 3 * 2);
}
.bigSwiper .h_Box5 .h_R .h_wave.h_zb {
  --bgColor: rgba(245, 156, 0, 0.5);
  --delay: 3s;
}
.bigSwiper .h_Box5 .h_R .h_wave.h_zb .h_dot {
  width: 14px;
  height: 14px;
  background-image: url(../static/star.svg);
  background-color: #0000;
  background-size: contain;
  background-repeat: no-repeat;
}
@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0.8;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1700px) {
  .bigSwiper .swiper-pagination {
    right: 15px;
  }
  .bigSwiper .h_Box2 .h_cBox .h_R .swiper .swiper-slide {
    width: 636px;
  }
  .h_titleBox .h_title {
    font-size: 34px;
  }
  .h_titleBox .h_desc {
    font-size: 16px;
    margin-top: 15px;
  }
  .h_titleBox .h_more {
    margin-top: 22px;
  }
  .bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item {
    font-size: 20px;
    padding: 16px 0;
  }
  .bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item.h_active {
    padding: 26px 0;
  }
  .bigSwiper .h_Box3 {
    padding-top: 45px;
  }
  .bigSwiper .h_Box2 .h_cBox .h_R .swiper .swiper-slide .h_text {
    font-size: 28px;
    padding: 28px 32px;
  }
  .bigSwiper .h_Box2 .h_cBox .h_L .h_column {
    margin-top: 40px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox {
    padding: 36px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox .h_text .h_sub {
    font-size: 22px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox .h_text .h_title {
    font-size: 26px;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .bigSwiper .h_Box2 .h_cBox .h_R .swiper .swiper-slide {
    width: 560px;
  }
  .bigSwiper .h_Box2 .h_cBox .h_R .swiper .swiper-slide .h_text {
    font-size: 22px;
    padding: 18px 28px;
  }
  .bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item.h_active {
    padding: 20px 0;
  }
  .bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item .h_line {
    width: 30px;
  }
  .bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item .h_t {
    width: calc(100% - 46px);
  }
  .bigSwiper .h_Box2 .h_cBox {
    padding-top: 0;
  }
  .bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item {
    font-size: 18px;
  }
  .h_titleBox .h_title {
    font-size: 30px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox {
    padding: 30px 26px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox .h_text .h_sub {
    font-size: 20px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox .h_text .h_title {
    font-size: 22px;
    margin-top: 0;
  }
  .h_titleBox .h_more {
    width: 150px;
    height: 46px;
    line-height: 44px;
    margin-top: 25px;
    font-size: 17px;
  }
  .bigSwiper .h_Box3 {
    padding-top: 35px;
  }
  .bigSwiper .h_Box3 .h_titleBox .h_desc {
    margin: 14px auto 0;
  }
  .bigSwiper .h_Box3 .swiper {
    padding: 32px 0;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_title {
    font-size: 20px;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_img {
    margin-top: 30px;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_title,
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_desc {
    margin-top: 12px;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .h_titleBox .h_title {
    font-size: 26px;
  }
  .h_titleBox .h_desc {
    font-size: 15px;
    margin-top: 10px;
  }
  .h_titleBox .h_more {
    margin-top: 16px;
    width: 134px;
    height: 40px;
    line-height: 39px;
    font-size: 15px;
  }
  .bigSwiper .h_Box2 .h_cBox .h_L .h_column {
    margin-top: 14px;
  }
  .bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item {
    font-size: 16px;
    padding: 10px 0;
  }
  .bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item.h_active {
    padding: 12px 0;
  }
  .bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item .h_t {
    width: calc(100% - 30px);
  }
  .bigSwiper .h_Box2 .h_cBox .h_L .h_column .h_item .h_line {
    width: 20px;
  }
  .bigSwiper .h_Box2 .h_cBox .h_R .swiper .swiper-slide {
    width: 435px;
  }
  .bigSwiper .h_Box2 .h_cBox .h_R .swiper .swiper-slide .h_text {
    font-size: 20px;
    padding: 16px 21px;
  }
  .bigSwiper .swiper-pagination {
    right: 10px;
  }
  .bigSwiper .h_Box3 {
    padding-top: 30px;
  }
  .bigSwiper .h_Box3 .h_titleBox .h_desc {
    margin: 14px auto 0;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox {
    padding: 18px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox .h_text .h_sub {
    font-size: 16px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox .h_text .h_title {
    font-size: 18px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox .h_more {
    width: 110px;
    height: 37px;
    line-height: 35px;
    font-weight: 400;
    font-size: 14px;
  }
  .bigSwiper .swiper-pagination .swiper-pagination-bullet::after {
    width: 14px;
    height: 14px;
  }
  .bigSwiper .h_Box4 .h_L {
    width: 300px;
  }
  .bigSwiper .h_Box4 .h_R {
    width: calc(100% - 330px);
  }
  .bigSwiper .h_Box4 .h_L .h_arrow .icon {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_more {
    margin-top: 28px;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_img {
    margin-top: 20px;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_title {
    font-size: 18px;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_date {
    font-size: 16px;
  }
  .bigSwiper .h_Box5 .h_R .h_wave .h_dot {
    width: 7px;
    height: 7px;
  }
  .bigSwiper .h_Box5 .h_R .h_wave.h_zb .h_dot {
    width: 10px;
    height: 10px;
  }
  .bigSwiper .h_Box5 .h_R .h_wave {
    --width: 26px;
  }
}
@media screen and (max-width: 767px) {
  .bigSwiper > .swiper-wrapper > .swiper-slide {
    height: auto;
  }
  .h_main,
  body,
  .bigSwiper {
    height: auto;
  }
  .bigSwiper > .swiper-wrapper {
    display: block;
  }
  body {
    overflow: auto;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_more {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
  }
  .bigSwiper .h_video .h_arrow,
  .mySwiper0,
  .bigSwiper .h_video .h_logo {
    display: none;
  }
  .h_head {
    transform: none;
  }
  .h_kong {
    display: block;
  }
  .bigSwiper > .swiper-wrapper > .swiper-slide {
    padding-top: 0 !important;
  }
  .bigSwiper .h_Box2 {
    padding: 20px 0;
  }
  .bigSwiper .h_Box2 .h_cBox .h_R,
  .bigSwiper .h_Box2 .h_cBox .h_L {
    width: 100%;
  }
  .swiper-slide .ani {
    opacity: 1;
    transform: none !important;
  }
  .bigSwiper .h_Box2 .h_cBox .h_R .swiper .swiper-slide {
    width: 100%;
  }
  .bigSwiper .h_Box2 .h_cBox .h_R .swiper .swiper-slide .h_text {
    font-size: 17px;
    padding: 12px;
  }
  .bigSwiper .h_Box5,
  .bigSwiper .h_Box4 {
    padding: 30px 0;
  }
  .bigSwiper .h_Box5 .h_L {
    width: 100%;
  }
  .bigSwiper .h_Box5 .h_R {
    width: 100%;
    margin-top: 20px;
  }
  .bigSwiper .h_Box5 .h_L .h_list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .h_titleBox .h_title {
    font-size: 22px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox {
    padding: 15px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox .h_text .h_title {
    font-size: 16px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox .h_text .h_sub {
    font-size: 14px;
  }
  .bigSwiper .h_Box3 .swiper-slide .h_posBox .h_more {
    width: 104px;
    height: 34px;
    line-height: 33px;
    font-size: 13px;
  }
  .bigSwiper .h_Box3 .swiper {
    padding: 20px 0;
  }
  .bigSwiper .h_Box3 {
    padding-top: 20px;
  }
  .bigSwiper .h_Box4 {
    padding: 20px 0;
  }
  .bigSwiper .h_Box4 .h_L .h_arrow {
    display: none;
  }
  .bigSwiper .h_Box4 .h_R,
  .bigSwiper .h_Box4 .h_L {
    width: 100%;
  }
  .bigSwiper .h_Box4 .h_R .swiper {
    border: none;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide {
    padding: 0;
    border: none;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_desc,
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_date {
    display: none;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_title {
    font-size: 16px;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_img {
    margin-top: 12px;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_more {
    margin-top: 15px;
  }
  .bigSwiper .h_Box4 .h_R .swiper-slide .h_more {
    width: 108px;
    height: 35px;
    line-height: 34px;
    font-size: 13px;
  }
  .bigSwiper .h_Box5 {
    padding: 20px 0;
  }
  .h_titleBox .h_more {
    margin-top: 12px;
  }
  .bigSwiper .h_Box5 .h_R .h_wave {
    --width: 20px;
  }
  .bigSwiper .h_video .h_muted {
    right: 10px;
    bottom: 20px;
    transform: none;
    width: 30px;
    height: 30px;
  }
}
