﻿@charset "utf-8";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}

/*menu*/
#menu {height:44px;
	 line-height:44px;width:1005px; overflow:hidden; background:#0a69c3;
	 margin:0 auto; border-top-left-radius:5px; border-top-right-radius:5px;
	 }
#nav {
     margin:0 auto ; 
     width:998px; 
     display:block;	 
	 height:44px;	 
	 line-height:44px;
	 overflow:hidden;
}
#nav .mainlevel {
      background:url(../images/d2.jpg) no-repeat right; 
	  float:left;
	  color:#fff;  
	  width:120px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#fff;
	  font-size:14px; 
	
	  font-family:"微软雅黑";
	  text-decoration:none; 
	  line-height:44px; 
	  display:block; 
	  padding:0; 
	  width:120px;
	  text-align:center;
	  }
#nav .mainlevel a:hover {
      color:#fff;
	  line-height:44px;
	  text-decoration: none; 
	  background:url(../images/slide-panel_03.png) no-repeat;
	  }
#nav .mainlevel1 {
	  float:left; 
      color:#000000;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  width:160px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:28px; line-height:28px; overflow:hidden; z-index:12000;}
#nav .mainlevel1 a {
      color:#fff;
	  text-decoration:none; 
	  line-height:28px; 
	  display:block;  
	  width:160px;
	  height:28px;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  text-align:left;
	  background:#003e97;
	  z-index:12000;
	  text-indent:10px;}
#nav .mainlevel1 a:hover {
      color:#fff;
	  line-height:28px;
	  text-decoration:none; 
	  background:#0452c2;
	  z-index:12000; }
#nav .mainlevel ul {
      display:none; 
	  position:absolute;
	   z-index:12000;}
#nav .mainlevel li {
	margin-top:1px;
	  width:160px;
	  z-index:12000;
	  /*IE6 only*/}

