@charset "gb2312"; /* 全局定义 www.fyu.cn L.Ren */
@import url("head.css"); /* 加载头部样式 */
@import url("content.css"); /*加载内容样式*/
@import url("foot.css"); /* 加载脚部样式 */
body { font-size: 12px; color: #888; background-image: url(../images/bg.jpg); background-repeat: no-repeat; background-position: center top; background-color: #0e0e0e; font-family: "微软雅黑", Verdana, Tahoma, "宋体"; } /* 定义整体 */
html,body,div,span,form,input,h1,dd,dt,table,tr,td {margin: 0px;padding: 0px;} /* 定义块标签无边距 */
a:link{} /* 正常情况下的样式 */
a:visited{} /* 已访问过的样式 */
a:hover{} /* 鼠标超链接移过时的样式 */
a:active{} /* 鼠标在超连接上使用右键时的样式 */
img {border-width: 0px;border-style: none;} /* 定义图片无外框 */
img {-ms-interpolation-mode: bicubic;} /* IE7私有缩放矢真修复 */
.red { color: #F00; }
.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, .xulie_none dd, .xulie_none dt {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;} /* 右浮动 */
.s15 { margin-top: 15px; } /* 全局间距上 */
.x15 { margin-bottom: 15px; } /* 全局间距下 */
.z15 { margin-left: 15px; } /* 全局间距左 */
.y15 { margin-right: 15px; } /* 全局间距右 */
#gotop {position:fixed;bottom:20px;right:20px;cursor:pointer;font-size:12px;background-color: #000;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)));} /* 返回顶部 */
*html{background-image:url(about:blank);background-attachment:fixed;}  /* 解决IE闪动 */
.concent_img{max-width: 600px;!important; height: auto;!important; width:expression(this.width > 600 ? "600px" : this.width);!important;} /* 图片最大尺寸 */
