body {
    background: #f1f1f1;
}

.page-slide-inner {
    width: 100%;
    height: 360px;
}

.business {
    width: 1150px;
    padding: 0 25px 10px;
    background: #fff;
    margin: -185px auto 0;
}

.business-title {
    padding-top: 68px;
    line-height: 40px;
    margin-bottom: 20px;
}

.business-title p {
    float: left;
    color: #d9d9d9;
    font-size: 40px;
    text-transform: uppercase;
}

.business-title span {
    float: left;
    color: #484848;
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 3px;
}

/* ------------------- */
.itme {
    position: relative;
    margin-bottom: 68px;
}

.item-name {
    position: absolute;
    width: 10%;
    height: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    background: #1894eb;
}

.itme ul {
    width: 90%;
    margin-left: 10%;
}

.itme ul li {
    float: left;
    width: 20%;
    height: 96px;
    line-height: 96px;
    text-align: center;
    background: #f0f0f2;
}

.itme ul li a {
    color: #666;
    font-size: 13px;
    display: block;
}

.itme ul li a span {
    position: relative;
}

.itme ul li a span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    content: '';
    display: block;
    clear: both;
    width: 8px;
    height: 8px;
    background: url(/public/img/items.png);
}

.itme ul li:nth-child(2),
.itme ul li:nth-child(4),
.itme ul li:nth-child(6),
.itme ul li:nth-child(8),
.itme ul li:nth-child(10),
.itme ul li:nth-child(12),
.itme ul li:nth-child(14),
.itme ul li:nth-child(16),
.itme ul li:nth-child(18) {
    background: #d4edff;
}

.itme ul li:hover {
    background: #ffbe1d;
}

.itme ul li:hover a {
    color: #fff;
}

.itme ul li:hover a span::after {
    background: url(/public/img/itemsActive.png);
}