@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:"宋体";
	font-size:14px;
	}
a{
	text-decoration:none;
	color:#000000;
	}
#head{
	margin:0 auto;
	width:834px;
	}
#background{
	margin:0 auto;
	background-image:url(/images/6302/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:1400px;
	}
#main{
	margin:0 auto;
	width:1186px;
	}
#foot{
    margin:0 auto;
	width:834px;
	}
#foot p{
    text-align:center;
	}
.clear{
	clear:both;
	}
.intro{	
	text-indent:2em;
	text-align:justify;
	line-height:150%;
	}
.head{
	font-size:16px;
	font-weight:bold;
	}
.content{
	text-indent:2em;
	line-height:150%;
	text-align:justify;
	}