html,body,div,ul,li,a{
	margin: 0px;
	padding: 0px;
}
body11{
	font-size: 14px;
	font-family: "微软雅黑";
	background: #333;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}

.page123 {
	PADDING-BOTTOM: 25px;
	MARGIN: 10px auto 0px;
	width: 98%;
	PADDING-TOP: 10px;
	TEXT-ALIGN: center;
	clear: both;
}

.page123 a,.page123 span {
	border-RIGHT: #ccc 1px solid;
	PADDING-RIGHT: 8px! important;
	border-TOP: #ccc 1px solid;
	PADDING-LEFT: 8px! important;
	PADDING-BOTTOM: 4px! important;
	MARGIN: 2px;
	border-LEFT: #ccc 1px solid;
	COLOR: #333! important;
	PADDING-TOP: 4px! important;
	border-BOTTOM: #ccc 1px solid;
	TEXT-DECORATION: none! important
}

.header{
	height: 50px;
	background-color: #63C;
}
.header .nav{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
}
.header .nav li{
	float: left;
	width: 10%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.header .nav li a{
	color: #fff;
}
.header .nav li .second-nav{
	width: 110px;
	display: none;
	position: relative;
}
.header .nav li .second-nav li{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #66C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.header .nav li .second-nav li .third-nav{
	/*position: absolute;*/
	width: 150px;
	height: 200px;
	display: none;
	margin-left: 100%;
	margin-top: -40px;
}
