* {
    margin: 0;
    padding: 0
}

ul,li {
    list-style: none
}

.rvc {
    max-width: 1009px;
    position: relative;
    margin: auto;
    margin-top: 30px
}

.rvc .rvc-wrapper {
    margin: auto;
    overflow: hidden
}

.rvc .rvc-wrapper ul {
    overflow: hidden;
    position: relative
}

.rvc .rvc-wrapper ul li {
    float: left;
}

.rvc .rvc-wrapper ul li a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none
}

.rvc .rvc-wrapper ul li a .img-wrapper {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.rvc .rvc-wrapper ul li a h2 {
    margin-top: 10px;
    text-align: center;
    color: #000;
    font-size: 20px;
}

.rvc .rvc-wrapper ul li a p {
    padding: 10px;
    /* height: 80px */
}

.rvc-prv,.rvc-next {
    position: absolute;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.rvc-prv {
    left: 0
}

.rvc-next {
    right: 0
}
.rvc .rvc-wrapper ul li a .img-wrapper{
  /* width: 200px; */
  height: 396px;
  background-image:  url('../images/lb-bg.png');
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #fff;
  padding:5px 5px 14px 5px;
  background-size: 100% 100%;
}
.rvc .rvc-wrapper ul li a .img-wrapper img{width: 100%; height: auto;  }
#rvc1{margin-top: -80px;}
