.banner-v, .banner-info {
    height: 100%;
    float: left;
}

.banner-v {
    width: 58%;
}

@media only screen and (max-height: 870px) {
    .banner-v {
        width: 50%;
    }
}

.banner .banner-v .banner-v-img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.banner-info {
    position: relative;
    z-index: 20;
    width: 42%;
    padding-top: 8%;
}

.banner-info>h4, .banner-info>p {
    margin-left: 8%;
}

.banner-info-bg {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
}
/*no pc*/
@media only screen and (max-width: 993px) {
    .banner{
        height: 500px;
    }
    .banner-v {
        display: none;
    }
    .banner-info {
        width: 100%;
    }
    .banner-info>h5 {
        text-align: center;
    }
    .banner-info>h5, .banner-info>p {
        margin-left: 0;
        max-width: 100%;
    }
}

@media only screen and (min-width: 993px) {
    .banner-info-bg {
        right: -8%;
    }
}
