/* CSS Document */

*{
  margin: 0px;
  padding: 0px;  
}
body{
	width:1200px;
	margin:0 auto;
	font-size: 9pt;
	color: #333333;
}
ul{
	list-style-type: none;   
}
#header{
	height:100px;
	width:1200px;
}
#header #img{
	height: 100px;
	width: 500px;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../../images/chengda.gif);
}
#header #img a{
	height: 100px;
	width: 500px;
	display: block;
	font-size: 9pt;
	text-indent: -9999px;
}
#header ul{
	margin-left: 550px;
	float: none;
	height: 100px;
}
#header ul li{
	line-height: 100px;
	text-align: center;
	float: left;
	height: 100px;
	width: 130px;
	margin-right: 20px;
}
#header ul li a{
	color: #333333;
	text-decoration: none;
}
#nav{
	height:51px;
	width:1200px;
	background-image: url(../../images/linkbg.jpg);
}
#nav ul{
	background-image: url(../../images/linkbg.jpg);
}
#nav ul li{
	height:51px;
	width:120px;
	float:left;
	line-height:51px;
	text-align:center;
	background-image: url(../../images/linkr.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav ul li.end{
	background-image: none;
}
#nav ul li a{
	color: #FFFFFF;
	text-decoration: none;
	height: 51px;
	width: 120px;
	display: block;
}
#nav ul li a:hover{
	font-size: 10pt;
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
#banner{
    height:215px;
	width:1200px;
}
#sidebar{
	height:auto;
	width:300px;
	float: left;
}
#sidebar h1{
	width:220px;
	background-color: #0000FF;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 30px;
	height: 30px;
	text-indent: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar ul{
	line-height:200%;
}
#sidebar ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/biao03.gif);
	background-position: 10px;
	background-repeat: no-repeat;
	width:300px;
	text-indent: 30px;
}
#sidebar ul li a{
	color: #333333;
	text-decoration: none;
}
#sidebar h2{
	font-size: 100%;
	line-height: 30px;
	background-color: #0000FF;
	color: #FFFFFF;
	text-indent: 20px;
}
#sidebar ul li.lb{
	background-color: #0000FF;
	color: #FFFFFF;
}
#sidebar ul li.end{
	background-image: none;
}

#footer{
	height:120px;
	width:1200px;
	clear: both;
	background-color: #CCCCCC;
}
#footer ul{
	padding-left: 250px;
	height: 35px;
}
#footer ul li{
	font-size: 12pt;
	line-height: 35px;
	float: left;
	height: 35px;
	width: 200px;
	font-weight: bold;
}
#footer ul li a{
	color: #333333;
	text-decoration: none;
}
#footer P{
	line-height: 24px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#footer P a{
	color: #333333;
	text-decoration: none;
}
