.walkinto_wrap {
	width: 75rem;
	padding-top: 8.5rem;
	padding-bottom: 9rem;
}

/* banner */
.walkinto_banner {
	width: 75rem;
	height: 20rem;
}

.walkinto_banner img {
	width: 75rem;
	height: 20rem;
}

/* 导航 */
.walkinto_nav {
	width: 75rem;
	height: 5.5rem;
	padding: 0 5rem;
	background-color: #eeeeee;
}

.walkinto_nav_box {
	display: flex;
	justify-content: space-between;
}

.walkinto_nav_item {
	height: 5.5rem;
	line-height: 5.5rem;
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	font-weight: bold;
	color: #3b3b3b;
}

.walkinto_nav_item_active {
	border-bottom: 2px solid #898989;
}
