.fixed-top {
  background: #1a4425 !important ;
}
#pc-header .navbar{
background: rgba(0, 0, 0, 0.01);
}
.header-top{
background-color: #1a4425 !important;
color: #fff;
}
.header-top .warning{
color: #fff !important;
}
.hy_pro h1{
  text-transform: uppercase;
  font-family: inter;
  font-weight: 600;
  font-size: 2vw;
  padding: 0 10%;
}
.hy_pro_nav{
  display: flex;
  background-color: #F8F8F8;
  margin: 3% 0;
  padding:1% 10%;
}
.hy_pro_nav li{
  margin-right: 8%;
    
    position: relative;
    padding-bottom: 3px;
    cursor: pointer;
}
.hy_pro_nav li h2{
  font-family: inter;
  font-weight: 600;
  font-size: 1vw;
}
.hy_pro_nav li i.line {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #56D873;
  height: 0.1rem;
  width: 100%;
  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;
 
}
.pro_list{
  margin-top: 5%;
  margin-bottom: 5%;
 padding-left: 4%;
}
.pro_li{
  display: flex
  ;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  height: 24vw;
  color: #000;
  text-align: center;
  background: #f5f5f5;
  position: relative;
  transition: all 0.8s ease;
  border-radius: 1.5vw;
  overflow: hidden;
}

.ml{
  width: 3.3vw;
  position: absolute;
  top: 3%;
  left: 2%;
  z-index: 8;
}
.go_pro{
  width: 2vw;
  position: absolute;
  bottom: 3%;
  right: 3%;
  z-index: 8;
  cursor: pointer;
}
.pro_img img{
  width: 100%;
  margin-top: 5%;
  
}
.pro_li img{
  transition: all 0.5s ease;
}
.pro_li img:hover{
  transform: scale(1.1);
}
.pro_info{
  text-align: left;
  height: 100%;
  padding-right: 5%;
}
.pro_info h1{
  padding: 0;
  margin-top: 35%;
}
.pro_info h2{
  display: flex;
  font-family: inter;
  font-size: 1.2vw;
  margin-top: 13%;
  text-transform: capitalize;
}
.sol h1{
  text-transform: uppercase;
  color: #000;
  font-size: 2vw;
  margin-bottom: 3%;
  margin-left: 10%;
  font-family: Inter;
  font-weight: 600;
}
.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 65vh;
  gap: 0.2vw; /* 添加间距 */
}

.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.5s ease;
  cursor: pointer;
  position: relative;
  &::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.3); /* 初始遮罩透明度 */
    transition: background-color 0.5s ease; /* 过渡动画 */
  }
  
  &:hover{
    flex: 2;
    &::before {
      background-color: rgba(255, 255, 255, 0); /* 悬停时遮罩变浅 */
    }
  }
  
}

.top_tit{
  color: #fff;
  position: absolute;
  top: 3%;
  left: 5%;
  font-size: 1.3vw;
  text-transform: capitalize;
  font-family: Inter;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.bottom_tit{
  color: #000;
  position: absolute;
  bottom: 10%;
  left: 20%;
  font-size: 1vw;
  text-transform: capitalize;
  font-family: Inter;
  font-weight: 500;
  text-align: center;
  width: 60%;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.item:hover .top_tit {
  opacity: 1;
  transform: translateY(0);
}
.item:hover .bottom_tit {
  opacity: 0;
  transform: translateY(-20px);
}

.item-1 { 
  background-image: url('/uploads/allimg/index/s1.png');
}

.item-2 { 
  background-image: url('/uploads/allimg/index/s2.png');
}

.item-3 { 
  background-image: url('/uploads/allimg/index/s3.png');
}

.item-4 { 
  background-image: url('/uploads/allimg/index/s4.png');
}

.item-5 { 
  background-image: url('/uploads/allimg/index/s5.png');
}
.item-6 { 
  background-image: url('/uploads/allimg/index/s6.png');
}
.item-7 { 
  background-image: url('/uploads/allimg/index/s7.png');
}
.item-8 { 
  background-image: url('/uploads/allimg/index/s8.png');
}
.dis{
  width: 94%;
  margin: 5% auto;
}
.dis h1{
  text-transform: uppercase;
  color: #000;
  font-size: 2vw;
  padding-left: 8%;
  padding-bottom: 1%;
  border-bottom: 1px solid #ccc;
  font-family: Inter;
  font-weight: 600;
  margin-bottom: 4%;
  cursor: pointer;
}
.dis_two h1{
  text-transform: uppercase;
  color: #000;
  font-size: 2vw;
  padding-left: 8%;
  padding-bottom: 1%;
  font-family: Inter;
  font-weight: 600;
  margin-bottom: 4%;
  cursor: pointer;
}
.dis_info{
  padding: 0 6%;
}
.dis_info img{
  width: 100%;
}
.dis_info .x5{
  margin-top: 4%;
}
.dis_li{
  display: flex
  ;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-top: 6%;
  margin-left: 35%;
  cursor: pointer;
}
.dis_li:hover .dis_li_img1{
  opacity: 0;
}
.dis_li:hover .dis_li_img2{
  opacity: 1;
}
.dis_li:hover .dis_li_tit h2{
  color: #369858;
}
.dis_li_img{
  position: relative;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 1vw;
}
.dis_li_img1{
  opacity: 1;
}
.dis_li_img2{
  opacity: 0;
}
.dis_li_img img{
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
  width: 100%;
}
.dis_li_tit h2{
  color: #000;
  font-family: inter;
  font-weight: 600;
  font-size: 1vw;
  text-transform: uppercase;
}
.line h1{
  cursor: pointer;
}
.dis_two_info .x6{
  position: relative;
  height: 36.25vw;
}
.dis_two_info .x6 img{
  width: 100%;
}
.two_info_tet{
  position: absolute;
  bottom: 17%;
  left: 20%;
  width: 60%;
  text-align: center;
}
.two_info_tet h2{
  color: #fff;
  text-transform: uppercase;
  font-size: 2vw;
  font-family: Inter;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}
.two_info_tet h3{
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8vw;
  font-family: Inter;
  font-weight: 500;
  margin-top: 4%;
}
.black{
  height: 4vw;
  background: #000;
}