﻿@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:70px;
	 line-height:70px;width:1206px; overflow:hidden; margin:0 auto}
#nav {
     margin:0 ; 
     width:1206px; 
     display:block;	 
	 height:70px;	 
	 line-height:70px;
	 overflow:hidden;
}
#nav .mainlevel {
      background:url(../images/d2.jpg) no-repeat right; 
	  float:left;
	  color:#55555;  
	  width:133px;
/*IE6 only*/}
#nav .mainlevel a {
      color:#fff;
	  font-size:21px; 
	 
	  font-family:"Microsoft YaHei";
	  text-decoration:none; 
	  line-height:70px; 
	  display:block; 
	  padding:0; 
	  width:124px;
	  text-align:center;
	  }
#nav .mainlevel a:hover {
	font-weight:bold;
	  line-height:70px;
	  text-decoration: none; 

	  }
#nav .mainlevel1 {
	  float:left; 
      color:#ffffff;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
	  width:160px;
/*IE6 only*/}
#nav .mainlevel1 li { list-style:none; height:30px; line-height:30px; overflow:hidden;}
#nav .mainlevel1 a {
      color:#ffffff;
	  text-decoration:none; 
	  line-height:30px; 
	  display:block;  
	  width:160px;
	  height:30px;
	  margin:0px;
	  font-size:16px;
	  overflow:hidden;
	  text-align:center;
	  }
#nav .mainlevel1 a:hover {
	font-weight:bold;
	  line-height:30px;
	  text-decoration:none; 
	
	  }
#nav .mainlevel ul {
      display:none; 
	  position:absolute;
	  }
#nav .mainlevel li {
  
	  width:160px;
	  /*IE6 only*/}