/* reset -------------- */
*{
	margin:0px;
	padding:0px;
}
ul{
	list-style:none;
}
img{
	border:0px;
}
button{
	cursor:hand;
	cursor:pointer;
}
body{
	font-size:12px;
	font-family:Verdana,"宋体", Arial, SunSans-Regular, Sans-Serif;
	color:#5a5a5a;
	background:#fff;
	text-align:left;
	
}
a:link {
	color:#5a5a5a;
	text-decoration:none;
}
a:visited {
    color:#5a5a5a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
h5, h6 {
	font-size:12px;
}
/* common class */

.clear {
	clear:both;font:0/0 arial;height:0;
}

.img_replace {
	text-indent:-9999px;
	font:0/0 arial;
}

.float_left {
	float:left;
	display:inline;
}

.float_right {
	float:right;
	display:inline;
}

.hidden {
	display:none;
}

/* end common class */

/* claer-fix --------------------- */
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	

/* body ------ */

body {
	background:#fff;
	line-height:150%;
	overflow-x:hidden;
}

html {
	overflow-x:hidden;
}

/* common */
#wrapper {
	width:998px; margin: 0 auto;
}
#header h1 {
	height:186px; background:url(h1.jpg) no-repeat 0 0;
}
#nav {
	height:33px; margin-top:1px; background:url(nav.png) no-repeat 0 0;
}
#nav li {
	float:left;
}
#nav1, #nav2, #nav3, #nav4, #nav5, #nav6, #nav7  {
	display:block; height:33px; background:none;
	text-indent:-9999px;
	font:0/0 arial;
}
#nav1 { width:112px; }
#nav2 { width:139px; }
#nav3 { width:138px; }
#nav4 { width:137px; }
#nav5 { width:142px; }
#nav6 { width:183px; }
#nav7 { width:147px; }

#nav1:hover, li.sel #nav1 { background:url(nav.png) no-repeat 0px -37px; }
#nav2:hover, li.sel #nav2 { background:url(nav.png) no-repeat -112px -37px; }
#nav3:hover, li.sel #nav3 { background:url(nav.png) no-repeat -251px -37px; }
#nav4:hover, li.sel #nav4 { background:url(nav.png) no-repeat -389px -37px; }
#nav5:hover, li.sel #nav5 { background:url(nav.png) no-repeat -526px -37px; }
#nav6:hover, li.sel #nav6 { background:url(nav.png) no-repeat -668px -37px; }
#nav7:hover, li.sel #nav7 { background:url(nav.png) no-repeat -851px -37px; }

#footer { margin:28px 0 38px 0; }

#footer_links {
	text-align:center;
	border:1px #AAE84B solid;
	padding:6px;
}
#footer_info div {
	margin: 9px auto; text-align:center;
}

#breadcrumb {
	padding:16px 6px;
}
#breadcrumb code {
	padding:0 10px;
}

/* feedback login widget */
#login_block .link{
	padding-left:10px;
	background:url(dot2.png) no-repeat left center;
}
img.getcode {
	cursor:hand;
	cursor:pointer;
}
#log_form input.frmcode { width:4em; }
#log_form input {
	width:110px;
}
#log_form div { margin-bottom:6px; }
#log_form a {
	display:inline-block;
	padding:0 3px 3px 4px;
	color:#007ABC;
	border-bottom:#007ABC 1px solid;
	vertical-align:top;
}


h2.list_title {
	height:20px; line-height:20px; padding:16px 0 16px 50px;
	font-size:14px; font-weight:bold;
	background:url(list_title_bg.png) repeat-x left center;
}
h2.list_title span {
	padding:0 15px;
	background:white;
}
h2.sub_list_title {
	height:20px; line-height:20px; padding:2px 0 2px 8px;
	margin:28px 0 16px 0;
	background:url(bg05.gif) no-repeat left center;
	border-bottom:#B7B7B7 1px dashed;
	font-size:12px;
}
h2.sub_list_title span {
	float:left;
}
h2.sub_list_title a.more {
	float:right;
	color:#467EA2;
	font-weight:normal;
	font-size:12px;
}

