.header * {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Arial, 'Microsoft Yahei';
	font-size: 14px;
	color: #666;
	outline: none;
}

.header a {
	text-decoration: none;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}

.header i {
	font-style: normal;
}

.header ul,
.header li {
	list-style: none;
}

.header img {
	display: block;
}

.box {
	padding:20px 50px 10px;display: flex; align-items: center;
}

.clear {
	clear: both;
}

.header {
	position: relative;
}

.header .logo {
	display:block;
	width:380px;
	height:45px;
	background: url('/static/layui/images/mnlogo.jpg');
}
.header .tlogo {display:block;height:45px;line-height:45px;font-size:28px;padding-right:30px;}

.header .menu {display: flex;}
.header .menu a {line-height:45px;font-size: 16px;color: #333;padding: 0 15px;}
.header .menu a:hover {color: #05b570;}