.walkinto_wrap {
	width: 192rem;
	padding-top: 8rem;
}

.walkinto_banner {
	width: 192rem;
	height: 52rem;
}

.walkinto_banner img {
	width: 100%;
	height: 100%;
}

.walkinto_nav {
	width: 192rem;
	height: 8rem;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.walkinto_nav_box {
	width: 120rem;
	margin: 0 auto;
	height: 100%;
	display: flex;
	padding: 0 9.8rem;
	justify-content: space-between;
}

.walkinto_nav_item {
	width: 17rem;
	height: 100%;
	line-height: 8rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	letter-spacing: 0.02rem;
	color: #202020;
	text-align: center;
}

.walkinto_nav_item_active,
.walkinto_nav_item:hover {
	letter-spacing: 0.02rem;
	color: #ff0000;
	border-bottom: 0.3rem solid #ff0000;
}

@media screen and (max-width: 1140px) {
	
	.walkinto_wrap {
		width: 192rem;
		padding-top: 9.3rem;
	}
	
	.walkinto_banner {
		width: 192rem;
		height: 52rem;
	}
	
	.walkinto_nav {
		width: 192rem;
		height: 12.5rem;
		background-color: #fff;
		border-bottom: 1px solid #e5e5e5;
	}
	
	.walkinto_nav_box {
		width: 172rem;
		margin: 0 auto;
		height: 100%;
		display: flex;
		padding: 0rem;
		justify-content: space-between;
	}
	
	.walkinto_nav_item {
		width: 27rem;
		height: 100%;
		line-height: 12.5rem;
		font-family: SourceHanSansCN-Regular;
		font-size: 3.032rem;
		letter-spacing: 0.03rem;
		color: #202020;
		text-align: center;
	}
	
	.walkinto_nav_item_active,
	.walkinto_nav_item:hover {
		color: #ff0000;
		border-bottom: 0.6rem solid #ff0000;
	}
	
}
