@charset "utf-8";
/* CSS Document */


body {
	background: #FFFFFF url(../images/body-bg-2.gif) repeat-x left top;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
body.home {
	background: #FFFFFF url(../images/body-bg.gif) repeat-x left top;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #d60000;
	text-decoration:underline;
}
#container {
	width: 1000px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;

*/
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */	
	padding-bottom: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


#top_right{
    float:right;
	
}

#nav_top{
	width:600px;
	margin-left:25px;
}



#nav_top a{
    text-decoration:none;
    color:#FFFFFF;
}
#slogen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 65px;
}
#left-slogen {
	font-family: "Times New Roman", Times, serif;
	line-height: 25px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}



#logo{
	width:200px;
	height:100px;
	float:left;
	padding-top: 15px;
	background-color: #FFF;
	text-align: center;
}
#top_right{
    width:800px;
	height:115px;
	background:#d60000;

}
#top1{
	margin-top:1px;
	float:left;
}
#top2{
	width: 100%;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/top2-bg.gif);
	background-repeat: repeat-x;
}
#left{
   width: 200px ;
   height:40px;
   background:url(../images/left.png);
   float:left;
}
#title_right{
	width:780px;
	height:28px;
	background:#d60000;
	font-size:12px;
	font-weight:500;
	padding-top:12px;
	padding-left:20px;
	color: #FFFFFF;
	float:right;
	font-family: Arial;
}
#content1{
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}

h1{
	font-size:18px;
	color:#434343;
	font-family: "Trebuchet MS";
	font-weight: normal;
	line-height: 30px;
	clear: both;
}

h2{
	font-size:12px;
	color:#a40000;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
.list {
	font-size:11px;
	line-height:18px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
    
}
.list li {
	background-image: url(../images/shortcut.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#content2 {
	width:230px;
	height:230px;
	float:left;
}

#content3{   
	width:250px;
	height:230px;
	padding-left:3px;
	margin-left:30px;
    float:left;
}
#content4{   
	width:320px;
	height:230px;
	padding-left:3px;
	margin-left:30px;
    float:left;
}


.content{
	line-height:1.5em;
	text-align:justify;
	color:#666666;
	font-size: 12px;
}


#footer{
	border-top: solid 1px #DDDDDD;
	border-top-color: #DDDDDD;
	height:100px;
	width:1000px;
	padding-top:20px;
	z-index:10;
	float: left;
}
#nav_footer{
    
    height:40px;
    width:1000px;
    margin-top:0px;
    folat:left;
	
}
#nav_footer  ul{
	list-style:none;
	margin-left:50px;
	padding: 0px;
	margin-top: 5px;
}

#nav_footer li{
	list-style-type:none;
	float:left;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	padding-right: 10px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
#copyright{
	font-size:11px;
	font-weight:bold;
	color: #555555;
	height:20px;
	width:800px;
	padding-left:50px;
}
#black_bg{
	height:16px;
	margin-top:1px;
	background-image:url(../images/bg2.png);
	float:left;
	width: 100%;
}
#left_pic{
	float:left;
	margin-right: 10px;
}
#right_pic{
	float:right;
	margin-left:10px;
}

二级页面的样式表
