﻿/*基本信息*/
BODY {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #e0e0e0;
	font-size: 13px;
	line-height: 24px;
	text-align: center }
 

/*页面层容器*/
#container {
	margin: auto;
	width: 1004px;
	position: relative;
	text-align: left }
 
/*页面头部*/
#head {
	font-size: 12px;
	background: url(head.gif) no-repeat;
	width: 1004px;
	height: 115px;
	background-color: #e0e0e0 }
 
/*内页版面控制*/
#navigation_text {
	font-size: 13px;
	background: url(nav1.gif) no-repeat;
	width: 1004px;
	height: 75px;
	clear: both; /*清除浮动*/
	background-color: #e0e0e0 }
 
	#navigation_text ul {
		padding-right: 0px;
		display: inline;
		color: #fff;
		padding-left: 0px;
		left: 30px;
		padding-bottom: 0px;
		margin: 0px;
		padding-top: 0px;
		list-style-type: none;
		position: absolute;
		top: 129px }
 
	#navigation_text li {
		display: block;
		color: #fff;
		float: left;
		text-align: center }
 
        #navigation_text ul li#one { width: 80px }
 
	#navigation_text ul li#two { width: 50px }
 
	#navigation_text ul li#three { width: 25px }
 
	#navigation_text ul li#four { width: 140px; text-align:left;}
 
	#navigation_text a:link {
		padding-right: 6px;
		padding-left: 6px;
		float: left;
		padding-bottom: 0px;
		color: #fff;
		padding-top: 0px;
		height: 20px;
		text-align: center;
		text-decoration: none }
 
	#navigation_text a:visited {
		padding-right: 6px;
		padding-left: 6px;
		float: left;
		padding-bottom: 0px;
		color: #fff;
		padding-top: 0px;
		height: 20px;
		text-align: center;
		text-decoration: none }
 
	#navigation_text a:hover {
		background: #fff;
		color: #000;
		font-weight: bold; }

	#navigation_text a#current {
		font-weight: bold; }


/*内页风格控制*/
#text1 {
	font-size: 14px;
	background-color: #ffffff;
	width: 804px;
        padding:40px 100px 20px 100px;
	text-align: left;
}

p {  
     margin-top:35px;
     text-indent: 2em; 
     background: url(hua.gif) no-repeat  0px 0px;
     font-weight: bold;
     font-size: 14px;
     }

#p1 {width: 755px; 
     margin-top:35px;
     text-indent: 2em; 
     background: url(hua.gif) no-repeat  0px 0px;
     font-weight: bold;
     font-size: 14px;
     line-height: 30px;
     border-bottom: 1px dashed #ccc
     }


#text1 a { color:#333; font-weight: bold; text-decoration: none }
 
#text1 a:hover { color:#006666; font-weight: bold; text-decoration: none }


#text2 {
        text-indent: 2em; 
	font-size: 13px;
	background-color: #ffffff;
	width: 755px;
        padding:20px 150px 20px 100px;
	text-align: left;
}

#text3 {
        text-indent: 2em; 
	font-size: 13px;
	background-color: #ffffff;
	width: 755px;
        padding:20px 150px 20px 100px;
	text-align: left;
        font-weight: bold;
}
 
/*页面尾部*/
#foot_text {
	clear: both;
	background: url(foot1.gif) no-repeat;
	width: 1004px;
	height: 270px;
	background-color: #e0e0e0 }
