.banner {
    background-image: url(./../img/solution/banner.jpg);
}

.characteristic .item_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
    border-top: 1px solid #eee;
}

.characteristic img {
    width: 30%;
}

.characteristic .item_right {
    padding-top: 40px;
    width: 50%;
}

.characteristic .item_wrap .item_right .item_title {
    font-size: 36px;
}

.characteristic .item_wrap .item_right p {
    font-size: 16px;
    line-height: 34px;
    margin-top: 30px;
}

.bg {
    background-color: #f0f4f5;
}