﻿/* Author:guanqing 
 * Date:2009-7-3
 */
/*reset*/
html {background:#fff;}
body {font:12px/1.3 arial,helvetica,sans-serif;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,textarea,select,button,th,td {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
table {font-size:inherit;font:100%;border-spacing:0; border-collapse:collapse;}

input,select {font:100% arial,helvetica,clean,sans-serif;}
button {overflow:visible}
th,em,strong,address,cite {font-style:normal;font-weight:normal;}
li{list-style:none;}
img,fieldset {border:0;}
a {text-decoration:none; cursor:pointer;}



/*标准浏览器清除浮动 不需要增加div*/
 .wrapfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
 }
 .wrapfix {zoom: 1;}

/*  当前位置  */
p.hcur{ width:980px; margin:0 auto;font-size:13px; line-height:2em; font-weight:500;color:#9150A1;}
p.hcur a{padding:0 5px;color:#237205; font-weight:400;font-size:13px;}


/* 页头 */
#head{width:980px;height:98px;margin:0 auto;background:url(../images/aqh_headbg.gif) repeat-x 0 0;position:relative;padding-top:20px;}
#logo{float:left;width:226px;text-align:right;margin-top:10px;}
#logo span{font-size:20px;margin-right:8px;font-weight:700;color:#EA5978;font-family:"黑体"}
.topr{width:300px;float:right;}
.topr p{text-align:right;}
.topr p a{color:#696969;}
.topr ul{margin:30px auto 0;width:447px;height:20px;background:url(../images/tul_01.gif) no-repeat 0 0;}
.topr li{float:left;width:88px; text-align:center; padding-top:3px;}
.topr li a{color:#fff;}
#head h1{float:right;margin-top:20px;margin-right:10px;font:20px "黑体";color:#01A44A;overflow:hidden;width:700px;}
#header h1 em,#head h1 em{font-size:25px;margin:0 10px 0 20px;color:#EE2F72;}
#head #ggmm{position:absolute;right:0px;top:15px;}

/*  页脚  */
#foot{width:980px;height:150px;margin:0 auto;margin-top:10px;background:url(../images/footbg.jpg) no-repeat 0 0;}
#foot p{margin-top:100px;padding-left:580px; font-size:12px;color:#D7C1D4;float:left;}

/*  其他公用  */
.main{width:980px;margin:0 auto;overflow:hidden;zoom:1;}
.sidebar{float:right;width:200px;}
.ggad{padding:10px;margin:6px auto;}/*  暂定右侧google广告  */
.red{color:red!important;}



/*  分页  */
.pageNavigator{clear:both;}
.pageNavigator p{float:left;height:22px;line-height:22px;padding-left:15px;}
.pageNavigator p span{ color:#FF5F7D;}

.pageNavigator .page_s {float:right;width:200px;height:22px;line-height:22px;margin:0 auto;padding-right:10px;}

.bt_next,.bt_pre,.bt_next_e,.bt_pre_e,.bt_next_n,.bt_pre_n,.bt_next_e_n,.bt_pre_e_n{width:45px;height:24px;background-image:url(../images/icon.gif);background-repeat:no-repeat; float:left;}
.bt_next{background-position:-215px 0;}
.bt_pre{background-position:-110px 0;}
.bt_next_e{background-position:-360px 0;}
.bt_pre_e{background-position:30px 0;}
.bt_next_n{background-position:-215px -24px;}
.bt_pre_n{background-position:-110px -24px;}
.bt_next_e_n{background-position:-360px -24px;}
.bt_pre_e_n{background-position:30px -24px;}/*后面有下划线n _n）表示灰色的样式*/

.bt_pre, .bt_pre_n, .bt_next_e, .bt_next_e_n{height:22px;line-height:24px;margin-left:3px;text-align:right;}
.bt_next, .bt_next_n,.bt_pre_e_n, .bt_pre_e{height:22px;line-height:24px;margin-left:3px;text-align:left;}

.pagestyle{clear:both;padding-right:25px;padding-top:5px; overflow:hidden;zoom:1;}
.pagestyle p{float:left;text-indent:10px; line-height:24px;}
.pagestyle p span{color:#FF5C7B;}
.pagestyle div{float:right; height:24px; line-height:24px;}
.pagestyle a{color:#000;}
.pagestyle .curpage{color:#FF5C7B; font-weight:700;}
.pagestyle a:hover,.pagestyle a:active{color:#000;}

.pager{clear:both;color:#666;text-align:right;}
.pager .total{color:#9150A1;font-weight:600;font-size:15px;margin:0 2px;}
.pager a{color:#9150A1;margin:0 5px;}
.pager select{margin:0 10px;}
