@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	height: auto;
	width: 98%;
}
a {
	text-decoration: none;
}
a:hover { text-decoration:none;}
.footer2 {
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer2 p {
	font-family: "宋体";
	font-size: 12px;
	color: #555555;
	text-align: center;
	padding-top: 10px;
	line-height: 25px;
}
.footer2 p a {
	color: #555555;
}

.top {

}

.content {
	width: 1024px;
	margin:0 auto;
	background-color: #FFF;
}

.logo {
	float: left;
}
/* 导航 */
/* style the outer div to give it width */
.menu {
	width:700px;
	float: right;
	font-family: "微软雅黑";
	height: 56px;
}

#lists {
	padding:0;
	margin:15px 0 0 15px;
	list-style:none;
	position:relative;
	height:25px;
	float:left;
	z-index:500;
	display:inline;
} /* margins for this demonstration only */
#lists li {
	display:inline;
	float:left;
	;
	height:25px;
}
#lists li a.tl {
	display:block;
	width:133px;
	height:25px;
	text-decoration:none;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-indent:10px;
	font-weight:normal;
	color:#0056b7;
	background:url(../images/arrow.gif) no-repeat 110px 5px;
	border-right: #d8d8d8 1px solid;
}

#lists div {display:none;}

#lists li a:hover {
	text-decoration:underline;
	white-space:normal;
	background-position:110px 15px;
}
#lists li:hover > a {text-decoration:underline; white-space:normal; background-position:110px 15px;}

#lists :hover div
{
	display:block;
	width:270px;
	background:#faebd7;
	position:absolute;
	left:143px;
	top:25px;
	border:1px solid #888;
	padding-bottom:10px;
}
#lists :hover div.pos2 {
	background:#f0f5ee;
	width: 140px;
	left: 275px;
}

#lists .two:hover {position:relative;}
#lists .single:hover {position:relative;}

#lists .two:hover div.pos3 {background:#f5eef0; width:270px;}
#lists .single:hover div.pos4 {
	background:#fafcc9;
	width:140px;
	left: 10px;
}

#lists :hover div dl {
	display:inline;
	padding:0;
	margin:0 10px 10px 10px;
	float:left;
	width:119px;
}
#lists :hover div dl dt {
	width:119px;
	background:#888;
	text-indent:10px;
	margin:5px 0 10px 0;
	text-decoration:none;
	height:20px;
	line-height:20px;
}

#lists .two:hover div {left:-150px;}
#lists .two:hover div dl {width:119px;}
#lists .two:hover div dl dt {width:119px;}

#lists .single:hover div dl {width:119px;}
#lists .single:hover div dl dt {width:119px;}

#lists :hover div dl dd {padding:0; margin:0;}

#lists :hover div dt a {
	text-decoration:none;
	cursor:default;
	font-weight:normal;
	color:#fff;
	font-size: 12px;
}
#lists :hover div dd a {
	display:block;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	color:#000;
	text-indent:15px;
	line-height:20px;
}
#lists :hover div dd {
	padding-top:5px;
}
#lists :hover div dd a:hover {text-decoration:underline;}

#lists .clear {clear:both;}
