a.productitem {
    border: none;
    width: 575px;
    overflow: hidden;
    background-color: #fff;
    margin-right: 50px;
    margin-bottom: 105px;
}
a.productitem:nth-child(even){
    margin-right: 0;
}
a.productitem:hover {
    box-shadow: 0 0 8px #ccc;
}

.productright .newslisttitle {
    color: #3a3a3a;
    text-align: left;
    border-bottom: solid 1px #eaeaea;
    font-size: 30px;
    padding-left: 20px;
    background-repeat: no-repeat;
    line-height: 30px;
    min-height: 60px;
}
span.producttxt {
    line-height: 50px;
    font-size: 15px;
}

.productlistitems {
    min-height: 1130px;
    padding: 80px 0 30px 0;
}

.productpage .pagin {
    margin-top: 20px;
    text-align: center;
}
.pagin {
	padding-bottom: 45px;
}

.casedtj {
    border-top: solid 1px #eaeaea;
    padding-top: 30px;
}
.itema {
    width: 232px;
    overflow: hidden;
    height: 260px;
    padding: 10px;
    float: left;
    background: #f5f5f5;
    margin-right: 10px;
    border-radius: 5px;
}
span.imgbg img {
    width: 100%;
}
span.block.name {
    text-align: center;
    line-height: 35px;
    font-size: 16px;
	color: #6a6a6a;
}




.productpage {

}

.itemlev.nolev2 {
    padding: 0;
}

span.spanimg {
    width: 100%;
    height: 490px;
    overflow: hidden;
}

.pageright.productright img {
    max-width: 100%;
}
.pageright.productright img:hover {
    /*transform: scale(1.1);
	transition: all .3s;*/
}


/* 2025 02 26 begin */
        /* 居中图片 */
        .pro25_img-container {
            text-align: center;
            padding: 10px;
            padding-bottom: 0; /* 移除图片底部的内边距 */
        }

        /* 保证图片宽度适应容器，高度自适应 */
        .pro25_img-responsive {
            max-width: 100%;
            height: auto;
        }

        /* 标题居中 */
        .pro25_caption {
            text-align: center;
            margin-bottom: 15px;
        }
        .pro25_caption a {
            color: #000;
        }

        /* 设置总可用宽度 */
        .pro25_product-container {
            width: 920px;
            /*取消margin*/
            padding-top: 50px;
        }

        .pro25_product-item {
            width: 290px; /* (920 - 2*10)/3 */
            float: left;
            margin-bottom: 5px; /* 下边距，用于分隔 */
            margin-left: 10px; /*左边距，用于分隔*/
            margin-right: 10px;
        }

        .pro25_product-item .thumbnail:hover {
            border: solid 1px #12afa3;
        }
        .pro25_product-item .thumbnail:hover a {
            color: #12afa3;
        }

        /* 清除浮动，防止父元素高度塌陷 */
        .pro25_clearfix::after {
            content: "";
            display: table;
            clear: both;
        }

        /* 指定元素去除margin-right */
        .pro25_product-item:nth-child(3n) {
            margin-right: 0;
        }

        /* 指定元素去除margin-left */
        .pro25_product-item:nth-child(3n+1) {
            margin-left: 0;
        }

        /* 减小标题字号 */
        .pro25_caption h3 {
            font-size: 14px; /* 调整为你想要的大小 */
            margin-top: 10px; /* 调整与图片之间的距离 */
            margin-bottom: 0; /*移除默认margin*/
        }

        .pageright.productright .pro25_img-responsive {
            width: 260px;
            height: 208px;
        }
/* 2025 02 26 end */

/* 2025 03 02 begin */
.anli25_container {
    width: 920px;
    margin: 0 auto;
    margin-top: 50px;
}
.anli25_container:after {
    display: block;
    clear: both;
    content: "";
}

.anli25_col {
    width: 293px;
    float: left;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}

.anli25_col:nth-child(3n) {
    margin-right: 0;
}

.anli25_image-wrapper {
    overflow: hidden; /* 裁剪超出容器的放大图片 */
}

.anli25_img-responsive {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.anli25_img-responsive:hover {
    transform: scale(1.1); /* 鼠标悬停时放大1.1倍 */
}

.anli25_caption {
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}
.anli25_caption a {
    color: #5a5a5a;
}
.anli25_caption a:hover {
    color: #12afa3;
}
/* 2025 03 02 end */