about.css 696 Bytes
.introduce {
    position: relative;
}

.introduce .text {
    position: absolute;
    top: 120px;
    right: 20px;
    width: 501px;
    height: 323px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
}

.business-panel {
    background: #F5F5F5;
    height: 400px;
}

.business-content {
    display: flex;
    justify-content: space-between;
}

.future-panel {
    position: relative;
}

.future-content {
    background: #fff;
    width: 1200px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2D78E0;
    padding: 20px;
    line-height: 32px;
}