.box{
	background: #F2F4F8;
}
.homehead{
	position: fixed;
	width: 100vw;
	height: 56px;
	z-index: 1000;
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(20px);
	padding: 0 10vw;
}
.homelogo{
	width: 32px;
	height: 32px;
}

.homename{
	font-size: 16px;
	color: rgba(33, 36, 41, 0.88);
	margin-left: 9px;
	margin-right: 60px;
}
.homenav{
	font-size: 14px;
	color: rgba(33, 36, 41, 0.88);
	margin-right: 32px;
	height: 56px;
	line-height: 56px;
}
.homenavx{
	font-weight: 600;
	color: #009CFF;
	border-bottom: 2px solid #009CFF;
}
.home1{
	width: 100%;
	margin: 0;
	padding: 0;
}
.home2{
	width: 14px;
	height: 14px;
}
.homephone{
	font-size: 12px;
	color: rgba(33, 36, 41, 0.88);
	margin-left: 8px;
}
.homebtn{
	font-size: 14px;
	color: #009CFF;
	font-weight: 500;
	border: 1px solid #009CFF;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.homebtn2{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 500;
	background:  #009CFF;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ml24{
	margin-left: 24px;
}
.homebox{
	position: relative;
}
.homeboxinfo{
	position: absolute;
	left: 15vw;
	top: 30%;
}
.homeboxinfo1{
	font-size: 24px;
	font-weight: 500;
	color: rgba(33, 36, 41, 0.88);
}
.homeboxinfo2{
	font-size: 36px;
	font-weight: 500;
	color: rgba(33, 36, 41, 0.88);
}
.homeboxinfo3{
	font-size: 16px;
	color: rgba(33, 36, 41, 0.7);
	margin-bottom: 24px;
}
.hometel2{
	font-size: 28px;
	font-weight: 500;
	color: rgba(33, 36, 41, 0.88);
	text-align: center;
	margin-top: 140px;
}
.homecon2{
	font-size: 14px;
	color: rgba(33, 36, 41, 0.7);
	text-align: center;
	margin-top: 10px;
}
.homeinfo2{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:72px;
	margin-top: 72px;
}
.homeinfo2name{
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
	color: rgba(33, 36, 41, 0.7);
}

.homeinfo2box{
	width: 296px;
}
.homeinfo2boxtel{
	font-size: 16px;
	font-weight: 600;
	color: rgba(33, 36, 41, 0.88);
}
.homeinfo2boxcon{
	font-size: 12px;
	color: rgba(33, 36, 41, 0.7);
}
.homeinfo2box2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.homeinfo2box2item{
	background: rgba(235, 239, 245, 0.6);
	border: 1px solid #C6E7FF;
	font-size: 12px;
	color: rgba(33, 36, 41, 0.88);
	width: 140px;
	height: 30px;
	line-height: 30px;
	padding-left: 16px;
	border-radius: 4px;
	margin-top: 12px;
}

.homeinfo3{
	display: flex;
	justify-content: space-around;
	margin-top: 72px;
}
.homeinfo3box{
	width: 30%;
	max-width: 392px;
	padding: 8px;
	border-radius: 20px;
}
.homeinfo3box:hover{
	background: #fff;
}
.homeinfo3boxtel{
	font-size: 24px;
	font-weight: 500;
	color: rgba(33, 36, 41, 0.88);
	margin-top: 10px;
}
.homeinfo3boxdes{
	color: #72728B;
	font-size: 14px;
}
.homeinfo4{
	width: 100%;
	height: 340px;
	position: relative;
	margin-top: 150px;
}
.home13{
	width: 100%;
	height: 340px;
}
.homeinfo4box{
	position: absolute;
	width: 100%;
	left: 0;
	top: 86px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.homeinfo4tel{
	font-size: 32px;
	font-weight: 500;
	color: rgba(33, 36, 41, 0.88);
}
.homeinfo4des{
	font-size: 20px;
	font-weight: 500;
	color: rgba(33, 36, 41, 0.88);
}
.homeinfo4phone{
	font-size: 16px;
	font-weight: 500;
	color: rgba(33, 36, 41, 0.88);
	margin-top: 30px;
}
.homeinfo5{
	background: #0A1B3D;
	width: 100%;
	height: 280px;
}
.homeinfo5box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.homeinfo5t1{
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
}
.homeinfo5t2{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}
.ml32{
	margin-left: 32px;
}
.mt16{
	margin-top: 16px;
}
.homeinfo5t3{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
}
.homeinfo5x{
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
	flex:1
}