@charset "utf-8";
/*CSS Document*/
/*init BEGIN*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,/*structural elements 结构元素*/ dl,dt,dd,ul,ol,li,/*list elements 列表元素*/ pre,/*text formatting elements 文本格式元素*/ fieldset,lengend,button,input,textarea,/*form elements 表单元素*/ th,td{margin:0; padding:0; outline:none;}/*清除内外边距*/
a:focus{-moz-outline-style:none;}/*IE不支持*/
a:focus{outline:none;}/*很多网站都会加的属性*/
body,button,input,select,textarea{/*for ie*//*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/font:12px/1 Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif; /*用 ascii 字符表示，使得在任何编码下都无问题*/}/*设置默认字体*/
address,cite,dfn,em,var{font-style:normal;}/*将斜体扶正*/
code,kbd,pre,samp,tt{font-family:"Courier New",Courier,monospace;}/*统一等宽字体*/
small{font-size:12px;}/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,ol{list-style:none;}/*重置列表元素*/
a{text-decoration:none;}/*重置文本格式元素*/
abbr[title],acronym[title]{/*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/border-bottom:1px dotted; cursor:help;}
q:before,q:after{content:'';}
/*重置表单元素*/
legend{color:#000;}/*for ie6*/fieldset,img{border:none;}/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,input,select,textarea{font-size:100%; /*使得表单元素在 ie 下能继承字体大小*/}
table{border-collapse:collapse; border-spacing:0;}/*重置表格元素*/
hr{border:none; height:1px;}/*重置 hr*/
html{overflow-y:scroll;}/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
    /*清除float BEGIN*/
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{display:inline-block; display:block; zoom:1;}
    /*清除float END*/
/*init END*/
/*banner BEGIN*/
.indexbanner{ width:100%; overflow:hidden; position:relative;}
.indexbanner .hd{ overflow:hidden; position:absolute;left:50%;margin-left: -65px; bottom:28px; z-index:1;}
.indexbanner .hd ul{ display: block; overflow:hidden; zoom:1; text-align:center;}
.indexbanner .hd ul li{float:left;width:35px;height:3px; text-indent:-9999px; background:#fff; cursor:pointer; color: #fff; margin-right:8px;+overflow:hidden;}
.indexbanner .hd ul li.on{ background:#ff9000;}
.indexbanner .bd{ position:relative; height:100%; z-index:0;}
.indexbanner .bd li{ zoom:1; vertical-align:middle; height: 505px;}
.indexbanner.subbanner .bd li{ zoom:1; vertical-align:middle; height: 350px;}
/*下面是前/后按钮代码，如果不需要删除即可 */
.indexbanner .prev{ position:absolute; left:8%; top:50%; margin-top:-25px; display:block; width:49px; height:88px; background:url(../images/r_xdt_01.png) 0px 0px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.indexbanner .next{ position:absolute; right:8%; top:50%; margin-top:-25px; display:block; width:49px; height:88px; background:url(../images/r_xdt_02.png) 0px 0px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.indexbanner .prev:hover,.indexbanner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.indexbanner .prevStop{ display:none;  }
.indexbanner .nextStop{ display:none;  }

/*上下篇 BEGIN*/
.sub_updown{clear:both; font-family:"微软雅黑"; overflow:hidden; font-size:14px; padding:4px 0; width:100%;}
.sub_updown .sub_updown_up,.sub_updown .sub_updown_down{clear:both; overflow:hidden; margin:6px 0px;}
.sub_updown div a{color:#666;}
.sub_updown .sub_updown_hover a:hover{color:#06F;}
.sub_updown .sub_updown_hover a span{ cursor:pointer;}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye{clear:both;text-align:center; font-family:"微软雅黑", serif; font-size:18px;}
.paginator a{color:#b2b2b2;padding:2px 9px;}
.paginator a,.paginator span{margin:0 3px;}
.paginator a.sun_paging_hover:hover{color:#ff9000;}
.hxq_fy_syy,
.hxq_fy_xyy {
  font-weight: normal;
  border:1px solid #b2b2b2;
}
.hxq_fy_syy {
  background: url(../images/hxq_syy01.png) no-repeat center center;
}
.hxq_fy_xyy {
  background: url(../images/hxq_fy_xyy01.png) no-repeat center center;
}
.hxq_fy_syy[href]:hover,
.hxq_fy_xyy[href]:hover {
  color: #fff !important;
  background-color: #ff9000;
  border: 1px solid #ff9000;
}
.hxq_fy_syy[href]:hover {
  background: #ff9000 url(../images/hxq_fy_syy02.png) no-repeat center;
}
.hxq_fy_xyy[href]:hover {
  background: #ff9000 url(../images/hxq_fy_xyy02.png) no-repeat center;
}
.paginator span{ color:#ff9000 !important; padding:2px 9px !important; font-weight:normal !important;}/*选中需要全部important一下*/
/*分页 END*/