*{
	margin: 0;
	padding: 0;
}


/*顶部图片css*/
#vrlb_PngBox{
	width: 100%;
	min-width: 1200px;
	height: 470px;
	/* background: url(../../img/childpages/vrlb_banner.png)no-repeat center; */
	background-size: 100% 100%;
	cursor: pointer;
}

/*VR导航css*/
#vrlb_Dh{
	width: 1200px;
	margin: 0 auto;
	height: 106px;
	line-height: 106px;
	font-size: 12px;
	color: #000000;
}
#vrlb_Dh a{
	cursor: pointer;	
	text-decoration: none;
	color: #000000;
}

/*VR内容css*/
#vrlb_Con{
	width: 1200px;
	margin: 0 auto;
	height: auto !important;
	overflow:hidden;
}
#vrlb_Con .vrlbc_zongBox{
	width: 1200px;
	margin: 0 auto;
	height: auto !important;
	overflow:hidden;
}
#vrlb_Con .vrlbc_box{
	width: 49%;
	height: 500px;
	float: left;
	margin-right: 2%;
	position: relative;
}
#vrlb_Con .vrlbc_box:nth-child(2n){
	margin-right: 0;
}

#vrlb_Con .vrlbc_box .vrlb_cpng1{
	width: 100%;
	height: 320px;
	position: absolute;
	left: 0;
	top: 0;
}
#vrlb_Con .vrlbc_box .vrlb_cpng2{
	width: 94px;
	height: 94px;
	position: absolute;
	left: 0;
	top: -30%;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	cursor: pointer;
}
#vrlb_Con .vrlbc_box .vrlb_cVrbox{
	width: 94px;
	height: 94px;
	position: absolute;
	left: 0;
	top: -30%;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(244,243,240,0.8);
	border-radius: 94px;
	display: none;
	cursor: pointer;
}

#vrlb_Con .vrlbc_box .vrlb_cVrbox .vrlb_cpng3{
	width: 50px;
	height: 25px;
	margin-left: 20px;
	margin-top: 28px;
}
#vrlb_Con .vrlbc_box .vrlb_cVrbox p{
	text-align: center;
	color: #d7101f;
	font-size: 12px;
}
#vrlb_Con .vrlbc_box dl{
	width: 100%;
	height: 320px;
	position: absolute;
	left: 0;
	top: 340px;
	cursor: pointer;
}
#vrlb_Con .vrlbc_box dt{
	width: 100%;
	font-size:25px;
	color: #e11323;
}
#vrlb_Con .vrlbc_box dd{
	width: 100%;
	font-size:15px;
	color: #9d9d9d;
	margin-top: 12px;
}

/*分页按钮*/
#vrlb_Con .vrlbc_page{
	width: 350px;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	margin-bottom: 20px;
}

#vrlb_Con .vrlbc_page a{
	display: inline-block;
	border: 1px solid #666666;
	float: left;
	margin-right: 10px;
	padding: 0px 12px;
	cursor: pointer;
}
#vrlb_Con .vrlbc_page a:first-child:hover, #vrlb_Con .vrlbc_page a:nth-child(2):hover{
	background: #000000;
	color: #FFFFFF;
}

