ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.application_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
}

.application_slide {
    position: relative;
    height: 380px;
    overflow: hidden;
}

.application_slide ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.application_slide li {
    position: absolute;
    width: 650px;
    height: 380px;
    left: 275px;
    top: 0;
    background: #6475ae;
}

.application_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#application_slide > li:hover {

}

.arrow {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.arrow a {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
}

.arrow .prev {
    left: 50px;
    background: url("../img/left@2x.png") no-repeat center center;
    background-size: cover;
}

.arrow .next {
    right: 50px;
    background: url("../img/right@2x.png") no-repeat center center;
    background-size: cover;
}

@media (max-width: 992px ) {
    .application_wrap {
        margin-top: -13px;
    }

    .application_slide {
        height: 155px;
    }

    .application_slide ul {
    }

    .application_slide li {

    }

    .application_slide img {
    }

    .arrow {

    }

    .arrow a {
        width: 14px;
        height: 14px;
        margin-top: -7px;
    }

    .arrow .prev {
        left: 10px;
    }

    .arrow .next {
        right: 10px;
    }
}
{"msg":"SUCCESS","code":20000,"data":null}