.h_product {
  overflow: hidden;
  background: #F5F5F5;
}
.h_product .h_Bbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px 0;
}
.h_product .h_Bbox .h_left {
  width: 270px;
}
.h_product .h_Bbox .h_left .h_top .h_th {
  padding: 30px 22px;
  text-align: center;
  background: linear-gradient(270deg, #EE111A 0%, #F82C16 100%);
  font-size: 28px;
  font-family: Arial-Bold, Arial;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
}
.h_product .h_Bbox .h_left .h_top ul {
  margin-top: 16px;
}
.h_product .h_Bbox .h_left .h_top ul li {
  background-color: #fff;
  padding: 0 22px;
}
.h_product .h_Bbox .h_left .h_top ul li a {
  padding: 20px 0;
  display: flex;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_product .h_Bbox .h_left .h_top ul li a i {
  color: #CCCCCC;
  margin-right: 8px;
  font-size: 18px;
}
.h_product .h_Bbox .h_left .h_top ul li a span {
  width: calc(100% - 30px);
  font-size: 18px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #444444;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_product .h_Bbox .h_left .h_top ul li:last-child a {
  box-shadow: none;
}
.h_product .h_Bbox .h_left .h_top ul li:hover {
  background: linear-gradient(270deg, #EE111A 0%, #F82C16 100%);
}
.h_product .h_Bbox .h_left .h_top ul li:hover a i,
.h_product .h_Bbox .h_left .h_top ul li:hover a span {
  color: #fff;
}
.h_product .h_Bbox .h_left .h_top ul li.h_active {
  background: linear-gradient(270deg, #EE111A 0%, #F82C16 100%);
}
.h_product .h_Bbox .h_left .h_top ul li.h_active a i,
.h_product .h_Bbox .h_left .h_top ul li.h_active a span {
  color: #fff;
}
.h_product .h_Bbox .h_left .h_bottom {
  margin-top: 20px;
  padding: 23px 13px;
  background-color: #fff;
}
.h_product .h_Bbox .h_left .h_bottom .h_box1 {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  border-radius: 34px 34px 34px 34px;
  padding: 12px 14px;
}
.h_product .h_Bbox .h_left .h_bottom .h_box1 .h_L {
  width: 40px;
  margin-right: 10px;
}
.h_product .h_Bbox .h_left .h_bottom .h_box1 .h_L img {
  width: 100%;
}
.h_product .h_Bbox .h_left .h_bottom .h_box1 .h_R p {
  font-size: 18px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
}
.h_product .h_Bbox .h_left .h_bottom .h_box1 .h_R .h_p1 {
  color: #666666;
}
.h_product .h_Bbox .h_left .h_bottom .h_box1 .h_R .h_p2 {
  font-family: Arial-Bold, Arial;
  font-weight: 700;
  color: #E52A17;
}
.h_product .h_Bbox .h_left .h_bottom .h_text {
  display: flex;
  align-items: center;
  margin: 16px 0;
}
.h_product .h_Bbox .h_left .h_bottom .h_text p {
  font-size: 18px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
  margin: 0 8px;
}
.h_product .h_Bbox .h_left .h_bottom .h_text span {
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
}
.h_product .h_Bbox .h_left .h_bottom .h_box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E52A17;
  border-radius: 20px 20px 20px 20px;
  padding: 6px;
}
.h_product .h_Bbox .h_left .h_bottom .h_box2 .h_L {
  width: 28px;
  margin-right: 12px;
}
.h_product .h_Bbox .h_left .h_bottom .h_box2 .h_L img {
  width: 100%;
}
.h_product .h_Bbox .h_left .h_bottom .h_box2 p {
  font-size: 18px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #FFFFFF;
}
.h_product .h_Bbox > .h_right {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% - 300px);
}
.h_product .h_Bbox > .h_right .h_box {
  width: 23.5%;
  margin: 0 2% 2% 0;
  background-color: #fff;
  border: 1px solid #E8EDF1;
  transition: box-shadow 0.3s;
}
.h_product .h_Bbox > .h_right .h_box:nth-child(4n) {
  margin-right: 0;
}
.h_product .h_Bbox > .h_right .h_box .h_T {
  overflow: hidden;
  border-bottom: 1px solid #E8EDF1;
}
.h_product .h_Bbox > .h_right .h_box .h_T img {
  width: 100%;
  transition: transform 0.3s;
}
.h_product .h_Bbox > .h_right .h_box .h_B {
  padding: 20px;
  transition: padding 0.3s;
}
.h_product .h_Bbox > .h_right .h_box .h_B .h_title {
  font-size: 18px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #444444;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 12px;
}
.h_product .h_Bbox > .h_right .h_box .h_B .h_desc {
  height: 2rem;
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_product .h_Bbox > .h_right .h_box:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.h_product .h_Bbox > .h_right .h_box:hover .h_T img {
  transform: scale(1.03);
}
.h_product .h_Bbox > .h_right .h_box:hover .h_B {
  padding: 20px 16px;
}
.h_product .h_Bbox > .h_right .h_box:hover .h_B .h_title {
  color: #E52A17;
}
.h_product .h_Bbox > .h_newList {
  width: calc(100% - 300px);
}
.h_product .h_Bbox > .h_newList .h_box {
  background-color: #fff;
  padding: 34px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.h_product .h_Bbox > .h_newList .h_box .h_L {
  width: calc(100% - 240px);
}
.h_product .h_Bbox > .h_newList .h_box .h_L .h_title {
  font-size: 18px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #444444;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_product .h_Bbox > .h_newList .h_box .h_L .h_desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  text-align: justify;
  line-height: 20px;
  margin-top: 16px;
}
.h_product .h_Bbox > .h_newList .h_box .h_L .h_time {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.h_product .h_Bbox > .h_newList .h_box .h_L .h_time img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 5px;
}
.h_product .h_Bbox > .h_newList .h_box .h_L .h_time span {
  font-size: 14px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #939393;
}
.h_product .h_Bbox > .h_newList .h_box .h_R {
  width: 158px;
  position: relative;
}
.h_product .h_Bbox > .h_newList .h_box .h_R img {
  width: 100%;
}
.h_product .h_Bbox > .h_newList .h_box .h_R::after {
  content: '';
  display: block;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 64px;
  background-color: #D8D8D8;
}
.h_product .h_Bbox > .h_newList .h_box:hover {
  transform: scale(1.03);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.h_product .h_Bbox > .h_newList .h_box:hover .h_L .h_title,
.h_product .h_Bbox > .h_newList .h_box:hover .h_L .h_desc {
  color: #E52A17;
}
.h_details {
  background-color: #fff;
}
.h_details .h_xqRight {
  width: calc(100% - 300px);
}
.h_details .h_xqRight .h_proBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.h_details .h_xqRight .h_proBox .h_left {
  width: 45%;
  position: relative;
}
.h_details .h_xqRight .h_proBox .h_left .h_imgBox {
  position: relative;
  border: 1px solid #E7E7E7;
}
.h_details .h_xqRight .h_proBox .h_left .h_imgBox .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 2;
  cursor: move;
}
.h_details .h_xqRight .h_proBox .h_left .h_imgBox .float_layer {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.h_details .h_xqRight .h_proBox .h_left .h_imgBox img {
  width: 100%;
}
.h_details .h_xqRight .h_proBox .h_left .h_imgList {
  display: flex;
  width: 100%;
  margin-top: 20px;
  flex-wrap: wrap;
}
.h_details .h_xqRight .h_proBox .h_left .h_imgList img {
  width: 18.4%;
  max-height: 80px;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #E7E7E7;
}
.h_details .h_xqRight .h_proBox .h_left .h_imgList img:nth-child(5n){
    margin-right: 0;
}
.h_details .h_xqRight .h_proBox .h_left .h_imgList img:last-child {
  margin-right: 0;
}
.h_details .h_xqRight .h_proBox .h_left .h_imgList .h_active {
  border: 2px solid #E52A17;
}
.h_details .h_xqRight .h_proBox .h_left .h_bigbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  overflow: hidden;
  display: none;
  background-color: #fff;
  border: 1px solid #E7E7E7;
}
.h_details .h_xqRight .h_proBox .h_left .h_bigbox img {
  width: 200%;
  position: absolute;
}
.h_details .h_xqRight .h_proBox .h_right {
  width: 52%;
}
.h_details .h_xqRight .h_proBox .h_right .h_name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #E7E7E7;
  font-size: 28px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #3D3D3D;
}
.h_details .h_xqRight .h_proBox .h_right .h_desc {
  padding: 24px 0;
  text-align: justify;
  font-size: 18px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #777777;
  line-height: 28px;
}
.h_details .h_xqRight .h_proxq {
  margin-top: 90px;
}
.h_details .h_xqRight .h_proxq .h_conTitle {
  display: flex;
}
.h_details .h_xqRight .h_proxq .h_conTitle .h_l {
  width: 107px;
  text-align: center;
  height: 41px;
  line-height: 41px;
  background: #B8B8B8;
  font-size: 15px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #FFFFFF;
}
.h_details .h_xqRight .h_proxq .h_conTitle .h_r {
  width: calc(100% - 107px);
  height: 41px;
  background: #FAFAFA;
}
@media screen and (max-width: 1024px) {
  .h_product .h_Bbox > .h_right .h_box {
    width: 32%;
  }
  .h_product .h_Bbox > .h_right .h_box:nth-child(4n) {
    margin-right: 2%;
  }
  .h_product .h_Bbox > .h_right .h_box:nth-child(3n) {
    margin-right: 0;
  }
  .h_product .h_Bbox .h_left {
    width: 250px;
  }
  .h_product .h_Bbox > .h_right,
  .h_details .h_xqRight,
  .h_product .h_Bbox > .h_newList {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 767px) {
  .h_product .h_Bbox {
    flex-direction: column;
  }
  .h_product .h_Bbox .h_left .h_top ul {
    display: none;
  }
  .h_product .h_Bbox .h_left,
  .h_product .h_Bbox > .h_right,
  .h_details .h_xqRight,
  .h_product .h_Bbox > .h_newList {
    width: 100%;
  }
  .h_product .h_Bbox .h_left {
    margin-bottom: 30px;
  }
  .h_product .h_Bbox .h_left .h_top .h_th {
    padding: 20px;
  }
  .h_details .h_xqRight .h_proxq {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .h_product .h_Bbox > .h_right .h_box {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .h_product .h_Bbox > .h_right .h_box:nth-child(4n) {
    margin-right: 0;
  }
  .h_product .h_Bbox .h_left .h_top .h_th {
    padding: 16px;
  }
  .h_details .h_xqRight .h_proBox {
    flex-direction: column;
  }
  .h_details .h_xqRight .h_proBox .h_left,
  .h_details .h_xqRight .h_proBox .h_right {
    width: 100%;
  }
  .h_details .h_xqRight .h_proBox .h_left .h_bigbox {
    left: 0;
    top: 100%;
  }
  .h_details .h_xqRight .h_proBox .h_left .h_imgBox .mask,
  .h_details .h_xqRight .h_proBox .h_left .h_imgBox .float_layer {
    display: none;
  }
  .h_product .h_Bbox > .h_newList .h_box {
    flex-direction: column-reverse;
    padding: 30px;
  }
  .h_product .h_Bbox > .h_newList .h_box .h_L,
  .h_product .h_Bbox > .h_newList .h_box .h_R {
    width: 100%;
  }
  .h_product .h_Bbox > .h_newList .h_box .h_L {
    margin-top: 30px;
  }
}
