.h_ggTitle {
  border-bottom: 1px solid #eaeaea;
}
.h_ggTitle span {
  line-height: 45px;
  display: inline-block;
  padding: 0 18px;
  font-size: 20px;
  color: #282828;
  border-bottom: 1px solid var(--active-color);
}
.h_aboutInfo .h_content {
  padding: 10px 5px;
}
.h_container .h_L {
  width: 230px;
  background-color: #fafafa;
  padding: 0 20px;
}
.h_container .h_L .h_title {
  line-height: 45px;
  border-bottom: 1px dashed var(--active-color);
}
.h_container .h_L .h_subList a {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 40px;
  border-bottom: 1px dashed #e5e5e5;
}
.h_container .h_L .h_subList a:last-child {
  border: none;
}
.h_container .h_L .h_subList a.h_active,
.h_container .h_L .h_subList a:hover {
  color: var(--active-color);
}
.h_container .h_R {
  width: calc(100% - 260px);
}
.h_container .h_R .h_proList .h_item .h_img {
  aspect-ratio: 1;
}
.h_container .h_R .h_proList .h_item .h_name {
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.h_container .h_R .h_proList .h_item:hover .h_img img {
  transform: scale(1.1);
}
.h_container .h_R .h_proList .h_item:hover .h_name {
  color: var(--active-color);
}
.h_container .h_R .h_list .h_item {
  padding-bottom: 16px;
  border-bottom: 1px solid #dddddd;
  margin-top: 16px;
}
.h_container .h_R .h_list .h_item .h_img {
  width: 250px;
}
.h_container .h_R .h_list .h_item .h_text {
  width: calc(100% - 260px);
}
.h_container .h_R .h_list .h_item .h_text .h_t .h_title {
  font-size: 18px;
  width: calc(100% - 95px);
}
.h_container .h_R .h_list .h_item .h_text .h_t .h_date {
  font-size: 14px;
  color: #666;
}
.h_container .h_R .h_list .h_item .h_text .h_desc {
  margin-top: 6px;
  font-size: 14px;
  color: #797979;
  line-height: calc(24/14);
}
.h_container .h_R .h_list .h_item:hover .h_text .h_title,
.h_container .h_R .h_list .h_item:hover .h_text .h_date {
  color: var(--active-color);
}
.h_container .h_R .h_contact {
  padding-bottom: 0;
}
.h_container .h_R .h_contact .h_box .h_text {
  width: 49%;
}
.h_container .h_R .h_contact .h_box .h_text .h_title {
  font-size: 32px;
}
.h_container .h_R .h_contact .h_box .h_text .h_desc {
  margin-top: 16px;
  font-size: 14px;
  line-height: calc(24/14);
}
.h_container .h_R .h_contact .h_box .h_text .h_desc p {
  margin: 3px 0;
}
.h_container .h_R .h_contact .h_box .h_imgs {
  width: 49%;
}
.h_container .h_R .h_contact .h_box .h_imgs .h_img {
  width: calc(50% - 8px);
  aspect-ratio: 250/191;
}
.h_container .h_R .h_contact .h_map img {
  width: 100%;
}
.h_proDetails .h_Box2 .h_title {
  border-bottom: 1px solid #D8D8D8;
}
.h_proDetails .h_Box2 .h_title span {
  display: inline-block;
  position: relative;
  padding: 0 0 15px;
  font-size: 18px;
}
.h_proDetails .h_Box2 .h_title span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -1px;
  background-color: var(--active-color);
}
.h_proDetails .h_Box2 .h_content {
  background: #fafafa;
  padding: 18px 24px;
  margin-top: 24px;
  line-height: 1.8;
}
.h_proDetails .h_Box2 .h_content video,
.h_proDetails .h_Box2 .h_content table,
.h_proDetails .h_Box2 .h_content img {
  max-width: 100%;
  height: auto !important;
}
.h_proDetails .h_Box3 {
  row-gap: 20px;
  position: relative;
}
.h_proDetails .h_Box3 .h_l {
  width: 400px;
  max-width: 100%;
}
.h_proDetails .h_Box3 .h_l .h_imgBox {
  position: relative;
  aspect-ratio: 300/260;
  padding: 10px;
  border: 1px solid #D8D8D8;
}
.h_proDetails .h_Box3 .h_l .h_imgBox .h_view {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  background: #D8D8D8;
  text-align: center;
}
.h_proDetails .h_Box3 .h_l .h_imgBox .h_view .icon {
  color: #fff;
}
.h_proDetails .h_Box3 .h_l .h_imgBox .h_view:hover {
  background-color: var(--active-color);
}
.h_proDetails .h_Box3 .h_l .h_swiper {
  padding: 0 36px;
  margin-top: 18px;
  position: relative;
}
.h_proDetails .h_Box3 .h_l .h_swiper .mySwiper .swiper-slide {
  border: 1px solid #D8D8D8;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.h_proDetails .h_Box3 .h_l .h_swiper .mySwiper .swiper-slide.h_active {
  border-color: var(--active-color);
}
.h_proDetails .h_Box3 .h_l .h_swiper .swiper-button-prev,
.h_proDetails .h_Box3 .h_l .h_swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  margin: 0;
  top: calc(50% - 16px);
  background-color: var(--active-color);
}
.h_proDetails .h_Box3 .h_l .h_swiper .swiper-button-prev {
  left: 0;
}
.h_proDetails .h_Box3 .h_l .h_swiper .swiper-button-next {
  right: 0;
}
.h_proDetails .h_Box3 .h_l .h_swiper .swiper-button-next:after,
.h_proDetails .h_Box3 .h_l .h_swiper .swiper-button-prev:after {
  color: #fff;
  font-size: 14px;
}
.h_proDetails .h_Box3 .h_C {
  width: calc(100% - 430px);
}
.h_proDetails .h_Box3 .h_C .h_name {
  font-family: Medium;
  font-size: 23px;
  color: #222222;
  margin-top: 5px;
}
.h_proDetails .h_Box3 .h_C .h_price {
  height: 44px;
  background: #F3F3F3;
  padding: 0 12px;
  margin-top: 20px;
}
.h_proDetails .h_Box3 .h_C .h_price p {
  font-size: 15px;
  color: #888888;
}
.h_proDetails .h_Box3 .h_C .h_price .price {
  color: #F12E38;
}
.h_proDetails .h_Box3 .h_C .h_price .price span {
  font-size: 23px;
}
.h_proDetails .h_Box3 .h_C .h_hr {
  height: 1px;
  background: #D8D8D8;
  margin-top: 14px;
}
.h_proDetails .h_Box3 .h_C .h_specs {
  margin: 10px 0;
  column-gap: 35px;
  display: flex;
  align-items: baseline;
}
.h_proDetails .h_Box3 .h_C .h_specs .h_l {
  white-space: nowrap;
}
.h_proDetails .h_Box3 .h_C .h_specs .h_r {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.h_proDetails .h_Box3 .h_C .h_specs .h_r .h_item {
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.h_proDetails .h_Box3 .h_C .h_specs .h_r .h_item.active,
.h_proDetails .h_Box3 .h_C .h_specs .h_r .h_item:hover {
  border-color: var(--active-color);
  color: var(--active-color);
}
.h_proDetails .h_Box3 .h_C .h_desc {
  margin-top: 12px;
  font-size: 16px;
  color: #777777;
  line-height: 1.8;
  text-align: justify;
}
.h_proDetails .h_Box3 .h_C .h_desc p {
  min-height: 1.5em;
}
.h_proDetails .h_Box3 .h_C .h_tel {
  display: inline-flex;
  margin-top: 20px;
  box-shadow: inset 0 0 0 1px var(--active-color);
  padding: 10px 16px;
  font-size: 16px;
  color: var(--active-color);
  border-radius: 6px;
}
.h_proDetails .h_Box3 .h_C .h_tel img {
  width: 20px;
  margin-right: 10px;
}
.h_proDetails .h_Box3 .h_C .h_tel span {
  display: inline-block;
}
.h_proDetails .h_Box3 .h_C .h_tel:hover {
  color: #fff;
  background: var(--active-color);
  box-shadow: none;
}
.h_proDetails .h_Box3 .h_C .h_tel:hover img {
  filter: grayscale(100%) brightness(500%);
}
.h_proDetails .h_Box3 .h_R {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  margin-top: 5px;
  width: 210px;
}
.h_proDetails .h_Box3 .h_R::-webkit-scrollbar {
  width: 0;
}
.h_proDetails .h_Box3 .h_R .h_title {
  position: relative;
  text-align: center;
}
.h_proDetails .h_Box3 .h_R .h_title::before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  background: #D8D8D8;
  left: 0;
  top: 50%;
}
.h_proDetails .h_Box3 .h_R .h_title span {
  font-size: 15px;
  color: #3D3D3D;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 20px;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item {
  display: block;
  margin-top: 16px;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item .h_img {
  border: 1px solid #EAEAEA;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item .h_img .h_posImg,
.h_proDetails .h_Box3 .h_R .h_list .h_item .h_img .h_posImg2 {
  padding-top: 69.0476%;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item .h_text {
  text-align: center;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item .h_text .h_name {
  margin-top: 6px;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 19px;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item .h_text .h_price {
  font-size: 13px;
  color: #F12E38;
  line-height: 17px;
  margin-top: 4px;
}
.h_proDetails .h_Box3 .h_R .h_list .h_item:hover .h_img {
  border-color: var(--active-color);
}
.h_proDetails .h_Box3 .h_R .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
@media screen and (max-width: 767px) {
  .h_proDetails {
    margin-top: calc(var(--w-padding) / 2);
  }
  .h_proDetails .h_Box1 {
    row-gap: 30px;
  }
  .h_proDetails .h_Box3 {
    justify-content: center;
  }
  .h_proDetails .h_Box3 .h_C {
    width: 100%;
  }
  .h_container .h_L {
    width: 100%;
    padding: 0;
  }
  .h_container .h_L .h_title {
    border: none;
    font-weight: 500;
    padding: 0 15px;
    position: relative;
    font-size: 18px;
  }
  .h_container .h_L .h_title::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    right: 15px;
    top: 14px;
  }
  .h_container .h_L .h_title.nor::after {
    display: none;
  }
  .h_container .h_L .h_subList {
    display: none;
    padding: 0 15px;
    border-top: 1px dashed var(--active-color);
  }
  .h_container .h_L .h_subList a {
    font-size: 16px;
    line-height: 44px;
  }
  .h_container .h_R {
    width: 100%;
    margin-top: 0;
  }
  .h_container .h_R .h_proList {
    --c-gap: calc(var(--w-padding) / 2);
  }
  .h_ggTitle {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h_proDetails .h_Box2 .h_content {
    padding: 15px;
  }
  .h_proDetails .h_Box3 {
    row-gap: 15px;
  }
  .h_proDetails .h_Box3 .h_l .h_swiper {
    padding: 0;
  }
  .h_proDetails .h_Box3 .h_l .h_swiper .swiper-button-next,
  .h_proDetails .h_Box3 .h_l .h_swiper .swiper-button-prev {
    display: none;
  }
  .h_proDetails .h_Box3 .h_C .h_name {
    font-size: 20px;
  }
  .h_proDetails .h_Box3 .h_C .h_desc {
    margin-top: 10px;
  }
  .h_proDetails .h_Box3 .h_C .h_hr {
    display: none;
  }
  .h_proDetails .h_Box3 .h_C .h_specs {
    column-gap: 16px;
  }
  .h_proDetails .h_Box3 .h_C .h_specs {
    margin-top: 15px;
  }
  .h_proDetails .h_Box3 .h_C .h_specs .h_r {
    gap: 10px;
  }
  .h_proDetails .h_Box3 .h_C .h_desc {
    font-size: 15px;
  }
  .h_proDetails .h_Box2 .h_content {
    margin-top: 15px;
  }
  .h_proDetails .h_Box3 .h_C .h_tel {
    margin-top: 10px;
  }
  .h_container .h_R .h_list .h_item .h_img {
    width: 140px;
  }
  .h_container .h_R .h_list .h_item .h_text {
    width: calc(100% - 155px);
  }
  .h_container .h_R .h_list .h_item .h_text .h_t .h_title {
    width: 100%;
    font-size: 16px;
  }
  .h_container .h_R .h_list .h_item .h_text .h_t .h_date {
    display: none;
  }
  .h_container .h_R .h_list .h_item .h_text .h_desc {
    --lines: 2;
  }
  .h_container .h_R .h_contact .h_box .h_imgs {
    width: 100%;
    margin-top: 10px;
  }
  .h_container .h_R .h_contact .h_box .h_imgs .h_img {
    width: calc(50% - 7.5px);
  }
  .h_container .h_R .h_contact .h_box .h_text {
    width: 100%;
  }
  .h_container .h_R .h_contact .h_box .h_text .h_title {
    font-size: 24px;
  }
  .h_container .h_R .h_contact .h_box .h_text .h_desc {
    margin-top: 4px;
  }
  .h_container .h_R .h_contact .h_box .h_text .h_desc p {
    font-size: 15px;
  }
}
