html {
	font-size: 37.5px;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
	background-color: #f8f8f8;

}

.page {
	background-color: rgba(250, 250, 250, 1);
	position: relative;

	/* height: 124.294rem; */
	overflow: hidden;
}


/* 头部导航 */
.box {
	position: relative;
}

.contnet {
	position: absolute;
	width: 100%;
	height: 120rem;
}

.heads {
	position: absolute;
	display: flex;
	top: 5rem;
	padding: 2rem 4rem;
	justify-content: space-between;
}

.head_img1 {
	width: 50%;
}

.head_img2 {
	width: 40%;
}

.zhuxi {
	top: 24rem;
	position: absolute;
	padding: 2rem 4rem;
}

.zhuxi_p1 {
	font-family: Chakra Petch;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: -0.5%;
	color: #FFFFFF;
}

.zhuxi_p2 {
	color: #FFFFFF;
	font-family: Chakra Petch;
	font-weight: 300;
	font-size: 0.6rem;
	line-height: 1rem;
	letter-spacing: 0%;
	width: 55%;
}