/* CSS Document */
body {  
   margin:0px auto;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   }
   
p {
 text-indent: 2em;
 line-height:18px;
 margin:5px auto }
 
a { 
 text-decoration:none;
 color:#333333;
 }

a:hover {
 color:#0066CC;
 text-decoration:underline;
 }
 
#head {
  width:1002px;
  height:100%;
  overflow:hidden;
  }

#toplan {
  width:1002px;
  height:8px;
  overflow:hidden;
  background-color:#3962be;
  }
#nav{
 height:30px;
 width: 100%;
 margin-left:20px;
}
#nav ul{
 margin: 0px;
 padding:0px;
 list-style-type: none;
}

#nav li{
 float: left;
 font-family: Arial;
 font-size: 12px;
 text-align: center;
 background-image:url(daohangbg.gif);
 width:105px;
 margin-right:8px;
}

#nav li.en{
 width:105px;
 background-image:none;
 text-align:right;
 font-weight:bold;
}

#nav li a{
 display: block;
 text-align:center;
 line-height: 28px;
 color: #4e4e4e;
 text-decoration: none;
}

#topimg {
 margin-top:10px;
 float:left;
 width:969px;
 height:167px;
 background-image:url(top.jpg);
 }

#mainbody {
 padding:5px 0px 0px 20px;}
#left {
 float:left;
 width:193px;
 height:100%;
 background-image:url(tel.jpg);
 background-repeat:no-repeat;
}

#left div{
 margin-top:105px;
}

.huikfont {
 padding-left:30px;
 font-size:12px;
 font-weight:bold;}
 
#center {
  width:750px;
  height:100%;
  float:left;
  padding:10px 10px 0px 10px;
  }

#line {
     margin:0px;
     border-top:1px dashed #657282;
	 height: 1px;
	 overflow:hidden
	 }

#bottom {
  width:1002px;
  height:100%;
  padding-left:7px;
  margin:0px;
  overflow:hidden;
  float:left;
  text-align:center;
  }
