.navbox {
	position: fixed !important;
	top: 0;
}

/* banner */
.banner {
	width: 100%;
	height: 72%;
	background: url(../img/fjvrbg.png);
	background-size: 100% 100%;
	position: relative;

}

.banner .bancount {
	position: absolute;
	top: 30%;
	left: 15%;
}

.bancount p,
.bancount h1 {
	width: 100%;
}

.bancount h1 {
	margin-bottom: 6%;
	color: #72C4F8;
	font-size: 2.6rem;
	font-weight: 100;
}

.bancount p:nth-child(2) {
	margin-bottom: 10%;
	color: #BFB6E9;
	font-size: 24px;
	font-weight: 100;
}

.bancount .titline {
	width: 25%;
	height: 3px;
	background: #49ADFF;
	margin-bottom: 10%;
}

.bancount p:nth-child(4),
.bancount p:nth-child(5) {
	padding: 1% 0;
	color: #BFB6E9;
}

.btn {
	width: 100%;
	background: #E3E3E3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.btn a {
	display: block;
	width: 12%;
	padding: 1% 0;
	text-align: center;
	font-size: 1.125rem;
}

.btn a:nth-child(1) {
	background: #5A63EF;
	color: #FFFFFF;
}

@media screen and (min-width:1367px) {
	.banner .bancount {
		width: 50%;
	}

	.swiper-slided {
		width: 100% !important;
	}

	.bancount h1 {
		margin-bottom: 3%;
		font-size: 4rem;
	}

	.bancount p:nth-child(2) {
		margin-bottom: 6%;
		font-size: 2.25rem;
	}

	.bancount .titline {
		margin-bottom: 6%;
	}

	.bancount p:nth-child(4),
	.bancount p:nth-child(5) {
		font-size: 1.0625rem;
	}
}

@media screen and (max-width:1366px) {
	.banner .bancount {
		width: auto;
	}

	.swiper-slided {
		width: 100% !important;
	}

	.bancount h1 {
		margin-bottom: 6%;
		font-size: 2.6rem;
	}

	.bancount p:nth-child(2) {
		margin-bottom: 10%;
		font-size: 1.5rem;
	}

	.bancount .titline {
		margin-bottom: 10%;
	}

	.bancount p:nth-child(4),
	.bancount p:nth-child(5) {
		font-size: 0.875rem;
	}
}

@media screen and (max-width:960px) and (min-width:650px) {
	.btn a {
		width: 18%;
		padding: 2% 0;
	}
}

@media screen and (max-width:650px) {
	.btn {
		justify-content: flex-start;
	}

	.btn a {
		width: 50%;
		padding: 3% 0;
		border: 1px solid #CCCCCC;
		border-top: 0;
		box-sizing: border-box;
	}
}
/* 房建VR */
.houseVR{
	width: 100%;
	padding: 3% 0;
	background: #FFFFFF;
}
.houseVR_count{
	max-width: 75rem;
	margin: 0 auto;
}
.Hvr_tit{
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
}
.Hvr_info{
	width: 100%;
	margin: 3% auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.Hvr_info p{
	text-indent: 2rem;
	line-height: 1.8rem;
	width: 40%;
	letter-spacing: 0.125rem;
}
.Hvr_info img{
	display: block;
	width: 38%;
	margin-right: 2%;
}
.flowbottom{
	width: 100%;
	display: flex;
	justify-content: center;
}
.flowbottom .fbleft{
	
}
.flowbottom ul li{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 4% 0;
}
.flowbottom ul li span{
	display: block;
	background: #FFFFFF;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 50%;
	line-height: 1.125rem;
	text-align: center;
	color:#4D9AE3 ;
	border: 1px solid #78C3F8;
	cursor: pointer;
	
}
.flowbottom ul li p{
	color: #1A3F73;
	cursor: pointer;
	width: 88%;
	text-align: right;
	margin-right: 1.25rem;
}
.flowbottom .fbright li p{
	text-align: left;
	margin-left: 1.25rem;
	margin-right: 0;
}
.flowbottom ul li:hover .fby{
	color:#FFFFFF ;
	background: linear-gradient(#428FDE,#78C3F8);
}
.fbmiddle{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fbmiddle{
	width:40%;
}
.fbmiddle img{
	width:85%;
	display: block;
	margin: 0 2%;
}

/* @media screen and  (max-width:500px) {
	.flowbottom ul li {
    height: 26.67%;
}

.flowbottom{
	width: 98%;
}
} */
/* 场景展示 */
.scene{
	width: 100%;
	padding: 3% 0;
}
.bannerlist{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bannerlist img{
	display: block;
	margin: 0 auto;
	width: 100%;
	transition: all 2s;
}
.bannerlist p{
	z-index:100;
	position: absolute;
	bottom: -10%;
	left: 15%;
	width: 70%;
	background: #FFFFFF;
	text-align: center;
	padding: 4% 0;
}
.bannerlist:hover img{
	transform: scale(1.2);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -18%;
}
/* HelinkVR安全体验系统房建类配套设备 */
.facility{
	width: 100%;
	padding: 3% 0;
	background: #FFFFFF;
}
.Fac_info{
	width: 100%;
	padding: 1% 0;
}
.Fac_info p{
	margin: 1% 0;
	font-weight: 600;
}
.Fac_pic{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.Fac_pic img{
	display: block;
	width:28%;
}
.Fac_pic img:last-child{
	width: 45%;
}
/* 系统特点 */
.system{
	width:100%;
	padding: 4% 0;
	background: url(../img/system.png);
	background-size: 100% 100%;
}
.syscount{
	width: 70%;
	background: rgba(255,255,255,.9);
	margin: 0 auto;
	padding: 3% 0;
	box-shadow: 0 3px 3px #FFFFFF;
	
}
.syscount .sysbottom{
	width:76%;
	margin: 0 auto 2%;
	display: flex;
	/* align-items: center; */
}
.sysbottom p{
	line-height: 2rem;
	/* text-indent: 2rem; */
	font-weight: 500;
	font-size: 1.125rem;
}
.sysbottom  span{
	display: block;
	color:#5A63EF ;
	font-weight: 600;
	font-size: 1.125rem;
	padding: 3px 1%;
}
@media screen and (max-width:1367px) {
	.syscount .sysbottom{
		width: 85%;
	}
	.Hvr_info p,.Fac_info p,.sysbottom p{
		font-size: 0.875rem;
	}
}
@media screen and (max-width:500px) {
	.syscount{
		width: 90%;
	}
	.Hvr_tit{
		width: 75%;
		margin: 3% auto;
		font-size: 1.5rem;
	}
	.Hvr_info img{
		width: 90%;
		margin: 3% auto;
	}
	.Hvr_info p{
		width: 96%;
		font-size: 0.875rem;
	}
	.flowbottom .fbright li p{
		text-indent: 0.0625rem;
		font-size: 0.75rem;
		margin: 0;
	}
	.flowbottom ul li p{
		width:90%;
		text-indent: 0.0625rem;
		font-size: 0.75rem;
		margin: 0;
	}
	.fbmiddle{
		width: 25%;
	}
	.bannerlist p{
		position: static;
		width: 100%;
		font-size: 0.75rem;
	}
	.Fac_info p{
		padding: 2%;
		font-size: 0.875rem;
	}
	.sysbottom p{
		font-size: 0.875rem;
	}
}
