.h_p{
  width: 100%;
  height: 5vw;
  background: #1a4425;
  padding-left: 5%;
  line-height: 5vw;
  color: #fff;
  text-transform: capitalize;
  font-family: Bahnschrift;
  cursor: pointer;
  padding-top: 4%;
  padding-bottom: 5%;
}
.p_list{
  padding: 3% 4%;
}
.hy_pro_nav li{
  margin-bottom: 7%;
}
.hy_pro_nav{
  padding: 2% 0;
}

.hy_pro_nav li{
  margin-right: 8%;
    
    position: relative;
    padding-bottom: 3px;
    cursor: pointer;
}
.hy_pro_nav li h2{
  font-family: Bahnschrift;
  font-weight: 600;
  font-size: 1.5vw;
  line-height: 1.5;
}
.hy_pro_nav li i.line {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #56D873;
  height: 0.1rem;
  width: 60%;
  display: block;
  transform: scaleX(0);
  transition: all 0.5s;
  border-radius: 0.1rem;
  z-index: 889;
}
.hy_pro_nav li:hover h2,.hy_pro_nav li.active h2{
  color: #56D873;
}
.hy_pro_nav li:hover i.line{
  transform: scaleX(1) !important;
 
}
.p_list h2{
  font-family: Bahnschrift;
  font-weight: 600;
  font-size: 1.5vw;
}
.h_p h1{
  font-weight: 550;
  font-size: 2vw;
}
.pro_ul{
  display: flex
;
  flex-direction: row;
  flex-wrap: wrap;
  
}
.pro_li{
  width: 23%;
  margin-right: 2%;
  color: #000;
  text-align: center;
  background: url('/uploads/allimg/index/p_l_b.jpg') no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.8s ease;
  border-radius: .5vw;
  overflow: hidden;
  margin-bottom: 2%;
  
}

.ml{
  width: 3.8vw;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 8;
}
.go_pro{
  width: 1.5vw;
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 8;
  cursor: pointer;
}
.pro_img{
  
  
}
.pro_img img{
  width: 100%;
  margin-top: 5%;
  
}
.pro_li img{
  transition: all 0.5s ease;
}
.pro_li img:hover{
  transform: scale(1.03);
}
.pro_info{
  text-align: left;
  margin-bottom: 15%;
}
.pro_info h1{
  font-size: 1.2vw;
  font-family: inter;
  color: #000;
  font-weight: 600;
  padding-left: 10%;

}
.pro_info h2{
  display: flex;
  font-family: inter;
  font-size: 0.8vw;
  margin-top: 5%;
  text-transform: capitalize;
  font-weight: 300;
  padding-left: 5%;
}