/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
    font: 400 12px/150% Tahoma, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none;color:#555555; }
a:hover { text-decoration: underline; }

sup { vertical-align: text-top; } /* 重置，减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/** div网页居中 **/
div{
	margin:0px auto;
	background-color:#ffffff;
}

body,html {
	background:url(/images/di.gif) repeat-x #C3E6F7 top;
}

/** 文本框样式 **/
input {
	BORDER-BOTTOM: #00629f 1px solid; BORDER-LEFT: #00629f 1px solid; BACKGROUND-COLOR: #ecf7fe; WIDTH: 108px; HEIGHT: 20px; FONT-FAMILY: Arial;  BORDER-TOP: #00629f 1px solid; BORDER-RIGHT: #00629f 1px solid
}

a{
	color:#256EB1;
	text-decoration:none;
}
a:hover{
	color:#F33;
	text-decoration:underline;
}

.w998{
	width:998px;
}


/** headarea **/
#blueline{
	height:4px;
	overflow:hidden;/*为了兼容ie6最小高度为10px*/
	background:#0074bc;
}

#logo{
	width:329px;
	height:103px;
	background:url(../skins/logo.jpg) no-repeat;
	float:left;

}

#navi{
	width:650px;/* 实宽669 */
	height:103px;
	float:right;
}

#login{
	width:200px;
	height:171px;
	background-color:#0074bc;
	float:left;
}

#login .input{
	width:100px;
	height:36px;
	BORDER:0px;
}

#login dl{
	float:left:
	width:200px;
}

#login dt{
	height:39px;
	background:url(../skins/image_01.jpg) no-repeat;
	margin-bottom:10px;
	float:left:
}

#login dd{

	height:36px;
	padding-left:20px;
	color:white;
	float:left;
}

#spanfloat{
	margin-left:10px;
	background-color:#0074bc;
	color:white;
	Z-INDEX: 1;
	position:absolute;
	float:left:
}

#spanfloat a{
	color:white;
}

#slide{
	width:798px;
	height:171px;
	background-color:#0074bc;
	float:left;
}
/** footarea **/
#footarea{
	padding-top:5px;
}

#flink{
	height:30px;
	padding-top:5px;
	font-size:15px;
	text-align:center;
	background-color:#f1f1f1;
	COLOR: #666666;
	font: 15px/1.5 宋体;
}

#flink a{
	FONT-FAMILY: Arial;
	COLOR: #666666;
	font-size:13px;
}

#copyright{
	width:998px;
	height:55px;
	background:url(../skins/flogo.jpg) no-repeat;
	text-align:right;
	margin-top:10px;
	padding-top:10px;
	COLOR: #666666;
}

/*--------------------------------------------------
 list icon
 ---------------------------------------------*/
.ico1 li{
	padding-left:16px;
	background:url(../images/arrow01.gif) 5px 10px no-repeat;
}
.ico2 li{
	padding-left:20px;
	background:url(../images/arrow01.gif) 5px 11px no-repeat;
}
.ico3 li{
	padding-left:16px;
	background:url(../images/arrow01.gif) 5px 8px no-repeat;
}

/*--------------------------------------------------
 列表页样式 e2
 ---------------------------------------------*/
.e2 li {
	width:100%;
	overflow:hidden;
	clear:both;
	padding:15px 0px 0px 20px;
	border-bottom:1px solid #EEE;
	background:url(../images/fbico2.gif) 5px 20px no-repeat;
}

.e2 li a.preview{
	width:84px;
	float:left;
	margin-right:7px;
	margin-bottom:3px;
	margin-left:10px;
	display:inline;
}
.e2 li a.preview img{
	width:80px;
	/*height:60px;*/
	display:block;
	padding:1px;
	border:1px solid #EEE;
}
.e2 li a.preview:hover img{
	border:1px solid #AAA;
}
.e2 li a.title{
	overflow:hidden;
	line-height:25px;
	font-weight:bold;
	font-size:14px;
	margin-left:2px;
}
.e2 span.info{
	display:block;
	line-height:23px;
	color:#555;
	padding-left:12px;
}
.e2 span.info small{
	color:#AAA;
	font-size:12px;
	margin-left:3px;
}
.e2 span.info a{
	color:#690;
}
.e2 p.intro{
	color:#776955;
	line-height:20px;
	margin-left:5px;
	padding-left:10px;
	padding-right:10px;
}

