@charset "utf-8";
/* 首页定义 */
p {margin: 0;padding: 0;}
/* 全局 */
#wrapper{width: 940px;margin:0 auto;}

/* 页面上方横条部分 */
#topBar {height: 50px; border-bottom: 1px solid #d0d0d0; overflow: hidden; background-color:#FFFFFF;}
	#topBar .con { width: 940px; margin: 0 auto;}
		#topBar p { line-height: 25px; float: left;}
			#topBar p a {color: #22376E; margin-right: .5em;}
		#topBar .func {float: right; padding-right:10px; line-height:25px;color:#858585;}
			#topBar .func a,
			#topBar .func a:visited {color:#858585;}

#topNav {width: 940px; height: 110px; margin:0 auto; overflow:hidden;}
#topNav h1{float:left; margin-top:5px;}
	.globalNav { float: right; width: 750px; margin-top: 10px;}
	.globalNav .n1 {float: left;line-height: 18px;
		background: url(../images/nav_line.png) no-repeat left 3px;}
	.globalNav .n1 h2{width:20px;height:45px;float:left;font-size: 14px;font-weight: bold;color: #0058bb;white-space: nowrap;
	padding-top: 13px; padding-left:7px;}
    .globalNav .n1 ul{}
	.globalNav ul li {
	width:40px;
	text-align: center;
	float:left; 
}

/* 头部广告 */
.topAdArea {width: 940px;margin: 0 auto;}
.topAdBanner {position:relative;width:940px;height:100px;overflow:hidden;padding-bottom:5px;}
.topAdBanner .adPicBox {width:940px;height:100px;overflow:hidden;}/*height:100px;*/
.topAdBanner_btn { position:absolute; z-index:1; right:1px; bottom:4px; font-family:Arial; }
.topAdBanner_btn span { display:block; width: 17px; background: url(../images/hrader_pic.png) no-repeat left -104px; cursor:pointer; height:20px; color:#0058bb; font-size:12px; line-height:20px; text-align:center; padding-left:3px;}
.topAdBanner_btn .current {
	background: url(../images/hrader_pic.png) no-repeat left -83px;
	width:17px;
	color:#FFF;
	font-size:12px;
	font-weight: bold;
	padding-left:3px; 
}
.topAdArea .textList {
	border: 1px solid #c6d3e0;
	padding: 5px 6px;
	zoom: 1;
	overflow: hidden;
}

	/*.topAdArea .textList li {float: left;width: 20%;background: url(../images/dot.png) no-repeat 4px 9px;line-height: 22px;text-indent: 1em;}*/
	.topAdArea .textList li {float: left;width: 175px;line-height: 22px;background: url(../images/dot.png) no-repeat 4px center;padding-left:10px;}


/* 版权 */
#copyright {width: 940px; text-align: left;text-align: center;margin: 7px auto 0;line-height: 20px;padding: 5px 0 10px;border-top: 1px solid #ccc; font-family: Verdana;}
	#copyright .link {margin-top: 10px;}
	#copyright .link a, #copyright .link a:visited {color: #07519A;}
	#copyright .link a:hover {color: #C00;}
	#copyright p {	margin: 0 0 12px;	font-family: Tahoma;}
