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;
}


/* 头部导航 */

.banna {
	width: 100%;
	padding: 3rem 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.b_img {
	width: 55% !important;
}

.b_left_p1 {
	font-family: Roboto;
	font-weight: 500;
	font-size: 0.5rem;
	line-height: 150%;
	letter-spacing: 0.3em;
	color: rgba(101, 109, 114, 1);
}

.b_left_p2 {
	font-family: Roboto;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 120%;
	letter-spacing: 0%;
}

.b_left_p3 {
	font-family: Roboto;
	font-weight: 400;
	font-size: 0.55rem;
	line-height: 150%;
	letter-spacing: 0%;

}

.b_left_p4 {
	font-family: Plus Jakarta Sans;
	font-weight: 700;
	font-style: Bold;
	font-size: 0.8rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: rgba(35, 46, 53, 1);
}

.b_left {
	width: 40%;
}

.com_box_p1 {
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-weight: 700;
	font-style: Bold;
	font-size: 1.1rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;

}

.comp_p1 {
	font-family: Inter;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.5rem;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0.3em;
	text-align: center;
	color: rgba(101, 109, 114, 1);
}

.comp {
	padding: 2rem;
	background-color: rgba(251, 251, 251, 1);
}

.comp_box {
	display: flex;
	justify-content: space-between;
}

.comp_box_ul {
	padding: 1rem;
	width: 31%;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 4px;
	text-align: center;
}

.comp_box_img1 {
	width: 2rem;
	height: auto;
}

.comp_box_p1 {
	font-family: Plus Jakarta Sans;
	font-weight: 500;
	font-style: Medium;
	font-size: 0.6rem;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;

}

.comp_box_p2 {
	font-family: Roboto;
	font-weight: 400;
	font-size: 0.5rem;
	line-height: 150%;
	letter-spacing: 0%;

}