/* banner style */
.banner img {
    display: block;
    width: 100%;
    min-width: 1200px;
}

/* solution style */
.solution-wrap {
    display: flex;
    flex-direction: column;
}

/* solutionLeft 文字在左 */
.solutionLeft-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 148px 0;
    background-color: #FAFAFA;
}

.solutionLeft {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

/* solutionRight 文字在右 */
.solutionRight-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 148px 0;
}

.solutionRight {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.solutionRight .textContent h3,
.solutionRight .textContent p{
    text-align: right;
}

.common-wrap .textContent {
    width: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.common-wrap .textContent h3 {
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 38px;
}

.common-wrap .textContent p {
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
}

.common-wrap .solutionImg {
    display: block;
    width: 248px;
    height: 248px;
}