.navbox {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #F9FAFD;
	z-index: 999;
}

.nav_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.logo img {
	width: auto;
	padding-top: 10px;
}

#nav_on {
	width: 132px;
	height: 132px;
}

#nav_on img,
#nav_off img {
	width: auto;
	padding-top: 38px;
	padding-left: 52px
}

#nav_off {
	width: 132px;
	height: 132px;
}

.nav {
	display: none;
	position: fixed;
	background-color: #1E59D9;
	width: 100%;
	top: 0px;
	left: 0;
	height: 100%;
	color: #AEC6FA;

}

.nav_text a {
	display: inline-block;
	width: 100%;
	color: #AEC6FA;
	line-height: 120px;
	text-align: left;
	padding-left: 64px;
	font-size: 36px;
}

.home {
	margin-top: 32px;
}

#select {
	color: #FAFBFE;
	background-image: url("../images/general/yuandian.png");
	background-repeat: no-repeat;
	background-position: 28px 52px;
}

.contact {
	padding-left: 64px;
	margin-top: 200px
}

.contact>p {
	color: #AEC6FA;
	line-height: normal;
}
