.video-div{
    position: relative;
    overflow: hidden;
}
.v-swiper .swiper-container{
    height: 508px;
}
.v-swiper-btn{
    height: 424px;
    width: 263px;
    margin-left: 508px;
    position: relative;
}
/*new add*/
.v-swiper-btn{
    margin-top: 53px;
    margin-bottom: 53px;
}
.swiper-btn-l,
.swiper-btn-r{
    width: 258px;
    height: 33px;
    border:1px solid #c7a973;
    position: absolute;
    right: 0;
    left: auto;
    border-radius: 5px;
    margin:0;
    background: transparent;
    transition: all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}
.swiper-btn-l:after,
.swiper-btn-r:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/new2018_10_15/video-arrow.png) no-repeat -96px 0;
    width: 37px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.swiper-btn-r:after{
    background-position: -96px -60px;
}
.swiper-btn-l:hover,
.swiper-btn-r:hover{
    background: #c7a973;
}
.swiper-btn-l:hover:after{
    background-position: 0 0;
}
.swiper-btn-r:hover:after{
    background-position: 0 -60px;
}
.swiper-btn-l{
    top: 62px;
}
.swiper-btn-r{
    bottom: 11px;
    top: auto;
}
.v-b-b{

    height:136px;

    position: relative;
    margin-bottom: 7px;
}
/*new add*/
.v-b-b .v-banner-b{
    width: 100%;
    height: 100%;
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.v-banner0{
    position: relative;
    top: 0;
}
.v-banner1{
    position: absolute;
    bottom: auto;
}
.v-banner2{
    position: absolute;
    bottom: auto;
}

.v-video-arr{
    overflow: hidden;
}

.video-arr-block{

    display: inline-block;
    margin: 0 5px 20px;
    vertical-align: top;
}

.v-arr{
    max-height: 656px;
    overflow: hidden;
}
.v-arr.on{
    max-height: none;
    overflow: visible;
}
.btn-v-more{
    display: block;
    width: 108px;
    height: 30px;
    border: 1px solid #d8c39d;
    line-height: 30px;
    font-size: 18px;
    color: #c7aa78;
    border-radius: 5px;
    text-align: center;
    padding-right: 15px;
    float: right;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    position: relative;
}
.btn-v-more:after{
    display: block;
    position: absolute;
    width: 20px;
    height: 8px;
    background: url(../images/new2018_10_15/video-arrow.png) no-repeat -172px 0;
    content: '';
    right: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.btn-v-more.on:after{
    background-position: -229px -68px;
}
.btn-v-more.on{
    background: #d8c39d;
    color: #fff;
}
.v-video-more{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(199,169,115,.9);
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.v-video-more p{
    height: 56px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    line-height: 26px;
}
.v-video-more p:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -3px;
    width:0;
    height:0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
}

@media screen and (max-width: 1500px){
    .v-banner1 {
        position: relative;
        bottom: auto;
    }
    .v-swiper .swiper-container{
        width: 712.1px;
        height: 393.5px;
    }
    .v-swiper-btn {
        height: 325.5px;
        margin-left: 440.6px;
        margin-top: 45px;
        margin-bottom: 45px;
        width: 210.4px;
    }
    .v-b-b{
        height: 105.8px;
        margin-bottom: 4px;
    }
    .swiper-btn-l, .swiper-btn-r{
        width: 208.4px;
        height: 27px;
        top: 59px;
        right: 4px;
    }
    .swiper-btn-r{
        top:auto;
        bottom: 11px;
    }

    .v-arr{
        max-height: 564px;
    }
    .video-arr-block{
        margin:0 1px 20px;
    }

}

