#main{
	
	overflow: hidden;
}
body {
  	margin: 0 auto;
	padding: 0;
	font-size:12px;
	text-align:center;
	background:#57a9f2 none repeat scroll 0 0;
	}
#header,#navigation, #main,  #main_footer, #footer{
	margin: 0 auto;
	width:1000px;
	clear: both;
	text-align:left;
	background:#fff none repeat scroll 0 0;
	
}

/*头部标题文字*/
.hredTextMain {
	font-family:宋体;
    float: right;
    font-size: 14px;
    /*font-weight: bold;*/
    margin-right: 40px;
}
#headerTitleText {
    background: none repeat scroll 0 0 #E4E4E4;
    line-height: 28px;
    margin: 0 auto;
    min-height: 30px;
    width: 1000px;
}

 #header{
 	margin: 0 auto;
 	width:1000px;
 	min-height: 30px;
	line-height: 28px;
	background: #E4E4E4;
 }
  #header img{
 	vertical-align:bottom;
 }
 #header span{
 	padding-left:15px;
	font-family: 宋体;
	font-size: 12px;
 }

 #navigation, #footer {
 	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", Arial;
 }
 
 #footer{
 	clear: both;
 	width: 1000px;
 	text-align: center;
 	border-top: 1px solid;
	border-color: #ccc;
	background: #f7f7f7 none repeat scroll 0 0;
 }
 a{ color:#333; text-decoration:none; }
 a:hover{ color:red; text-decoration:none; }


/* 横向导航 开始*/
#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
}
#nav li { 
	position: relative;
	height:47px;
	text-align:center;
	width: 90.9px;
}
#nav li:hover{
	background-color:#147BC2;
}
#nav li a{
	color:white;
	padding:0px;
	line-height:47px;
	border-left: 1px solid #2393E2;
	border-right: 1px solid #1878BB;
}
#nav ul { 
	display: none;
	position: absolute;
}
#nav ul li {
	float: none;
	height:30px;
	border: 0 none transparent;
	background-color: #1C8BD9;
}
#nav ul li a{
	line-height:30px;
	border:none;
	padding: 0 13px;
	white-space:nowrap;
}
#nav ul li a:hover{
	background-color:#147BC2;
}
#nav li:hover ul {
	display: block;
}
/* 主页工具栏 结束*/

#headerTitleText,#hreaimage img,#header, #navigation, #main, #main_footer, #footer,.banner{
  width: 60%;
  min-width:1600px;

}
#nav li{
  width: 9.08%;
}
#nav, #nav ul{
	font-size:22px;
}
#nav_left a{
	font-size: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#breadcrumb{
	font-size: 16px;
	line-height: 2;
}
#main{
	font-size: 16px;
}