.footer_img_special_2{
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.typeto3imghj img{
    width: 100%;
}
.img-special-preview-model{
    margin: 0 auto;
}

.img-special-preview-model .img_title_d{
    text-align: center;
    padding-top: 20px;
}
.img-special-preview-model .img_title_des{

    margin-top: 32%;
}
.img-special-preview-model .img_title_des1{

    margin-top:10px;
}
.pord{
    margin: 0 auto;
}
.img_title_div_special{
    width: 100%;
    position: absolute;
    z-index:999;
    overflow: hidden;
}

.zoom-out {
    transition: transform 2s ease, opacity 2s ease; /* 过渡效果，持续2秒 */
    width: 100%; /* 初始尺寸 */
    height: auto;
}

.zoom-out:hover {
    transform: scale(2); /* 放大到2倍大小 */
    opacity: 0; /* 变为透明 */
}
.img_title_div_special{
    color: #FFF;
}

.image-container {
    opacity: 1; /* 初始状态不透明度为0 */
    transform: scale(1); /* 初始状态缩小 */
    transition: transform 5s ease, opacity 2s ease; /* 定义动画效果 */
}

.image-container.active {
    opacity: 0; /* 激活时完全不透明 */
    transform: scale(5); /* 激活时放大到原始大小 */
}
