* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font: 14px Microsoft Yahei, WenQuanYi Micro Hei, SimSun, Tahoma, Arial, Helvetica, STHeiti, "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
}

li {
	list-style-type: none;
}

button:hover {
	cursor: pointer;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.clear {
	clear: both;
}

/* 先重置一下html，消除HTML标签默认的内外边距 */
.wrap {
	width: 660px;
	margin: 0 auto;
	padding-top: 35px;
/* 	margin-left: 550px; */

}


/* 去掉默认a标签的下划线 */
.level li {
	position: relative;
	list-style: none;
	float: left;
	width: 100px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}

.level li a {
	display: block;
	line-height: 40px;
	color: #333;
	text-decoration-line: none;
}

.level li:hover {
	background: #305dc3;
	/* padding: 10px 20px; */
	border-radius: 20px;
	

}

.level>li:hover>a {
	/* width: 110px; */
	color: #FFFFFF;
}

/* 设置鼠标滑过后的样式 */

.two {
	display: none;
	/* margin-top: 10px; */
	background-color: #ffffff;
	position: absolute;
	z-index: 999;
	left: 0;
	border-radius: 0 0 5px 5px;
	padding-top: 30px;
}

/*   先使二级菜单的内容隐藏 */
.level li:hover .two {
	display: block;
}

/* 鼠标滑过一级菜单后的显示二级菜单 */
.two li {
	padding: 5px 0;
	transition: .4s;
	cursor: pointer;
	cursor: pointer color: #000;
	line-height: 40px;
	border-radius: 0px;
	background: #fffff;


}

.two li:hover {
	background: #0000;
}
.two li:hover a{
	color: #0f55b7;
}
