.header {
    width: 100%;
    height: 647px;
    background: url('../image//banner1@2x.png');
    background-size: cover;
}


.solution-main {
    width: 100%;
    background: rgba(246, 247, 251, 1);
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.solution-item {
    width: 1199px;
    height: 350px;
    display: flex;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    justify-content: center;
    margin-bottom: 53px;
}


.solution-item img {
    width: 366px;
    height: 351px;
    margin-right: 38px;
}


.solution-title {}



.solution-title h1 {
    height: 27px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(13, 37, 62, 1);
    margin: 30px 0 24px 0;
}

.solution-title p {
    width: 728px;
    height: 160px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(13, 37, 62, 1);
    line-height: 32px;
    margin-bottom: 40px;
}

.solution-title button {
    text-align: center;
    width: 130px;
    height: 44px;
    background: linear-gradient(270deg, rgba(0, 138, 241, 1) 0%, rgba(0, 190, 241, 1) 100%);
    border-radius: 22px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 44px;
    outline: none;
    border: none;
    cursor: pointer;
}

.solution-title button a {
    color: rgba(255, 255, 255, 1);
}