.h_contents {
  padding: 60px 0;
}
.h_contents .h_about {
  align-items: center;
  justify-content: space-between;
  row-gap: 32px;
}
.h_contents .h_about .h_L {
  width: calc(50% - 37px);
}
.h_contents .h_about .h_L .h_title {
  font-family: Medium;
  font-size: 30px;
  color: #3D3D3D;
  padding-bottom: 30px;
  position: relative;
}
.h_contents .h_about .h_L .h_title::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  background: #FF6908;
  bottom: 0;
  left: 0;
}
.h_contents .h_about .h_L .h_desc {
  font-family: Regular;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
  margin-top: 32px;
}
.h_contents .h_about .h_img {
  width: calc(50% - 20px);
}
.h_contents .h_about .h_img img {
  width: 100%;
}
.h_newsList {
  padding: 60px 0;
  background: #F9F9F9;
}
.h_newsList .h_box {
  display: flex;
  position: relative;
  align-items: center;
  background: #FFFFFF;
  margin-bottom: 50px;
  transition: transform 0.3s linear;
  padding-right: 48px;
  column-gap: 28px;
}
.h_newsList .h_box .h_L {
  width: calc(100% - 128px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --col-gap: 50px;
  column-gap: var(--col-gap);
  --img-width: 414px;
}
.h_newsList .h_box .h_L .h_img {
  overflow: hidden;
  width: var(--img-width);
  font-size: 0;
}
.h_newsList .h_box .h_L .h_img img {
  width: 100%;
}
.h_newsList .h_box .h_L .h_text {
  width: calc(100% - var(--col-gap) - var(--img-width));
}
.h_newsList .h_box .h_L .h_text .h_title,
.h_newsList .h_box .h_L .h_text h2,
.h_newsList .h_box .h_L .h_text h3 {
  font-weight: normal;
  font-family: Medium;
  font-size: 24px;
  color: #3D3D3D;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_newsList .h_box .h_L .h_text .h_time {
  font-family: Roboto-Regular;
  font-size: 18px;
  color: #9B9B9B;
  line-height: 21px;
  margin-top: 20px;
  display: none;
}
.h_newsList .h_box .h_L .h_text .h_desc {
  font-family: Light;
  font-size: 15px;
  color: #777777;
  line-height: 25px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_newsList .h_box .h_L .h_text .h_read {
  margin-top: 30px;
  width: 143px;
  line-height: 44px;
  background: #EFEFEF;
  border-radius: 2px 2px 2px 2px;
  font-family: Light;
  font-size: 16px;
  color: #555555;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 17px;
}
.h_newsList .h_box .h_L .h_text .h_read i {
  color: #555555;
  font-size: 13px;
}
.h_newsList .h_box .h_R {
  width: 100px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.h_newsList .h_box .h_R .h_day {
  font-family: Roboto-Regular;
  font-size: 54px;
  color: #D0D0D0;
  line-height: 42px;
}
.h_newsList .h_box .h_R .h_line {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #D0D0D0;
  margin: 20px 0 34px;
}
.h_newsList .h_box .h_R .h_ym {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #D0D0D0;
  padding-bottom: 14px;
}
.h_newsList .h_box .h_tag {
  position: absolute;
  width: 64px;
  top: -9px;
  right: 2%;
}
.h_newsList .h_box .h_tag img {
  width: 100%;
}
.h_newsList .h_box .h_tag.h_hide {
  display: none;
}
.h_newsList .h_box:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.01);
}
.h_newsList .h_box:hover .h_L .h_text .h_title {
  color: var(--active-color);
}
.h_newsList .h_box:hover .h_L .h_text .h_read {
  background-color: var(--active-color);
  color: #fff;
}
.h_newsList .h_box:hover .h_L .h_text .h_read i {
  color: #fff;
}
.h_newsList .h_box:hover .h_R .h_day {
  color: var(--active-color);
}
.h_support1 {
  padding: 40px 0;
}
.h_support1 .h_Box {
  background: #F9F9F9;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 28px;
  justify-content: space-between;
}
.h_support1 .h_Box .h_box {
  width: 48%;
  font-family: Light;
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  text-align: justify;
}
.h_support1 .h_Box .h_box p {
  margin-bottom: 12px;
}
.h_support1 .h_Box .h_box .h_p1,
.h_support1 .h_Box .h_box h3 {
  font-weight: normal;
  font-family: Medium;
}
.h_support2 {
  padding: 80px 0 0;
}
.h_support2 .h_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 37px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  row-gap: 20px;
  margin-bottom: 80px;
}
.h_support2 .h_box:nth-child(2n) {
  flex-direction: row-reverse;
}
.h_support2 .h_box .h_img {
  width: 47%;
}
.h_support2 .h_box .h_img img {
  width: 100%;
}
.h_support2 .h_box .h_text {
  width: 47%;
}
.h_support2 .h_box .h_text .h_p1,
.h_support2 .h_box .h_text h3 {
  font-weight: normal;
  font-family: Medium;
  font-size: 32px;
  color: #3D3D3D;
  line-height: 45px;
}
.h_support2 .h_box .h_text .h_p2 {
  font-family: Regular;
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  margin-top: 21px;
}
.h_support2 .h_box .h_text .h_imgs {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 45px;
  row-gap: 10px;
}
.h_support2 .h_box .h_text .h_imgs img {
  width: 56px;
}
.h_support2 {
  padding: 60px 0;
}
.h_support2 .h_rowBox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 30px 20px;
  column-gap: 27px;
}
.h_support2 .h_rowBox .h_icon {
  width: 80px;
}
.h_support2 .h_rowBox .h_text {
  width: calc(100% - 107px);
}
.h_support2 .h_rowBox .h_text .h_p1 {
  font-family: Regular;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_support2 .h_rowBox .h_text .h_p2 {
  margin-top: 18px;
  font-family: Light;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 22px;
}
.h_support2 .h_rowBox:hover {
  border-color: var(--active-color);
}
.h_support2 .h_rowBox:hover .h_text .h_p1,
.h_support2 .h_rowBox:hover .h_text .h_p2 {
  color: var(--active-color);
}
.h_contact iframe {
  width: 100%;
  height: 500px;
}
.h_contact .h_map {
  width: 100%;
}
.h_contact .h_liuy {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
}
.h_contact .h_liuy .h_text {
  width: 43%;
}
.h_contact .h_liuy .h_text .h_ch,
.h_contact .h_liuy .h_text h3 {
  font-family: Medium;
  font-size: 32px;
  color: #3D3D3D;
  line-height: 45px;
  font-weight: normal;
}
.h_contact .h_liuy .h_text .h_en {
  font-weight: normal;
  font-family: Roboto-Regular;
  font-size: 18px;
  color: #999999;
  line-height: 21px;
}
.h_contact .h_liuy .h_text .h_desc {
  font-family: Regular;
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  text-align: justify;
  margin-top: 40px;
}
.h_contact .h_liuy .h_form {
  width: 53%;
}
.h_contact .h_liuy .h_form form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
}
.h_contact .h_liuy .h_form form input {
  height: 48px;
  background: #F9F9F9;
  width: calc(50% - 12px);
  font-family: Regular;
  font-size: 16px;
  padding: 0 20px;
}
.h_contact .h_liuy .h_form form textarea {
  width: 100%;
  background: #F9F9F9;
  font-family: Regular;
  font-size: 16px;
  padding: 13px 20px;
  height: 150px;
}
.h_contact .h_liuy .h_form form button {
  width: 118px;
  height: 38px;
  background: #FF6908;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-size: 14px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .h_support2 .h_box {
    padding: 32px;
  }
  .h_support2 .h_box .h_text .h_p1 {
    font-size: 28px;
  }
  .h_support2 .h_box .h_text .h_p2 {
    margin-top: 12px;
  }
  .h_support2 .h_box .h_text .h_imgs {
    margin-top: 20px;
    column-gap: 24px;
  }
  .h_support2 .h_box .h_text .h_imgs img {
    width: 46px;
  }
  .h_support2 .h_rowBox {
    padding: 20px;
  }
  .h_newsList .h_box {
    padding-right: 28px;
    margin-bottom: 30px;
  }
  .h_newsList .h_box .h_L {
    --col-gap: 28px;
    --img-width: 340px;
  }
  .h_newsList .h_box .h_tag {
    width: 46px;
  }
  .h_newsList .h_box .h_L .h_text .h_title {
    font-size: 22px;
  }
  .h_newsList .h_box .h_L .h_text .h_time,
  .h_newsList .h_box .h_L .h_text .h_desc {
    margin-top: 12px;
  }
  .h_newsList .h_box .h_L .h_text .h_read {
    margin-top: 20px;
    font-size: 14px;
    column-gap: 6px;
    line-height: 40px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .h_contact .h_liuy {
    padding: 40px 0;
  }
  .h_contact .h_liuy .h_text,
  .h_contact .h_liuy .h_form {
    width: 100%;
  }
  .h_contact .h_liuy .h_text .h_ch {
    font-size: 26px;
  }
  .h_contact .h_liuy .h_text .h_en {
    font-size: 16px;
    margin-top: 0;
  }
  .h_contact .h_liuy .h_text .h_desc {
    margin-top: 20px;
    font-size: 14px;
  }
  .h_support2 .h_box .h_img,
  .h_support2 .h_box .h_text {
    width: 100%;
  }
  .h_support2 .h_rowBox .h_icon {
    width: 60px;
  }
  .h_support2 .h_rowBox {
    column-gap: 20px;
  }
  .h_support2 .h_rowBox .h_text {
    width: calc(100% - 80px);
  }
  .h_support2 .h_rowBox .h_text .h_p1 {
    font-size: 18px;
    line-height: 24px;
    -webkit-line-clamp: 1;
  }
  .h_support2 .h_rowBox .h_text .h_p2 {
    margin-top: 8px;
    font-size: 14px;
  }
  .h_support1 .h_Box {
    padding: 20px;
  }
  .h_newsList .h_box .h_R,
  .h_newsList .h_box .h_L .h_text .h_read {
    display: none;
  }
  .h_newsList .h_box .h_L {
    width: 100%;
    --img-width: 280px;
  }
  .h_newsList {
    padding: 40px 0 0;
  }
  .h_newsList .h_box .h_L .h_text .h_time {
    display: block;
  }
  .h_contents .h_about .h_L {
    width: 100%;
  }
  .h_contents .h_about .h_img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .h_contact .h_liuy .h_form form {
    row-gap: 18px;
  }
  .h_contact .h_liuy .h_form form input {
    width: 100%;
  }
  .h_support2 {
    padding: 40px 0 0;
  }
  .h_support2 .h_box {
    padding: 0;
    border: none;
    margin-bottom: 32px;
  }
  .h_support2 .h_box .h_text .h_p1 {
    font-size: 22px;
  }
  .h_support2 .h_box .h_text .h_p2 {
    font-size: 14px;
  }
  .h_support2 .h_box .h_text .h_imgs {
    display: none;
  }
  .h_support1 .h_Box .h_box {
    width: 100%;
  }
  .h_newsList .h_box {
    padding: 20px;
  }
  .h_newsList .h_box .h_L,
  .h_newsList .h_box:first-child .h_L {
    --img-width: 100%;
  }
  .h_newsList .h_box .h_L .h_text {
    width: 100%;
    margin-top: 20px;
  }
  .h_newsList .h_box .h_L .h_text .h_title {
    font-size: 20px;
  }
}
