@charset "utf-8";
/* CSS Document */
html,body {margin:0; padding:0; font:12px Arial, Helvetica, sans-serif; background:url(../images/bg.jpg) repeat-x left top #BDDEFF; text-align:center;}
ul,li {margin:0; padding:0; list-style-type:none;}
img {border:0;}
.login_all {position:absolute; left:50%; top:50%; margin-left:-389.5px; margin-top:-179.5px; width:784px; height:359px;}
.center_1 {background:url(../images/center_1.jpg) no-repeat left top; height:35%; width:729px;}
.center_2 {background:url(../images/center_2.jpg) no-repeat left top; height:35%;}
.center_3 {background:url(../images/center_3.jpg) no-repeat left top; height:25%;}
.login_input {background:url(../images/bg2.jpg) repeat-x left top; color:#FFF; font-size:14px;}
.login_input1 {width:106px; height:20px;}
.login_input2 {width:56px; height:20px;}

.all {width:977px; overflow:hidden;}
.logo_td {padding:22px 7px 0 7px;}
.logo {background:url(../images/logo.jpg) no-repeat left top; width:450px; height:106px;}
.logo2 {background:url(../images/logo2.jpg) no-repeat right top;}
.login_info {background:url(../images/logo3.jpg) no-repeat left top; height:42px; line-height:42px; color:#FFF; font-size:14px; padding-left:50px;}
.login_info span {float:left; margin-right:10px;}
.main_top {background:url(../images/main_top.jpg) no-repeat left top; height:56px; color:#003287; line-height:56px; padding-top:10px; padding-left:20px;}
.main_top li,.main_top li a {float:left; margin-right:20px; font-weight:bold; font-size:14px;}
.main_top li a:hover {background:url(../images/nav_hover.jpg) no-repeat center center;}
.nav_right {text-align:right;}

.main_left {background:url(../images/main_left.jpg) no-repeat left top; width:14px; height:385px;}
.main_center {background:url(../images/main_bg.jpg) no-repeat left top; width:812px; vertical-align:top; padding:5px 5px 18px 5px;}
.main_right_foot {background:url(../images/main_right2.jpg) no-repeat left top; height:144px;}
.main_right_foot input {color:#00348A; width:112px; height:27px; background:url(../images/input_bg.jpg) no-repeat left top; border:0;}


.foot {text-align:center; font-size:11px; color:#00348A; padding-top:10px;}




#nav a {
 width: 90px; 
 display: block;
  font-size:17px;
  color:#033387;
/* padding-left:20px;
 Width(一定要)，否则下面的Li会变形*/
}
#nav li {
 /*一级目录的背景色*/
 

 line-height:38px;
 padding-left:25px;
 /*border-bottom:#FFF 1px solid; 下面的一条白边*/
 float:left;
 text-align:left;
 list-style-type:none;
 /*float：left,本不应该设置，但由于在Firefox不能正常显示
 继承Nav的width,限制宽度，li自动向下延伸*/
}
#nav li a:hover{ color:gray;
/* background:#CC0000; 一级目录onMouseOver显示的背景色*/
}
#nav a:link  {
 text-decoration:none;
}
/*#nav a:visited  {
 color:#666;text-decoration:none;
}*/
#nav a:hover  {
 color:red; text-decoration:none;font-weight:bold;
}
/*==================二级目录===================*/
#nav li ul {
 list-style:none;
 text-align:left;
}
#nav li ul li{ 
 background:none; /*二级目录的背景色*/

 line-height:20px;
 padding:0;
}
#nav li ul a{
        /* padding-left:20px;*/
         width:80px;
		  font-size:12px;
		  color:MenuText;
 /* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}
/*下面是二级目录的链接样式*/
#nav li ul a:link  {
 text-decoration:none;
}
/*#nav li ul a:visited  {
 color:#666;text-decoration:none;
}*/
#nav li ul a:hover {
 color:black;
 text-decoration:none;
 font-weight:normal;
 /*  background:#CC0000;
二级onmouseover的字体颜色、背景色*/
}
#nav li ul li a:hover { font-weight:bolder;
}
/*==============================*/
#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}
#nav ul.collapsed {
 display: none;
}
-->
#PARENT{
 /*width:300px;*/
 padding-left:20px;
}