/* 公共样式表css */


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: 0;
}
button {
	outline: 0;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
 .clearfix::after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
.clearfix {
}
/* 必要布局样式css */
.aui-header {
	width:960px;
	position: absolute;
	z-index:999;
	overflow:hidden;
}
.aui-comm-box {
	width: 100%;
	margin: 0 auto;
	overflow:hidden;/* position: relative; */

}
.aui-nav-nav dl dd {
	width: 120px;
	float: left;
}
.aui-nav-nav dl dd h3 {
	line-height: 39px;
	float: left;
	text-align: center;
	margin-right: 2px;
	border: 1px solid #fff;
	border-radius: 3px;
	display: block; font-weight:500;
	
	font-size: 18px;
}
.aui-nav-nav dl dd h3 a {
	color: #000;
	display: inline-block;
	width: 120px;
}
.aui-nav-nav dl .on h3 a {
	color: #333;
}
.aui-nav-nav dl dd h3:hover {
	border: 1px solid #ddd;
}
.aui-nav-nav dl .on h3 {
	border: 1px solid #ddd;
}
.aui-nav-nav dl dd ul {
	position: relative;
	z-index:999;
	background-color: #fff;
	width: 122px;
	top:-5px;
	padding: 0;
	font-size: 14px;
	border: 1px solid #c6c6c6;
	border-radius: 0 0px 3px 3px;
	display:none;
	text-align: center;
	border-top: none;
}
.aui-nav-nav {
	font-size: 16px;
	width:100%;
	float: left;
	overflow:hidden;
}
.aui-nav-nav dl dd .aui-nav-list {

	overflow:hidden;
}
.aui-nav-nav dl dd .aui-nav-list li {
	text-align:center;
	border-bottom:1px solid #ddd;
	line-height: 32px;
}
.aui-nav-nav dl dd .aui-nav-list li:hover {
	background: #ddd;
}
