* {
	margin: 0;
	padding: 0
}

ul,
li {
	list-style: none
}

.rvc {
	max-width: 100%;
	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 {
	height: 410px;
	float: left;
	background: #FFFFFF
}

.rvc .rvc-wrapper ul li{
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
	position: relative;
}
.luntit{
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: height 0.4s;
}
.luntit1{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	padding-left: 30px;
}
.luntit2{
	width: 100%;
	padding: 10px 30px 0 30px;
	font-size: 16px;
	color: #666666;
}
.rvc .rvc-wrapper ul li:hover .luntit{
	height: 157px;
}
.rvc .rvc-wrapper ul li:hover .luntit1{
	border-bottom: 1px solid #efefef;
	color: #4389ca;
}
.rvc .rvc-wrapper ul li  .img-wrapper {
	height: 348px;
	/*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  .img-wrapper img{
	width: 100%;
	height: 100%;
}
.rvc .rvc-wrapper ul li a h2 {
	margin-top: 10px;
	text-align: center
}

.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
}