/* CSS Document */
body{
	width:1002px;
	text-align: center;
	font-family:"宋体",arial,Verdana,helvetica,clean,sans-serif;
	padding:0;
	background: #FFF;
	font-size:12px;
	color:#000;
	line-height:180%;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div,form,img,ul,ol,li,dl,dt,dd ,p{margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}

/* 链接颜色 */
a:link{color:#000000; text-decoration:none;}
a:visited {color: #000000;text-decoration:none;}
a:hover{color: #1577B2; text-decoration:underline;}
a:active{color: #000000;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1577b2;}
.cBlack,a.cBlack:link,a.cBlack:visited{ color:#000;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#f60;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}

/* 字体颜色*/
.fYellow{ color:#f60;}
.fRed{ color:#f00;}
.fGray{ color:#717171;}
.fGreen{color:#539A0B;}

/* 字体大小*/
.f36px{ font-size:36px;}

/* 其他属性 */
.clear{ clear:both;}
.line{background:url(/web/css_img/test/linebg.gif) repeat-x;height:3px;margin:5px;}

/* 后载入式广告属性 */
.ad{ margin: 0 auto; padding:6px 0 6px; clear: both; }
.adTop{ margin: 0 auto; padding:10px 0 0px; clear: both; }
.vedio{margin-top:10px;}

/*分页*/
#page{padding:10px 0px 15px 25px;height:auto;overflow:hidden;margin:5px auto;}
#page span{color:#000;float:left;padding-right:10px;}
#page ul li{list-style:none;background:none;width:auto;height:18px;border:1px solid #8BD2F8;float:left;margin:0px 2px;padding:0px 5px;text-align:center;}
#page ul li.current{
	color:#fff;
	background-color: #8BD2F8;
}

/* 顶部 */
#global{
	width:1002px;
	height:auto;
	overflow:hidden;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 3px;
	border-top-style: none;
	border-top-color: #97CCFE;
}
#logo{float:left;width:556px;margin-bottom:10px;}
#globaladv{float:right;width:360px;}
#topNav{text-align:right;padding-right:5px;margin-bottom:15px;}
#globalNav{widht:1002px;height:66px;clear:both;background:url(/web/css_img/exam/bg_globalNav.gif) no-repeat;color:#1577B2;font-size:14px;font-weight:bold;}
ul#mainNav{width:700px;height:35px;line-height:35px;margin:0px auto;text-align:center;}
ul#mainNav li{float:left;width:100px;list-style:none;background:url(/web/css_img/exam/mainNavLine.gif) no-repeat right 2px;}
ul#mainNav li#current a{display:block;background:url(/web/css_img/exam/mainNavCurrent.gif) no-repeat center;color:#000;}
ul#subNav{width:840px;margin:20px auto 0px auto;text-align:center; padding-top:12px;}
*html ul#subNav{width:840px;margin:0px auto;text-align:center; }
*+html ul#subNav{width:840px;margin:0px auto 0px auto;text-align:center; }
ul#subNav li{list-style:none;background:url(/web/css_img/exam/subNavmenubg.gif) no-repeat;float:left;width:104px;height:38px;line-height:38px;}
#mapsite{
	padding-bottom:10px;
	color:#000000;
	text-align: left;
	display: block;
}
#user{font-weight:bold;color:#173E69;padding:15px 0px 15px 65px;background:url(/web/css_img/exam/bg_user.gif) no-repeat left;line-height:22px;}
#user input{border:1px solid #C5E5F7;}
#user img{vertical-align:middle;padding:0px 5px 6px 5px; cursor:pointer;}

/*版权*/
#footer{background:url(/web/css_img/exam/bg_footer.gif) no-repeat;width:1002px;margin:5px auto;clear:both;padding:20px 0px 10px 0px;}
#footer p{margin:0px;pading:5px 0px;}

