/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: jack 杰克 --*/
/*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","宋体";
}
.yahei { font-family:"Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";}

a{blr:expression(this.onFocus=this.blur());}
a{outline:none;}
a{color:#333333;text-decoration:none;}
a:hover{
	text-decoration:none;
	color:#333;
}
li { list-style:none;}

input,select,button,textarea {vertical-align:middle;font-family:"Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";}

.w1000 { width:1000px;}
.center { margin:0px auto;}
.clear { clear:both;}
.w1050 { width:1050px;}
.w1020 { width:1020px;}

/*------------------------------------分页样式----------------------------------*/
.iqwpage {
    clear: both;
    height:35px;
	margin-top:20px;
	text-align:center;
	color:#333;
}


.iqwpage span {
    border: 1px solid #dedede;
    margin-right: 2px;
    padding:0px 12px; line-height:33px;
	height:33px; display:inline-block;
}
.iqwpage a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dedede;
    padding:8px 12px;
	color:#333;
	transition: all 0.3s ease 0s;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;
}
.iqwpage .current, .iqwpage a:hover {
    background: none repeat scroll 0 0 #231815;
    border: 1px solid #231815;
    color: #fff;
 
    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 15px;}
.cometol { position:absolute; right:0px; top:15px;}
.cometol a { display:block; height:30px; line-height:30px; padding:0px 10px 0px 35px; border:1px solid #ccc; font-size:12px;
background:url(../images/arc_03.png) no-repeat 8px center;}
.cometol a:hover {border:1px solid #004f8a;background:url(../images/arc_04.png) #004f8a no-repeat 8px center; color:#fff; text-decoration:none;}


/*---------------------返回顶部-------------------------*/
#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} 

