@charset "utf-8";
/*
  ==========================================================
  功能：分页样式表page.css
  制做：深圳互航科技有限公司（电话：0755-82873486）
  ==========================================================
 */

/* 分页样式一 =============================================== */
.page_1{ height: 50px; line-height: 50px; text-align: center;}
.page_1 span{top: -2px; padding: 0 4px; position:relative;}
.page_1 a{ font-size: 12px; font-family: arial; color: #999; text-decoration: none; padding: 5px 10px; font-weight: bold;}
.page_1 a:hover{ background: #ff2e2a; color: #fff;}
.page_1 a.active{ background: #ff2e2a; color: #fff;}

/* 分页样式二 =============================================== */
.page_2{ height: 50px; line-height: 50px; text-align: center;}
.page_2 span{top: -2px; padding: 0 4px; position:relative;}
.page_2 a{ font-size: 12px; font-family: arial; color: #c29631; text-decoration: none; padding: 5px 10px; font-weight: bold;}
.page_2 a:hover{ background: #c29631; color: #fff;}
.page_2 a.active{ background: #c29631; color: #fff;}
.page_2 a.prev:hover{ color: #fff; background:url(../images/page/1.png); width:72px;}
.page_2 a.next:hover{ color: #fff; background:url(../images/page/2.png); width:72px;}

/* 分页样式三 =============================================== */
.page_3{ margin:15px 0; text-align:center;line-height:20px;}
.page_3 span{color:#b90000;}
.page_3 ul{ font-size:0; display:inline;}
.page_3 ul li{ height:20px; border:1px solid #ddd; display:inline-block; *+display:inline; zoom:1; vertical-align:top; margin-right:5px; position:relative; _overflow:hidden;
    background:#f1f1f1;
	background:-moz-linear-gradient(top, #ffffff, #e5e4e4);
	background:-o-linear-gradient(top, #ffffff, #e5e4e4);
	 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e5e4e4));
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#e5e4e4,gradientType=0);}
.page_3 ul li a{ font:12px/22px "arial","微软雅黑"; color:#888; display:inline-block; padding:0 10px; top:-1px; margin:0 -1px; position:relative; height:22px;}
.page_3 ul li a:hover{ background:#7a7a7a; color:#ffffff; text-decoration:none}
.page_3 ul li.current a:hover{ background:#7a7a7a; color:#ffffff; text-decoration:none; top:-1px; margin:0 -1px; position:relative; height:22px;}
.page_3 ul li.current a.current{ background:#7a7a7a; color:#ffffff; text-decoration:none; top:-1px; margin-left:-1px; position:relative; height:22px;}

/* 分页样式四 =============================================== */
.page_4{ padding:15px 0; text-align:center;line-height:30px; background:#000000;}
.page_4 a{ border:1px solid #666;background:#f1f1f1; font:12px/30px "arial","微软雅黑"; color:#333;  padding:2px 10px; }
.page_4 a:hover{background:#666; color:#ffffff; text-decoration:none;  height:30px;}
.page_4 a.current{background:#666; color:#ffffff; text-decoration:none; height:30px;}

/* 分页样式五 =============================================== */
.page_5{border-top:#eaeaea 1px dashed; text-align:center; margin-top:30px; line-height:35px;}
.page_5 a{ padding:0 10px;}