
.nav.clearfix{display: flex;align-items: center;}
.nav.clearfix li{position: relative;}
.nav a {
	padding: 0px 12px;
	text-align: center;
	color:#000000;
	font-size: 16px;
	line-height: 52px;
}

.nav .sub {
	display: none;
	position:absolute;
	left:0;
	right: 0;
	z-index:999;
	padding-bottom: 15px;
}
.nav .sub li {
	text-align:center;
	background:#4772a6;
	margin-left: 0px;
	margin-top: 3px;
	width: 200px;
}
.nav .sub li a {
	display:block;
	line-height:36px;
	color: #ffffff;
	font-weight: 500;
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	width: 200px;
}
.nav .sub li a:hover {
	color:#ffffff;
	background-color: #e075ac;
}
.nav .block {
	height:8px;
	width:120px;
	background:#FE7700;
	position:absolute;
	left:0;
	top:42px;
	overflow:hidden;
}
