.swiperBox .h_Box {
  position: relative;
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.swiperBox .h_Box.h_active {
  z-index: 1;
  opacity: 1;
  height: auto;
  overflow: unset;
  margin-top: 14px;
}
.h_Box {
  position: relative;
}
.h_Box .h_swiper {
  padding: 0 30px;
}
.h_Box .h_swiper .mySwiper1 {
  padding: 10px 10px 0;
}
.h_Box .h_swiper .mySwiper1 .swiper-wrapper {
  align-items: flex-end;
}
.h_Box .h_swiper .swiper-slide {
  border-radius: 8px;
  font-size: 0;
}
.h_Box .h_swiper .swiper-slide .h_text {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding: 16px 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.h_Box .h_swiper .swiper-slide .h_text .h_title {
  font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  font-size: 14px;
  color: #3D3D3D;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_Box .h_swiper .swiper-slide .h_text .h_desc {
  margin-top: 6px;
  font-size: 12px;
  color: #757575;
  line-height: 17px;
  text-align: justify;
}
.h_Box .h_swiper .swiper-slide .h_text a {
  display: block;
  width: 69px;
  height: 23px;
  line-height: 23px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #787878;
  font-size: 12px;
  color: #787878;
  text-align: center;
  margin: 16px auto 0;
}
.h_Box .h_swiper .swiper-slide .h_img {
  font-size: 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.h_Box .h_swiper .swiper-slide .h_img img {
  width: 100%;
}
.h_Box .h_box {
  width: 100%;
  height: 60%;
  bottom: 10px;
  left: 0;
  position: absolute;
  border-radius: 8px 8px 8px 8px;
  background-color: rgba(0, 0, 0, 0.8);
}
.h_Box .h_box .h_btns {
  height: 100%;
  padding: 0 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_Box .h_box .h_btns div {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_Box .h_box .h_btns div i {
  color: #fff;
}
.h_scroll-y {
  height: 360px;
  overflow-y: auto;
  margin-top: 16px;
}
.h_share {
  margin-top: 20px;
  padding: 0 12px;
}
.h_share form {
  display: flex;
}
.h_share form input {
  width: calc(100% - 65px);
  border: 1px solid #EAEAEA;
  border-radius: 4px 0 0 4px;
  padding: 0 12px;
  font-size: 15px;
  height: 40px;
}
.h_share form button {
  border-radius: 0 4px 4px 0;
  width: 65px;
  height: 40px;
  background: #212930;
  font-size: 15px;
  color: #FFFFFF;
}
.h_rowbox1 {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.h_rowbox1 .h_box {
  text-align: center;
}
.h_rowbox1 .h_box .h_img img {
  width: 64px;
}
.h_rowbox1 .h_box .h_text {
  font-size: 14px;
  color: #3D3D3D;
  line-height: 20px;
}
.h_subTel {
  margin-top: 16px;
  padding: 0 12px;
}
.h_subTel form {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.h_subTel form input {
  width: calc(100% - 134px);
  padding: 0 12px;
  font-size: 15px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EAEAEA;
}
.h_subTel form button {
  width: 124px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #F29700;
  font-size: 15px;
  color: #F29700;
  line-height: 21px;
}
.h_msgSub {
  margin: 16px 0;
}
.h_msgSub form .h_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.h_msgSub form .h_box span {
  width: 40px;
  font-size: 15px;
  color: #3D3D3D;
  line-height: 40px;
}
.h_msgSub form .h_box input,
.h_msgSub form .h_box textarea {
  width: calc(100% - 40px);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #CDCDCD;
  font-size: 15px;
}
.h_msgSub form .h_box input {
  padding: 0 12px;
  height: 40px;
}
.h_msgSub form .h_box textarea {
  padding: 8px 12px;
  font-family: "微软雅黑";
  height: 104px;
}
.h_msgSub form .h_box button {
  width: calc(100% - 40px);
  height: 41px;
  background: #F29700;
  border-radius: 4px 4px 4px 4px;
  font-size: 15px;
  color: #FFFFFF;
}
.h_footerMsg {
  width: calc(100% - 94px);
  padding-left: 14px;
}
.h_footerMsg .h_box {
  column-gap: 6px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}
.h_footerMsg .h_box img {
  width: 18px;
}
.h_footerMsg .h_box span {
  width: calc(100% - 24px);
}
.h_resultBox {
  background: linear-gradient(180deg, #212930 0 calc(100% - 100px), #21293000 calc(100% - 100px) 100px);
  padding: 0 16px;
}
.h_resultBox .h_header {
  padding: 6px 0 15px;
}
.h_resultBox .result_box {
  background: #FFFFFF;
  box-shadow: 0px 14px 10px -17px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  padding: 16px 20px 20px;
}
.h_resultBox .result_box .h_title {
  font-family: Medium;
  font-size: 16px;
  color: #F29700;
  line-height: 22px;
}
.h_resultBox .result_box .h_box {
  height: 52px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_resultBox .result_box .h_box .h_l {
  font-family: Medium;
  font-size: 14px;
  color: #212930;
  width: 86px;
}
.h_resultBox .result_box .h_box .h_r {
  font-family: Regular;
  font-size: 14px;
  color: #777777;
  width: calc(100% - 86px);
}
.h_resultBox .result_box .h_box .h_r span {
  text-decoration: underline;
  text-underline-position: under;
}
.h_resultBox .result_box .h_btn {
  display: block;
  margin-top: 14px;
  line-height: 40px;
  text-align: center;
  background: #F29700;
  border-radius: 4px 4px 4px 4px;
  font-family: Regular;
  font-size: 15px;
  color: #FFFFFF;
}
.h_proBox {
  padding: 30px 16px;
}
.h_proBox .h_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_proBox .h_t .h_l {
  font-family: Medium;
  font-size: 20px;
  color: #3D3D3D;
}
.h_proBox .h_t .h_r {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.h_proBox .h_t .h_r img {
  width: 24px;
}
.h_proBox .h_t .h_r span {
  font-family: Regular;
  font-size: 15px;
  color: #3D3D3D;
  line-height: 21px;
  text-decoration: underline;
  text-underline-position: under;
}
.h_proBox .h_proList {
  margin-top: 18px;
  overflow-x: auto;
  width: 100%;
}
.h_proBox .h_proList .h_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 11px;
  column-gap: 11px;
}
.h_proBox .h_proList .h_list .h_box {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  width: calc(100%/3 - (22px/3));
}
.h_proBox .h_proList .h_list .h_box .h_img {
  padding: 10px;
  width: 100%;
  font-size: 0;
}
.h_proBox .h_proList .h_list .h_box .h_img img {
  width: inherit;
}
.h_proBox .h_proList .h_list .h_box .h_text {
  padding: 8px 10px 6px;
  position: relative;
}
.h_proBox .h_proList .h_list .h_box .h_text::before {
  position: absolute;
  content: '';
  background: linear-gradient(90deg, rgba(216, 216, 216, 0) 0%, #D8D8D8 50%, rgba(216, 216, 216, 0) 100%);
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
.h_proBox .h_proList .h_list .h_box .h_text .h_name {
  font-family: Regular;
  font-size: 9px;
  color: #3D3D3D;
  line-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_proBox .h_proList .h_list .h_box .h_text .h_price {
  margin-top: 5px;
  font-size: 9px;
  color: #E8393C;
  line-height: 12px;
}
.h_proBox .h_proList .h_list .h_box .h_text .h_price span {
  font-size: 10px;
}
.h_proBox .h_proList.h_row {
  display: flex;
  column-gap: 16px;
  align-items: flex-start;
}
.h_proBox .h_proList.h_row .h_list {
  width: 100%;
}
.h_proBanner {
  background-color: #212930;
}
.h_proBanner .section_3 {
  width: 100%;
  /* height: 102px; */
  /* margin: 19px 0 0 6px; */
  padding: 0 0 16px;
}
.h_proBanner .section_3 .image-text_1 {
  width: 100%;
}
.h_proBanner .section_3 .image-text_1 .text-group_1 {
  width: 30px;
  height: 42px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 15px;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  line-height: 21px;
  margin: 0;
}
.h_proBanner .section_3 .image-text_1 .group_1 {
  width: calc(100% - 47px);
  align-items: flex-end;
}
.h_proBanner .section_3 .image-text_1 .group_1 .group_3 {
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  width: 100%;
  height: 40px;
}
.h_proBanner .section_3 .image-text_1 .group_1 .group_3 form {
  width: 100%;
  display: flex;
}
.h_proBanner .section_3 .image-text_1 .group_1 .group_3 form input {
  padding: 0 12px;
  font-size: 15px;
  width: calc(100% - 50px);
}
.h_proBanner .section_3 .image-text_1 .group_1 .group_3 form button {
  width: 50px;
  background-color: #F29700;
}
.h_proBanner .section_3 .image-text_1 .group_1 .group_3 form button img {
  width: 24px;
}
.h_contnets {
  font-size: 14px;
  line-height: 1.8;
  padding: 16px;
  text-align: justify;
}
.h_contnets .h_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.h_contnets .h_time {
  text-align: center;
  margin-bottom: 12px;
  color: #666;
}
.h_contnets img,
.h_contnets video,
.h_contnets table {
  max-width: 100%;
}
.h_newsList {
  padding: 16px;
}
.h_newsList .h_box {
  margin-bottom: 16px;
  display: block;
}
.h_newsList .h_box .h_img {
  font-size: 0;
}
.h_newsList .h_box .h_img img {
  width: 100%;
}
.h_newsList .h_box .h_text .h_title {
  font-size: 15px;
  color: #3D3D3D;
  line-height: 20px;
  margin-top: 12px;
}
.h_newsList .h_box .h_text .h_time {
  font-size: 12px;
  color: #BFBFBF;
  margin-top: 3px;
}
.h_newsList .h_box .h_text .h_desc {
  font-size: 12px;
  color: #757575;
  line-height: 17px;
  text-align: justify;
  margin-top: 12px;
}
