h1{
    font-size: 36px;
}
.banner-con{
  color: #ffffff;
}
.banner-con .banner{
    position: relative;
}
.banner-con .banner:after{
    content: "";
    background: url(../images/case-detail-cover.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-con .banner .left-con{
    background: url(../images/case-detail-left.jpg);
    padding-left: calc((100% - 1670px) / 2);
    padding-top: 136px;
    padding-right: clamp(15px,6vw,100px);
    padding-bottom: 80px;
    width: 50%;
    position: relative;
    z-index: 2;
}
.banner-con .banner .left-con img{
    margin-top: 50px;
    margin-bottom: 80px;
}
.banner-con .banner .right-con{
    position: relative;
    width: 50%;
    overflow: hidden;
}
.banner-con .banner .right-con img{
    position: absolute;
    top: 0;
    right:0;
    height: 100%;
    object-fit: cover;
}

.case-detail-menu-consult-con .menu-consult ul li{
    padding-left: 20px;
    padding-right: 20px;
}
.case-detail-menu-consult-con .menu-consult ul li:first-child{
    padding-right: 20px;
    padding-left: 0px;
}
.case-detail-menu-consult-con .menu-consult ul li:last-child{
    padding-left: 20px;
    padding-right: 0px;
}
.introduction-con .introduction .detail{
    margin: 30px 0;
}
.introduction-con .introduction .img-con{
    gap: 36px;
}
.introduction-con .introduction .img-con .img{
    position: relative;
}
.introduction-con .introduction .img-con .img:after{
    content: "";
    background: url(../images/arrow-right-yellow.png) no-repeat;
    width: 36px;
    height: 34px;
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
}
.introduction-con .introduction .img-con ul{
    gap: clamp(15px,2vw,34px);
}
.related-equipment-con .related-equipment .left-right-con{
    gap: clamp(15px,2vw,34px);
}

.related-equipment-con .related-equipment .left-con,.related-equipment-con .related-equipment .right-con{
    max-width: min(50%,814px);
}




.related-equipment-con .related-equipment .left-con{
    position: relative;
    overflow: hidden;
    flex: 1;
    background: #ebeced;
    transition: all .5s ease;
}
.related-equipment-con .related-equipment .left-con:after{
    content: "";
    /* 1. 半透明背景色（使用 rgba，最后一项 0.25 代表 25% 的透明度） */
  background: rgba(255, 255, 255, 0.25);
  
  /* 2. 核心：模糊盒子背后的背景（数值越大越模糊） */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* 兼容 Safari 浏览器 */
  
  /* 3. 增强玻璃质感：精致的白色半透明边框，模拟玻璃边缘的高光 */
  border: 1px solid rgba(255, 255, 255, 0.3);
  
  /* 4. 增强立体感：非常柔和的深色阴影 */
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.related-equipment-con .related-equipment .left-con .content-text{
    padding: 20px;
    background: #ebeced;
}
.related-equipment-con .related-equipment .left-con .content-text:after{
    content: "";
    display: block;
    width: 100%;
    height: 30px;
}
.related-equipment-con .related-equipment .left-con .open{
    position: absolute;
    right: 0px;
    bottom: 7px;
    font-size: 14px;
    padding: 5px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    z-index: 5;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 18px;
}







.related-equipment-con .related-equipment .right-con{
    flex: 1;
}
.related-equipment-con .related-equipment .right-con ul{
    gap: clamp(15px,2vw,40px);
}
.related-equipment-con .related-equipment .right-con ul li{
    flex: 1;
}

.related-equipment-con .related-equipment .right-con ul li .img{
   background: #ebeced;
   width: 100%;
   height: 16vw;
   display: flex;
   justify-content: center;
   align-items: center;
}
.related-equipment-con .related-equipment .right-con ul li p{
    text-align: center;
    padding: 15px;
    text-align: center;
    background: #ebeced;
    margin-top: 10px;
    margin-bottom: 0;
}

@media (max-width:1670px){
    .banner-con .banner .left-con{
        padding-left: 15px;
    }
}

@media (max-width:960px){
    .consult-tel{
        flex-wrap: wrap;
        gap: 20px;
    }
    .consult-tel a{
        width: 100%;
        border-radius: 10px;
    }
}

@media (max-width:768px){
    .banner-con .banner{
        flex-wrap: wrap;
    }
    .banner-con .banner .left-con,.banner-con .banner .right-con{
        width: 100%;
    }
    .banner-con .banner .right-con img{
        position: relative;
    }
    .menu-consult-con::after{
        display: none;
    }
    .menu-consult-con .menu-consult,.menu-consult-con .menu-consult ul{
        flex-wrap: wrap;
        gap: 20px;
    }
  .introduction-con .introduction .img-con{
    flex-wrap: wrap;
  }
  .introduction-con .introduction .img-con .img:after{
    top: unset;
    bottom: -34px;
    right: 50%;
    transform: rotate(90deg) translateY(-50%);
  }
    .menu-consult-con .menu-consult > a{
        margin-right: 0;
    }
    .related-equipment-con .related-equipment .left-right-con{
       flex-direction: column;
    }
    .related-equipment-con .related-equipment .left-con, .related-equipment-con .related-equipment .right-con{
        width: 100%;
        flex: 1;
        max-width: 100%;
    }
    .related-equipment-con .related-equipment .right-con ul li .img{
        height: 33vw;
    }
    .service-con .service ul{
        gap: 15px;
    }
    
}