@charset "utf-8";
/* CSS Document */
/* CSS Reset
------------------------------------------------------------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:400; }
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
h1 { font-size: 2em; font-weight:bold; }
h2 { font-size: 1.8em; font-weight:bold; }
h3 { font-size: 1.6em; font-weight:bold; }
h4 { font-size: 1.4em; font-weight:bold; }
h5 { font-size: 1.2em; font-weight:bold; }
h6 { font-size: 1em; font-weight:bold; }
img, input, textarea, select{ vertical-align:middle; }
q:before, q:after { content:''; }
a img { border: none; }
img { vertical-align:middle; }
abbr,acronym { border: 0; }
a{ color:#333; text-decoration:none; }
a:hover{ color:#F39; text-decoration:none; }
label, button { cursor: pointer; }
input:focus, select:focus, textarea:focus { background-color:#eee; border:1px solid #F6F; }
hr { margin: 0; padding: 0; border: 0; color: #000; background-color: #000; height: 1px}
body{
	font:normal 12px/1.5em "宋体", "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	text-align:center;
	background:#fff none no-repeat 0 0;
	color:#000;
}
/* CSS Reset end ------------------------------------------------------------ */

/* usualy use
------------------------------------------------------------ */
.slide { display:none; }
.disnone { visibility:hidden; position:absolute; left:-1000px; }
.f-left { float: left; }
.f-right { float: right; }
.clear { clear:both; }
.fixfloat { zoom:1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.page { margin:0 auto; text-align:center; clear:both; padding:10px 0; }
.currentposition { text-align:right; color:#666; font-size:12px; font-weight:normal; height:20px;	text-align:right;	padding:3px 5px 0 0; }
.currentposition a{ color:#666; }
.num { font-family:Verdana, Helvetica; font-size:10px; }
.center{ text-align:center; margin:0 auto; }
.more{ float:right; padding:3px 5px 0 0; font-size:12px; font-weight:normal;  }
.more a{}
/* =font css */
.f12 { float:left; color:#fff; font-size:12px; padding:6px 0 0 5px; }
.f14 { float:left; color:#fff; font-size:14px; padding:49px 0 0 22px; }
.f142 { float:left; color:#fff; font-size:14px; padding:12px 0 0 22px; }
.f143 { float:left; color:#215993; font-size:14px; padding:6px 0 0 18px; }
.f14000 { float:left; color:#000; font-size:14px; padding:8px 0 0 35px; }
/* usualy use end ------------------------------------------------------------ */

/* base 页面整体布局样式开始
------------------------------------------------------------- */
#wrapper{ width:1003px; margin:0 auto; background:none; }
#header, #content, #footer, #inner-header, #inner-content, #inner-footer{	display:inline;	height:auto; float:left; clear:both;	position:relative; }
#header{ width:100%; }
#content{ width:100%; }
#column{ float:left; border-left:1px solid #fbffff; border-right:1px solid #fbffff; height:auto; background:#efefef; width:202px; text-align:left; padding:0; }
#main{ float:right; width:790px; text-align:left; height:auto; }
#sidebar{ clear:right; float:right; height:auto; width:200px; }
#footer{ width:100%; background:#2265ac url(../images/index_28.jpg) repeat-x left top; }
/* =inner-xxx 内页基本框架 */
#inner-content{ width:100%; padding:8px 0 0 0; background:url(../images/about_04.gif) repeat-x left top; }
#inner-column{ float:left; height:auto; width:200px; text-align:left; padding:0; }
#inner-main{ float:left; height:auto; width:200px; text-align:left; padding:0; }
#inner-sidebar{}
#wrapper, #header, #footer, #column, #main, #sidebar, #inner-header, #inner-content, #inner-footer, #inner-column, #inner-main{ overflow:hidden; }
/* 两列等高(扩展到多列等高),也可以采用Jquery */
#a, #b{ padding-bottom:32767px; margin-bottom:-32767px; }
/* base end ------------------------------------------------------------- */
