.h_proList {
  padding: 50px 0;
  column-gap: 50px;
}
.h_proList .h_L {
  width: 250px;
}
.h_proList .h_L .h_title {
  padding: 0 0 14px;
  font-family: 'MiSans-Demibold';
  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 .icon {
  font-size: 20px;
  display: none;
}
.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: 46px;
  background: #f4f4f4;
  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 .icon {
  width: 16px;
}
.h_proList .h_L .h_list a:last-child {
  border: none;
}
.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_rowBox .h_img {
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
.h_proList .h_R .h_rowBox .h_img .h_posImg {
  padding-top: 90%;
}
.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: 46px;
  line-height: 46px;
  background: #f4f4f4;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
  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_proDetails .h_proImg {
  --width: 600px;
  width: var(--width);
  max-width: 100%;
  margin: 0 auto;
}
.h_proList .h_R .h_proDetails .h_proImg .h_img {
  padding: 20px;
  width: var(--width);
  max-width: 100%;
  border: 1px solid #D8D8D8;
}
.h_proList .h_R .h_proDetails .h_proImg .h_img .h_posImg,
.h_proList .h_R .h_proDetails .h_proImg .h_img .h_posImg2 {
  padding-top: 100%;
}
.h_proList .h_R .h_proDetails .h_proImg .h_imgs {
  margin-top: 16px;
  padding: 0 32px;
  position: relative;
}
.h_proList .h_R .h_proDetails .h_proImg .h_imgs .mySwiper1 .swiper-slide {
  cursor: pointer;
  border: 1px solid #D8D8D8;
}
.h_proList .h_R .h_proDetails .h_proImg .h_imgs .mySwiper1 .swiper-slide.h_active {
  border-color: var(--active-color);
}
.h_proList .h_R .h_proDetails .h_proImg .h_imgs .mySwiper1 .swiper-slide img {
  width: 100%;
}
.h_proList .h_R .h_proDetails .h_proImg .h_imgs .swiper-button-prev,
.h_proList .h_R .h_proDetails .h_proImg .h_imgs .swiper-button-next {
  width: 24px;
  height: 24px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  color: #777777;
}
.h_proList .h_R .h_proDetails .h_proImg .h_imgs .swiper-button-prev::after,
.h_proList .h_R .h_proDetails .h_proImg .h_imgs .swiper-button-next::after {
  font-size: 16px;
}
.h_proList .h_R .h_proDetails .h_proImg .h_imgs .swiper-button-prev {
  left: 0;
}
.h_proList .h_R .h_proDetails .h_proImg .h_imgs .swiper-button-next {
  right: 0;
}
.h_proList .h_R .h_proDetails .h_proTitle {
  padding: 0 0 16px;
  font-family: 'MiSans-Medium';
  font-size: 20px;
  color: #3D3D3D;
  box-shadow: inset 0 -1px #D8D8D8;
  margin-bottom: 20px;
}
.h_proList .h_R .h_proDetails .h_text {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
}
.h_proList .h_R .h_proDetails .h_text video,
.h_proList .h_R .h_proDetails .h_text img {
  width: auto;
  height: auto !important;
  max-width: 100% !important;
}
.h_proList .h_R .h_proDetails .h_tel {
  margin-top: 20px;
  font-size: 17px;
  color: #3D3D3D;
}
.h_proList .h_R .h_proDetails .h_tel span {
  font-size: 21px;
}
.h_proList .h_R .h_proDetails .h_kfzx {
  margin-top: 20px;
  display: inline-block;
  width: 144px;
  height: 41px;
  line-height: 41px;
  background: #A5232B;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .h_proList .h_L {
    margin-bottom: 20px;
  }
  .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;
  }
  .h_proList {
    padding: 40px 0;
  }
  .h_proList .h_R .h_proDetails .h_proTitle {
    font-size: 22px;
    margin: 30px 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .h_proList .h_R .h_details1 {
    justify-content: center;
    margin-bottom: 40px;
  }
  .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;
  }
  .h_proList .h_L .h_title .icon {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .h_proList {
    padding: 20px 0;
  }
  .h_proList .h_R .h_rowBox .h_text {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .h_proList .h_L {
    margin-bottom: 16px;
  }
  .h_proList .h_L .h_title {
    padding-bottom: 3px;
    border-bottom-width: 2px;
    font-size: 18px;
  }
  .h_proList .h_L .h_list {
    margin-top: 0;
  }
  .h_proList .h_L .h_list a {
    margin: 10px 0 0;
  }
  .h_proList .h_R .h_list {
    --r-gap: 16px;
    --c-gap: 16px;
  }
  .h_proList .h_R .h_proDetails .h_proImg .h_imgs {
    padding: 0;
  }
  .h_proList .h_R .h_proDetails .h_proImg .h_imgs .swiper-button-prev,
  .h_proList .h_R .h_proDetails .h_proImg .h_imgs .swiper-button-next {
    display: none;
  }
  .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.row3,
  .h_proList .h_R .h_proList .h_R .h_row.row4 {
    --rown: 2;
  }
  .h_proList .h_R .h_proDetails .h_proTitle {
    margin: 0 0 12px;
    font-size: 18px;
    padding-bottom: 12px;
  }
}
