/* 企业荣誉 css +资质证书css */
.qyry-body>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.qyry-body>ul>li{
    width: 24%;
    margin-bottom: 50px;
	text-align: center;
    line-height: 2;
}
.qyry-body>ul>li>a
{
    color:#000000;
}
.qyry-body>ul>li>div{
    margin-bottom: 20px;
}
.qyry-body>ul::after{
    content: '';
    width: 24%;

}
/* 资质证书 */
.zs-body>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zs-body>ul>li{
    width: 18%;
    padding: 26px;
    margin-bottom: 50px;
    border: 1px solid #e9e9e9;
	text-align: center;
    line-height: 2;
}
.zs-body>ul>li>a
{
    color:#000000;
}
.zs-body>ul>li>div{
    margin-bottom: 20px;
}

.zs-body>ul::after{
    content: '';
    width: 18%;
    padding: 26px;

}


/* 分页器 */
.pagination{
    display: flex;
}
.pagination>li{
width: 41px;
height: 41px;
border: 1px solid #e0e0e0;
display: flex;
align-items: center;
justify-content: center;
margin-left: 7px;

}
.pagination>li>a{
    color: #555555;
}

.prev{
    width: 73px !important;
}
.next{
    width: 73px !important;
}
/* 分页位置 */
.fy{
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 分页点击的效果 */
.active{
    background-color: #e50112 !important;
}
.active a{
    color: #fff !important;
}

