@charset "utf-8";
/* CSS Document */

/* por reset.css V1.0  Start*/
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, th, td { margin: 0px; padding: 0px; }
body, button, input, select, textarea { font: normal 12px Microsoft YaHei,Arial, "\5b8b\4f53", tahoma; }
ul, ol, li { list-style: none; }
a { text-decoration: none;  }
a:hover { text-decoration:none; }
img { border: 0; vertical-align:top; }
button, input, select, textarea { font-size: 100%; vertical-align:middle; outline:none; }
table { border-collapse: collapse; border-spacing: 0; }
.fixed:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.fixed { *zoom:1;}
/* por reset.css V1.0  End */



/*--------------通用组件--------------*/

/*gotop*/
.backToTop { display: none; background:#000; width:31px; height:31px; position: fixed; _position: absolute; left:50%; margin-left:510px; bottom: 160px; _bottom: "auto"; cursor: pointer; opacity: 1; filter: Alpha(opacity=100); z-index:999; }
.backToTop:hover { opacity: 0.8; filter: Alpha(opacity=80); }


/*path*/
.path{ height:40px; line-height:40px; padding:0px 15px; background:url(../images/path.jpg) center no-repeat;}
.path h2{ float:left; font-size:12px; color:#FFF; font-weight:normal;}
.path ol{ float:right;}
.path ol li{ float:left; color:#FFF;}
.path ol li a{ color:#FFF; font-size:12px;}
.path ol li a:hover{ color:#c71f55;}

/*paged*/
/*html结构
	<div class="paged">
		<a href="#">首页</a>
		<a class="">上一页</a>
		<span class="current">1</span>
		<a href="#">2</a>
		<a class="" href="#">下一页</a>
		<a href="#">尾页</a>
		<span class="pd_info">共12项 | 共2页 | 当前第1页</span>
	</div>
*/
.paged{ text-align:center; padding:20px 0px; }
.paged a,.paged .pd_info,.paged .current{ display:inline-block; zoom:1; *display:inline; margin:3px; padding:5px 10px; font-size:12px; text-align:center; border:1px solid #cfcfcf; background:#ffffff; color:#333;  }
.paged .current,.paged a:hover{ border:1px solid #09abf2; background:#16b8ff; color:#fff; }







