﻿/*======================================
  ========= author: keler ==============
  ======================================*/

/*============ 公用样式 ================*/
html,body {
	height:100%;
	color:#575656;
	}
html,body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, th, td, img, iframe, fieldset {
	margin:0;
	padding:0;
	border:0;
	}
th, td, p, div, li, select, input, textarea {
	font-size:12px;
	}
h5 {font-size:12px;}

p {line-height:150%;}
ul, ol {
	list-style-type:none;
	text-align:left;
	}
select, input {
	vertical-align:middle;
	}
a {
	color:#575656;
	text-decoration:none;
	}
a:hover {
	color:#000;
	}
.clear {
	font-size:0;
	height:0;
	line-height:0;
	clear:both;
	margin:0;
	padding:0;
	visibility:hidden;
	}
.gray, .gray a {
	color:#888!important;
	}
.gray:hover, .gray a:hover {
	color:#666!important;
	}
.red, a.red {
	color:#EC1F24!important;
	}
a.red:hover {
	color:#A30E11;
	}
.blue, a.blue {
	color:#012AB8;
	}
a.blue:hover {
	color:#011F87;
	}



/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}

/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}

/* 其他属性 */
.left{ float: left;}
.right{ float: right!important;}
.alignL { text-align:left!important;}
.alignR { text-align:right!important;}
.disNone {display: none;}
.marT0 {margin-top:0!important;}
.marB0 {margin-bottom:0!important;}
.w {width:350px!important;}

.auto, .auto input {
	width:auto!important;
	border:0!important;
	background:none!important;
	}
.fenye {
	position:absolute;
	right:0;
	bottom:-30px;
	text-align:right;
	margin-top:20px;
	padding:3px;
	}
.fenye a {
	padding:3px 7px;
	}
.fenye p {
	position:relative;
	bottom:8px;
	float:left;
	}

#header, #footer {
	position:relative;
	margin:0 auto;
	width:900px;
	}
	
/* header */
#header {
	margin-top:15px;
	z-index:30;
	}
	.bgBor {
		width:807px;
		height:26px;
		border:1px solid #E9E9E9;
		border-top:0;
		}	
	.title {
		position:relative;
		top:-26px;
		left:0;
		float:left;
		border-bottom:1px solid #E9E9E9;
		background:#FFF;
		}
	.title h4 {
		padding:8px 25px;
		font-size:16px;
		border:6px solid #EDEDED;
		}
	.loadDown {
		position:relative;
		top:40px;
		left:-140px;
		float:left;
		}
	.loadDown a {
		display:block;
		padding-left:16px;
		width:100px;
		height:42px;
		line-height:42px;
		text-align:center;
		color:#640E14;
		font-size:16px;
		font-weight:bold;
		background:url(btn1.GIF);
		}

/* content */
#content {
	position:relative;
	top:0;
	*top:-30px;
	margin:0 auto;
	padding-left:100px;
	width:620px;
	}
#content iframe {
	width:620px;
	height:400px;
	background:#FFF;
	}
.frameCon h4 {
	margin-bottom:2em;
	padding-top:1em;
	font-size:16px;
	}
.frameCon h5 {
	margin:1em;
	}
.frameCon p {
	margin:1.3em;
	text-indent:2em;
	}
.frameCon per {
	margin:1em;
	line-height:160%;
	}



/* footer */
#footer p {
	height:20px;
	border-top:1px solid #E9E9E9;
	border-bottom:1px solid #999;
	}
#footer div {
	padding-top:9px;
	height:30px;
	border-top:4px solid #DDD;
	background:#EEE;
	}
#footer em {
	display:block;
	float:left;
	margin:0 1.5em;
	padding:0 1.5em 2px 0;
	border:1px solid #999;
	background:url(ico1.gif) 45% 40% no-repeat #FFF;
	}
#footer b {
	margin-right:2em;
	padding:3px 14px;
	color:#FFF;
	font-style:normal;
	font-weight:normal;
	background:#999;
	}
