.h_about .h_Box1 .h_box1 .h_texts {
  text-align: center;
}
.h_about .h_Box1 .h_box1 .h_texts .h_title {
  font-size: 40px;
  font-family: 'MiSans-Demibold';
}
.h_about .h_Box1 .h_box1 .h_texts .h_desc {
  margin-top: 20px;
  line-height: 1.7;
}
.h_about .h_Box1 .h_box1 .h_btom {
  margin-top: 30px;
}
.h_about .h_Box1 .h_box1 .h_btom .h_img {
  width: 50%;
}
.h_about .h_Box1 .h_box1 .h_btom .h_img img {
  width: 100%;
}
.h_about .h_Box1 .h_box1 .h_btom .h_data {
  width: 50%;
  column-gap: 100px;
}
.h_about .h_Box1 .h_box1 .h_btom .h_data .h_item .h_desc {
  font-size: 20px;
  color: #333333;
  font-family: 'MiSans-Normal';
}
.h_about .h_Box1 .h_box1 .h_btom .h_data .h_item .h_num {
  margin-top: 5px;
  font-size: 18px;
  color: #333333;
  font-family: 'MiSans-Normal';
}
.h_about .h_Box1 .h_box1 .h_btom .h_data .h_item .h_num span {
  font-family: 'MiSans-Demibold';
  font-size: 46px;
  color: var(--active-color);
  margin-right: 5px;
}
.h_videoBox {
  z-index: 9999;
}
.h_videoBox .h_column a {
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 28px;
  height: 42px;
  line-height: 42px;
  background: #CDCDCD;
  border-radius: 104px 104px 104px 104px;
}
.h_videoBox .h_column a.h_active {
  background: var(--active-color);
}
.h_videoBox .h_column a:hover {
  background: var(--active-color);
}
.h_videoBox .h_list .h_rowBox .h_img {
  position: relative;
  padding-top: 75.1534%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
.h_videoBox .h_list .h_rowBox .h_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
.h_videoBox .h_list .h_rowBox .h_img .h_play {
  width: 56px;
  height: 56px;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  z-index: 1;
}
.h_videoBox .h_list .h_rowBox .h_name {
  margin-top: 14px;
  font-size: 16px;
  color: #222222;
}
.h_videoBox .h_more {
  text-align: center;
  margin-top: 40px;
}
.h_videoBox .h_more .more {
  display: inline-block;
  cursor: pointer;
  width: 140px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid var(--active-color);
  color: var(--active-color);
  transition: background 0.3s;
}
.h_videoBox .h_more .more:hover {
  background: var(--active-color);
  color: #fff;
}
.h_tsjy {
  padding: 80px 60px 40px;
  background-color: #f5f6f8;
}
.h_tsjy .h_msg .h_item {
  background: #FFFFFF;
  text-align: center;
  padding: 40px 40px 24px;
  transition: background 0.3s, transform 0.3s;
}
.h_tsjy .h_msg .h_item .h_icon img {
  width: 36px;
}
.h_tsjy .h_msg .h_item .h_title {
  font-size: 20px;
  color: #333333;
  margin-top: 25px;
}
.h_tsjy .h_msg .h_item .h_desc {
  font-size: 14px;
  color: #737373;
  margin-top: 10px;
  line-height: 26px;
}
.h_tsjy .h_msg .h_item:hover {
  transform: scale(1.05);
  border-radius: 4px;
  box-shadow: inset 0 2px 20px #fff;
}
.h_tsjy .h_msg .h_item:hover .h_desc,
.h_tsjy .h_msg .h_item:hover .h_title {
  color: var(--active-color);
}
.h_tsjy .h_form {
  margin-top: 70px;
}
.h_tsjy .h_form .h_title {
  text-align: center;
  font-family: 'MiSans-Medium';
  font-size: 28px;
  color: #333333;
}
.h_tsjy .h_form form {
  margin-top: 40px;
}
.h_tsjy .h_form form .h_input {
  padding: 0 24px;
  margin-bottom: 22px;
  width: calc(50% - 13px);
  background: #FFFFFF;
  transition: 0.3s border;
  border: 1px solid transparent;
}
.h_tsjy .h_form form .h_input img {
  width: 20px;
}
.h_tsjy .h_form form .h_input input,
.h_tsjy .h_form form .h_input textarea {
  width: calc(100% - 30px);
  font-size: 16px;
}
.h_tsjy .h_form form .h_input input {
  height: 54px;
}
.h_tsjy .h_form form .h_input:hover {
  border: 1px solid var(--active-color);
}
.h_tsjy .h_form form .h_input:hover input,
.h_tsjy .h_form form .h_input:hover textarea {
  color: var(--active-color);
}
.h_tsjy .h_form form .h_input:hover input::placeholder,
.h_tsjy .h_form form .h_input:hover textarea::placeholder {
  color: var(--active-color);
}
.h_tsjy .h_form form .h_input textarea {
  height: 340px;
}
.h_tsjy .h_form form .h_textarea {
  width: 100%;
  padding: 18px 24px;
}
.h_tsjy .h_form form .h_btns {
  width: 100%;
}
.h_tsjy .h_form form .h_btns button {
  width: 140px;
  height: 48px;
  background: #FFBA00;
  font-size: 16px;
  color: #FFFFFF;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.h_tsjy .h_form form .h_btns button.h_btn2 {
  margin-left: 20px;
  background-color: var(--active-color);
}
.h_tsjy .h_form form .h_btns button:hover {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .h_tsjy {
    padding: 40px;
  }
  .h_about .h_Box1 .h_box1 .h_texts .h_title {
    font-size: 32px;
  }
  .h_about .h_Box1 .h_box1 .h_btom .h_data {
    column-gap: 0;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 1024px) {
  .h_about .h_Box1 .h_box1 .h_btom .h_data .h_item .h_num {
    margin-top: 3px;
  }
  .h_about .h_Box1 .h_box1 .h_btom .h_data .h_item .h_num span {
    font-size: 32px;
  }
  .h_about .h_Box1 .h_box1 .h_btom .h_data .h_item .h_desc {
    margin: 0;
    font-size: 16px;
  }
  .h_tsjy {
    padding: 40px;
  }
  .h_tsjy .h_msg {
    --rown: 2;
  }
  .h_tsjy .h_form {
    margin-top: 40px;
  }
  .h_tsjy .h_form form {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .h_tsjy .h_form .h_title {
    font-size: 24px;
  }
  .h_tsjy {
    padding: 26px;
    margin-top: 26px;
  }
  .h_tsjy .h_msg .h_item .h_title {
    margin-top: 13px;
  }
  .h_tsjy .h_msg .h_item .h_desc {
    margin-top: 4px;
    line-height: 24px;
  }
  .h_tsjy .h_form {
    margin-top: 32px;
  }
  .h_tsjy .h_form form {
    margin-top: 26px;
  }
}
@media screen and (max-width: 480px) {
  .h_about .h_Box1 .h_box1 .h_texts .h_title {
    font-size: 20px;
  }
  .h_about .h_Box1 .h_box1 .h_texts .h_desc {
    font-size: 15px;
    margin-top: 10px;
  }
  .h_about .h_Box1 .h_box1 .h_btom .h_data,
  .h_about .h_Box1 .h_box1 .h_btom .h_img {
    width: 100%;
  }
  .h_about .h_Box1 .h_box1 .h_btom .h_data {
    margin-top: 15px;
  }
  .h_about .h_Box1 .h_box1 .h_btom .h_data .h_item .h_num span {
    font-size: 28px;
  }
  .h_about .h_Box1 .h_box1 .h_btom .h_data .h_item .h_desc {
    margin: 0;
    font-size: 16px;
  }
  .h_tsjy {
    padding: 16px;
    margin-top: 0;
  }
  .h_tsjy .h_form {
    margin-top: 20px;
  }
  .h_tsjy .h_msg {
    --rown: 1;
    --r-gap: 16px;
  }
  .h_tsjy .h_form .h_title {
    font-size: 18px;
  }
  .h_tsjy .h_form form {
    margin-top: 16px;
  }
  .h_tsjy .h_form form .h_input {
    width: 100%;
    margin-bottom: 16px;
    padding: 0 14px;
  }
  .h_tsjy .h_form form .h_input input {
    height: 46px;
  }
  .h_tsjy .h_form form .h_textarea {
    padding: 14px;
  }
  .h_tsjy .h_form form .h_input textarea {
    height: 140px;
  }
  .h_tsjy .h_form form .h_btns {
    justify-content: space-between;
  }
  .h_tsjy .h_form form .h_btns button {
    width: calc(50% - 7px);
    height: 45px;
    margin: 0 !important;
  }
  .h_videoBox .h_list {
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_videoBox .h_list .h_rowBox .h_img .h_play {
    width: 38px;
    height: 38px;
    top: calc(50% - 19px);
    left: calc(50% - 19px);
  }
  .h_videoBox .h_list .h_rowBox .h_name {
    margin-top: 7px;
  }
  .h_videoBox .h_more {
    margin-top: 16px;
  }
  .h_videoBox .h_more .more {
    height: 42px;
    line-height: 42px;
  }
  .h_videoBox .h_more .more {
    width: 120px;
  }
}
