#business {
    padding-top: 100px;
    background-image: url(../img/bg-chaomengjinfu.jpg?v=1.1.1);
    background-position: top center;
}

.business-introduce {
    margin-top: 80px;
}

.business-introduce-text {
    color: #898989;
    width: 50%;
    height: 100px;
    line-height: 26px;
    margin-top: 20px;
    text-align: justify;
}

.business-action {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.business-action-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 250px;
    margin: 30px 0;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.business-action-item p {
    color: #898989;
}

.business-explain {
    display: flex;
    justify-content: center;
    /* margin-top: 30px; */
}

.business-explain-con {
    width: 360px;
    margin-top: 40px;
}

.business-explain-item {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 100px;
    margin-bottom: 12px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.business-explain-item:hover p {
    color: #fff;
}

.business-explain-item-con {
    display: flex;
    align-items: center;
}

.business-explain-item-serial {
    font-size: 22px;
    height: 25px;
    line-height: 25px;
    color: #63c0ab;
    margin-right: 12px;
    font-weight: bold;
}

.business-explain-item-text {
    color: #898989;
    font-size: 14px;
}