.h_product {
  padding: 60px 0;
}
.h_product .mySwiper1 {
  box-shadow: inset 0 -3px #FAFAFA;
}
.h_product .mySwiper1 .swiper-slide {
  display: inline;
  width: auto;
}
.h_product .mySwiper1 .swiper-slide a {
  padding-bottom: 14px;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #3D3D3D;
}
.h_product .mySwiper1 .swiper-slide a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #C9212E;
  transform: scaleX(0);
  transition: transform 0.3s linear;
}
.h_product .mySwiper1 .swiper-slide a.h_active::after {
  transform: scaleX(1);
}
.h_product .mySwiper1 .swiper-slide a:hover::after {
  transform: scaleX(1);
}
.h_product .h_productList {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 48px;
}
.h_product .h_productList .h_box {
  width: calc(33.3333% - 28px);
  margin: 0 42px 40px 0;
}
.h_product .h_productList .h_box:nth-child(3n) {
  margin-right: 0;
}
.h_product .h_productList .h_box .h_img {
  overflow: hidden;
}
.h_product .h_productList .h_box .h_img img {
  width: 100%;
  transition: transform 0.3s linear;
}
.h_product .h_productList .h_box .h_text {
  transition: background 0.3s linear;
  background: #F8F8F8;
  padding: 18px 24px 30px;
}
.h_product .h_productList .h_box .h_text .h_title {
  font-size: 18px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_product .h_productList .h_box .h_text .h_btom {
  display: flex;
  align-items: center;
}
.h_product .h_productList .h_box .h_text .h_btom .h_desc {
  width: calc(100% - 110px);
  font-size: 16px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #818181;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_product .h_productList .h_box .h_text .h_btom .h_more {
  width: 110px;
  line-height: 28px;
  border-radius: 54px 54px 54px 54px;
  text-align: center;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #999999;
}
.h_product .h_productList .h_box:hover {
  box-shadow: 0 2px 18px 2px rgba(0, 0, 0, 0.3);
}
.h_product .h_productList .h_box:hover .h_img img {
  transform: scale(1.05);
}
.h_product .h_productList .h_box:hover .h_text {
  background: #C9212E;
}
.h_product .h_productList .h_box:hover .h_text .h_title {
  color: #fff;
}
.h_product .h_productList .h_box:hover .h_text .h_btom .h_desc {
  color: #fff;
}
.h_product .h_productList .h_box:hover .h_text .h_btom .h_more {
  color: #fff;
  border-color: #fff;
}
.h_product .h_newList {
  margin-top: 40px;
}
.h_product .h_newList .h_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 40px;
  background: #F8F8F8;
  transition: transform 0.3s linear, box-shadow 0.3s linear;
}
.h_product .h_newList .h_box .h_img {
  width: 400px;
}
.h_product .h_newList .h_box .h_img img {
  width: 100%;
}
.h_product .h_newList .h_box .h_text {
  padding: 0 42px;
  width: calc(100% - 542px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.h_product .h_newList .h_box .h_text::after {
  content: '';
  position: absolute;
  width: 1px;
  right: -1px;
  top: 42px;
  background: rgba(0, 0, 0, 0.2);
  height: calc(100% - 84px);
}
.h_product .h_newList .h_box .h_text .h_title {
  font-size: 22px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #3D3D3D;
  margin-bottom: 10px;
}
.h_product .h_newList .h_box .h_text .h_time {
  font-size: 17px;
  font-family: MiSans-Normal, MiSans;
  font-weight: 400;
  color: #666666;
  margin-bottom: 14px;
}
.h_product .h_newList .h_box .h_text .h_desc {
  font-size: 13px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #777777;
  line-height: 20px;
}
.h_product .h_newList .h_box .h_more {
  width: 142px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_product .h_newList .h_box .h_more::after,
.h_product .h_newList .h_box .h_more::before {
  position: absolute;
  content: '';
  background: #C6C6C6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h_product .h_newList .h_box .h_more::after {
  width: 62px;
  height: 1px;
}
.h_product .h_newList .h_box .h_more::before {
  width: 1px;
  height: 62px;
}
.h_product .h_newList .h_box:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.h_product .h_newList .h_box:hover .h_more {
  background: #C9212E;
}
.h_product .h_newList .h_box:hover .h_more::after,
.h_product .h_newList .h_box:hover .h_more::before {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .h_product .h_productList {
    margin-top: 32px;
  }
  .h_product .h_productList .h_box {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .h_product .h_productList .h_box:nth-child(3n) {
    margin-right: 4%;
  }
  .h_product .h_productList .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_product .h_newList .h_box .h_img {
    width: 50%;
  }
  .h_product .h_newList .h_box .h_text {
    width: 50%;
    padding: 0 18px;
  }
  .h_product .h_newList .h_box .h_text::after,
  .h_product .h_newList .h_box .h_more {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h_product .h_productList .h_box .h_text .h_btom .h_more {
    display: none;
  }
  .h_product .h_productList .h_box .h_text .h_btom .h_desc {
    width: 100%;
    font-size: 14px;
  }
  .h_product .h_productList .h_box .h_text {
    padding: 10px 12px;
  }
  .h_product .h_productList .h_box .h_text .h_title {
    font-size: 16px;
  }
  .h_product .h_productList .h_box {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .h_product .h_newList .h_box .h_img,
  .h_product .h_newList .h_box .h_text {
    width: 100%;
  }
  .h_product .h_newList .h_box .h_text {
    padding: 16px;
  }
  .h_product .h_newList .h_box .h_text .h_title {
    font-size: 17px;
  }
}
