 /*资质证书样式开始 */
.honorcon{max-width: 1500px; width: 88%; margin:20px auto 0px auto; padding-bottom: 100px;}
.honorcon .content-section3 {
            display: none;
            padding: 20px;
        }

.honorcon .content-section3.active3 {
            display: block;
        }

        /* 图片和文字组合样式 */
.honorcon .item3 {
            display: inline-block;
            width: calc(25% - 20px);
            margin: 10px;
            border: 1px solid #ccc;
            padding: 10px;
            box-sizing: border-box;
            cursor: pointer;
        }

.honorcon .item3 img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }
.honorcon .item3 p{ text-align: center;}
        /* 分页样式 */
.honorcon .pagination3 {
            margin-top: 80px;
            text-align: center;
        }

.honorcon .pagination3 button {
            padding: 8px 12px;
            margin: 0 5px;
            background-color: #b2b3b5;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

.honorcon .pagination3 button.active3 {
            background-color: #f44336;
        }

.honorcon .pagination3 .ellipsis3 {
            background-color: transparent;
            color: #333;
            border: none;
            cursor: pointer;
        }


        /* 放大图片样式 */
.honorcon .image-modal2 {
             display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 200;
            justify-content: center;
            align-items: center;
        }

.honorcon .modal-content2 {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            opacity: 0;
            transform: scale(0);
            transition: opacity 0.3s ease, transform 0.3s ease;
    
        }

.honorcon .image-modal2.show .modal-content2{
            opacity: 1;
            transform: scale(1);
        }

.honorcon .modal-content2 img {
            width: 100%;
            height: auto;
            border: 3px solid white;
            /* 设置最大宽度和高度 */
            max-width: 90vw;
            max-height: 90vh;
	
        }

.honorcon .modal-arrow2 {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.9);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer; border-radius: 50px;
        }
.modal-arrow2 span{ font-size: 18px;}
.honorcon .modal-arrow2.prev {
            left: -50px;
        }

.honorcon .modal-arrow2.next {
            right: -50px;
        }

.honorcon .modal-info2 {
            position: absolute;
            bottom: -30px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
        }

 .honorcon .close-arrow2 {
            position: absolute;
            top: 10px;

            right: 10px;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 5px 10px;
            cursor: pointer;
            font-size: 20px;
        }
 .honorcon .show{display: flex!important;}


 /*资质证书样式结束*/

@media (max-width: 1400px){
.honorcon .item3{width: calc(33% - 20px);}
	
}
@media (max-width: 1024px){
	.honorcon .item3{width: calc(50% - 20px);}
	.honorcon .item3 p{font-size: 14px;}

}
@media (max-width: 760px){
	.honorcon .content-section3{padding: 0px;}
	.honorcon .pagination3{margin-top: 30px;}
	.honorcon .item3 p{font-size: 14px; padding-bottom: 5px;}
	.honorcon .item3{padding:0px;}
	.honorcon{padding-bottom: 50px;}

}
@media (max-width:576px){
	.honorcon .item3 { width: calc(100% - 20px);}
}