@charset "utf-8";
/* CSS Document */

*{
    margin:0;
    padding:0;
	list-style:none;
	text-decoration:none;
	/*border:none;*/
	font-weigth:normal;
	color:#000;
}
img{ border-style:none; }
/* 要注意表单元素并不继承父级 font 的问题 
body,button,input,select,textarea {
    font:12px \5b8b\4f53,arial,sans-serif;
}
input,select,textarea {
    font-size:100%;
}*/
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
.artInfo{
		 font-family:"黑体";
		 font-style:italic;
		 color:#7b7b7b;}
a:hover {
    text-decoration:none;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}

/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;

}

.block {
    display:block;
}

.fl {
    float:left;
}
.fr {
    float:right;
}

.w980{width:980px;margin:0 auto;}
.w1200{width:1200px;margin:0 auto;}
.w{width:100%;}
.f{position:fixed;}
.a{position:absolute;}
.r{position:relative;}
.backTop{width:228px;height:114px;display:block;background:url(http://f2.cri.cn/M00/F2/6C/CqgNOllkO3OAFD5BAAAAAAAAAAA0219396.spriteImg.png) no-repeat -271px -403px;position:fixed;bottom:500px;right:0px;_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)));}
* html,* html body{background-image:url(about:blank);background-attachment:fixed}
* html .ie6fixedTL{position:absolute;left:expression(eval(document.documentElement.scrollLeft));top:expression(eval(document.documentElement.scrollTop))}
* html .ie6fixedBR{position:absolute;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}