/*====网站基本样式=====*/
body {
	margin: 0;
	padding:0;
	text-align:left;
	font-family: "宋体";
	font-size: 12px;
	color: #666;
	background:#fff;
}


div, ul, li, ol, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form {
	margin:0;
	padding:0;
}
ul li{
	list-style:none
	}
table {
	font-family: "宋体";
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.header, .main, .bottom{
	width:990px;	
	margin:0 auto;
}
.main, .bottom{
	margin-top:10px;
}
a img{
	border:0;
}
/*====默认链接颜色：灰色=====*/
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration:underline;
}
a:active {
	color: #666;
	text-decoration:none;
}
/*====链接颜色：黑色=====*/
a.black:link {
	color: #000;
	text-decoration: none;
}
a.black:visited {
	color: #000;
	text-decoration: none;
}
a.black:hover {
	color: #000;
	text-decoration:underline;
}
a.black:active {
	color: #000;
	text-decoration:none;
}
/*====链接颜色：白色=====*/
a.white:link {
	color: #fff;
	text-decoration: none;
}
a.white:visited {
	color: #fff;
	text-decoration: none;
}
a.white:hover {
	color: #fff;
	text-decoration:underline;
}
a.white:active {
	color: #fff;
	text-decoration:none;
}

/*====链接颜色：红色=====*/
a.red:link{
	color: #ff0000;
	text-decoration: none;
}
a.red:visited {
	color: #ff0000;
	text-decoration: none;
}
a.red:hover {
	color: #ff0000;
	text-decoration:underline;
}
a.red:active {
	color: #ff0000;
	text-decoration:none;
}


/*====链接颜色：深蓝色=====*/
a.blue:link {
	color: #0061bc;
	text-decoration: none;
}
a.blue:visited {
	color: #0061bc;
	text-decoration: none;
}
a.blue:hover {
	color: #0061bc;
	text-decoration:underline;
}
a.blue:active {
	color: #0061bc;
	text-decoration:none;
}


.text_red {
	color: #FF0000;
}
.text_red_b {
	color: #FF0000;
	font-weight:bold;
}
.text_b {
	font-weight:bold;
}
.clear {
	line-height:0;
	font-size:0;
	clear:both;
}



/* ====== header ====== */

.top{
	height:30px;
	margin-bottom:1px;
	padding:0;
	background:url(../images/serch_bg.gif) repeat-x;
}

.serch1{
	width:260px;
	float:left;
	padding:4px 0 0 20px;
}


.serch1 input{
	width:260px;
	height:16px;
	background:#fff;
	border:1px #6298f0 solid;
	font-size:12px;
	color:#666;
}

.serch2{
	float:left;
	width:60px;
	padding:4px 0 0 10px;
}

.top_nav a, .top_nav a:hover, .top_nav a:active{
	float:right;
	height:30px;
	line-height:30px;
	margin-right:20px;
	color:#004f99;
	text-indent:18px;
}

.top_nav a.list01{
	background:url(../images/serch_dot01.gif) 0 7px no-repeat;
}

.top_nav a.list02{
	background:url(../images/serch_dot02.gif) 0 7px no-repeat;
}

.top_nav a.list03{
	background:url(../images/serch_dot03.gif) 0 7px no-repeat;
}

.top_nav a.list04{
	background:url(../images/serch_dot04.gif) 0 7px no-repeat;
}

.top_nav a.list05{
	background:url(../images/serch_dot05.gif) 0 7px no-repeat;
}

.top_nav a.list06{
	background:url(../images/serch_dot06.gif) 0 7px no-repeat;
}

.nav{
	height:90px;
	border-bottom:2px #64c6ff solid;
}

.logo{
	float:left;
	width:322px;
	height:90px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
}

.nav_list{
	float:right;
	width:668px;
	height:90px;
	background:url(../images/banner.gif) top no-repeat;
}

.nav_list ul{
	height:35px;
	margin-top:55px;
	background:url(../images/nav_bg.gif) repeat-x;
}

.nav_list ul li{
	float:left;
	height:35px;
	padding-right:26px;
	background:url(../images/index_35.gif) right no-repeat;
}



.nav_list ul li a {
	display:block;
	height:35px;
	width:66px;
	text-indent:-9999px;
	background:url(../images/nav_list_bg_off.gif) no-repeat;
}
.nav_list ul li a.current, .nav_list ul li a:hover, .nav_list ul li a.active{
	background:url(../images/nav_list_bg_on.gif) no-repeat;
}
.nav_list ul li a.nav_list01{
	background-position:0 0;
	width:85px;
}

.nav_list ul li a.nav_list02, .nav_list ul li a.nav_list02:hover, .nav_list ul li a.nav_list02:active{
	background-position:0 -45px;
}

.nav_list ul li a.nav_list03, .nav_list ul li a.nav_list03:hover, .nav_list ul li a.nav_list03:active{
	background-position:0 -90px;
}

.nav_list ul li a.nav_list04, .nav_list ul li a.nav_list04:hover, .nav_list ul li a.nav_list04:active{
	background-position:0 -135px;
}

.nav_list ul li a.nav_list05, .nav_list ul li a.nav_list05:hover, .nav_list ul li a.nav_list05:active{
	background-position:0 -180px;
}

.nav_list ul li a.nav_list06, .nav_list ul li a.nav_list06:hover, .nav_list ul li a.nav_list06:active{
	background-position:0 -225px;
}


.nav_list ul li a.nav_list07, .nav_list ul li a.nav_list07:hover, .nav_list ul li a.nav_list07:active{
	background-position:0 -270px;
}



/* ===== 其他部门 ===== */

.other{
	width:990px;
	height:65px;
	margin:10px auto;
	background:url(../images/kgedu_116.gif) repeat-x;
	text-align:center;
	clear:both;
}
.other img{
	margin:18px 30px;
	border:0;
}




/* ====== 友情链接 ====== */

.links{
	width:988px;
	min-height:78px;
	_height:78px;
	margin:0 auto;
	margin-top:10px;
	border:1px #64c6ff solid;
	text-align:center;
}
.links_tit{
	margin:2px;
	width:984px;
	height:21px;
	line-height:24px;
	background:url(../images/link_tit.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	text-indent:10px;
}

.links img{
	width:120px;
	height:40px;
	padding:2px;
	border:1px #999 solid;
	margin:6px;
}

/* ====== bottom ====== */

.hr0{
	height:3px;
	background:#92d7ff;
	font-size:0;
}

.bottom p{
	margin:15px auto;
	text-align:center;
	line-height:24px;
}
