.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .tips {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1280px;
    text-align: center;
    color: #ffffff;
}

.banner .tips h5 {
    margin-top: 30px;
}

.container {
    margin: 0 auto;
    width: 1280px;
}

.process,
.solution,
.business-contact {
    margin-top: 50px;
}

.process > .container > .title,
.solution > .container > .title,
.business-contact > .container > .title {
    margin-bottom: 30px;
}

.process > .container > .title > img,
.solution > .container > .title > img,
.business-contact > .container > .title > img {
    height: 40px;
}

.process > .container > .mini-title,
.solution > .container > .mini-title,
.business-contact > .container > .mini-title {
    color: #666666;
}

.process > .container > .content {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    justify-items: left;
}

.process > .container > .content > .step {

}

.process > .container > .content > .step > .title {
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
}

.process > .container > .content > .step > .title .icon img {
    width: 40px;
}

.process > .container > .content > .step > .title .desc {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-left: 20px;
}

.process > .container > .content > .step > .title .line {
    width: 333px;
    height: 1px;
    background: #494F7A;
    margin-left: 20px;
}

.process > .container > .content > .step > .content {
    display: inline-block;
    margin-left: 60px;
    font-size: 12px;
    line-height: 28px;
}

.business-contact > .container > .content {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

.business-contact > .container > .content .left {
    width: 50%;
}

.business-contact > .container > .content .right .item {
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
    border: 1px solid #3388FF;
    margin-bottom: 30px;
    padding: 20px;
}

.business-contact > .container > .content .right .item .icon img {
    height: 60px;
}

.business-contact > .container > .content .right .item .desc {
    margin-left: 20px;
}
