.h_about .h_aboutBox {
  padding: 80px 0;
}
.h_about .h_aboutBox .h_box1 {
  display: flex;
  row-gap: 30px;
}
.h_about .h_aboutBox .h_box1 .h_img {
  position: relative;
  width: 50%;
  padding: 30px 0 0 30px;
}
.h_about .h_aboutBox .h_box1 .h_img video,
.h_about .h_aboutBox .h_box1 .h_img img {
  width: 100%;
}
.h_about .h_aboutBox .h_box1 .h_img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 42.857%;
  height: calc(100% - 60px);
  background: #6E99C9;
  z-index: -1;
}
.h_about .h_aboutBox .h_box1 .h_text {
  width: 50%;
  padding-left: 4.286%;
}
.h_about .h_aboutBox .h_box1 .h_text .h_en {
  font-size: 40px;
  color: #E1E1E2;
}
.h_about .h_aboutBox .h_box1 .h_text .h_ch {
  font-size: 28px;
  color: #222222;
}
.h_about .h_aboutBox .h_box1 .h_text .h_desc {
  margin-top: 20px;
  font-size: 14px;
  color: #555555;
  line-height: 1.7;
  text-align: justify;
}
.h_about .h_aboutBox .h_box1 .h_text .h_line {
  margin-top: 35px;
  width: 46px;
  height: 3px;
  background: var(--active-color);
}
.h_about .h_aboutBox .h_box2 {
  margin-top: 80px;
}
.h_about .h_aboutBox .h_box2 .h_box {
  padding: 24px 0;
  position: relative;
  width: 20%;
  text-align: center;
}
.h_about .h_aboutBox .h_box2 .h_box::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #D8D8D8;
}
.h_about .h_aboutBox .h_box2 .h_box:last-child::after {
  display: none;
}
.h_about .h_aboutBox .h_box2 .h_box .h_num {
  font-size: 30px;
  color: #07312F;
  font-weight: bold;
}
.h_about .h_aboutBox .h_box2 .h_box .h_desc {
  margin-top: 24px;
  font-size: 17px;
  color: #999999;
}
.h_about .h_aboutBox .h_box3 {
  margin-top: 60px;
}
.h_about .h_aboutBox .h_box3 .h_title {
  text-align: center;
}
.h_about .h_aboutBox .h_box3 .h_title .h_en {
  font-size: 40px;
  color: #E1E1E2;
}
.h_about .h_aboutBox .h_box3 .h_title .h_ch {
  font-size: 28px;
  color: #222222;
}
.h_about .h_aboutBox .h_box3 .mySwiper {
  margin-top: 40px;
}
.h_about .h_aboutBox .h_box3 .mySwiper > i {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  background: rgba(51, 51, 51, 0.25);
  position: absolute;
  top: calc(50% - 25px);
  cursor: pointer;
  z-index: 2;
}
.h_about .h_aboutBox .h_box3 .mySwiper > i:hover {
  background: var(--active-color2);
}
.h_about .h_aboutBox .h_box3 .mySwiper > i.bi-chevron-left {
  left: 0px;
}
.h_about .h_aboutBox .h_box3 .mySwiper > i.bi-chevron-right {
  right: 0px;
}
.h_about .h_aboutBox .h_box3 .swiper-slide {
  width: 45%;
}
.h_about .h_aboutBox .h_box3 .swiper-slide .h_img {
  padding-top: 61.6667%;
}
.h_about .h_aboutBox .h_box4 {
  margin-top: 70px;
}
.h_about .h_aboutBox .h_box4 .h_title {
  text-align: center;
}
.h_about .h_aboutBox .h_box4 .h_title .h_en {
  font-size: 40px;
  color: #E1E1E2;
}
.h_about .h_aboutBox .h_box4 .h_title .h_ch {
  font-size: 28px;
  color: #222222;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 {
  margin-top: 50px;
  position: relative;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row {
  position: relative;
  justify-content: center;
  column-gap: 10%;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row .h_box {
  position: relative;
  width: 330px;
  padding: 0 0 30px 30px;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row .h_box::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #D8D8D8;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row .h_box .h_text {
  position: relative;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row .h_box .h_text::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -39px;
  top: 2px;
  background-color: #fff;
  border: 3px solid var(--active-color);
  z-index: 2;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row .h_box .h_text .h_time {
  font-size: 24px;
  color: var(--active-color);
  font-weight: bold;
  line-height: 1;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row .h_box .h_text .h_desc {
  margin-top: 4px;
  padding-right: 22px;
  font-size: 14px;
  color: #848484;
  line-height: 26px;
  text-align: justify;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row .h_box .h_img {
  padding-left: 20px;
  margin-top: 16px;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row .h_box .h_img img {
  width: 100%;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row:nth-child(1)::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  bottom: 0%;
  left: 0;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row:nth-child(2) .h_box {
  padding: 30px 0 0 30px;
  display: flex;
  flex-direction: column-reverse;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row:nth-child(2) .h_box .h_text::after {
  position: absolute;
  content: '';
  left: -30px;
  height: 100%;
  top: 20px;
  width: 1px;
  background: #fff;
  z-index: 2;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row:nth-child(2) .h_box .h_img {
  margin: 0 0 16px;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 > i {
  position: absolute;
  z-index: 2;
  width: 68px;
  height: 68px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #E7E6E5;
  top: calc(50% - 34px);
  color: #CFCFCF;
  font-size: 30px;
  cursor: pointer;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 > i:hover {
  color: var(--active-color);
  border-color: var(--active-color);
}
.h_about .h_aboutBox .h_box4 .h_swiper2 > i.bi-chevron-left {
  left: -88px;
}
.h_about .h_aboutBox .h_box4 .h_swiper2 > i.bi-chevron-right {
  right: -88px;
}
.h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m {
  display: none;
}
.h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m .h_list .h_row::after {
  display: none !important;
}
.h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m .h_list .h_row .h_wBox {
  width: 660px;
  display: flex;
  justify-content: flex-end;
}
.h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m .h_list .h_row .h_wBox .h_box::after {
  top: 2px;
}
.h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m .h_list .h_row .h_wBox:nth-child(2n) {
  justify-content: flex-start;
}
.h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m .h_list .h_row .h_wBox:nth-child(2n) .h_box {
  padding: 0 30px 30px 0;
}
.h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m .h_list .h_row .h_wBox:nth-child(2n) .h_box .h_text {
  text-align: right;
}
.h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m .h_list .h_row .h_wBox:nth-child(2n) .h_box .h_text .h_desc {
  padding: 0;
}
.h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m .h_list .h_row .h_wBox:nth-child(2n) .h_box .h_text::before {
  left: auto;
  right: -39px;
}
.h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m .h_list .h_row .h_wBox:nth-child(2n) .h_box .h_img {
  padding: 0 20px 0 0;
}
.h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m .h_list .h_row .h_wBox:nth-child(2n) .h_box::after {
  left: auto;
  right: -1px;
}
.h_about .h_cultureBox {
  padding: 70px 0;
}
.h_about .h_cultureBox .h_L {
  width: 300px;
}
.h_about .h_cultureBox .h_L .h_Title {
  border: 1px solid #e0e0e0;
  padding: 30px 20px;
  margin-bottom: -1px;
  cursor: pointer;
}
.h_about .h_cultureBox .h_L .h_Title.h_active {
  background-color: #e0e0e0;
}
.h_about .h_cultureBox .h_L .h_Title.h_active .h_ch {
  color: #fff;
}
.h_about .h_cultureBox .h_R {
  width: calc(100% - 320px);
}
.h_about .h_cultureBox .h_R img {
  max-width: 100%;
  width: 100%;
}
.h_about .h_cultureBox .h_R .h_box {
  display: none;
}
.h_about .h_cultureBox .h_R .h_box:first-child {
  display: block;
}
.h_about .h_cultureBox .h_Title .h_en {
  font-size: 54px;
  color: #333333;
  opacity: 0.05;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
}
.h_about .h_cultureBox .h_Title .h_ch {
  font-size: 35px;
  font-weight: bold;
  color: var(--active-color);
  margin-top: -35px;
}
.h_about .h_cultureBox .h_Title .h_line {
  width: 34px;
  height: 4px;
  margin-top: 16px;
  background-color: var(--active-color);
}
.h_about .h_cultureBox .h_box1 .h_list {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 100px;
  row-gap: 45px;
}
.h_about .h_cultureBox .h_box1 .h_list .h_text {
  max-width: 364px;
  width: 31%;
}
.h_about .h_cultureBox .h_box1 .h_list .h_text .h_p1 {
  font-size: 22px;
  color: #333333;
}
.h_about .h_cultureBox .h_box1 .h_list .h_text .h_p2 {
  margin-top: 16px;
  font-size: 16px;
  color: #6D6D6D;
  line-height: 28px;
}
.h_about .h_cultureBox .h_box2 {
  background: #F8F8F8;
  padding: 88px 0;
}
.h_about .h_cultureBox .h_box2 .h_Title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.h_about .h_cultureBox .h_box2 .h_Title .h_R {
  position: relative;
  font-size: 28px;
  color: #6D6D6D;
}
.h_about .h_cultureBox .h_box2 .h_Title .h_R::before {
  position: absolute;
  left: -26px;
  bottom: -10px;
  content: attr(data-text);
  font-size: 90px;
  font-weight: bold;
  color: #333;
  opacity: 0.05;
  line-height: 1;
}
.h_about .h_cultureBox .h_box2 .h_text {
  margin-top: 46px;
  font-size: 17px;
  color: #6D6D6D;
  line-height: 1.9;
  text-align: justify;
}
.h_about .h_cultureBox .h_box3 {
  padding: 88px 0;
}
.h_about .h_cultureBox .h_box3 .h_text {
  position: relative;
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 170px;
}
.h_about .h_cultureBox .h_box3 .h_text .h_t {
  font-size: 17px;
  color: #6D6D6D;
  line-height: 34px;
}
.h_about .h_cultureBox .h_box3 .h_text .h_logo {
  width: 432px;
  position: absolute;
  right: 0;
}
.h_about .h_honorBox {
  padding: 50px 0 0;
}
.h_about .h_honorBox .h_title {
  text-align: center;
}
.h_about .h_honorBox .h_title .h_en {
  font-size: 40px;
  color: #E1E1E2;
}
.h_about .h_honorBox .h_title .h_ch {
  font-size: 28px;
  color: #222222;
}
.h_about .h_honorBox .h_list {
  margin-top: 60px;
}
.h_about .h_honorBox .h_list .h_item {
  margin-bottom: 160px;
  position: relative;
}
.h_about .h_honorBox .h_list .h_item .h_bg {
  position: absolute;
  top: 82%;
  width: 110%;
  left: -5%;
  z-index: -1;
}
.h_about .h_honorBox .h_list .h_item .h_rowBox {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 26px 8px -27px rgba(0, 0, 0, 0.15);
  border: 1px solid #EEEEEE;
}
.h_about .h_honorBox .h_list .h_item .h_rowBox .h_img {
  padding-top: 140.2174%;
}
.h_about .h_honorBox .h_swiper .mySwiper {
  padding: 60px 0 80px;
}
.h_about .h_honorBox .h_swiper .mySwiper .swiper-slide .h_img {
  padding-top: 58.8235%;
}
.h_about .h_honorBox .h_swiper .mySwiper .swiper-slide .h_img::before {
  position: absolute;
  content: '';
  background: #767676;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s linear;
}
.h_about .h_honorBox .h_swiper .mySwiper .swiper-slide.swiper-slide-active .h_img::before {
  opacity: 0;
}
.h_about .h_honorBox .h_swiper .mySwiper .swiper-pagination {
  bottom: 40px;
}
.h_about .h_honorBox .h_swiper .mySwiper .swiper-button-next,
.h_about .h_honorBox .h_swiper .mySwiper .swiper-button-prev {
  width: 128px;
  height: 80px;
  background: rgba(110, 153, 201, 0.58);
}
.h_about .h_honorBox .h_swiper .mySwiper .swiper-button-next::after,
.h_about .h_honorBox .h_swiper .mySwiper .swiper-button-prev::after {
  color: #fff;
  font-size: 28px;
}
.h_about .h_honorBox .h_swiper .mySwiper .swiper-button-next:hover,
.h_about .h_honorBox .h_swiper .mySwiper .swiper-button-prev:hover {
  background: #6E99C9;
}
.h_about .h_honorBox .h_swiper .mySwiper .swiper-button-prev {
  left: 17.5%;
}
.h_about .h_honorBox .h_swiper .mySwiper .swiper-button-next {
  right: 17.5%;
}
.h_about .h_speechBox {
  padding: 50px 0;
}
.h_about .h_speechBox .h_Title {
  text-align: center;
  position: relative;
}
.h_about .h_speechBox .h_Title::before,
.h_about .h_speechBox .h_Title::after {
  position: absolute;
  content: '';
  top: 50%;
  width: calc(50% - 100px);
  height: 1px;
}
.h_about .h_speechBox .h_Title::before {
  left: 0;
  background: linear-gradient(270deg, #E1E1E2 0%, rgba(225, 225, 226, 0) 100%);
}
.h_about .h_speechBox .h_Title::after {
  right: 0;
  background: linear-gradient(90deg, #E1E1E2 0%, rgba(225, 225, 226, 0) 100%);
}
.h_about .h_speechBox .h_Title .h_en {
  font-size: 40px;
  color: #E1E1E2;
  line-height: 1;
}
.h_about .h_speechBox .h_Title .h_ch {
  font-size: 28px;
  color: #222222;
}
.h_about .h_speechBox .h_text {
  margin-top: 50px;
}
.h_about .h_speechBox .h_text .h_title {
  font-size: 17px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 36px;
}
.h_about .h_speechBox .h_text p {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
}
.h_about .h_speechBox .h_text .h_btom {
  margin-top: 40px;
}
.h_about .h_speechBox .h_text .h_btom .h_logo {
  width: 201px;
}
.h_about .h_speechBox .h_text .h_btom .h_R {
  text-align: right;
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
.h_about .h_speechBox .h_text img {
  max-width: 100%;
  height: auto !important;
}
@media screen and (max-width: 1440px) {
  .h_about .h_cultureBox,
  .h_about .h_cultureBox .h_box2,
  .h_about .h_cultureBox .h_box3,
  .h_about .h_aboutBox {
    padding: 60px 0;
  }
  .h_about .h_aboutBox .h_box4,
  .h_about .h_aboutBox .h_box3,
  .h_about .h_aboutBox .h_box2 {
    margin-top: 54px;
  }
  .h_about .h_aboutBox .h_box4 .h_swiper2 > i {
    display: none;
  }
  .h_about .h_cultureBox .h_box1 .h_list {
    column-gap: 15px;
    justify-content: space-between;
    margin-top: 30px;
    row-gap: 30px;
  }
  .h_about .h_cultureBox .h_box3 .h_text,
  .h_about .h_cultureBox .h_box2 .h_text {
    margin-top: 30px;
  }
  .h_about .h_cultureBox .h_Title .h_en {
    font-size: 46px;
  }
  .h_about .h_cultureBox .h_Title .h_ch {
    font-size: 28px;
    margin-top: -28px;
  }
  .h_about .h_honorBox .h_list .h_item {
    margin-bottom: 120px;
  }
  .h_about .h_honorBox .h_list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .h_about .h_aboutBox .h_box4 .h_swiper2 {
    display: none;
  }
  .h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m {
    display: block;
  }
  .h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row {
    flex-direction: column;
    align-content: center;
  }
  .h_about .h_honorBox .h_list .h_item {
    --c-gap: 30px;
    --r-gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .h_about .h_cultureBox,
  .h_about .h_cultureBox .h_box2,
  .h_about .h_cultureBox .h_box3,
  .h_about .h_speechBox,
  .h_about .h_aboutBox {
    padding: 40px 0;
  }
  .h_about .h_aboutBox .h_box2 .h_box::after {
    display: none;
  }
  .h_about .h_aboutBox .h_box3,
  .h_about .h_aboutBox .h_box4,
  .h_about .h_aboutBox .h_box4 .h_swiper2,
  .h_about .h_speechBox .h_text,
  .h_about .h_aboutBox .h_box2 {
    margin-top: 34px;
  }
  .h_about .h_cultureBox .h_box1 .h_list .h_text .h_p2 {
    margin-top: 8px;
  }
  .h_about .h_honorBox {
    padding-top: 40px;
  }
  .h_about .h_honorBox .h_swiper .mySwiper {
    padding: 40px 0 60px;
  }
  .h_about .h_honorBox .h_swiper .mySwiper .swiper-pagination {
    bottom: 20px;
  }
  .h_about .h_honorBox .h_swiper .mySwiper .swiper-button-next,
  .h_about .h_honorBox .h_swiper .mySwiper .swiper-button-prev {
    width: 80px;
    height: 60px;
  }
  .h_about .h_honorBox .h_swiper .mySwiper .swiper-button-prev {
    left: 16%;
  }
  .h_about .h_honorBox .h_swiper .mySwiper .swiper-button-next {
    right: 16%;
  }
  .h_about .h_cultureBox .h_L {
    width: 100%;
    display: flex;
  }
  .h_about .h_cultureBox .h_L .h_Title {
    margin: 0 -1px 0 0;
    flex: 1;
  }
  .h_about .h_cultureBox .h_R {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .h_about .h_aboutBox .h_box1 .h_text,
  .h_about .h_aboutBox .h_box1 .h_img {
    width: 100%;
  }
  .h_about .h_aboutBox .h_box1 .h_text .h_en,
  .h_about .h_honorBox .h_title .h_en,
  .h_about .h_speechBox .h_Title .h_en,
  .h_about .h_aboutBox .h_box3 .h_title .h_en,
  .h_about .h_aboutBox .h_box4 .h_title .h_en {
    font-size: 32px;
    line-height: 1;
  }
  .h_about .h_aboutBox .h_box1 .h_text .h_ch,
  .h_about .h_honorBox .h_title .h_ch,
  .h_about .h_speechBox .h_Title .h_ch,
  .h_about .h_aboutBox .h_box3 .h_title .h_ch,
  .h_about .h_aboutBox .h_box4 .h_title .h_ch {
    font-size: 24px;
  }
  .h_about .h_aboutBox .h_box1 .h_text .h_line {
    display: none;
  }
  .h_about .h_aboutBox .h_box2 .h_box {
    padding: 0;
  }
  .h_about .h_aboutBox .h_box4 .h_swiper2.h_list_m .h_list .h_row .h_wBox {
    width: 100%;
  }
  .h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row .h_box {
    width: 50%;
  }
  .h_about .h_cultureBox .h_box1 .h_list {
    row-gap: 15px;
  }
  .h_about .h_cultureBox .h_box1 .h_list .h_text {
    width: calc(50% - 15px);
  }
  .h_about .h_honorBox .h_list .h_item .h_bg {
    display: none;
  }
  .h_about .h_honorBox .h_list .h_item {
    --rown: 2;
    margin-bottom: var(--r-gap);
  }
  .h_about .h_speechBox .h_text .h_title {
    margin-bottom: 20px;
  }
  .h_about .h_speechBox .h_text p {
    margin-bottom: 8px;
  }
  .h_about .h_speechBox .h_text .h_btom {
    margin-top: 20px;
  }
  .h_about .h_speechBox .h_text .h_btom .h_R {
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .h_about {
    margin-top: 0;
  }
  .h_about .h_cultureBox,
  .h_about .h_cultureBox .h_box2,
  .h_about .h_cultureBox .h_box3,
  .h_about .h_speechBox,
  .h_about .h_aboutBox {
    padding: 20px 0;
  }
  .h_about .h_aboutBox .h_box1 {
    row-gap: 15px;
  }
  .h_about .h_aboutBox .h_box1 .h_text {
    padding: 0;
  }
  .h_about .h_aboutBox .h_box1 .h_text .h_desc {
    margin-top: 10px;
  }
  .h_about .h_aboutBox .h_box2 .h_box .h_num {
    font-size: 20px;
  }
  .h_about .h_aboutBox .h_box2 .h_box .h_desc {
    margin-top: 4px;
    font-size: 14px;
  }
  .h_about .h_aboutBox .h_box4,
  .h_about .h_aboutBox .h_box3,
  .h_about .h_aboutBox .h_box4 .h_swiper2,
  .h_about .h_aboutBox .h_box2 {
    margin-top: 15px;
  }
  .h_about .h_aboutBox .h_box3 .swiper-slide {
    width: 60%;
  }
  .h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row .h_box .h_img {
    display: none;
  }
  .h_about .h_aboutBox .h_box4 .h_swiper2 .h_list .h_row .h_box {
    padding-bottom: 0 !important;
  }
  .h_about .h_cultureBox .h_box1 .h_list .h_text {
    width: 100%;
  }
  .h_about .h_cultureBox .h_box1 .h_list {
    margin-top: 15px;
  }
  .h_about .h_cultureBox .h_Title .h_line {
    margin-top: 10px;
  }
  .h_about .h_cultureBox .h_box1 .h_list .h_text .h_p1 {
    font-size: 18px;
  }
  .h_about .h_cultureBox .h_box1 .h_list .h_text .h_p2 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }
  .h_about .h_cultureBox .h_L {
    margin-bottom: 10px;
  }
  .h_about .h_cultureBox .h_L .h_Title {
    padding: 8px 0;
    text-align: center;
  }
  .h_about .h_cultureBox .h_Title .h_en {
    font-size: 36px;
    display: none;
  }
  .h_about .h_cultureBox .h_Title .h_line {
    display: none;
  }
  .h_about .h_cultureBox .h_Title .h_ch {
    font-size: 15px;
    margin-top: 0px;
  }
  .h_about .h_cultureBox .h_box3 .h_text .h_logo,
  .h_about .h_cultureBox .h_box2 .h_Title .h_R {
    display: none;
  }
  .h_about .h_cultureBox .h_box3 .h_text,
  .h_about .h_honorBox .h_list,
  .h_about .h_speechBox .h_text,
  .h_about .h_cultureBox .h_box2 .h_text {
    margin-top: 15px;
  }
  .h_about .h_cultureBox .h_box2 .h_text {
    font-size: 15px;
  }
  .h_about .h_cultureBox .h_box3 .h_text .h_t {
    width: 100%;
  }
  .h_about .h_honorBox,
  .h_about .h_honorBox {
    padding-top: 20px;
  }
  .h_about .h_honorBox .h_list .h_item {
    --c-gap: 15px;
    --r-gap: 15px;
  }
  .h_about .h_honorBox .h_list .h_item .h_rowBox {
    padding: 15px;
  }
  .h_about .h_honorBox .h_swiper .mySwiper {
    padding: 20px 0 30px;
  }
  .h_about .h_honorBox .h_swiper .mySwiper .swiper-pagination {
    bottom: 5px;
  }
  .h_about .h_aboutBox .h_box1 .h_text .h_en,
  .h_about .h_honorBox .h_title .h_en,
  .h_about .h_speechBox .h_Title .h_en,
  .h_about .h_aboutBox .h_box3 .h_title .h_en,
  .h_about .h_aboutBox .h_box4 .h_title .h_en {
    font-size: 28px;
  }
  .h_about .h_aboutBox .h_box1 .h_text .h_ch,
  .h_about .h_honorBox .h_title .h_ch,
  .h_about .h_speechBox .h_Title .h_ch,
  .h_about .h_aboutBox .h_box3 .h_title .h_ch,
  .h_about .h_aboutBox .h_box4 .h_title .h_ch {
    font-size: 20px;
  }
  .h_about .h_honorBox .h_swiper .mySwiper .swiper-button-next {
    right: 0;
  }
  .h_about .h_honorBox .h_swiper .mySwiper .swiper-button-prev {
    left: 0;
  }
  .h_about .h_honorBox .h_swiper .mySwiper .swiper-button-next,
  .h_about .h_honorBox .h_swiper .mySwiper .swiper-button-prev {
    width: 42px;
    height: 42px;
  }
  .h_about .h_honorBox .h_swiper .mySwiper .swiper-button-next::after,
  .h_about .h_honorBox .h_swiper .mySwiper .swiper-button-prev::after {
    font-size: 18px;
  }
  .h_about .h_speechBox .h_text p {
    font-size: 14px;
  }
  .h_about .h_speechBox .h_text .h_btom .h_logo {
    width: 130px;
    position: absolute;
    left: 0;
  }
  .h_about .h_speechBox .h_text .h_btom .h_R {
    width: 100%;
  }
  .h_about .h_speechBox .h_text .h_btom {
    position: relative;
  }
  .h_about .h_speechBox .h_text .h_title {
    margin-bottom: 12px;
  }
  .h_about .h_speechBox .h_text .h_btom {
    margin-top: 15px;
  }
  .h_about .h_speechBox .h_text .h_title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .h_about .h_aboutBox .h_box3 .mySwiper {
    margin-top: 10px;
  }
  .h_about .h_aboutBox .h_box3 .mySwiper > i {
    display: none;
  }
}
