
.webContainerTable {
    width: 100%;
}
.webContainer {
    width: 1200px;
    margin: 0 auto 0;
    /* border: 1px solid red; */
}
.title-wrapper {
    display: flex;
    justify-content: center;
    padding: 30px;
}
.center-title {
    margin: 30px auto 0;
}
.center-title h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    font-family: 微软雅黑;
}

.center-title p {
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin-top: 30px;
}

.img-wrapper {
    width: 100%;
    padding: 40px 0;
}
.img-wrapper img {
    width: 100%;
}

.certificate-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

.certificate-wrapper .img-item {
    width: 290px;
    height: 240px;
    margin-bottom: 10px;
}