/* info tip page */
#info_ct {
	margin: 15px auto 32px auto;
	padding: 12px 18px;
	width:500px;
	border:1px solid #C2C2C2;
}
#info_ct a {
	color:#09c;
	padding-left:10px;
	background:url(dot2.png) no-repeat left center;
}

/*page turner*/
.page_turner{
	text-align:center;
	margin:30px auto 20px auto;
	color:#666;
}
.page_turner a, .page_turner span{
	display:inline-block; width:auto; border:1px solid #ccc; padding:0px 4px; margin:0 2px; line-height:14px; height:14px;
}
.page_turner a:link, .page_turner a:visited {
	text-decoration:none; font-weight:normal;
}
.page_turner a:hover, .page_turner a.c{
	background:#7E8164; color:#fff; text-decoration:none;
}
.page_turner cite{
	padding:0;
}


/* form block */
.form_block {
	width:500px; padding:18px 22px;
	border:1px solid #C2C2C2;
	border-left:1px solid #D3D3D3;
	border-top:1px solid #D3D3D3;
	background:url(form_bg.png) repeat-x left top;
	margin:0 auto;
}
.form_block h2 {
	font-size:14px;
	color:#406136;
}

/* index page */
#index_ct { padding:1px 18px; background:url(green.png) repeat-x left top }

#head { height:299px; margin-bottom:14px;}

#notice_i {
	margin: 8px 0 24px 0;
	height:16px;
	background:url(laba.png) no-repeat left center;
	padding-left:20px;
	overflow:hidden;
}
#notice_i div {
	height:16px; line-height;16px;
}
#notice_i a {
	color:red;
}

#notice_area {
	float:left;
	position:relative;
	width:580px; height:242px;
	background:url(flash_bg.png) repeat-x left -242px;
}

#notice_area #n_text {
	width:225px;
	height:242px;
	float:left;
	background:url(flash_bg.png) repeat-x left top;
}
#n_text h4 {
	width:62px; height:22px;
	margin: 20px 0 14px 21px;
	background:url(sprite_s.png) no-repeat -30px -225px;
}
#n_text ul { padding-left:14px; }
#n_text li {
	line-height:22px; height:22px;
	padding-left:8px;
	background:url(dot4.png) no-repeat left center;
}
#n_text li a { color:white; }

#n_flash {
	width:312px;
	height:242px;
	float:left;
	background:url(tmp.png) no-repeat left top;
	position:relative;
}
#flash_div {
	position:absolute;
	left:1px; top:15px;
	width:310px; height:180px;
	height:220px;
}


#news_area {
	float:right;
	width:348px;
}

#news_area h4 {
	color:black; font-size:13px; font-weight:bold; text-align:center;
}

#news_area .summary {
	margin: 2px 0 8px 0;
	color:#757575;
}

#news_area ul li {
	color:#002D04;
	line-height:24px;
	height:24px;
	padding-left:15px;
	background:url(dot3.png) no-repeat left center;
}

#news_area ul li a {
	float:left;
}
#news_area ul li span {
	float:right;
}
#news_area .more {
	text-align:right;
}

#main {
	float:right; width:725px;
}

#main h3 {
	border-bottom:2px #aae84b solid; height:30px;
	background-image:url(sprite_index_title.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	font:0/0 arial;
	margin-bottom:24px;
}

#main .b_2col, #main .b_1col {
	border:1px #c2c2c2 solid;
	padding:10px 6px 26px 12px;
}
#main .b_2col {
	position:relative;
	margin-bottom:32px;
	overflow:hidden;
}
#main .b_2col .dummy {
	width:1px; background-color:#aae84b;
	position:absolute; left:400px;
}

