/*模板样式*/
#container{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	background-color:#e8e8e8;
}
#main{
	width:990px;
	margin:0 auto;
	background-color:#fff;
	padding:30px 0;
}
#main div.content{
	width:960px;
	overflow:hidden;
	margin:0 auto;
}
#main div.down{
	width:280px;
	float:left;
	padding:0 20px;
	background:url(../images/bg_down.gif) no-repeat left 10px;
	text-align:center;
}
#main div.nobg{
	background:none;
}
#main div.down img{
	margin-bottom:20px;
}
#main p.more{
	width:900px;
	margin:0 auto;
	text-align:right;
}
#footer{
	width:990px;
	margin:0pt auto;
	padding:15px 0;
	background:url(../images/img_copyright.gif) no-repeat 740px 40px;
}
#footer p{
	width:100%;
	padding:10px 0px;
	text-align:center;
	line-height:22px;
}
#main .flow{
	width:100%;
	text-align:center;
	margin-top:20px;
}
#main div.down .intro{
	margin-bottom:20px;
	line-height:20px;
	text-align:left;
	color:#696969;
}
