.h_ggTitleCh {
  font-family: Medium;
  font-size: 56px;
  color: #3D3D3D;
}
.h_ggTitleEn {
  font-family: Roboto-Light;
  font-size: 56px;
  background: linear-gradient(180deg, #474747 0%, rgba(71, 71, 71, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_iTitle {
  text-align: center;
  position: relative;
}
.h_iTitle .h_en {
  font-family: DIN-Bold;
  font-weight: 700;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.05);
  line-height: 1;
}
.h_iTitle .h_ch {
  font-family: Medium;
  font-size: 50px;
  color: #222222;
  margin-top: -40px;
}
.h_iTitle::after {
  position: absolute;
  content: '';
  width: 32px;
  height: 2px;
  margin-top: 3px;
  background: #D8D8D8;
  left: calc(50% - 16px);
}
.h_ggMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 197px;
  height: 52px;
  text-align: center;
  background: var(--gg-bgcolor);
  border-radius: 100px 100px 100px 100px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  font-family: Regular;
  font-size: 20px;
  color: #FFFFFF;
  column-gap: 14px;
}
.h_ggMore .h_r {
  display: flex;
  align-items: center;
}
.h_ggMore .h_r i {
  color: #fff;
  font-size: 16px;
  margin-left: -8px;
}
.h_ggMore .h_r i:first-child {
  opacity: 0.5;
}
.h_ggMore .h_r i:nth-child(2) {
  opacity: 0.75;
}
.h_ggMore:hover {
  box-shadow: 0px 8px 23px 0px rgba(65, 132, 247, 0.24);
  transform: scale(1.03);
}
.h_swiper {
  position: relative;
}
.h_swiper .mySwiper .swiper-slide {
  position: relative;
}
.h_swiper .mySwiper .swiper-slide img {
  width: 100%;
  transform: scale(1.16);
  transition: 5s linear;
}
.h_swiper .mySwiper .swiper-slide .h_text {
  width: 100%;
  top: 18%;
  position: absolute;
}
.h_swiper .mySwiper .swiper-slide .h_text .h_title {
  display: inline-block;
  font-family: SemiBold;
  font-size: 56px;
  background: var(--gg-bgcolor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_swiper .mySwiper .swiper-slide .h_text .h_desc {
  font-family: Regular;
  font-size: 28px;
  color: #3D3D3D;
  line-height: 39px;
}
.h_swiper .mySwiper .swiper-slide .h_text a {
  margin-top: 50px;
}
.h_swiper .mySwiper .swiper-slide.swiper-slide-active img {
  transition: transform 5s linear;
  transform: scale(1);
}
.h_swiper .mySwiper .h_btom {
  position: absolute;
  bottom: 35px;
  width: 100%;
  z-index: 3;
}
.h_swiper .mySwiper .h_btom .swiper-page2 {
  margin-right: 14px;
  font-family: Roboto-Medium;
  font-size: 23px;
  color: #FFFFFF;
}
.h_swiper .mySwiper .h_btom .swiper-pagination {
  width: 200px;
  height: 3px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  position: static;
}
.h_swiper .mySwiper .h_btom .swiper-pagination span {
  transform: scaleX(0);
}
.h_swiper .mySwiper .h_btom .swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 4px;
  background: var(--gg-bgcolor);
}
.h_swiper .mySwiper .h_btom .h_btn {
  width: 90px;
  margin-left: 30px;
}
.h_swiper .mySwiper .h_btom .h_btn i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.h_swiper .h_icon {
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 3;
  width: 140px;
}
.h_swiper .h_icon .h_img1 {
  width: 100%;
}
.h_swiper .h_icon .h_img2 {
  width: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: 6px;
}
.h_about {
  padding: 80px 0;
  background-size: cover;
  background-position: right top;
}
.h_about .h_box1 .h_L {
  width: calc(96% - 597px);
}
.h_about .h_box1 .h_L .h_text {
  margin-top: 38px;
  font-family: Regular;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  text-align: justify;
}
.h_about .h_box1 .h_R {
  width: 597px;
}
.h_about .h_box2 {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.h_about .h_box2 li {
  display: flex;
  align-items: center;
}
.h_about .h_box2 li .h_img {
  width: 100px;
}
.h_about .h_box2 li .h_desc {
  margin-top: 10px;
  font-family: Regular;
  font-size: 18px;
  color: #666666;
}
.h_about .h_box2 li .h_desc span {
  background: var(--gg-bgcolor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Roboto-Bold;
  font-size: 58px;
  margin-right: 10px;
}
.h_Box1 {
  padding: 100px 0;
}
.h_Box1 .h_list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 30px;
}
.h_Box1 .h_list .h_item {
  display: flex;
  align-items: stretch;
  column-gap: 38px;
  width: 100%;
}
.h_Box1 .h_list .h_item .h_L {
  width: calc(68% - 38px);
}
.h_Box1 .h_list .h_item .h_L .h_box {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 16px 12px;
  border-radius: 12px 12px 12px 12px;
}
.h_Box1 .h_list .h_item .h_L .h_box .h_icon {
  width: 40px;
}
.h_Box1 .h_list .h_item .h_L .h_box .h_icon img {
  width: 100%;
}
.h_Box1 .h_list .h_item .h_L .h_box .h_text {
  width: calc(100% - 48px);
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
}
.h_Box1 .h_list .h_item .h_L .h_box .h_text .h_p1 {
  font-family: Regular;
  font-size: 22px;
  color: #222222;
  width: 100%;
}
.h_Box1 .h_list .h_item .h_L .h_box .h_text .h_p2 {
  margin-top: 3px;
  font-family: Regular;
  font-size: 14px;
  color: #777777;
  line-height: 20px;
}
.h_Box1 .h_list .h_item .h_L .h_box:hover {
  background: var(--gg-bgcolor2);
}
.h_Box1 .h_list .h_item .h_L .h_box:hover .h_text .h_p1,
.h_Box1 .h_list .h_item .h_L .h_box:hover .h_text .h_p2 {
  color: #fff;
}
.h_Box1 .h_list .h_item .h_L .h_box:hover .h_icon img {
  filter: grayscale(100%) brightness(500%);
}
.h_Box1 .h_list .h_item .h_img {
  width: 32%;
  position: relative;
}
.h_Box1 .h_list .h_item .h_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.h_Box1 .h_list .h_item .h_img::after {
  position: absolute;
  content: attr(data-text);
  font-family: Light;
  font-size: 55px;
  color: #FFFFFF;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h_Box1 .h_list .h_item:nth-child(2) {
  flex-direction: row-reverse;
}
.h_Box1 .h_list .h_item:nth-child(2) .h_img{
  width: calc(68% - 38px);
}
.h_Box1 .h_list .h_item:nth-child(2) .h_L{
  width: 32%;
}
.h_Box2 {
  background: #F6F7F9;
  padding: 80px 0 80px;
}
.h_Box2 .h_honnor {
  position: relative;
  margin-top: 40px;
  z-index: 2;
}
.h_Box2 .h_honnor .h_bg {
  position: absolute;
  top: 82%;
  width: 110%;
  left: -5%;
}
.h_Box2 .h_honnor .h_btn {
  cursor: pointer;
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #d8d8d8;
  color: #fff;
  font-size: 24px;
  text-align: center;
  top: calc(50% - 22.5px);
}
.h_Box2 .h_honnor .h_btn::after {
  position: absolute;
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.h_Box2 .h_honnor .h_btn i::before {
  font-weight: 500 !important;
}
.h_Box2 .h_honnor .h_btn::before {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #fff;
  border-radius: 50%;
  z-index: -2;
  top: -1px;
  left: -1px;
}
.h_Box2 .h_honnor .h_btn:hover {
  background: #f6f7f9;
}
.h_Box2 .h_honnor .h_btn:hover::before {
  background: var(--gg-bgcolor2);
}
.h_Box2 .h_honnor .h_btn:hover i {
  background: var(--gg-bgcolor2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_Box2 .h_honnor .h_btn.h_left {
  left: -65px;
}
.h_Box2 .h_honnor .h_btn.h_right {
  right: -65px;
}
.h_Box2 .h_honnor .picMarquee-left {
  overflow: hidden;
}
.h_Box2 .h_honnor .picMarquee-left .bd .picList {
  padding: 20px 0 !important;
}
.h_Box2 .h_honnor .picMarquee-left .bd .picList img {
  width: 100%;
}
.h_Box2 .h_honnor .picMarquee-left .bd .picList li {
  margin-right: 30px;
  width: 270px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.h_Box2 .h_honnor .picMarquee-left .bd .picList li .h_img{
    height: 382px;
}
.h_Box2 .h_honnor .picMarquee-left .bd .picList li .h_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.h_Box2 .h_honnor .picMarquee-left .bd .picList li .h_name {
  padding: 0 13px;
  border-top: 1px solid #F3F3F3;
  background-color: #fff;
  line-height: 57px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}
.h_Box2 .h_honnor .picMarquee-left .bd .picList li::before {
  content: '';
  position: absolute;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border: 1px solid #D8D8D8;
  top: -10px;
  right: -10px;
  z-index: -1;
  transition: top 0.3s linear, right 0.3s linear, border 0.3s linear 0.3s;
}
.h_Box2 .h_honnor .picMarquee-left .bd .picList li::after {
  position: absolute;
  content: '';
  border-top: 8px solid #D8D8D8;
  border-bottom: 8px solid #D8D8D800;
  border-left: 12px solid #D8D8D8;
  border-right: 12px solid #D8D8D800;
  right: -24px;
  bottom: 0;
  z-index: -1;
}
.h_Box2 .h_honnor .picMarquee-left .bd .picList li:hover::before {
  top: -1px;
  right: -1px;
  border-image: var(--gg-bgcolor) 1 stretch;
}
.h_Box2 .h_honnor .picMarquee-left .bd .picList li:hover::after {
  display: none;
}
.h_hr {
  width: 100%;
  height: 6px;
  background: var(--gg-bgcolor2);
}
.h_Box3 {
  padding: 65px 0 50px;
}
.h_Box3 .h_team {
  margin-top: 40px;
}
.h_Box3 .h_team .swiper {
    /*padding-bottom: 20px;*/
  /*min-height: 400px;*/
}
.h_Box3 .h_team .swiper .swiper-wrapper {
  align-items: center;
}
.h_Box3 .h_team .swiper .swiper-slide {
  transform: scale(0.8);
  height: auto;
  transition: transform 0.3s linear;
}
.h_Box3 .h_team .swiper .swiper-slide .h_box {
  text-align: center;
  cursor: pointer;
}
.h_Box3 .h_team .swiper .swiper-slide .h_box .h_img {
  transition: transform 0.3s linear;
  transform: rotateY(0deg);
  border-radius: 50%;
  padding: 12px;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
}
.h_Box3 .h_team .swiper .swiper-slide .h_box .h_img img {
  width: 100%;
  border-radius: 50%;
  transition: transform 0.3s linear;
}
.h_Box3 .h_team .swiper .swiper-slide .h_box .h_img::before {
  content: '';
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background: #fff;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  transform-origin: center;
  transition: all 0.5s;
}
.h_Box3 .h_team .swiper .swiper-slide .h_box .h_img::after {
  visibility: hidden;
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 50%;
  background: var(--gg-bgcolor2);
  bottom: 0;
  left: 0;
  z-index: -2;
  transform-origin: center;
  transition: height 0.5s linear;
}
.h_Box3 .h_team .swiper .swiper-slide .h_box .h_img:hover::after {
  height: 100%;
}
.h_Box3 .h_team .swiper .swiper-slide .h_box .h_img:hover::before {
  transition-delay: 0.6s;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  bottom: 8px;
  left: 8px;
}
.h_Box3 .h_team .swiper .swiper-slide .h_box .h_img:hover img {
  transform: scale(1.03);
}
.h_Box3 .h_team .swiper .swiper-slide .h_box .h_text {
  margin-top: 16px;
}
.h_Box3 .h_team .swiper .swiper-slide .h_box .h_text .h_name {
  font-family: Medium;
  font-size: 20px;
  color: #222222;
}
.h_Box3 .h_team .swiper .swiper-slide .h_box .h_text .h_post {
  font-family: Regular;
  font-size: 20px;
  color: #3D3D3D;
}
.h_Box3 .h_team .swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.h_Box3 .h_team .swiper .swiper-slide.swiper-slide-active .h_box .h_img {
  transform: rotateY(180deg);
}
.h_Box3 .h_team .swiper .swiper-slide.swiper-slide-active .h_box .h_img::after {
  visibility: visible;
}
@keyframes ani-rote {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.h_Box4 {
  padding: 100px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.h_Box4 .h_tabs {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.h_Box4 .h_tabs p {
  border-radius: 3px;
  padding: 0 20px;
  line-height: 30px;
  background-color: #e8e8e8;
  cursor: pointer;
  font-family: Regular;
  font-size: 15px;
}
.h_Box4 .h_tabs p:hover {
  color: #fff;
  background: var(--gg-bgcolor2);
}
.h_Box4 .h_tabs p.h_active {
  color: #fff;
  background: var(--gg-bgcolor2);
}
.h_Box4 .mySwiper4 {
  margin-top: 40px;
  padding: 0 2px;
}
.h_Box4 .mySwiper4.mySwiper4_2{
    display: none;
}
.h_Box4 .mySwiper6.mySwiper6_2{
    display: none;
}
.h_Box4 .mySwiper4 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 30px;
  column-gap: 30px;
}
.h_Box4 .mySwiper4 .swiper-slide .h_img {
  width: calc(20% - 24px);
  overflow: hidden;
  position: relative;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #D8DBE2;
}
.h_Box4 .mySwiper4 .swiper-slide .h_img img {
  width: 100%;
}
.h_Box4 .mySwiper4 .swiper-slide .h_img:hover img {
  transform: scale(1.05);
}
.h_Box4 .mySwiper4 .h_btom {
  margin-top: 30px;
  position: relative;
}
.h_Box4 .mySwiper4 .h_btom .h_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_Box4 .mySwiper4 .h_btom .h_box .h_btn {
  display: flex;
  align-items: center;
  width: 140px;
}
.h_Box4 .mySwiper4 .h_btom .h_box .h_btn i {
  cursor: pointer;
  width: 64px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 43px 43px 43px 43px;
  border: 1px solid #D8DBE2;
}
.h_Box4 .mySwiper4 .h_btom .h_box .h_btn i::before {
  background: var(--gg-bgcolor2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600 !important;
}
.h_Box4 .mySwiper4 .h_btom .h_box .h_btn i:hover {
  border: none;
  background: var(--gg-bgcolor2);
}
.h_Box4 .mySwiper4 .h_btom .h_box .h_btn i:hover::before {
  background: none;
  -webkit-text-fill-color: #fff;
}
.h_Box4 .mySwiper4 .h_btom .h_box .swiper-pagination {
  width: calc(100% - 180px);
  height: 2px;
  overflow: hidden;
  background-color: #D8D8D8;
  position: static;
}
.h_Box4 .mySwiper4 .h_btom .h_box .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--gg-bgcolor);
}
.h_Box4 .mySwiper6 {
  display: none;
  margin-top: 30px;
}
.h_Box4 .mySwiper6 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 20px;
  column-gap: 20px;
}
.h_Box4 .mySwiper6 .swiper-slide .h_img {
  overflow: hidden;
  border: 1px solid #D8DBE2;
  border-radius: 4px;
  width: calc(50% - 10px);
}
.h_Box4 .mySwiper6 .swiper-slide .h_img img {
  width: 100%;
}
.h_popup {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  width: 80vw;
  z-index: 111;
  padding: 10vw 5% 0;
  display: none;
}
.h_popup .swiper .h_box {
  display: flex;
  justify-content: space-between;
}
.h_popup .swiper .h_box .h_img {
  width: 340px;
}
.h_popup .swiper .h_box .h_text {
  width: calc(100% - 400px);
}
.h_popup .swiper .h_box .h_text .h_name {
  font-size: 28px;
}
.h_popup .swiper .h_box .h_text .h_post {
  font-size: 16px;
  margin-top: 6px;
}
.h_popup .swiper .h_box .h_text .h_bum {
  font-size: 15px;
  font-family: Bold;
  color: #4B4B4B;
  margin-top: 16px;
}
.h_popup .swiper .h_box .h_text .h_content {
  font-size: 14px;
  color: #4B4B4B;
  font-family: Light;
  margin-top: 20px;
  max-height: 400px;
  overflow-y: auto;
}
.h_popup .swiper .h_box .h_text .h_content::-webkit-scrollbar {
  display: none;
}
.h_popup .swiper .h_chevron {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 100px;
}
.h_popup .swiper .h_chevron .h_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.h_popup .swiper .h_chevron .h_btn::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background-color: #e2e2e2;
  left: 50%;
  top: 0;
}
.h_popup .swiper .h_chevron .h_btn i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}
.h_popup .h_close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  font-size: 24px;
}
@media screen and (max-width: 1400px) {
  .h_Box1,
  .h_Box2,
  .h_Box3,
  .h_Box4 {
    padding: 60px 0;
  }
  .h_iTitle .h_ch {
    font-size: 36px;
    margin-top: -25px;
  }
  .h_iTitle .h_en {
    font-size: 46px;
  }
  .h_Box1 .h_list {
    margin-top: 50px;
  }
  .h_Box2 .h_honnor .h_btn.h_left {
    left: -46px;
  }
  .h_Box2 .h_honnor .h_btn.h_right {
    right: -46px;
  }
  /*.h_Box1 .h_list .h_item{column-gap: 20px;}*/
  /*.h_Box1 .h_list .h_item .h_L{*/
  /*    width: calc(100% - 604px);*/
  /*}*/
}
@media screen and (max-width: 1300px) {
  /*.h_Box1 .h_list .h_item .h_L .h_box {*/
  /*  column-gap: 12px;*/
  /*}*/
  .h_Box1 .h_list .h_item .h_img::after{
      font-size: 45px;
  }
  .h_Box2 .h_honnor .swiper .swiper-wrapper .swiper-slide {
    width: 236px;
  }
  .h_Box2 .h_honnor .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 270px;
  }
}
@media screen and (max-width: 1200px) {
  .h_Box1 .h_list .h_item {
    width: 100%;
  }
  .h_Box1 .h_list .h_item .h_L .h_box {
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .h_Box1 .h_list .h_item .h_L .h_box .h_text .h_p1 {
    font-size: 20px;
  }
  .h_Box2 .h_honnor .h_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .h_swiper .mySwiper .h_btom .h_1600 {
    justify-content: center;
  }
  .h_swiper .h_icon,
  .h_swiper .mySwiper .h_btom .h_btn,
  .h_reason .h_posImg,
  .h_Global .h_posImg {
    display: none;
  }
  .h_swiper .mySwiper .h_btom {
    bottom: 10px;
  }
  .h_swiper .mySwiper .swiper-slide .h_text {
    text-align: center;
  }
  .h_swiper .mySwiper .swiper-slide .h_text .h_title,
  .h_ggTitleCh,
  .h_ggTitleEn {
    font-size: 32px;
  }
  .h_swiper .mySwiper .swiper-slide .h_text .h_desc {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 8px;
  }
  .h_swiper .mySwiper .swiper-slide .h_text a {
    margin: 30px auto;
  }
  .h_Box1 .h_list {
    row-gap: 20px;
  }
  .h_Box1 .h_list .h_item {
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
    row-gap: 20px;
  }
  .h_Box1 .h_list .h_item .h_L {
    width: 100% !important;
  }
  .h_Box1 .h_list .h_item .h_img {
    max-width: 100%;
    width: 100% !important;
  }
  .h_iTitle .h_en {
    font-size: 36px;
  }
  .h_iTitle .h_ch {
    font-size: 28px;
    margin-top: -20px;
  }
  .h_popup {
    height: 90vh;
    width: 90vw;
    left: 5vw;
    top: 5vh;
  }
  .h_popup .swiper .h_box {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .h_popup .swiper .h_box .h_text {
    width: 100%;
    text-align: center;
  }
  .h_popup .swiper .h_box .h_img {
    width: 250px;
  }
  .h_Box1 .h_list {
    margin-top: 20px;
  }
  .h_Box1 .h_list .h_item .h_L .h_box .h_text .h_p1 {
        font-size: 18px;
    }
    .h_Box1 .h_list .h_item .h_img img{
        position: static;
    }
    .h_Box2 .h_honnor .h_bg{
        top: 89%;
    }
}
@media screen and (max-width: 480px) {
  .h_Box4 .mySwiper6 {
    display: block;
  }
  .h_Box4 .mySwiper4 {
    display: none;
  }
  .h_Box1,
  .h_Box2,
  .h_Box3,
  .h_Box4 {
    padding: 30px 0;
  }
  .h_Box1 .h_list .h_item .h_L .h_box {
    padding: 8px 12px;
  }
  .h_Box1 .h_list .h_item .h_L .h_box .h_text .h_p1 {
    font-size: 18px;
  }
  .h_Box2 .h_honnor .swiper {
    padding: 0;
  }
  .h_Box2 .h_honnor .swiper .swiper-wrapper {
    height: auto !important;
    flex-wrap: wrap;
    transform: none !important;
    justify-content: space-between;
    row-gap: 20px;
  }
  .h_Box2 .h_honnor .swiper .swiper-wrapper .swiper-slide {
    margin: 0 !important;
    width: 47.5% !important;
  }
  .h_Box2 .h_honnor .swiper .swiper-wrapper .swiper-slide .h_box::after,
  .h_Box2 .h_honnor .swiper .swiper-wrapper .swiper-slide .h_box::before {
    display: none;
  }
  .h_Box2 .h_honnor .h_bg {
    display: none;
  }
  .h_Box2 .h_honnor .swiper .swiper-wrapper .swiper-slide .h_box .h_name {
    font-size: 14px;
    line-height: 42px;
  }
  .h_Box3 .h_team {
    margin-top: 30px;
  }
  .h_Box3 .h_team .swiper {
    min-height: auto;
  }
  .h_Box3 .h_team .swiper .swiper-slide .h_box .h_text .h_name {
    font-size: 16px;
  }
  .h_Box3 .h_team .swiper .swiper-slide .h_box .h_text .h_post {
    font-size: 14px;
  }
  .h_Box4 .mySwiper4 .swiper-wrapper {
    height: auto !important;
    flex-direction: row;
    width: 100% !important;
    justify-content: space-between;
    row-gap: 20px;
  }
  .h_Box4 .mySwiper4 .swiper-slide {
    margin: 0 !important;
    width: 47.5% !important;
  }
  .h_Box4 .mySwiper4 .swiper-slide .h_img {
    border-radius: 4px;
  }
  .h_Box4 .mySwiper4 {
    margin-top: 32px;
  }
  .h_popup .swiper .h_box .h_text .h_name {
    font-size: 18px;
  }
  .h_popup .h_close {
    top: 6px;
    right: 6px;
  }
  .h_popup .swiper .h_box .h_img {
    width: 180px;
  }
  .h_popup {
    padding-bottom: 5%;
  }
  .h_popup .swiper {
    height: 100%;
  }
  .h_popup .swiper .h_box {
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .h_popup .swiper .h_box .h_text {
    height: 100%;
    overflow-y: auto;
  }
  .h_popup .swiper .h_box .h_text .h_content {
    max-height: none;
  }
  .h_Box4 .mySwiper4 .h_btom {
    display: none;
  }
  .h_Box2 .h_honnor .picMarquee-left .bd .picList li {
    width: 200px !important;
  }
  .h_Box1 .h_list .h_item{
      row-gap: 15px;
  }
  .h_Box1 .h_list .h_item .h_img {
    width: 100%;
  }
  .h_Box1 .h_list .h_item .h_img::after {
    font-size: 40px;
  }
  .h_swiper .mySwiper .h_btom .swiper-page2{
      font-size: 14px;
  }
  .h_iTitle .h_en{
      display: none;
  }
  .h_iTitle .h_ch{
      font-size: 26px;
      margin-top: 0;
  }
  .h_Box2 .h_honnor{
      margin-top: 20px;
  }
  .h_Box2 .h_honnor .picMarquee-left .bd .picList{
      padding-bottom: 0 !important;
  }
  .h_Box3 .h_team{
      margin-top: 10px;
  }
.h_Box2 .h_honnor .picMarquee-left .bd .picList li .h_img{
    height: 283px;
}
.h_Box2 .h_honnor .picMarquee-left .bd .picList li .h_name{
    line-height: 44px;
}
    .h_Box4 .h_tabs{
        column-gap: 20px;
    }
}
