@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: left; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #fff;
}
.main #container {
	width: 1003px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
}
.main #header {
	background: url(main_01.gif) no-repeat;
	height:136px;
	
}
.main #mainContent {
}
.main #mainContent .banner {
	width:886px;
	height:269px;
	margin:0 auto;
}
.main #mainContent .midBotton {
	width:884px;
	height:127px;
	margin:0 auto;}
.main #mainContent .bottomBg {
	width:884px;
	height:99px;
	background:url(bottom_bg.gif) no-repeat;
	margin:0 auto;}
	
	
.main #footer {
	height:107px;
	background:url(footer.gif) no-repeat;}
.main #footer .copyright {
	width:870px;
	margin:15px auto;
	margin-bottom:auto;
	color:#000000;
	line-height:28px;
}	


/**/
.blank10 { height: 10px; clear: both; font-size: 1px; overflow: hidden; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearFix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hide from IE-mac */
/* @end */