#main .col_l, #main .col_r {
	position:relative;
}
#index_ct #main .more {
	position:absolute;
	top:10px; right:10px;
}

#main .col_l {
	width:368px;
	float:left;
}
#main .col_r {
	width:302px;
	float:right;
}

#main .col_ct {
	padding: 0 14px;
}

#main ul.col_ct li {
	padding-left:18px;
	background:url(dot.png) no-repeat left center;
	line-height:20px; height:20px;
}
#main ul.col_ct li a {
	float:left;
}
#main ul.col_ct li span {
	float:right;
}

#index_links li {
	width:120px; margin-right:12px;
	overflow:hidden;
	float:left;
}

#side {
	float:left; width:222px;
}
#side .dummy { height:5px; background:url(dummy.png) no-repeat 0 0; font:0/0 arial;}
#side .shell { border:2px #e2e2e2 solid; border-top:none; border-bottom:none; padding:12px; zoom:1;}

#search_form h4 {
	width:80px; height:24px;
	background:url(sprite_s.png) no-repeat -30px -190px;
}
#side .btn {
	background:url(sprite_s.png) no-repeat 0 0;
	border:none;
	cursor:hand; cursor:pointer;
}
#side .side_b {
	margin-top:16px;;
}
#side .b_ct {
	padding:12px 12px 0 12px;
}
#side .side_b h4 {
	font-size:12px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	background-color:#eee;
	padding: 3px 0;
}
#dc_form label {
	display:block;
	margin: 6px 0;
}
#download li {
	margin: 12px 10px;
}
#download li select {
	width:138px;
}


/* list block */
ul.list {
	padding:0 20px;
}
ul.list li {
	background:url(dot5.png) no-repeat left center;
	line-height:20px; height:20px; margin: 6px 0;
	padding-left:20px; clear:both;
}
ul.list li a {
	float:left; display:inline;
}
ul.list li span {
	float:right; display:inline; color:#8b8b8b;
}

/* article page */
#article_ct {
	width:860px;
	margin:20px auto;
	line-height:140%;
}
#article_ct h2 { color:#11882F; text-align:center; font-size:14px; }
#article_ct .info {
	color:#8b8b8b;
	text-align:center;
}
#article {
	margin:20px 0 30px 0;
	line-height:160%;
}

.cant_attach {
	padding: 8px 8px 8px 24px;
	margin:18px 0;
	border:1px dashed #FFBFBF;
	background:url(locked.gif) no-repeat 5px center;
}
.cant_attach span { color:#8b8b8b; }

.attach h3 {
	border-top:1px #D1E0B7 solid;
	padding:8px;
	background-color:#EAF5DB;
	font-size:12px;
}
.attach p {
	line-height:18px;
	height:18px;
	background:url(attach.gif) no-repeat 2px center;
	padding-left:18px;
}

/* feedback page */
.fb_ul li {
	margin:14px 0;
	padding:12px;
	border-bottom:1px #999 dashed;
}
.fb_ul .info {
	color:#959595;
	text-align:right;
}
.fb_ul .title {
	padding-left:48px;
	background:url(zixun.png) no-repeat left center;
	color:#F0501C;
}
.fb_ul .tousu {
	background-image:url(tousu.png);
}

.fb_ul .content {
	padding-left:48px;
}

.fb_ul .reply {
	padding-left:48px;
	background:url(huifu.png) no-repeat 0 2px;
}

#fb_choose a, #fb_choose span{
	padding:0 6px;
	margin:0 6px;
}
#fb_choose a{
	color:#007ABC;
}
#fb_choose span{
	background:url(dot2.png) no-repeat left center;
}

/* board list fabiao */
#fabiao {
	padding-right:12px;
	margin-bottom:15px;
}
#fabiao a {
	display:block;
	width:100px; height:23px;
	float:right;
	background:url(topbar.gif) no-repeat 0 0;
}
#fabiao a:hover {
	background-position:0 -30px;
}
