﻿
.rvc{
	max-width: 1200px;
	position: relative;
	margin: auto;
}
.rvc .rvc-wrapper{
	margin: auto;
	overflow: hidden;
}
.rvc .rvc-wrapper ul{
	overflow: hidden;
	position: relative;
}
.rvc .rvc-wrapper ul li{border:2px solid transparent;}
.rvc .rvc-wrapper ul li:hover{border:2px solid #006cad;}
.rvc .rvc-wrapper ul li:hover p{background: #006cad;color: #fff;}
.rvc .rvc-wrapper ul li img{width: 100%;}
.rvc .rvc-wrapper ul li{
	float: left;transition: 0.2s;
}
.rvc .rvc-wrapper ul li p{
	display: block;
	width: 100%;margin: 0;transition: 0.2s;
	height: 40px;font-size: 14px;color: #333;
	line-height: 40px;text-align: center;
}
.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: #fff;
}
.rvc .rvc-wrapper ul li a p{
	padding: 10px;
	height: 80px;
	color: #fff;
	font-size: 14px;
}
.rvc-next{
	cursor: pointer;position: absolute;right: -60px;top:50%;z-index: 9;margin-top: -35px;
	display: block!important;width: 70px!important;height: 70px;
	background: url("../images/next2_03.png")no-repeat center;
	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-next:hover{background: url("../images/next3_03.png")no-repeat center;}
.rvc-prv{
	cursor: pointer;position: absolute;left: -60px;top:50%;z-index: 9;margin-top: -35px;
	display: block!important;width: 70px!important;height: 70px;
	background: url("../images/prev2_03.png")no-repeat center;
	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:hover{background: url("../images/prev3_03.png")no-repeat center;}
.rvc-prv{
	left: -45px;
}
.rvc-next{
	right: -45px;

}
.rvc-prv img{
	left: 0;border-radius: 70px;
}
.rvc-next img{
	right: 0;border-radius: 70px;

}
@media (max-width: 768px){
	.rvc-prv{ left: 0;}
	.rvc-next{ right: 0;}
	.rvc-prv img{ border-radius: 30px;width: 50px;height:50px; }
	.rvc-next img{ border-radius: 30px;width: 50px;height: 50px; }
}