@charset "utf-8";
/* CSS Document */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,u,ul,var,video,xmp{border:0;font-size:100%;margin:0;padding:0}
body{
	margin:0px auto; background: url("../images/body_bg-1.jpg") repeat-x #f6f6f6;
}
body,td,th,div,input,ul,li,span{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #333333;
}
h1,h2,h3,h4,h5,h6{ font-weight:normal;font-size: 100%;font-family: "微软雅黑";}
a{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}

a:hover{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ff0000;
	text-decoration:none;
}
ul,ol,li{
	list-style:none;
}
.left{ float:left;}
.right{ float:right;}
.header{
  width: 1000px;
  margin: 0 auto;
}
.top{
    width:1000px;
    height: 132px;
}
.login{
  float: right;
}
.login a{
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  color: #fff;
  font-family: '宋体';
  background: #b1b0b0;
  padding: 0 20px;
}
.login a.dl{
  background: #42bffd;
}
.logo{
    width: 780px;
    height:132px;
    float: left;
}
.logo_fd{
    float:left;
    width:678px ;
    height: 130px;
    background: url("../images/top-logo.png") no-repeat left 19px;
}
.logo_xue{
    float:left;
    width:512px ;
    height: 132px;
    background: url("../images/logo_xue.png") no-repeat 20px 45px;
}
.nav{
  width: 1000px;
  margin: 0 auto;
  height: 44px;
  position:relative; 
  z-index: 99999999999;
}
.nav_items{
  width: 1000px;
  margin: 0 auto;
  height: 44px;
  position:absolute;
  left:0px; 
  top:0px;
}
.nav_items li.nav_li{
  float:left;
  height: 44px;
  line-height:44px;
  padding:0 50px;
  position:relative; 
}
.nav_items li.nav_li a{
    font-size:16px;
    color:#fff;
}
.nav_items li.nav_li:hover{
  background: #0175ce;
}
.active{
 background: #0175ce;
}
.nav_items li .sec_nav{ 
  position:absolute;
  left:0px;
  top:44px; 
  display:none;
  text-align:center;
  width:164px
}
.nav_items li .sec_nav_links{ 
  float:none; 
  line-height:32px;
  background:none;
}
.nav_items li .sec_nav_links:hover{
  background: #32b6f7;
}
.nav_items li.nav_li .sec_nav_links a{
    font-size:14px;
    color:#fff;
}
.footer{ width:100%;height:100px;border-top:5px solid #32b6f7;clear: both;text-align: center;padding-top: 22px;background-color:#ffffff}
.footer p{
	margin-top: 5px;
    color: #8c8989;
}