/* CSS Document 首页的样式 */
body { margin:0; padding:0; border:0; background:#101010; text-align:center;}
*{ margin:0; padding:0; font-size:12px; font-family:Arial, Helvetica, sans-serif, "宋体";} 


A {
	COLOR: #666;
	FONT-FAMILY: "Arial" "宋体";
	TEXT-DECORATION: underline;
	font-size: 12px;
}
A:hover {
	COLOR: #ccc;
	FONT-FAMILY: "Arial" "宋体";
	text-decoration: underline;
	font-size: 12px;

}

.main_bg { width:100%; height:90px; background:url(../images/top_mainbg.jpg) repeat-x top; clear:both;}
.main_logowr { margin:0 auto; width:778px; height:232px;clear:both;}
.main_logo { padding-top:46px; width:230px; height:120px; float:left;}
.main_logo img { border:0;}
.main_flash { width:340px; height:232px; float:right; background:url(../images/main_06.jpg) no-repeat right top;}


.main_cnwr {margin:0 auto; padding:25px 0 25px 0; width:778px; height:auto; clear:both; text-align:left; }
.main_cnwr h1 { height:30px; font-size:12px;}
.main_cnwr p { color:#666; font-size:12px; line-height:18px;}
.main_nav1 { margin:73px 0 0 42px; width:72px; height:72px; text-decoration:none; display: inline;float:left; cursor:pointer;}
.main_nav1:hover {text-decoration:none; background: url(../images/main_06on.jpg) no-repeat left top; }

.main_nav2 { margin:73px 0 0 20px; width:72px; height:72px; text-decoration:none; display: inline;float:left; cursor:pointer;}
.main_nav2:hover {text-decoration:none; background: url(../images/main_06on.jpg) no-repeat -92px top; }
.main_nav3 { margin:73px 0 0 20px; width:72px; height:72px; text-decoration:none; display: inline;float:left; cursor:pointer;}
.main_nav3:hover {text-decoration:none; background: url(../images/main_06on.jpg) no-repeat -184px top; }

.main_footwr {margin:0 auto; padding:13px 0 0; width:778px; height:auto; clear:both; text-align:left; border-top:1px solid #333; }
.main_footwr p { color:#666; font-size:10px; line-height:14px;}

