.Box1  {
    margin-top: 50px;
}
.Box1  .Type-List{
    margin-bottom: 50px;
}
.Box1  .Type-List .Type-Head {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.Box1  .Type-List .Type-Head h6{
    font-size: 30px;
    font-style: italic;
    font-family: 'Swis721 Hv BT Heavy';
}
.Box1  .Type-List .Type-Head  a{
    color: #333;
}
.Box1  .Type-List .Type-Head  a i{
    font-size: 12px;
}
.Box1  .Type-List .Type-Item{
    background-color: #fafafa;
    color: white;
    padding: 100px 70px; 
    position: relative;
    box-shadow: 0 0 10px #d6d6d6;
    margin-top: 30px;
}
.Box1  .Type-List .Type-Item .Item-text h6{
    font-size: 40px;
    color: #333;
}
.Box1  .Type-List .Type-Item .Item-text p{
    font-size: 18px;
    color: #333;
    max-width: 60%;
}
.Box1  .Type-List .Type-Item .Item-Img{
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%,-50%);
    height: 70%;
}
.Box1  .Type-List .Type-Item img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
@media screen and (max-width:1200px) {
    .Box1 .Type-List .Type-Item .Item-Img { 
        left: 80%; 
        height: 55%;
    }
}
@media screen and (max-width:991px) {
    .Box1 .Type-List .Type-Item .Item-Img {
        left: 77%;
        height: 42%;
    }
    .Box1 .col-lg-3.col-md-6.col-12{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:768px) {
    .Box1 .Type-List .Type-Item .Item-Img{
        display: none;
    }
    .Box1 .Type-List .Type-Item .Item-text p{
        max-width: 100%;
    }
    .Box1 .Type-List .Type-Item { 
        padding: 45px 50px
    }
}
.Box1  .Type-List .Type-Imgs{
    margin-top: 30px;
}
.Box1  .Type-List .Type-Imgs .cpbox{
    border: 1px solid #cccccc79;
}
.Box1  .Type-List .Type-Imgs .imgBox{
    padding: 170px 20px 20px 20px;
    background-color: #F4F4F4;
    position: relative;
}
.Box1  .Type-List .Type-Imgs .imgBox .a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Box1  .Type-List .Type-Imgs img{
    width: 80%;
    height: 80%;
    object-fit: contain;
}
.Box1  .Type-List .Type-Imgs .cpbox .text{
    padding: 20px 30px;
    display: block;
    text-align: center;
    font-weight: bold;
}
.Box1  .Type-List .Type-Imgs .cpbox .text{
    color: #333;
    transition: 0.3s;
}
.Box1  .Type-List .Type-Imgs .cpbox:hover .text{
    color: #6CBB27;
}
@media screen and (max-width: 450px) {
    .Box1 {
        margin-top: 0;
    }
}



.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

/* XzImg容器样式修改 */
.XzImg {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; 
    padding: 20px;
    border-radius: 5px;
     width: 90%;
     height: 90%;
    overflow: auto;
}

/* 关闭按钮样式 */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #ffffff;
    z-index: 1001;
}

/* 产品项悬停效果 */
.product-item:hover {
    cursor: pointer;
} 
.pageContent{
    height: 100%;
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
}
.imgContainer{
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zoomableContainer{
    height: fit-content !important;
    width: fit-content !important;
    top: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


.XzImg img{
    width: 100% !important;
    height: auto !important;
    transform: none !important;
}

 .imgs{
    display: none !important;
 }