
.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: 0 auto 0;
}
.center-title h2 {
    font-size: 48px;
    font-weight: bold;
    font-family: 微软雅黑;
}

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



.advantage-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.advantage-wrapper img {
    width: 557px;
    height: 513px;
    margin: 0 auto 0;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
}

.advantage-wrapper .des{
    position: absolute;
    font-size: 20px;
    font-family: 微软雅黑, "Microsoft YaHei";
    line-height: 32px;
    letter-spacing: 2px;
    word-break: break-all;
    width: 355px;
    color: #666666;
    margin: 20px;
    text-align: justify;
}
.advantage-wrapper .des-1 {
    left: 0;
    top: 20px;
}
.advantage-wrapper .des-2 {
    right: 0;
    top: 20px;
}
.advantage-wrapper .des-3 {
    bottom: 10px;
    left: 0px;
}
.advantage-wrapper .des-4 {
    bottom: -50px;
    right: 0px;
}

.stage-wrapper {
    margin-top: 40px;
}
.stage-wrapper .stage-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
.stage-wrapper .stage-item .img-box {
    width: 721px;
    height: 440px;
}

.stage-wrapper .stage-item .img-box img {
    width: 100%;
    height: 100%;
}

.stage-wrapper .stage-item .text-box {
    width: 450px;
    padding-top: 60px;
}

.stage-wrapper .stage-item .text-box .stage-title {
    display: flex;
}

.stage-wrapper .stage-item .text-box .stage-title .l-box img {
    width: 150px;
    height: 92px;
}

.stage-wrapper .stage-item .text-box .stage-title .r-box {
    margin-left: 20px;
}

.stage-wrapper .stage-item .text-box .stage-title .r-box h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
}

.stage-wrapper .stage-item .text-box .stage-title .r-box p {
    font-size: 20px;
    color: #666666;
}

.stage-wrapper .stage-item .text-box .des-box {
    margin-top: 30px;
}

.stage-wrapper .stage-item .text-box .des-box p {
    font-size: 20px;
    color: #666666;
    line-height: 32px;
    font-family: 微软雅黑;
    text-align: justify;
}