.nav_father{
	top: 0;
	width: 100%;
	position: fixed;
	background: #fff;
	margin-bottom: 80px;
	z-index: 9999;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}
.nav{
	height: 80px;
	background-color: white;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.nav_phone{
	display: none;
}

.logo{
	height: 40px;
	/*margin-top: 25px;*/
	float: left;
}

.hyg-nav{
	margin-left: 70px;
	width: 652px;
	display: flex;
	justify-content: space-between;
}
.hyg-nav li{
	color: #666;
	line-height: 50px;
	min-width: 64px;
	margin: 0;
}

li a {
	display: inline-block;
	padding: 0 10px;
	transition: all 0.3s ease;
	border-bottom: 2px solid transparent;
	height: 40px;
	line-height: 40px;
}

li a:hover {
  	color: #d12c22;
	border-bottom: 2px solid #d12c22;
}

li .active{
	color: #d12c22;
	display: inline-block;
	border-bottom: 2px solid #d12c22;
}

.hyg-400{
	height: 20px;
	margin-left: 50px;
	margin-top: 0px;
}

.phone{
	margin-top: 0;
	margin-left: 10px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 500;
}

.hyg-nav-select{
	width: 100px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	margin-top: 0;
	margin-left: 45px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 0 10px;
	outline: none;
	transition: all 0.3s ease;
}

.hyg-nav-select:hover{
	border-color: #d12c22;
}

.hyg-nav-option{
	height: 36px;
	font-size: 16px;
	line-height: 36px;
}

@media screen and (max-width: 750px) {
	.nav {
		display: none;
	}

	.nav_phone{
		width: 100%;
		display:block;
		height: 50px;
		padding: 4px 0;
		background-color: #ffffff;
		position: fixed;
		top: 0;
		z-index: 999;
		box-sizing: content-box;
	}

	.logo_phone{
		height: 30px;
		margin: 10px 20px;
	}

	.logo_menu{
		right: 20px;
		top: 10px;
		position: absolute;
	}

	.menu{
		top: 45px;
		right: 10px;
		position: absolute;
		background-color: #2F2F2F;
		z-index: 999;
		display: none;
	}

	.menu li {
		padding: 10px 0;
		border: 1px solid #444A46;
		text-align: center;
	}

	.menu_p {
		color: #ffffff;
		display: inline-block;
		width: 120px;
		font-size: 14px;
	}

	.menu_lange{
		width: 50%;
		color: #cccccc;
		text-align: center;
	}

	.menu_lange:first-child{
		border-right: 1px solid #cccccc;
	}

	li .active_phone{
		color: #d12c22;
	}

}






