.h_proList {
  padding: 50px 0;
  column-gap: 50px;
}
.h_proList .h_L {
  width: 250px;
}
.h_proList .h_L .h_title {
  padding: 14px 0 20px;
  font-family: Bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: var(--active-color);
  border-bottom: 4PX solid var(--active-color);
}
.h_proList .h_L .h_title span {
  max-width: calc(100% - 20px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_proList .h_L .h_title img {
  width: 20px;
  min-width: 20px;
  margin-left: 10px;
}
.h_proList .h_L .h_list {
  margin-top: 20px;
}
.h_proList .h_L .h_list a {
  display: flex;
  align-items: center;
  column-gap: 6px;
  padding: 0 16px;
  line-height: 50px;
  background: #F6F6F6;
  font-family: Regular;
  font-size: 15px;
  margin-bottom: 10px;
  color: #3D3D3D;
}
.h_proList .h_L .h_list a span {
  width: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_proList .h_L .h_list a:last-child {
  border: none;
  margin-bottom: 0;
}
.h_proList .h_L .h_list a .swiper-button-next {
  position: static;
  width: 18px;
  height: 18px;
  margin: 0;
}
.h_proList .h_L .h_list a .swiper-button-next::after {
  font-size: 10px;
  color: #777777;
}
.h_proList .h_L .h_list a:hover {
  color: #fff;
  background-color: var(--active-color);
}
.h_proList .h_L .h_list a:hover .swiper-button-next::after {
  color: #fff;
}
.h_proList .h_L .h_list a.h_active {
  color: #fff;
  background-color: var(--active-color);
}
.h_proList .h_L .h_list a.h_active .swiper-button-next::after {
  color: #fff;
}
.h_proList .h_R {
  width: calc(100% - 300px);
}
.h_proList .h_R .h_search {
  margin-bottom: 34px;
}
.h_proList .h_R .h_search form {
  display: flex;
  column-gap: 14px;
}
.h_proList .h_R .h_search form input {
  padding: 0 20px;
  background: #F6F6F6;
  height: 52px;
  width: calc(100% - 140px);
  font-family: Light;
  font-size: 17px;
}
.h_proList .h_R .h_search form button {
  width: 126px;
  height: 52px;
  background: #606060;
  font-family: Light;
  font-size: 18px;
  color: #FFFFFF;
}
.h_proList .h_R .h_search form button i {
  margin-left: 8px;
  font-size: 15px;
}
.h_proList .h_R .h_search form button:hover {
  background-color: var(--active-color);
}
.h_proList .h_R>.h_row{
    --r-gap: 30px;
    --c-gap: 30px;
}
.h_proList .h_R .h_rowBox .h_img {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.h_proList .h_R .h_rowBox .h_img img {
  transition: transform 0.3s linear;
}
.h_proList .h_R .h_rowBox .h_text {
  margin-top: 16px;
  height: 45px;
  line-height: 45px;
  background: #F5F4FA;
  font-family: Regular;
  font-size: 15px;
  color: #333333;
  padding: 0 20px;
  display: flex;
  transition: background 0.3s linear;
}
.h_proList .h_R .h_rowBox .h_text span {
  width: calc(100% - 30px);
}
.h_proList .h_R .h_rowBox .h_text .h_icon {
  display: flex;
  align-items: center;
}
.h_proList .h_R .h_rowBox .h_text .h_icon i {
  font-size: 15px;
  width: 10px;
}
.h_proList .h_R .h_rowBox .h_text .h_icon i:first-child {
  opacity: 0.5;
}
.h_proList .h_R .h_rowBox .h_text .h_icon i:nth-child(2) {
  opacity: 0.75;
}
.h_proList .h_R .h_rowBox:hover .h_img {
  border-color: var(--active-color);
}
.h_proList .h_R .h_rowBox:hover .h_img img {
  transform: scale(1.03);
}
.h_proList .h_R .h_rowBox:hover .h_text {
  background-color: var(--active-color);
  color: #fff;
}
.h_proList .h_R .h_details1 {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
.h_proList .h_R .h_details1 .h_L {
  width: 480px;
  max-width: 100%;
}
.h_proList .h_R .h_details1 .h_L .h_img {
  border: 1px solid #D8D8D8;
}
.h_proList .h_R .h_details1 .h_L .h_img img {
  width: 100%;
}
.h_proList .h_R .h_details1 .h_L .h_imgs {
  margin-top: 20px;
  padding: 0 32px;
  position: relative;
}
.h_proList .h_R .h_details1 .h_L .h_imgs .mySwiper .swiper-slide {
  cursor: pointer;
  border: 1px solid #D8D8D8;
  width: 56px;
  height: 56px;
}
.h_proList .h_R .h_details1 .h_L .h_imgs .mySwiper .swiper-slide.h_active {
  border-color: var(--active-color);
}
.h_proList .h_R .h_details1 .h_L .h_imgs .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_proList .h_R .h_details1 .h_L .h_imgs .swiper-button-prev,
.h_proList .h_R .h_details1 .h_L .h_imgs .swiper-button-next {
  width: 24px;
  height: 24px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.h_proList .h_R .h_details1 .h_L .h_imgs .swiper-button-prev::after,
.h_proList .h_R .h_details1 .h_L .h_imgs .swiper-button-next::after {
  font-size: 16px;
}
.h_proList .h_R .h_details1 .h_L .h_imgs .swiper-button-prev {
  left: 0;
}
.h_proList .h_R .h_details1 .h_L .h_imgs .swiper-button-next {
  right: 0;
}
.h_proList .h_R .h_details1 .h_R {
  width: calc(100% - 520px);
}
.h_proList .h_R .h_details1 .h_R .h_name {
  font-family: Medium;
  font-size: 26px;
  color: #3D3D3D;
}
.h_proList .h_R .h_details1 .h_R .h_type {
  line-height: 38px;
  font-family: Regular;
  font-size: 16px;
  color: #666666;
  width: 100%;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}
.h_proList .h_R .h_details1 .h_R .h_type a {
  color: var(--active-color);
}
.h_proList .h_R .h_details1 .h_R .h_desc {
  margin-top: 24px;
  font-family: Regular;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  text-align: justify;
}
.h_proList .h_R .h_details1 .h_R .h_tel {
  margin-top: 18px;
  font-family: Regular;
  font-size: 17px;
  color: #3D3D3D;
  line-height: 24px;
}
.h_proList .h_R .h_details1 .h_R .h_tel span {
  font-family: Roboto-Bold;
  font-size: 21px;
  color: #3D3D3D;
}
.h_proList .h_R .h_details1 .h_R .h_box {
  padding: 18px 20px;
  display: flex;
  align-items: center;
}
.h_proList .h_R .h_details1 .h_R .h_box .h_p1 {
  font-family: Regular;
  font-size: 18px;
  color: #7E7E7E;
  flex: 1;
}
.h_proList .h_R .h_details1 .h_R .h_box .h_p2 {
  font-family: Medium;
  font-size: 16px;
  color: #DB2424;
  flex: 1;
}
.h_proList .h_R .h_details1 .h_R .h_box .h_p2 .h_price {
  font-size: 24px;
}
.h_proList .h_R .h_details1 .h_R .h_box .h_p2 .h_unit {
  margin-left: 8px;
  font-family: Regular;
  font-size: 18px;
  color: #7E7E7E;
}
.h_proList .h_R .h_details1 .h_R .h_box .h_p3 {
  flex: 1;
  font-family: Medium;
  font-size: 24px;
  color: #3D3D3D;
}
.h_proList .h_R .h_details1 .h_R .h_box.h_box1 {
  margin-top: 24px;
  background: #F2F2F3;
}
.h_proList .h_R .h_details1 .h_R .h_box.h_box2 {
  background: #F9F9FA;
}
.h_proList .h_R .h_details1 .h_R .h_specs {
  margin-top: 32px;
}
.h_proList .h_R .h_details1 .h_R .h_specs .h_specs_name {
  font-family: Medium;
  font-size: 18px;
  color: #3D3D3D;
}
.h_proList .h_R .h_details1 .h_R .h_specs .h_specLs {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 10px;
}
.h_proList .h_R .h_details1 .h_R .h_specs .h_specLs span {
  padding: 0 42px;
  height: 45px;
  line-height: 43px;
  border-radius: 40px 40px 40px 40px;
  border: 1px solid #A2A2A2;
  font-family: Regular;
  font-size: 18px;
  color: #A2A2A2;
  cursor: pointer;
}
.h_proList .h_R .h_details1 .h_R .h_specs .h_specLs span.h_active {
  color: var(--active-color);
  border-color: var(--active-color);
}
.h_proList .h_R .h_details1 .h_R .h_link {
  display: inline-block;
  margin-top: 22px;
  min-width: 144px;
  padding: 0 20px;
  height: 41px;
  background: #FF9C00;
  max-width: 100%;
  line-height: 41px;
  text-align: center;
  font-family: Regular;
  font-size: 15px;
  color: #FFFFFF;
  transition: transform 0.3s linear;
}
.h_proList .h_R .h_details1 .h_R .h_link:hover {
  transform: scale(1.03);
}
.h_proList .h_R .h_btnT {
  box-shadow: inset 0px -1px 0px 0px #1175E9;
  height: 44px;
  margin-bottom: 24px;
}
.h_proList .h_R .h_btnT span {
  display: inline-block;
  padding: 0 20px;
  background: var(--active-color);
  height: 44px;
  min-width: 111px;
  max-width: 220px;
  font-family: Regular;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
}
.h_proList .h_R .h_details2 .h_content {
  padding: 0 0 0 20px;
  font-family: Regular !important;
  font-size: 16px;
  color: #8A8A8A;
  line-height: 24px;
}
.h_proList .h_R .h_details2 .h_content p,
.h_proList .h_R .h_details2 .h_content span,
.h_proList .h_R .h_details2 .h_content p span{
  font-family: Regular !important;
}
.h_proList .h_R .h_details2 .h_content img,
.h_proList .h_R .h_details2 .h_content table,
.h_proList .h_R .h_details2 .h_content video,
.h_proList .h_R .h_details2 .h_content iframe {
  max-width: 100% !important;
  height: auto !important;
}
.h_proList .h_R .h_proList {
  padding: 0;
  margin-top: 52px;
}
.h_proList .h_R .h_proList .h_R {
  width: 100%;
}
.h_proList .h_R .h_form {
  margin-top: 50px;
}
.h_proList .h_R .h_form .h_pn {
  width: 148px;
  height: 40px;
  line-height: 40px;
  background: #F0F0F0;
  padding: 0 12px;
}
.h_proList .h_R .h_form .h_name {
  margin: 14px 0;
  font-family: Regular;
  font-size: 15px;
  color: #3D3D3D;
  padding: 0 12px;
}
.h_proList .h_R .h_form form input {
  font-family: Regular;
  padding: 0 12px;
  font-size: 14px;
  width: 100%;
  height: 40px;
  border: 1px solid #CED4DA;
  margin-bottom: 14px;
}
.h_proList .h_R .h_form form textarea {
  font-family: Regular;
  font-size: 14px;
  width: 100%;
  padding: 10px 12px;
  height: 145px;
  border: 1px solid #E1E1E1;
}
.h_proList .h_R .h_form form button {
  margin-top: 14px;
  width: 148px;
  height: 40px;
  background: #FF9C00;
  font-family: Regular;
  font-size: 15px;
  color: #FFFFFF;
}
@media screen and (max-width: 1400px) {
    .h_proList{
        column-gap: 30px;
    }
    .h_proList .h_R {
    width: calc(100% - 280px);
}
}
@media screen and (max-width: 1024px) {
  .h_proList .h_L,
  .h_proList .h_R {
    width: 100%;
  }
  .h_proList .h_L .h_list {
    display: none;
  }
  .h_proList .h_L .h_title {
    cursor: pointer;
  }
  .h_proList .h_L .h_title i {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .h_proList .h_R .h_details1 {
    justify-content: center;
    margin-bottom: 40px;
  }
  .h_proList .h_L .h_title {
    height: 52px;
    line-height: 52px;
  }
  .h_proList .h_R .h_rowBox .h_text {
    height: 52px;
    line-height: 52px;
    margin-top: 10px;
  }
  .h_proList .h_R .h_details1 .h_R {
    width: 100%;
    margin-top: 20px;
  }
  .h_proList .h_R .h_details1 .h_R .h_name {
    font-size: 28px;
  }
  .h_proList .h_R .h_details2 .h_content {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .h_proList .h_R .h_rowBox .h_text {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .h_proList .h_R .h_details1 .h_R .h_name {
    font-size: 28px;
    display: block;
    line-height: normal;
    padding-bottom: 16px;
  }
  .h_proList .h_R .h_details1 .h_R {
    margin-top: 20px;
  }
  .h_proList .h_R .h_details1 .h_R .h_box {
    padding: 10px 20px;
  }
  .h_proList .h_R .h_details1 .h_R .h_specs {
    margin-top: 20px;
  }
  .h_proList .h_R .h_details1 .h_R .h_specs .h_specLs span {
    padding: 0 16px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
  }
  .h_proList .h_R .h_details1 .h_R .h_link {
    display: none;
  }
  .h_proList .h_R .h_btnT {
    font-size: 16px;
  }
  .h_proList .h_R .h_form form {
    margin-top: 32px;
    row-gap: 16px;
  }
  .h_proList .h_R .h_form form .h_box {
    width: 100%;
  }
  .h_proList .h_R .h_form form textarea {
    height: 180px;
  }
  .h_proList .h_R .h_search form input {
    width: calc(100% - 114px);
    height: 46px;
    font-size: 16px;
  }
  .h_proList .h_R .h_search form button {
    width: 100px;
    height: 46px;
    font-size: 16px;
  }
  .h_proList .h_R>.h_row {
    --r-gap: 15px;
    --c-gap: 15px;
    }
  .h_proList .h_R>.h_row.row4,
  .h_proList .h_R .h_row.row3,
  .h_proList .h_R .h_proList .h_R .h_row.row4 {
    --rown: 2;
  }
  .h_proList .h_R .h_search{
      margin-bottom: 15px;
  }
  .h_proList{
      padding: 20px 0;
  }
}
