/*全局*/
body {margin:0;font:12px Tahoma,Verdana;color:#000;}
img,form{margin:0px;}
input,select,textarea{font:12px Tahoma,Verdana;}
.clear {clear:both;overflow:hidden;}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
/* End hide from IE-mac */
.sfont {
	color:#999;
	font-size:8pt;
}
a {
	color:#225D98;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:underline;
}
.margintop {margin-top:2px;}
.marginleft {margin-left:2px;}
.fleft {float:left;}
.fright {float:right;}

.paddings {padding:2px;}

.body {
	width:960px;
	margin:0px auto;
	border:0px;
}
.queryform {
	text-align:center;
	padding:5px 0px 5px 0px;
}

/*/////////////导航菜单 开始///////////////////*/
.topmenu {
	border:1px solid #0093D9;
	background:#B3D4EF;
	display:block;
	margin-top:3px;
}
.topmenu a{
	float:left;
	display:block;
	padding:0px 12px 0px 12px;
	height:22px;
	line-height:22px;
	border-right:1px solid #0093D9;
	background:#B3D4EF;
	font-weight:bold;
	color:#333;
}
.topmenu a:hover{
	background:#184B76;
	color:#fff;
}
/*/////////////导航菜单 结束///////////////////*/

/*/////////////头部 开始///////////////////*/
.header {
	border-left:1px solid #0093D9;
	border-top:1px solid #0093D9;
	border-right:1px solid #0093D9;
	border-bottom:1px solid #0093D9;
	overflow:hidden;
}
.header .logo{
	width:200px;
	padding:2px 0px;
	float:left;
}
.header .banner{
	width:755px;
	padding:3px 0px;
	float:right;
	text-align:right;
	overflow:hidden;
}
.welcome {
	border:1px solid #0093D9;
	height:18px;
	line-height:18px;
	background:#0093D9;
	color:#fff;
	padding:0px 2px 0px 2px;
}
.welcome a{
	color:#fff;
}

/*/////////////头部 结束///////////////////*/

/*/////////////底部 开始///////////////////*/
.footer {
	clear:both;
	border-top:1px solid #0093D9;
	text-align:center;
	line-height:20px;
	height:40px;
	margin:4px 0px 3px 0px;
	padding:3px 0px 3px 0px;
}
.footer a{
	color:#000;
}
/*/////////////底部 结束///////////////////*/

/*分页样式 开始*/
.pagination {
	padding:0px 2px;
}
.pagination .pagination_left{
	float:left;
	overflow:hidden;
	text-align:left;
	height:22px;
	line-height:22px;
}
.pagination .pagination_right{
	float:right;
	overflow:hidden;
	text-align:right;
	height:22px;
	line-height:22px;
}
.pagination .pagination_right .pagenumber{

}
.pagination .pagination_right .pagenumber span{
}
.pagination .pagination_right .pagenumber span a{
	padding:1px 6px;
	border:1px solid #999;
	margin:1px;
}
.pagination .pagination_right .pagenumber span a:hover{
	border:1px solid #000;
	background:#0093D9;
	color:#fff;
}
.pagination .pagination_right .pagenumber strong{
	color:#ff0000;
	margin:1px;
	padding:1px 5px;
	border:1px solid #999;
	background:#FFB44C;
}
/*分页样式 结束*/


.bodyAds {
	float:right;
	padding:3px;
}
.adsList {
	border:1px solid #0093D9;
	padding:2px;
	overflow:hidden;
}
.error404 {
	margin-top:15px;
}
.error404 strong{
	float:left;
}
.error404 .eLogo{
	float:left;
	width:250px;
	font-weight:bold;
	font:55px times;
}
.error404 .eTops{
	background:#3366CC;
	float:right;
	width:645px;
	font-weight:bold;
	padding:5px;
	margin-left:4px;
}