/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: color 咖乐 --*/
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
* { margin:0px; padding:0px;}
img,div { border:none;}
body {
	color:#333;
	background:#FFF;
	font:12px "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	background:url(../images/bg.jpg) no-repeat top center #fff;
}
table { border-collapse:collapse;}
a{blr:expression(this.onFocus=this.blur());}
a{outline:none;}
a{color:#333333;text-decoration:none;}
a:hover{
	text-decoration:underline;
	color:#0598fe;
}
li { list-style:none;}

input,select,button{vertical-align:middle;}

.w1000 { width:1000px;}
.center { margin:0px auto;}
.clear { clear:both;}

/*------------------------------------分页样式----------------------------------*/
.iqwpage {
    clear: both;
    height: 24px;
	margin:15px 0px 30px 0px;
    padding-top: 8px;
	color:#333;
}
.iqwpage span {
    border: 1px solid #dedede;
    margin-right: 2px;
    padding:8px 12px;
}
.iqwpage a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dedede;
    padding:8px 12px;
	color:#333;
}
.iqwpage a{
transition: background 1s, color 0.5s;
-moz-transition: background 1s, color 0.5s;	/* Firefox 4 */
-webkit-transition: background 1s, color 0.5s;	/* Safari 和 Chrome */
-o-transition: background 1s, color 0.5s;	/* Opera */	
	}
.iqwpage .current, .iqwpage a:hover {
    background: none repeat scroll 0 0 #0098ff;
    border: 1px solid #0098ff;
    color: #fff;
    padding:8px 12px;
    text-decoration: none;
}
.iqwpage ul li {
    float: left;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin: 0 5px;
}
.iqwpage ul li a {
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
}
.iqwpage ul li select {
    font-size: 12px;
    vertical-align: top;
}

/*----------------------------------------------------上一篇下一篇样式----------------------------------------------------*/
.updown { height:60px; position:relative; line-height:28px; padding:0px 5px; margin-top:30px; color:#0598fe;}
.cometol { position:absolute; right:0px; top:15px;}


/*---------------------返回顶部-------------------------*/
#tbox{width:60px; height:60px; float:right; position:fixed;
_position:absolute;
_bottom:115px;
_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:115px;
bottom:115px;
}/*解决IE6下不兼容 position:fixed 的问题*/
#gotop{ width:60px; height:60px; background:url(../images/to_top.png) no-repeat center; position:absolute; top:0px; display:none; cursor:pointer} 