﻿/*
header
main
	mainleft
	mainright
footer
*/
* {
	margin:0;
	padding:0;
	list-style-type:none;
	border:0;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#571C90;
	text-decoration:none;
}
html,body {
	font-family:"华文细黑";
	font-size:13px;
	background:#F5F5FA;
	color:#666;
}
#total {
	width:800px;
	margin:0 auto;
}
#topbutton {
	height:28px;
	line-height:28px;
	overflow:hidden;
	zoom:1;
	margin-right:5px;
	background:url("../images/button.gif") no-repeat right 9px;
}
	#topbutton a {
		float:right;
		width:55px;
		height:20px;
		line-height:20px;
		text-align:center;
	}
	#topbutton a#en {
		margin-left:12px;
	}
#header {
	height:196px;
	overflow:hidden;
	background:url("../images/headerline.jpg") repeat-x left 190px;
}
	#header h1 {
		font-size:15px;
		display:none;
	}
		#header h1 em {
			font-style:normal;
		}
	#header #flash {
		width:800px;
		height:190px;
		margin:0 auto;
		background:#eee;
	}
#main {
	width:800px;
	margin:0 auto;
	padding-top:10px;
	overflow:hidden;
	zoom:1;
}
	#mainleft {
		float:left;
		width:171px;
	}
		ul#leftbar {
			overflow:hidden;
			zoom:1;
			width:158px;
			border:1px solid #ccc;
		}
			#leftbar li {
				float:left;
				width:158px;
				height:37px;
				line-height:36px;
				text-align:center;
			}
			li.bar1 {
				background:url("../images/leftbarbg1.jpg") no-repeat left top;
			}
			li.bar2 {
				background:url("../images/leftbarbg2.jpg") no-repeat left top;
			}
			li.bar3 {
				background:url("../images/leftbarbg3.jpg") no-repeat left top;
			}
			li.bar4 {
				background:url("../images/leftbarbg4.jpg") no-repeat left top;
			}
			li.bar5 {
				background:url("../images/leftbarbg5.jpg") no-repeat left top;
			}
			li.bar6 {
				background:url("../images/leftbarbg6.jpg") no-repeat left top;
			}
			li.bar7 {
				height:35px;
				height:35px !important;
				background:url("../images/leftbarbg7.jpg") no-repeat left top;
			}
				#leftbar li a {
					float:left;
					width:158px;
					height:37px;
					color:#627599;
					font-weight:bold;
				}
				#leftbar li a:hover {
					background:url("../images/rightbarbg.jpg") no-repeat left top;
				}
		#mainleft p {
			margin-top:10px;
		}
	#mainright {
		float:left;
		width:629px;
		overflow:hidden;
	}
		ul#rightbar {
			overflow:hidden;
			zoom:1;
		}
			#rightbar li#rightbar1,#rightbar li#rightbar2,#rightbar li#rightbar3 {
				float:left;
				width:201px;
				background:#fff url("../images/rightbarbg.jpg") repeat-x left top;
				border:1px solid #ccc;
			}
			#rightbar li#rightbar1 {
				margin-right:10px;
			}
				#rightbar li#rightbar1 dl {
					background:url("../images/rightbarlogo1.jpg") no-repeat 19px 55px;
					min-height:180px;
					height:180px;
				}
					#rightbar li#rightbar1 dt,#rightbar li#rightbar3 dt {
						height:37px;
						line-height:36px;
						text-align:center;
						color:#666;
						font-weight:bold;
						margin-bottom:12px;
					}
					#rightbar li#rightbar1 dd,#rightbar li#rightbar3 dd {
						line-height:20px;
						margin-left:130px;
					}
			#rightbar li#rightbar2 {
				margin-right:10px;
			}
				li#rightbar2 dl {
					min-height:180px;
					height:180px;
				}
					li#rightbar2 dt {
						height:37px;
						line-height:36px;
						text-align:center;
						color:#666;
						font-weight:bold;
						margin-bottom:12px;						
					}
					li#rightbar2 dd {
						line-height:20px;
					}
						li#rightbar2 dd ul {
							text-align:center;
						}
							li#rightbar2 dd li {

							}
			#rightbar li#rightbar3 {
				
			}
				#rightbar li#rightbar3 dl {
					background:url("../images/rightbarlogo2.jpg") no-repeat 19px 55px;
					min-height:180px;
					height:180px;
				}
		#intro {
			margin-top:10px;
			border:1px solid #ccc;
			background:#fff;
			text-indent:2em;
			line-height:20px;
			padding:15px 25px;
		}
#footer {
	height:60px;
	background:url("../images/footerbg.gif") repeat-x left bottom;
	padding-top:30px;
	position:relative;
}
	#footer p {
		text-align:center;
		line-height:20px;
		letter-spacing:1px;
	}
	p.en {
		font-family:Arial;
		font-size:11px;
	}
	