.hi-slide {
    position: relative;
    width: 800px;
    height: 292px;
    margin-left: 10%;
    margin-top: 100px;
    margin-bottom: 50px;
    
}

    .hi-slide .hi-next, .hi-slide .hi-prev {
        position: absolute;
        top: 60%;
        width: 40px;
        height: 80px;
        /*margin-top: -40px;*/
        border-radius: 5px;
        line-height: 80px;
        text-align: center;
        cursor: pointer;
        background-color: #666;
        color: #fff;
        opacity: 0.7;
        transition: all 0.6s;
        font-size: 30px;
    }

        .hi-slide .hi-next:hover, .hi-slide .hi-prev:hover {
            opacity: 1;
            background-color: #444;
        }

    .hi-slide .hi-prev {
        right: -175px;
    }

        .hi-slide .hi-prev::before {
            content: '>';
        }

    .hi-slide .hi-next {
        left: -40px;
    }

        .hi-slide .hi-next::before {
            content: '<';
        }

    .hi-slide > ul {
        list-style: none;
        position: relative;
        width: 754px;
        height: 292px;
        margin-left: 5%;
        padding: 0;
    }

        .hi-slide > ul > li {
            overflow: hidden;
            position: absolute;
            z-index: -40;
            left: 377px;
            top: 146px;
            width: 0;
            height: 0;
            margin: 0;
            padding: 0;
            border: 2px solid #fff;
            border-radius: 5px;
            background-color: #333;
            cursor: pointer;
        }

            .hi-slide > ul > li > img {
                width: 100%;
                height: 100%;
                z-index: 2
            }
/*# sourceMappingURL=jquery.hislide.css.map */
