.home-swiper {
    height: 500px;
}

.go-swiper,
.go-swiper2,
.go-swiper3,
.go-swiper4 {
    height: 700px;
}

.go-case {
    width: 100%;
}

.go-title {
    text-align: center;
    color: #fb7321;
    font-size: 20px;
    padding: 30px 0px 10px 0px;
}

.go-case img {
    width: 100%;
}

.custom-next-button,
.custom-prev-button {
    position: absolute;
    top: 330px;
    color: #fb7321;
    font-size: 45px;
    z-index: 10;
    cursor: pointer;
}

.custom-next-button {
    right: 5px;
}

.custom-prev-button {
    left: 5px;
}

.go-block {
    background-color: #fff;
    padding: 50px calc(50% - 500px);
}

.go-block p {
    font-size: 18px;
    line-height: 30px;
    text-indent: 2em;
}

.go-block p {
    margin-bottom: 10px;
}

.go-block p:last-child {
    margin-bottom: 0px;
}

.go-bottom {
    font-size: 12px;
    text-align: center;
    padding: 50px 0px 20px 0px;
    color: #333;
    cursor: pointer;
}

.go-up {
    position: fixed;
    right: 50px;
    bottom: 20px;
    width: 30px;
    cursor: pointer;
}

.go-block2 {
    background-color: #fff;
    padding: 50px calc(50% - 600px);
}

.go-imgs {
    width: 100%;
    height: 640px;
    overflow: hidden;
}

.go-img-col {
    float: left;
    width: 16%;
    height: 640px;
    box-sizing: border-box;
    position: relative;
}

.go-img-col:first-child {
    background-image: url(../picture/ben.png);
    width: 20%;
    background-repeat: no-repeat;
    background-size: cover;
}

.go-img-col-container {
    position: absolute;
    top: 0;
    left: 0;
}

.scroll1 {
    animation: scroll1 10s linear infinite;
}

.scroll2 {
    animation: scroll2 10s linear infinite;
}

.go-img-col-container img {
    display: block;
    width: 100%;
}

@keyframes scroll1 {
    0% {
        transform: translateY(-10%);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateY(10%);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10%);
    }
}

.go-imgs2 {
    width: 100%;
    height: 620px;
    overflow: hidden;
}

.go-img-row {
    width: 100%;
    height: 100px;
    position: relative;
}

.go-img-row-container {
    position: absolute;
    top: 0;
    left: 0;
}

.go-img-row-container img {
    display: block;
    height: 100px;
}


.scroll6 {
    animation: scroll6 10s linear infinite;
}

.scroll7 {
    animation: scroll7 10s linear infinite;
}


@keyframes scroll6 {
    0% {
        transform: translateX(-10%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10%);
    }
}

@keyframes scroll7 {
    0% {
        transform: translateX(10%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10%);
    }
}