.h_ggLink {
  --height: 65px;
  display: inline-flex;
  transition: all 0.3s !important;
}
.h_ggLink .t {
  line-height: var(--height);
  padding: 0 40px;
  background: var(--jb-bg);
  color: #fff;
  font-family: 'OPPOSans-Heavy';
}
.h_ggLink .icon {
  width: var(--height);
  text-align: center;
  line-height: var(--height);
  background: #fff;
  aspect-ratio: 1;
  color: var(--active-color2);
}
.h_ggLink .icon::before {
  display: inline-block;
  transform: rotate(180deg);
}
.h_ggLink:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.h_ggTitle {
  text-align: center;
}
.h_ggTitle .h_title {
  font-size: 45px;
  color: #111111;
  font-family: 'Montserrat-ExtraBold';
}
.h_ggTitle .h_desc {
  font-size: 22px;
  color: #666666;
  margin-top: 24px;
}
.h_index .h_swiper .swiper-slide {
  position: relative;
}
.h_index .h_swiper .swiper-slide img {
  width: 100%;
}
.h_index .h_swiper .swiper-slide .h_text {
  width: 100%;
  left: 0;
  position: absolute;
  top: 20%;
  color: #fff;
}
.h_index .h_swiper .swiper-slide .h_text .h_title {
  margin-top: 11px;
  font-size: 56px;
  font-family: 'Montserrat-ExtraBold';
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.h_index .h_swiper .swiper-slide .h_text .h_desc {
  margin-top: 26px;
  font-size: 20px;
  font-family: 'OPPOSans-Bold';
}
.h_index .h_swiper .swiper-slide .h_text .h_ggLink {
  margin-top: 6.6%;
}
.h_index .h_swiper .swiper-pagination {
  bottom: 30px;
}
.h_index .h_swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 0.5;
  background: #fff;
  border-radius: 4px;
}
.h_index .h_swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.h_index .h_Box1 .h_img {
  width: 44.3%;
  border: 12px solid #FFFFFF;
  aspect-ratio: 576/800;
  position: relative;
}
.h_index .h_Box1 .h_img .logo {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h_index .h_Box1 .h_img:hover img:first-child {
  transform: scale(1.1) rotate(3deg);
}
.h_index .h_Box1 .h_text {
  width: 48.7%;
}
.h_index .h_Box1 .h_text .h_tips {
  display: inline-block;
  font-family: 'OPPOSans-Heavy';
}
.h_index .h_Box1 .h_text .h_title {
  margin-top: 16px;
  font-size: 45px;
  color: #111111;
  font-family: 'Montserrat-ExtraBold';
}
.h_index .h_Box1 .h_text .h_desc {
  margin-top: 40px;
  font-size: 22px;
  color: #666666;
  line-height: calc(34/22);
}
.h_index .h_Box1 .h_text .h_ggLink {
  margin-top: 58px;
}
.h_index .h_Box1 .h_text .h_icons {
  margin-top: 60px;
}
.h_index .h_Box1 .h_text .h_icons .h_item {
  text-align: center;
  transition: transform 0.3s;
}
.h_index .h_Box1 .h_text .h_icons .h_item .h_icon {
  width: 180px;
  aspect-ratio: 1;
  background-image: url('../static/border.png');
}
.h_index .h_Box1 .h_text .h_icons .h_item .h_icon img {
  width: 80px;
}
.h_index .h_Box1 .h_text .h_icons .h_item .h_name {
  margin-top: 14px;
  font-size: 17px;
  color: #666666;
  font-family: 'OPPOSans-Heavy';
}
.h_index .h_Box1 .h_text .h_icons .h_item:hover {
  transform: translateY(-9px);
}
.h_index .h_Box2 .h_list .h_item {
  position: relative;
  animation-name: fadeInRight;
}
.h_index .h_Box2 .h_list .h_item:nth-child(2n) {
  animation-name: fadeInLeft;
}
.h_index .h_Box2 .h_list .h_item .h_img {
  aspect-ratio: 740/520;
}
.h_index .h_Box2 .h_list .h_item .h_text {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 40px 7% 50px;
  min-height: 40%;
}
.h_index .h_Box2 .h_list .h_item .h_text .h_title {
  width: calc(90% - 200px);
  font-size: 32px;
  color: #FFFFFF;
  font-family: 'OPPOSans-Heavy';
}
.h_index .h_Box2 .h_list .h_item .h_text .h_ggLink {
  --height: 48px;
}
.h_index .h_Box2 .h_list .h_item .h_text .h_ggLink .t {
  padding: 0 27px 0 20px;
  font-size: 14px;
}
.h_index .h_Box2 .h_list .h_item:hover .h_img img {
  transform: scale(1.1);
}
.h_index .h_Box2 .h_swiper2 .swiper-slide {
  width: 256px;
}
.h_index .h_Box2 .h_swiper2 .marquee {
  overflow: hidden;
}
.h_index .h_Box2 .h_swiper2 .marquee-track {
  display: flex;
}
.h_index .h_Box2 .h_swiper2 .h_img {
  border: 3px solid #F0F0F0;
  aspect-ratio: 256/144;
}
.h_index .h_Box2 .h_swiper2 .h_img:hover {
  border-image: var(--jb-bg) 3 3;
}
.h_index .h_Box2 .h_swiper2 .h_img:hover img {
  transform: scale(1.1);
}
.h_index .h_Box3 .h_swiper3 .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.h_index .h_Box3 .h_swiper3 .swiper-slide .h_text {
  width: 62%;
}
.h_index .h_Box3 .h_swiper3 .swiper-slide .h_text .h_t1 {
  opacity: 0.2;
  display: inline-block;
  font-size: 78px;
  font-family: 'OPPOSans-Heavy';
}
.h_index .h_Box3 .h_swiper3 .swiper-slide .h_text .h_title {
  font-size: 32px;
  color: #FFFFFF;
  font-family: 'OPPOSans-Heavy';
  margin-top: -60px;
}
.h_index .h_Box3 .h_swiper3 .swiper-slide .h_text .h_desc {
  margin-top: 34px;
  font-size: 17px;
  color: #EEEEEE;
  line-height: calc(28/17);
}
.h_index .h_Box3 .h_swiper3 .swiper-pagination {
  bottom: 40px;
}
.h_index .h_Box3 .h_swiper3 .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #0000;
  border: 2px solid #FFFFFF;
}
.h_index .h_Box3 .h_swiper3 .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.h_index .h_Box4 {
  background: #F4F4F4;
}
.h_index .h_Box4 .h_list .h_item {
  background-color: #fff;
  background-image: url('../static/logo.png');
  background-position: 70% 20%;
  background-repeat: no-repeat;
  background-size: 70% auto;
  aspect-ratio: 486/346;
  display: flex;
  align-items: flex-end;
  border: 3px solid #fff;
}
.h_index .h_Box4 .h_list .h_item .h_text {
  height: auto;
  padding: 8.322% 8.322% 8.322% 10.403%;
}
.h_index .h_Box4 .h_list .h_item .h_title {
  font-size: 32px;
  width: 100%;
  font-family: 'OPPOSans-Heavy';
}
.h_index .h_Box4 .h_list .h_item .h_desc {
  font-size: 14px;
  color: #666666;
  line-height: calc(20/14);
  margin-top: 20px;
}
.h_index .h_Box4 .h_list .h_item:nth-child(2) {
  border: none;
  aspect-ratio: unset;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.h_index .h_Box4 .h_list .h_item:nth-child(2) .h_text {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 73%);
}
.h_index .h_Box4 .h_list .h_item:nth-child(2) .h_text .h_title {
  -webkit-text-fill-color: #111111;
}
.h_index .h_Box4 .h_list .h_item:nth-child(2):hover .h_text .h_title {
  -webkit-text-fill-color: #0000;
}
.h_index .h_Box4 .h_list .h_item:hover {
  box-shadow: 0 30px 26px -28px #cadcd5;
  border-image: var(--jb-bg) 3;
}
.h_index .h_Box5 {
  background: linear-gradient(0deg, #1C1C1C 0 50%, #F4F4F4 50% 100%);
}
.h_index .h_Box5 .h_text {
  padding: 80px 100px;
}
.h_index .h_Box5 .h_text .h_desc {
  width: calc(90% - 246px);
  font-size: 34px;
  color: #FFFFFF;
  font-family: 'OPPOSans-Heavy';
}
@media screen and (max-width: 1440px) {
  .h_index .h_swiper .swiper-slide .h_text .h_title {
    font-size: 45px;
    margin-top: 4px;
  }
  .h_index .h_swiper .swiper-slide .h_text .h_ggLink {
    margin-top: 5%;
  }
  .h_ggTitle .h_title,
  .h_index .h_Box1 .h_text .h_title {
    font-size: 38px;
  }
  .h_index .h_Box4 .h_list .h_item .h_title,
  .h_index .h_Box2 .h_list .h_item .h_text .h_title {
    font-size: 28px;
  }
  .h_index .h_Box5 .h_text .h_desc {
    font-size: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .h_index .h_swiper .swiper-slide .h_text .h_title {
    font-size: 36px;
    margin-top: 4px;
  }
  .h_index .h_swiper .swiper-slide .h_text .h_desc {
    margin-top: 17px;
  }
  .h_index .h_swiper .swiper-slide .h_text .h_ggLink {
    margin-top: 3%;
  }
  .h_ggLink {
    --height: 52px;
  }
  .h_ggLink .t {
    padding: 0 28px;
  }
  .h_index .h_Box1 .h_text {
    width: 50%;
  }
  .h_index .h_Box1 .h_text .h_ggLink {
    margin-top: 42px;
  }
  .h_index .h_Box1 .h_text .h_desc {
    margin-top: 30px;
  }
  .h_index .h_Box1 .h_text .h_icons {
    margin-top: 40px;
  }
  .h_index .h_Box1 .h_text .h_icons .h_item .h_icon {
    width: 150px;
  }
  .h_index .h_Box1 .h_text .h_icons .h_item .h_icon img {
    width: 60px;
  }
  .h_index .h_Box2 .h_list .h_item .h_text {
    padding: 0 30px 30px;
  }
  .h_index .h_Box4 .h_list .h_item .h_title,
  .h_index .h_Box2 .h_list .h_item .h_text .h_title {
    font-size: 24px;
  }
  .h_index .h_Box3 .h_swiper3 .swiper-slide .h_text .h_t1 {
    font-size: 64px;
  }
  .h_index .h_Box3 .h_swiper3 .swiper-slide .h_text .h_title {
    margin-top: -50px;
  }
  .h_index .h_Box4 .h_list .h_item {
    background-size: 60% auto;
    background-position: 70% 17%;
  }
  .h_index .h_Box5 .h_text {
    padding: 40px;
  }
  .h_index .h_Box5 .h_text .h_desc {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .h_ggTitle .h_title,
  .h_index .h_Box1 .h_text .h_title {
    font-size: 20px;
  }
  .h_ggTitle .h_desc {
    font-size: 14px;
    margin-top: 7px;
  }
  .h_index .h_swiper .swiper-slide .h_text .h_title {
    font-size: 18px;
  }
  .h_index .h_swiper .swiper-slide .h_text .h_desc {
    font-size: 14px;
    display: none;
  }
  .h_index .h_swiper .swiper-slide .h_text .h_ggLink {
    display: none;
  }
  .h_index .h_swiper .swiper-pagination {
    bottom: 10px;
  }
  .h_index .h_swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    transition: width 0.3s;
  }
  .h_index .h_swiper .swiper-pagination-bullet-active {
    width: 20px;
  }
  .h_index .h_Box1 .h_img {
    width: 100%;
    aspect-ratio: 1.7;
  }
  .h_index .h_Box1 .h_text {
    width: 100%;
    margin-top: 18px;
  }
  .h_index .h_Box1 .h_text .h_desc {
    font-size: 16px;
    margin-top: 15px;
  }
  .h_index .h_Box1 .h_text .h_icons {
    margin-top: 15px;
  }
  .h_index .h_Box1 .h_text .h_ggLink {
    display: none;
  }
  .h_index .h_Box2 .h_list .h_item .h_text .h_title {
    width: 100%;
    font-size: 16px;
  }
  .h_index .h_Box2 .h_list .h_item .h_text {
    padding: 4vw;
  }
  .h_index .h_Box2 .h_list .h_item .h_text .h_ggLink {
    display: none;
  }
  .h_index .h_Box2 .h_swiper2 .h_img {
    border-width: 2px;
  }
  .h_index .h_Box3 .h_swiper3 {
    padding-bottom: 40px;
  }
  .h_index .h_Box3 .h_swiper3 .swiper-pagination {
    bottom: 10px;
  }
  .h_index .h_Box3 .h_swiper3 .h_ggLink {
    margin-top: 15px;
  }
  .h_ggLink {
    --height: 42px;
  }
  .h_ggLink .icon {
    font-size: 14px;
  }
  .h_ggLink .t {
    padding: 0 18px;
    font-size: 14px;
  }
  .h_index .h_Box3 .h_swiper3 .swiper-slide .h_text {
    width: 100%;
  }
  .h_index .h_Box3 .h_swiper3 .swiper-slide .h_text .h_t1 {
    font-size: 30px;
  }
  .h_index .h_Box3 .h_swiper3 .swiper-slide .h_text .h_title {
    font-size: 20px;
    margin-top: -10px;
  }
  .h_index .h_Box3 .h_swiper3 .swiper-slide .h_text .h_desc {
    font-size: 14px;
    margin-top: 15px;
  }
  .h_index .h_Box4 .h_list .h_item .h_title {
    font-size: 16px;
  }
  .h_index .h_Box4 .h_list .h_item .h_text {
    padding: 20px;
  }
  .h_index .h_Box4 .h_list .h_item .h_desc {
    margin-top: 14px;
  }
  .h_index .h_Box5 .h_text {
    padding: 30px;
  }
  .h_index .h_Box5 .h_text .h_desc {
    width: 100%;
    font-size: 18px;
  }
  .h_index .h_Box5 .h_text .h_ggLink {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .h_index .h_swiper .swiper-slide .h_text {
    top: 10%;
  }
  .h_index .h_Box1 .h_text .h_icons .h_item .h_icon {
    width: 90px;
  }
  .h_index .h_Box1 .h_text .h_icons .h_item .h_icon img {
    width: 40px;
  }
  .h_index .h_Box1 .h_text .h_icons .h_item .h_name {
    font-size: 14px;
    margin-top: 6px;
  }
  .h_index .h_Box4 .h_list .h_item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: unset;
    grid-row-end: unset;
    aspect-ratio: 486/346;
  }
  .h_index .h_Box5 .h_text {
    padding: 15px;
    justify-content: center;
    text-align: center;
  }
}
