@charset "utf-8";
body {
  font-family:Arial, microsoft jhengHei, Apple LiGothic, Heiti;
  margin:0;
  background:url(../images/bg.gif) repeat-y center;
}
.all {
	width:980px;
	margin:auto;
}
.top {
	width:980px;
	height:130px;
	z-index:5;
	position: absolute;
	display:block;
	background:url(../images/top_bg.png) no-repeat;
	_background:url(../images/top_bg.gif) no-repeat;
	margin:0;
}
.top ul{
    padding:0;
    margin:70px 0 0 260px;
    list-style:none;
    color:#fff;
    }
.top li{
    float:left;
    height:18px;
    line-height:18px;
    font-size:15px;
    border-right:1px solid #fff;
    }
li.top_end {
    border-right:none;
     }    
.top ul li a{
    color:#fff;
    text-decoration:none;
    display:block;
    line-height:16px;
    padding:0 6px 0 6px;
/*    font-weight:bold;*/
    }
.top ul li a:hover{
    color:#fcff00;
    }
    
    
    
.top_banner {
	height:160px;
	display:block;
	width:980px;
	z-index:1;
	padding:90px 0 0 0;
}
.top_banner ul{
	padding:0;
	margin:0;
	list-style:none;
}
.top_banner li{
	width:245px;
	height:160px;
	float:left;
	display:block;
}
.banner_bottom {
	padding:0;
	margin:0 0 0 -490px;
	top:215px;
	left:50%;
	height:35px;
	z-index:5;
	position:absolute;
	width:980px;
	display:block;
	background:url(../images/banner_bottom.png) no-repeat;
	_background:url(../images/banner_bottom.gif) no-repeat;
}

.text_body {
	display:block;
	width:980px;
	padding:0 0 60px 0;
	margin:0;
	_margin:-95px 0 0 0;
	min-height:440px;
	_height:440px;
	background:url(../images/text_body_bg.gif) no-repeat top #e9f3db;
}


.text_title {
	width:760px;
	padding:0 0 0 20px;
	line-height:25px;
	height:25px;
	margin:0 100px 0 100px;
	display:block;
	background:url(../images/title_bg.png) no-repeat;
	_background:url(../images/title_bg.gif) no-repeat;
}
.text_box {
	padding:10px;
	width:760px;
	min-height:400px;
	_height:400px;
	margin:0 100px 0 100px;
	background:#f8f8ee;
}
.bottom_text {
	display:block;
	text-align:center;
	font-size:11px;
	color:#666;
	line-height:20px;
}