<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbox {
	position: fixed !important;
	top: 0;
}

/* banner */
.banner {
	width: 100%;
	height: 72%;
	background: url(../img/indusvrbg.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(4) {
	background: #5A63EF;
	color: #FFFFFF;
}

@media screen and (min-width:1367px) {
	.banner .bancount {
		width: 50%;
	}

	.swiper-slide {
		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-slide {
		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: 49%;
		padding: 3% 0;
		border: 1px solid #CCCCCC;
	}
}

/* 搴旀€ユ晳鎻� */
.rescue {
	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% 0 1%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.Hvr_info img {
	display: block;
	width: 31%;
}

.Hvr_info p {
	width: 48%;
	font-size: 1rem;
	line-height: 1.8rem;
	margin-left: 2%;
}

.middle {
	max-width: 75rem;
	margin: 3% auto 0;
}

.middle p {
	padding: 0 9%;
	text-align: center;
	line-height: 1.875rem;
}

@media screen and (max-width:1366px) {
	.Hvr_info p {
		width: 30%;
	}
}

/* 搴旂敤妯″紡 */
.application {
	width: 100%;
	padding: 3% 0;
	background: #5461F6;
}

.apptop {
	max-width: 75rem;
	text-align: center;
	font-size: 1.25rem;
	color: #FFFFFF;
	margin: 0 auto 3%;
	font-weight: 600;
}
.appbottom{
	max-width: 75rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.appbottom li{
	width: 20%;
	border-right: 1px dashed #FFFFFF;
}
.appbottom li img{
	display: block;
	margin: 10% auto;
}
.appbottom li span{
	display: block;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 4%;
	font-size: 1rem;
}
.appbottom li:last-child{
	border: 0;
}
.rescue .appbottom li{
	width: 25%;
}
.rescue .appbottom li span{
	color: #000000;
}
@media screen and (max-width:650px) {
.Hvr_info img{
	width: 96%;
}
.Hvr_info p{
	width: 94%;
	margin: 4% auto;
}
}
@media screen and (max-width:1368px) {
	.Hvr_info p,.Scount_info p,.drill_right p,.middle p{
		font-size: 0.875rem;
	}	
}
</pre></body></html>