@charset "gb2312";
/* CSS Document */

*{
padding:0px;
margin:0px;
font-size:12px;
}

.font12{
	font-size:12px;
	}
.font13{
	font-size:13px;
	}
.font14{
	font-size:14px;
	}
.font15{
	font-size:15px;
	}
.font_line{
	text-decoration:none;
	}
.font_black{
	color:#000;
	}
.font_red{
	color:#F00;
	}
.font_bold{
	font-weight:bold;
	}
.index_height{
	margin-top:20px;
	}
.index_height2{
	margin-bottom:20px;
	}
.box_rltd {
	border: thin solid #eeeeee;
}
.index_height3{
	margin-top:5px;
	}
.index_line{
	background-image:url(../images/line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
.index_line2{
	background-image:url(../images/line2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
	}
.font_blue{
	color:#034568;
	}
.index_line3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8a8a8a;
}
.index_line4{
	background-image:url(../images/fanan.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
	}
	
a:hover{
	color:#F90;
	}
.font_height{
	line-height:20px;
	}
.menu{
  width:590px;
  background-color:#1b8dd0;
  margin-left:90px;
   background:url(../images/menu-beijing.jpg) repeat-x;
   position:relative;
  
}
.menu-left{
  position:absolute;
  float:left;
  left:0;
  width:6px;
  }
.menu-right{
	position:absolute;
	width:6px;
	float:right;
	left: 915px;
	top: 0px;
  }


#nav {
	  background-color:#1b8dd0;
	 list-style-type: none;
	 background:url(images/menu-beijing.jpg);
	 width:100%;
	 text-align:left
	 
}
#nav div{
margin-top:9px;
}

#nav li {
line-height:20px;
	float: left; 
	width:80px;
	font-weight:bold;
	font-size:14px;
	height:25px;
	text-align:center;
	
}
#nav li a{
  color:#000000;
  text-decoration:none;
  display:block;
  width:80px;
	height:25px;
  text-align:center;
  }
  
#nav li a:hover{
	color:#FFF;
  background:url(images/juhuang.jpg) repeat-x;
  display:block;
	height:25px;
  text-align:center;
}
#nav li ul {
	list-style-type: none;
	float:left;
	text-align:left;
	left:-920px; 
	width:80px; 
	position: absolute; 
}
#nav li ul li{
	float: left; 
	width:131px;
	  background-color:#1b8dd0;
filter:alpha(opacity=80);
opacity:0.8;
	font-weight:bold;
	font-size:12px;
	border:0px solid #fdc722;
	border-top:none;
}


#nav li ul li a{
	color:#FFF;
	display: block; 
	width:131px;
	text-align:left;
	text-indent:10px;
	
}

#nav li ul a:hover  {
	color:#000000;text-decoration:none;font-weight:normal;
	text-align:left;
	background:#ffffff; 
}

#nav li:hover ul {
	left: left;
}
#nav li.sfhover ul {
	left:auto;
}
#content {
	clear: left; 
}


#kuan{
  width:141px;
  display:block;
  }
#kuan a:hover{
  width:141px;
  display:block;
  } 
 .font_white{
	 color:#FFF;
	 }