#honor-brand_slide {
    width: 78rem;
    height: 20.8rem;
    margin: 0 auto;
}

#honor-brand_slide .slide-item-body ul li {
    width: 9.5rem;
    float: left;
    display: block;
    height: 18.3rem;
    padding-top: 1.75rem;
    margin-bottom: 1.25rem;
    border: none;
    border-radius: 8px;
    height: inherit;
    border-radius: 0;
    z-index: 10002;
}

#honor-brand_slide .slide-item-body ul li a {
    display: block;
}

#honor-brand_slide .slide-item-body ul li a:hover {
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
}

#honor-brand_slide .new-img img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
}

#honor-brand_slide .slide-item {
    position: relative;
    margin: 0 7rem;
}

#honor-brand_slide .slide-item-body {
    margin-left: 0;
}

#honor-brand_slide .slide-item-body ul li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

#honor-brand_slide .slide-item-body ul {
    padding-top: 10px;
    overflow: visible;
}

#honor-brand_slide .next {
    position: absolute;
    top: 28%;
    z-index: 10;
    cursor: pointer;
    right: auto;
    left: -4.85rem;
    height: 2.91rem;
    width: 2.91rerm;
}

#honor-brand_slide .next i {
    color: #ccc;
    font-size: 2.91rem;
}

#honor-brand_slide .prev {
    position: absolute;
    top: 28%;
    z-index: 10;
    cursor: pointer;
    right: -3.85rem;
    height: 2.91rem;
    width: 2.91rem;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}

#honor-brand_slide .prev i {
    color: #ccc;
    font-size: 2.91rem;
}