.head_nav{
	padding: 0 90px;
	overflow: hidden;
	height: 70px;
	width: 100%;
	line-height: 70px;
}
.logo_ny{
	float: left;
	margin-right: 150px;
}
.nav_text{
	float: left;
}
.nav_text li{
	float: left;
	font-size: 16px;
	margin-right: 45px;
}
.nav_text li a{
	color: #1E1E1E;
}
.nav_tabs{
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	display: flex;
	justify-content: space-between;
	height: 32px;
	line-height: 32px;
	padding: 0 120px 0 190px;
}
.nav_tabs>div{
	overflow: hidden;
}
.nav_tabs>div>span{
	display: inline-block;
	height: 100%;
	width: 140px;
	background-color: #2579EE;
	color: #fff;
	text-align: center;
	float: left;
	border-right: 1px solid #fff;
}
.nav_tabs ul{
	display: flex;
	justify-content: flex-start;
	font-size: 12px;
}
.nav_tabs ul i{
	font-size: 10px;
	color: #AAAAAA;
	margin: 0 5px;
}
.nav_tabs ul li a{
	color: #BBBBBB;
}
.nav_tabs ul li {
	color: #0057D2;
}
.nav_tabs div span i{
	color: #1E1E1E;
	font-size: 14px;
	margin-left: 5px;
}
.hides{
	display: none;
}


.p-0{
	padding: 0!important;
}
