/* 公共属性 */

.drop-down-menu{
	position: absolute;
	top: 96px;
	right: 0;
	width: 100%;
	padding-right: 60px;
	z-index: 100;
	height: 120px;
	background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0.00) 78%);
}
.clearfix:after,
.clearfix:before {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	clear: both
}


/*  主要样式 */

.yyui_menu1 {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background-color: transparent;
	display: flex;
	justify-content: flex-end;
}

.yyui_menu1 li {
	/*float: right;*/
	position: relative;
}


/*这一级是导航*/

.yyui_menu1 li a {
	display: block;
	line-height: 50px;
	text-decoration: none;
	/*padding: 0px 20px;*/
	min-width: 80px;
	max-width: 160px;
	margin-left: 40px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.yyui_menu1 li a:hover {
    color: #2bb7b3;
    transition: all .3s;
    -webkit-transition: all .3s;
}
/*显示下一级的图标*/
/*.yyui_menu1 li a.more:after {
	content: " »";
}*/
.yyui_menu1 li a.more{
	border: none;
	/*content: " »";*/
		font-size: 16px;
color: #003F43; 
	background: #F5F5F5;
}




.yyui_menu1 li ul {
	border-top:3px solid #003F43 ;
	position: absolute;
	float: left;
	width: 150px;
	display: none;
	background: #FFFFFF;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.22);
	padding: 0 0 10px 0;
	z-index: 9999;
}


/*这是第二级菜单*/
.yyui_menu1 li ul li{
	/*border: 1px solid  red;*/
	padding-left: 10px;
}
.yyui_menu1 li ul li:not(:first-child) a:after{
	
	/*border-top: 1px solid #E4E4E4;*/
}
.yyui_menu1 li ul li:not(:first-child) a{
	border-top: 1px solid #E4E4E4;
}
.yyui_menu1 li ul li:not(:first-child) a:hover{
	border-top: 1px solid transparent;
	color: #003F43;
	/*border: none !important;*/
	position: relative;
}
.yyui_menu1 li ul li:not(:first-child) a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	background: #E4E4E4;
	transition: all 0.5s ease;
}
.yyui_menu1 li ul li:not(:first-child) a:hover:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: #E4E4E4;
	transition: all 0.5s ease;
	/*border-top: 1px solid #E4E4E4;*/
	   
} 
.yyui_menu1 li ul a:hover{
	background: #F5F5F5;
}
.yyui_menu1 li ul a {
	width: 130px !important;
	max-width: 130px;
	min-width: 130px;
	padding: 5px 0;
	line-height: 28px;
	text-decoration: none;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
color: #666666;
}

.yyui_menu1 li ul a:hover {
	/*font-size: 16px;
color: #003F43; 
	background: #F5F5F5;*/
}

.yyui_menu1 li ul ul {
	top: 0;
	left: 150px;
}


/*从第三级菜单开始,所有的子级菜单都相对偏移*/
