@charset "gb2312";
.vr-holder {
	width: 100%;
}
.vr-banner {
	width: 100%;
	height: 500px;
}
.vr-banner li {
	width: 100%;
	height: 100%;
	background-image: url(../img/case-banner.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
/*---------------------------------------------------------*/
.vr-list-holder {
	width: 100%;
	padding-bottom: 50px;
}
/*---------------------------------------------------------*/
.vr-list {
	width: 1200px;
	margin: auto;
}
/*---------------------------------------------------------*/
.page-ctrl-vr {
	width: 100%;
}
.page-ctrl-vr .list {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #F5F5F5;
}
.page-ctrl-vr .list:nth-child(3n) {
	margin-right: 0%;
}
.page-ctrl-vr .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page-ctrl-vr .img i {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-ctrl-vr .title {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0px 20px;
	border-bottom: 1px solid #DDD;
	line-height: 49px;
	font-size: 16px;
	color: #333;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page-ctrl-vr .note {
	width: 100%;
	height: 40px;
	padding: 0px 20px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
}
.page-ctrl-vr .note span {
	float: right;
}
.page-ctrl-vr .note span:first-child {
	float: left;
}
.page-ctrl-vr .btn {
	width: 100%;
	height: 60px;
	padding: 0px 20px 20px 20px;
}
.page-ctrl-vr .btn a {
	display: block;
	float: right;
	width: 49%;
	height: 40px;
	padding: 0px 10px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background-color: #FFAA00;
	color: #FFF;
	border-radius: 5px;
}
.page-ctrl-vr .btn a:first-child {
	float: left;
}
.page-ctrl-vr .btn a:hover {
	background-color: #0088FF;
}
/*---------------------------------------------------------*/
.vr-title {
	position: relative;
	width: 100%;
	padding: 60px 0px;
	text-align: center;
}
.vr-title .en-title {
	display: block;
	width: 100%;
	height: 50px;
	font-family: 'medioroman';
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #C00000;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.vr-title .cn-title {
	position: relative;
	z-index: 66;
	display: inline-block;
	height: 40px;
	padding: 0px 30px;
	border: 1px solid #C00000;
	background-color: #FFF;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #C00000;
}
.vr-title .parting-line {
	display: block;
	position: relative;
	top: -20px;
	left: 0px;
	width: 100%;
	border-top: 1px solid #C00000;
}
/*---------------------------------------------------------*/
