﻿BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
}
#page {
	width:1000px;
	margin:0 auto;
	background-color:white;
}
#header {
	HEIGHT: auto;
	CLEAR: both;
	border-bottom:2px solid #cccccc;
}
#header_top{
	border-top:1px solid #001863;
	}

#logo {
	background:url(../images/head_01.jpg) no-repeat 20px center;
	height:70px;
	text-align:right;
}
#logo #link  {
	margin-top:50px;
	margin-right:15px;
	color:#999999;
	float:right;
}
#logo #link span{
	color:red;
	margin-left:0.5em;
	margin-right:0.5em;
	}
#logo #link a {
	color:#999999;
}
#logo #link a:hover{
	color:#0871BD;
}
/*头部菜单*/
#header_menu {
	height:29px;
	background:url(../images/menu_bg0.jpg) repeat-x;
	overflow:hidden;
}
#header_menu ul {
	margin:0px;
	padding:0px;
	margin-top:4px;
}
#header_menu ul li {
	float:left;
	text-align:center;
	line-height:20px;
	font-size:14px;
	font-family:"黑体";
	width:90px;
	position:relative;
}
#header_menu ul a {
	outline:none;
	width:90px;
	color:white;
	display:block;
	height:22px;
}
#header_menu ul a:hover {
	background-image:url(../images/menu_bg.jpg);
	color:#395D9C;
}
/* 头部菜单的子菜单*/
#header_menu .ClassNavi_Sub{
	margin:0px;
	position:absolute;
	clear:both;
	left:10px;
	}
#header_menu .ClassNavi_Sub li{
	}
#header_menu .ClassNavi_Sub li a {
	background-image:url(/Templets/images/menu_bg0.png);
	color:#395D9C;
}
#header_menu .ClassNavi_Sub li a:hover {
	color:#900;
	background-image:url(/Templets/images/menu_bg0.png);
}
#header_menu #searcher {
	float:right;
	display:block;
	margin-right:10px;
}

/* 头部横幅部分*/
#banner{
	width:1000px;
    height:255px;
	}


/*中间部分的左边的部分*/
 #content_left{
	float:left;
	width:180px;
	}
/* 左登录*/
#content_left #left_login{
	width:100;
	height:150px;
	background-color:#004DAD;
	text-align:center; 
	line-height:2.5em; 
	padding-top:6px;
	color:#CCC;
		}
#left_login a{
	color:#ccc;
	}
#content_left #left_login #UserNum,#UserPwd{
	width:120px;
}
#left_login #but_LoginSubmit{
	background-image:url(/Templets/images/loginButton.jpg);
	width:50px;
	height:17px;
	border:none;
	color:white;
	line-height:17px;
}
#left_login #Loginreset{
	background-image:url(/Templets/images/loginButton.jpg);
	width:50px;
	height:17px;
	border:none;
	color:white;
	line-height:17px;
}
#left_login span {
	display:none;
	}
#left_login img{
	margin-left:-40px;
	margin-top:8px;
	}
/* 左二*/
#content_left  #left_img{
	height:302px;
	background:url(../images/left_o1.jpg);
	margin:13px 0px;
	}
	
/*左三*/
#content_left #left_three{
	height:388px;
	background:#004DAD no-repeat top;
	padding-top:15px;
	padding-left:15px;
	}
#left_three #left_three ul{
	margin-top:15px;
	}
#left_three li {
	width:140px;
	height:35px;
	border-bottom:1px  solid #000;
	line-height:35px;
	text-indent:1em;
		}
#left_three li a{
	font-size:15px;
	color:white;
	font-family:"黑体";
	}
#left_three  table {
	width:145px;
	height:130px;
	margin-top:5px;
	margin-left:5px;
	}
/*左四*/
#content_left #left_four{
	margin-top:13px;
	height:237px;
	}
#left_four #left-four_top{
	height:48px;
	background-color:#004DAD;
	padding-top:8px;
	padding-left:20px;
	}

#left_four #left-four_Buttom{
	clear:both;
	height:185px;
	background-color:#E7e7e7;
		}
#left_four #left-four_Buttom ul{
	padding-top:10px;
	margin-left:15px;
		}
#left_four #left-four_Buttom ul li{
	margin-top:10px;
		}
#left_four #left-four_Buttom select{
	width:147px; 
}


/* 底部样式*/
#footer {
	height:80px;
	background:url(../images/footer_bg.jpg) no-repeat top;
}
#footer #footer_left {
	float:left;
	margin-left:20px;
	margin-top:20px;
}
#footer #footer_right{
	float:left;
	margin-top:20px;
	margin-left:50px;
	}
#footer #footer_right li{
		margin-bottom:5px;
	}
#footer #footer_right li a{
	color:#000;
}
#footer #footer_right li a:hover{
	color:#0871BD;
}
/*底部的菜单*/
#footer_right .footer_menu{
	float:left;
}
.footer_menu li{
	padding:0 0.5em;
	float:left;
	text-align:center;
	border-left:1px solid;
	}
#footer_right span{ float:left; display:block; width:10em;}
/* 最终栏目页中的分页样式*/
#ak_Pager a{ margin-left:4px; margin-right:4px;}
