/* 主题名称: 标准样式
URI: 
描述: 页面重构样式
作者: 常振东
模板:
版本:20100628

[目录表] 

	0- 重置
	1- 全局样式
	2- 链接样式
	3- 标题样式
	4- 导航
	5- 页脚 
	6- 自定义

*/

/* =0 Reset 重置
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');

/* =1 全局样式
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body{ text-align:center; font-size:12px;font-family:Arial,"宋体"}
.container{ margin:0 auto; width:950px; padding:0 3px; background:url(images/bodyBg.gif) repeat-y;}
.left{ float:left;}
.right{ float:right;}
.align-left{ text-align:left;}
.align-right{ text-align:right;}
.align-center{ text-align:center;}
.hide{ display:none;}
.clear{ clear:both;}
.bold{ font-weight:bold;}
.italic{ font-style:italic;}
.underline { border-bottom:1px solid;}
.highlight{background:#ffc;}
.padding10{padding:10px;}
.content{width:899px;margin:-4px auto;}
input{font-family:Arial,"宋体";}
/* =2 链接样式
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	text-decoration:none;
}
a:hover {
}
a:active {
}

/* =3 标题样式
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
/* =4 导航
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.bg_01 {
	background:url(../images/bg.jpg) left top;
	text-align:left;
}
.top{
	width:899px;
	margin:4px auto;
}
.bg_02 {
	background:url(../images/top_01.jpg) no-repeat left top;
	width:689px;
	height:71px;
}
.bg_03 {
	background:url(../images/top_02.jpg) no-repeat left top;
	width:184px;
	height:61px;
	color:#fff;
	font-size:12px;
	text-align:right;
	padding:10px 26px 0 0 ;
}
.bg_03 a:link {
	color:#fff;
	text-decoration:none;
}
.bg_03 a:visited {
	color:#fff;
	text-decoration:none;
}
.list {
	background:url(../images/list_bg.jpg) repeat-x left;
	height:23px;
	line-height:23px;
}
.list a{
	display:block;
	width:86px;
	text-align:center;
	float:left;
	color:#223550;
	font-weight:bold;
}
.list a:hover {
	display:block;
	width:86px;
	text-align:center;
	float:left;
	background:url(../images/list_bg_02.jpg) no-repeat center;
	color:#fff;
}
.list a:link {
	text-decoration:none;
}
.qiye {
	height:23px;
	line-height:23px;
	background:url(../images/login.jpg) no-repeat left;
	padding-left:10px;
	width:100px;
	float:right;
	cursor:pointer;
}
.qiye a{font-weight:normal;}
.qiye a:hover{background:none;}
.kaitong {
	height:23px;
	line-height:23px;
	background:url(../images/login_02.jpg) no-repeat left;
	padding-left:10px;
	width:87px;
	float:right;
}
.kaitong a{font-weight:normal;}
.kaitong a:hover{background:none;}
	
/* =5 页脚
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.foot {
	background:url(../images/foot_bg.jpg) repeat-x;
	width:899px;
	height:24px;
	line-height:24px;
	color:#fff;
	margin:0 auto;
}
.foot_01{
	text-align:left;
	padding-left:22px;
}
.foot_01 a:link{color:#fff;}
.foot_01 a:visited{color:#fff;}
.foot_02{
	text-align:right;
	padding-right:15px;
}
.foot_03 {
	text-align:center;
	color:#838894;
	line-height:20px;
	margin-top:12px;
	padding-bottom:24px;
}
.a2 a:link{color:#838894;}
.a2 a:visited{color:#838894;}
/* =6 自定义
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
