@charset "gb2312";
/* 全局定义 www.lansige.com L.Ren */
@import url("head.css");/*加载头部样式*/
@import url("foot.css");/*加载脚部样式*/
@import url("content.css");/*加载内容样式*/
body {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #f0f5fa;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #184976;
	margin: 0px;
	padding: 0px;
} /* 定义整体 */
#bg {
	background-image:url(../images/bg_g.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} /* 定义背景 */
div, span, form, input, h1, dd, dt {
	margin: 0px;
	padding: 0px;
} /* 定义块标签无边距 */
img {
	border-width: 0px;
	border-style: none;
} /* 定义图片无外框 */
img {
	-ms-interpolation-mode: bicubic;
} /* IE7私有缩放矢真 */
/*#warp {background-image: url(../images/yun.png);background-repeat: no-repeat;background-position: center 40px;}  全局宽 */
a:link {
	color: #184976;
	text-decoration: none;
} /* 正常情况下的样式 */
a:visited {
	color: #184976;
	text-decoration: none;
} /* 已访问过的样式 */
a:hover {
	color: #F60;

} /* 鼠标超链接移过时的样式 */
a:active {
	color: #FF0000;
	text-decoration: none;
} /* 鼠标在超连接上使用右键时的样式 */
#logo h1 a, .a_none {
hide-focus: expression(this.hideFocus=true);
	outline: none;
} /* 去除链接点击时的虚线 */
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
} /* 清除浮动 */
.xulie_none {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
} /* 定义无序列表 */
.xulie_none li {
	margin: 0px;
	padding: 0px;
}
.relative {
	position: relative;
	z-index: 99;
} /* 相对定位 */
.absolute {
	position: absolute;
	z-index: 100;
} /* 绝对定位 */
.left {
	float: left;
	display: inline;
} /* 左浮动 */
.right {
	display: inline;
	float: right;
} /* 右浮动 */
.l {
	width: 650px;
} /* 左分栏 */
.r {
	width: 290px;
} /* 右分栏 */
.s_20 {
	margin-top: 20px;
} /* 全局间距_上 */
.x_20 {
	margin-bottom: 20px;
} /* 全局间距_下 */
.z_20 {
	margin-left: 20px;
} /* 全局间距_左 */
.y_20 {
	margin-right: 20px;
} /* 全局间距_右 */
.content_img {
	max-width: 532px;
!important height: auto;
!important width:expression(this.width > 532 ? "532px" : this.width);
!important
}/* 图片最大尺寸 */
#gotop {
	position:fixed;
	bottom:20px;
	right:20px;
	cursor:pointer;
	font-size:12px;
	background-color: #184976;
	width: 60px;
	text-align: center;
	line-height: 24px;
	height: 24px;
	color: #FFF;
	display: none;
	z-index: 9999;
	_position:absolute;
	_margin-bottom:20px;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
} /* 返回顶部 */
.red {
	color: #F00;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #96b5c9;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.tongji {
	display: none;
}
.ke-zeroborder {
	margin-bottom: 20px;
}
.ke-zeroborder tr td {
	font-size: 12px;
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
.ke-zeroborder tr td ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
body .syy {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	text-indent: 0px;
	padding-left: 0px;
}
body .syy a:link {
	color: #F00;
}
#p_k {
	height: 237px;
	overflow: hidden;
}
#t_k, #t_k2 {
	height: 337px;
	overflow: hidden;
}
#l_k {
	overflow: hidden;
}
/* 上面的是除了IE6的主流浏览器通用的方法 */  
/*让position:fixed在IE6下可用! */  
.fixed-bottom /* 底部固定 */ {
	position:fixed;
	bottom:0px;
	top:auto;
	z-index:99999;
}
.fixed-right /* 右侧固定 */ {
	position:fixed;
	right:0px;
	left:auto;
	z-index:99999;
}
* html, * html body /* 修正IE6振动bug */ {
	background-image:url(about:blank);
	background-attachment:fixed;
}
* html .fixed-right /* IE6 右侧固定 */ {
	position:absolute;
	right:auto;
left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
* html .fixed-bottom /* IE6 底部固定  */ {
	position:absolute;
	bottom:auto;
top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
