﻿*{
    margin:0;
    padding:0;
}
ul{
    list-style-type:none;
}
a,img{
  border:0;	
}
body{
    font-size:12px;
    background:blue url(imagesbg.gif) no-repeat fixed;
	position:scroll;
}
/********************************************************头部*****************************************************/
#header{
  width:960px;
  height:100px;
  margin:0 auto;
}
/*******************************************搜索****************************************/
.searchbox{
	background:url(imagessreachbox.gif) no-repeat;
	width:260px;
	height:25px;
	float:left;
	border:#999 solid 1px;
	margin-left:300px;
}
.searchbox #inputbox{
	float:left;
	margin:4px 6px 0 2px;
	_margin:6px 6px 0 4px;
	display:inline;
}
.searchbox #inputbox input{
	padding:2px;
	height:15px;
	line-height:normal;
	width:138px;
	border:none;
	font-size:12px;font-family:"宋体";
	color:#999;
	
}
.searchbox #inputbox input.focus_text{
	color:#333;
}
.searchbox #inputbox input.blur_text{
	color:#999;
}
.searchbox .sreachbtn{
	width:29px;
	_width:60px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	background:none;
	font-size:14px;
	color:#990000;
	font-weight:800;
	text-indent:-9999px;
}
/* options */
#options{
	float:left;
	width:79px;
	height:23px;
	color:#333;
}
#options dl{
	position:relative;
	z-index:4;
	width:79px;
}
#options dt{
	overflow:hidden;
	width:70px;
	height:23px;
	padding:0px 0px 0px 10px;
	background:none;
}
#options dt b{
	width:0px;
	height:0px;
	overflow:hidden;
	line-height:0px;
	font-size:0px;
	border-width:5px;
	border-style:solid solid solid solid;
	border-color:#ccc #fff #fff #fff;
}
#options dt b{
	position:absolute;
	right:6px;
	top:11px;
	zoom:1;_position:relative;
	_left:53px;
	_top:-18px;
}
#options dt input{
	width:60px;
	height:26px;
	line-height:26px;
	margin:1px 6px 0px 0px;
	border:0px;
	font-size:12px;
	background:none;
	color:#555;
}
#options dd{
	display:none;
	width:77px;
	line-height:22px;
	padding:0px 0px 1px 1px;
	font-size:12px;
}
#options.hover dl{
	position:relative;
	cursor:pointer;
	width:76px;
}
#options.hover dt b{
	border-color:#fff #fff #ccc #fff;
	top:6px;_top:-24px;
}
#options.hover dd{
	display:block;
	_position:relative;
	color:#666;
	margin-left:-1px;
	border-style:solid;
	border-color:#DD8C31;
	border-width:0px 1px 1px 1px;
	background:#fff;
}
#options dd div{
	display:block;zoom:1;
	padding-left:9px;
}
#options div.hover{
	background:#f5f5f5;
	color:#333;
}
#header h1 a{
  width:180px;
  height:80px;
  margin-top:15px;
  text-indent:-9999px;
  background:url(imageslogo.gif) no-repeat;
  float:left;
}
#header h2 a{
  width:250px;
  height:70px;
  margin-top:10px;
  margin-left:530px;
  text-indent:-9999px;
  background:url(imagesschool.gif) no-repeat;
  float:left;
}
#header ul{
  float:right;
}
#header ul li{
  display:inline;
  height:30px;
  line-height:30px;
  padding-left:10px;
  
}
#header ul li a{
  color:#333;
  text-decoration:none;
  list-style-type:circle;
}
#header ul li a:hover{
  color:#333;
  text-decoration:underline;
}
/****************************************************************导航********************************************/
#bar{
 z-index:9999;position: relative;
  width:960px;
  height:40px;
  margin:0 auto;
  margin-top:10px; 
  -webkit-box-shadow:0 0 24px lightblue;
  -moz-box-shadow:0 0 24px lightblue;
  box-shadow:0 0  24px lightblue;
}
.menu{ z-index:9999;position: relative;
	height:30px;
	width:960px;
    margin:0 auto;
}
.nav *{ z-index:9999;position: relative;
    text-decoration:none;
    font-size:9pt;
}
.nav * a:hover{ z-index:9999;position: relative;
    background-color:#306;/* 鼠标经过时的红色背景，可自定义 */
    filter: alpha(opacity=80); 
    opacity: 0.7;
}
.nav{ z-index:9999;position: relative;
	list-style:none;
	height:30px;
	width:960px;
	margin:0 auto;	
}
.nav li{
 z-index:9999;position: relative;
	float:left;
	border-bottom:1px solid #fff;
	position:relative;
}
.nav li a{
        z-index:9999;position: relative;
	color:#333;
	height:38px;
	line-height:38px;
	padding:0 18px;
	blr:expression(this.onFocus=this.close());
	blr:expression(this.onFocus=this.blur());
	display:inline-block;
}
.nav li a:hover{ z-index:9999;position: relative;
	color:#fff;
}
.nav li a:focus{  z-index:9999;position: relative;
    -moz-outline-style: none; 
}
.nav li .sub-nav{ z-index:9999;position: relative;
	position:absolute;
	top:39px;
	left:-1px;
	list-style:none;
	background-color:#036;
	display:none;
    filter: alpha(opacity=80); 
    opacity: 0.7;
	z-index:9999;
}
.nav li .sub-nav li{
        z-index:9999;position: relative;
	text-align:center;
	clear:left;
	width:140px;
	height:35px;
	line-height:35px;
	position:relative;
}
.nav li .sub-nav li a{ z-index:9999;position: relative;
	height:34px;
	line-height:34px;
	width:138px;
	padding:0;
	display:inline-block;
	color:#fff;
}
.nav li .sub-nav li a:hover{ z-index:9999;position: relative;
	color:#fff;
}
/*********************************************************底部***************************************************/
#footer{
  height:500px;
  background:#025d8c;
  -webkit-box-shadow:0 0 34px #025d8c;
  -moz-box-shadow:0 0 34px #025d8c;
  box-shadow:0 0  34px #025d8c;
  clear:both;
}
#footer #foot{
  height:500px;
  width:960px;
  margin:0 auto;
}
#footer #foot1{
  height:400px;
  width:240px;
  float:left;
}
#footer #foot1 dl{
  height:400px;
  width:200px;
  margin:0 auto;
  margin-top:20px;
}
#footer #foot1 dl dt{
  font-size:14px;
  color:#fff;
  margin-bottom:20px;
}
#footer #foot1 dl dd a{
  font-size:12px;
  color:#c9dde7;
  width:25px;
  line-height:25px;
  text-decoration:none;
}
#footer #foot1 dl dd a:hover{
  color:#fff;
  text-decoration:underline;
}
#footer #foot2{
  height:400px;
  width:240px;
  float:left;
}
#footer #foot2 dl{
  height:400px;
  width:200px;
  margin:0 auto;
  margin-top:20px;
}
#footer #foot2 dl dt{
  font-size:14px;
  color:#fff;
  margin-bottom:20px;
}
#footer #foot2 dl dd a{
  font-size:12px;
  color:#c9dde7;
  width:25px;
  line-height:25px;
  text-decoration:none;
}
#footer #foot2 dl dd a:hover{
  color:#fff;
  text-decoration:underline;
}
#footer #foot3{
  height:400px;
  width:240px;
  float:left;
}
#footer #foot3 dl{
  height:400px;
  width:200px;
  margin:0 auto;
  margin-top:20px;
}
#footer #foot3 dl dt{
  font-size:14px;
  color:#fff;
  margin-bottom:20px;
}
#footer #foot3 dl dd a{
  font-size:12px;
  color:#c9dde7;
  width:25px;
  line-height:25px;
  text-decoration:none;
}
#footer #foot3 dl dd a:hover{
  color:#fff;
  text-decoration:underline;
}
#footer #foot4{
  height:400px;
  width:240px;
  float:left;
}
#footer #foot4 dl{
  height:400px;
  width:200px;
  margin:0 auto;
  margin-top:20px;
}
#footer #foot4 dl dt{
  font-size:14px;
  color:#fff;
  margin-bottom:20px;
}
#footer #foot4 dl dd a{
  font-size:12px;
  color:#c9dde7;
  width:25px;
  line-height:25px;
  text-decoration:none;
}
#footer #foot4 dl dd a:hover{
  color:#fff;
  text-decoration:underline;
}
#footer #foot5{
  height:100px;
  width:960px;
  float:left;
  border-top:1px solid #999;
}
#footer #foot5 #foot-message{
  height:100px;
  width:700px;
  float:left;
}
#footer #foot5 #foot-message ul{
  height:90px;
  width:650px;
  color:#c9dde7;
  margin-top:10px;
}
#footer #foot5 #foot-message ul li{
  height:17px;
  line-height:17px;
}
#footer #foot5 #foot-logo{
  height:100px;
  width:250px;
  float:right;
}
#footer #foot5 #foot-logo a{
  margin-top:10px;
  height:80px;
  width:180px;
  display:block;
  text-indent:-9999px;
  background:url(imageslogo1.gif) no-repeat;
}
/************************************************************ 返回顶部*****************************************************/
.to_top a,.to_top a:hover{
	background:url(imagesgotop.png) no-repeat;
}
.to_top a{
	background-position:0 0;
	float:left;
	height:50px;
	overflow:hidden;
	width:50px;
	position:fixed;
	bottom:50px;  
	cursor:pointer;
	_position:absolute;
	_right:auto;
	_left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||20));
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||20)-(parseInt(this.currentStyle.marginBottom, 10)||20)));
}
.to_top a:hover{
	background-position:-51px 0px;
}