body {
	margin:0;
	padding:0;
	font-size:12px;
	background-repeat:repeat-x;
	font-weight: normal;
	font: small Verdana,Arial,Sans-serif;
}
/*--top start--*/
.top{
	width:950px;
	margin:0 auto;
	clear:both;
}
.top_left{
	background:url(logo_eng.jpg);
	background-repeat:no-repeat;
	width:482px;
	height:81px;
	float:left;
	padding:0;
}
.top_right{
	width:130px;
	float:right;
	color:#3d3d3d;
	font-size:12px;
	text-align:right;
	padding:0 3px 0 0;
}
/*--
.fuwurexian{
	width:190px;
	height:20px;
	margin-top:8px;
	float:right;
	color:#0069a7;
	font-size:12px;
}
.fuwurexian_font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
*/
.zhuce{
	margin-top:40px;
	color:#0069a7;
	text-decoration:none;
	text-align:right;
	margin-left:10px;
}
.zhuce a{
	color:#0069a7;
	letter-spacing: 1px;
	text-decoration:none;
}
/*--top end--*/

/*--daohang start--*/
.daohang{
	background:url(daohang_bj.jpg);
	background-repeat:repeat-x;
	width:950px;
	height:22px;
	clear:both;
	margin:0 auto;
	text-align:right;
	padding:4px 0 0 0;
}
.daohang a{
	color:#080404;
	font-size:14px;
	padding:0 8px;
	text-decoration:none;
	font-weight: bold;
}
.daohang a:hover{
	color:#080404;
	font-size:14px;
	padding:0 8px;
	text-decoration:underline;
	font-weight: bold;
}
.daohang_selected{
	text-decoration: underline;
	font-weight: bold;
}
.daohang_notselected{
	text-decoration: none;
	font-weight: bold;
}
/*--daohang end--*/

/*--foot start--*/
.foot{
	width:950px;
	margin:0 auto 5px auto;
	background:url(foot_bj.gif);
	background-repeat:no-repeat;
	background-position:2px 0;
	padding:10px 0;
	text-align:center;
	clear:both;
	font-size:12px;
	color:#2c5378;
	line-height:22px;
}
.foot a{
	font-size:12px;
	color:#2c5378;
	line-height:22px;
	text-decoration:none;
}
.foot a:hover{
	font-size:12px;
	color:#2c5378;
	line-height:22px;
	text-decoration:underline;
}
/*--foot end--*/

/*--banner left start--*/

#slider {
    width: 327px; /* important to be same as image width */
    height: 243px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider img{
    border: 0px;
}

#sliderContent {
	width: 328px; /* important to be same as image width or wider */
	position: absolute;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	margin:0;
	padding:0;
}
.clear {
	clear: both;
}
ul {
list-style-type: none;
margin:0;
padding:0;

}
/*--banner left end--*/