.g_slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    padding: 0;
    height: auto;
}

.g_slide img {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0;
}

.g_slide .item {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.switch_main {
    position: relative;
}

.switch_main a {
    display: table;
    height: auto;
    width: 100%;
}

.g_slide .switch_nav {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 11;
    text-align: center;
}

.g_slide .switch_nav_item {
    display: none;
}

.g_slide .prev,
.g_slide .next {
    position: absolute;
    top: 40%;
    z-index: 10;
    width: 60px;
    height: 60px;
    overflow: hidden;
    transition: margin-left .3s ease, margin-right .3s ease;
}

@media screen and (max-width:650px) {
    .g_slide .prev,
    .g_slide .next {
        display: none;
    }
}

.g_slide .prev {
    background: url('../imgs/prev.png') no-repeat center center;
    background-size: cover;
}

.g_slide .next {
    background: url('../imgs/next.png') no-repeat center center;
    background-size: cover;
}

.g_slide .prev {
    left: -18px;
    _left: 10px;
}

.g_slide .next {
    right: -18px;
    _right: 10px;
    background-position: -19px 0;
}

.g_slide .prev:hover {
    background-position: 0 -70px;
}

.g_slide .next:hover {
    background-position: -19px -70px;
}

.g_slide:hover .prev {
    margin-left: 50px;
}

.g_slide:hover .next {
    margin-right: 50px;
}

.switch_main {
    position: relative;
}

#slides2 .prev {
    display: none!important;
}

#slides2 .next {
    display: none!important;
    border: 1px solid #000;
}

#slides2 a {
    color: #585857;
}