html,
body {
	padding: 0;
	margin: 0;
}

.header_box {
	width: 100%;
	height: 68px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 100px;
	box-sizing: border-box;
}

.logo_box {
	width: 141px;
	height: 47px;
}

.nav_list {
	height: 100%;
	display: flex;
	align-items: center;
}


.nav_item {
	color: #1b2543;
	font-size: 16px;
	font-weight: 400;
	margin-left: 52px;
	cursor: pointer;
}

.nav_active {
	position: relative;
	color: #3c51f5;
	font-size: 16px;
	font-weight: bolder;
}

/* .nav_active::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #05E593;

	position: absolute;
	bottom: -8px;
	left: 0;
} */

.foot_view {
	width: 100%;
	height: 278px;
	overflow: hidden;
	background-color: #282A2F;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.foot_info1 {
	width: 1200px;
	height: 186.2px;
	margin: 80px auto 0;
	background: url("../image/index/footer_info.png") no-repeat;
	background-size: cover;
	background-position: center;
}

.foot_info2 {
	margin-top: 70px;
}

a {
	color: inherit;
	text-decoration: inherit;
}