
.footer{ width:100%; background:#3c3c3d; margin-top:15px; color:#848485; }
.code_area{ background:#fafafa; padding:40px 0; text-align:center;}
.txj_link{ background:#f5120f; height:50px; line-height:50px; color:#fff; font-family:"微软雅黑"; font-size:16px; }
.footer a{ color:#848485 !important;}


/*---底部版权---*/


.copyright{ text-align:center; padding:0 0 35px 0;}
.copyright a{color: #848485;}
.bottomlink{text-align:center;}
.bottomkeyword{text-align:center;}


/*解决IE6下不兼容 position:fixed 的问题*/
#code,#code_hover,#gotop{ width:36px; height:48px; background:url(../images/icon.png) no-repeat; position:fixed; right:50px; cursor:pointer;
_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)));
}
#code{ background-position:-276px -258px; bottom:120px; _margin-bottom:120px;}
#code_hover{ background-position:-316px -258px; bottom:120px; _margin-bottom:120px;}
#gotop{ background-position:-276px -310px; bottom:67px; _margin-bottom:67px;} 

#code_img{ width:270px; height:365px; background:url(../images/icon.png) -4px -3px no-repeat; position:fixed; right:90px; bottom:67px; cursor:pointer; display:none;
_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))); _margin-bottom:67px;  }
