/*slideBox*/

div.slideBox {
	position: relative;
	width: 575px;
	height: 378px;
	overflow: hidden;
}

div.slideBox ul.items {
	position: absolute;
	float: left;
	background: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.slideBox ul.items li {
	float: left;
	background: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.slideBox ul.items li a {
	float: left;
	line-height: normal !important;
	padding: 0px !important;
	border: none/*For IE.ADD.JENA.201206300844*/
	;
}

div.slideBox ul.items li a img {
	margin: 0px !important;
	padding: 0px !important;
	display: block;
	border: none/*For IE.ADD.JENA.201206300844*/;
	width: 100%;
	;
}

div.slideBox div.tips {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background-color: #000;
	overflow: hidden;
}

div.slideBox div.tips div.title {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	right: 30%;
}

div.slideBox div.tips div.title a {
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
	margin-left: 10px;
	text-decoration: none;
}

div.slideBox div.tips div.title a:hover {
	text-decoration: underline !important;
}

div.slideBox div.tips div.nums {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

div.slideBox div.tips div.nums a {
	display: inline-block;
	>float: left/*For IE.ADD.JENA.201206300844*/
	;
	width: 14px;
	height: 14px;
	background-color: #2D2C2B;
	text-indent: -99999px;
	margin: 12px 5px 0px 0px;
}

div.slideBox div.tips div.nums a.active {
	background-color: #F35D2C;
}


/*rvc*/

.rvc {
	width: 1100px;
	position: relative;
	margin: 20px 0;
	background: #f5f5f5;
	padding: 20px;
}

.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 {
	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,
.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: 8px
}

.rvc-next {
	right: 8px
}
