@charset "utf-8";
/*
=======================================================
文件名：global.css
说明：网站全局样式，修改此文件可能会影响大多数模块的表现！如需修改，请对所有模块进行确认。
时间：2011-06-08
容器：container/box
头部：header
主导航：mainNav
子导航：subNav
顶导航：topNav
网站标志：logo
大广告：banner
页面中部：mainBody
底部：footer
菜单：menu
菜单内容：menuContent
子菜单：subMenu
子菜单内容：subMenuContent
搜索：search
搜索关键字：keyword
搜索范围：range
标签文字：tagTitle
标签内容：tagContent
当前标签：tagCurrent/currentTag
标　题：title
内容：content
列表：list
当前位置：currentpath
侧边栏：sidebar
图标：icon
注释：note
登录：login
注册：register
列定义：
column_1of3(三列中的第一列)
column_2of3(三列中的第二列)
column_3of3(三列中的第三列)
=======================================================
*/
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button,  /* form elements 表单元素 */
th, td, /* table elements 表格元素 */
img/* img elements 图片元素 */{
border:0;margin:0;padding:0;}
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol{list-style:none;}
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border:0;}

html{overflow:scroll;overflow-x:hidden }
th,td,input{font-size:12px;}
button{border:none;cursor:pointer;font-size:12px;background-color:transparent;}
select{border-width:1px;border-style:solid;padding-top:2px;font-size:12px;}
a:link,a:visited{text-decoration:none;color:#333;}
a:hover,a:active{text-decoration:underline;color:#1e69b4;}
ul{margin:0;padding:0;}

.orange{color:#FF6004;font-weight:bold}
.gray{color:#B2B2B2}
.green{color:#408D01;font-weight:bold}
.red{color:#E11202;font-weight:bold}

.input{font-size:12px;border:1px solid #747474;padding:4px 4px 0 4px;width:178px;height:16px;color:#666;background:url(../images/inputbg.gif) repeat-x;margin:0 6px 0 4px}
.button{font-size:12px;color:#343434;font-weight:bold;width:94px;height:22px;background:url(../images/botton.gif) no-repeat;}
.select {font-size:12px;border:1px solid #D2D2D2;padding:4px;width:200px;line-height:30px;margin:4px}
.textarea{font-size:12px;border:1px solid #747474;;padding:4px 4px 0 4px;width:278px;overflow:auto;height:95px;background:url(../images/inputbg.gif) repeat-x #fff;margin:0 0 0 4px;color:#666;}
.
.left{float:left}
.right{float:right}

h1{font-size:22px}
h2{font-size:20px}
h3{font-size:18px}
h4{font-size:16px}
h5{font-size:14px}
h6{font-size:12px}

.lab960px{width:960px;margin:0 auto;}
.clear{clear:both;font-size:0px;height:0;visibility:hidden;line-height:0;}
.hidden{display:none;}
.clearfix:after {content: " ";display:block;clear:both;height:0;}
.clearfix{zoom:1;}
.hand{cursor:pointer}
/*分页样式*/
.pag {padding:20px;margin-top:20px;text-align:center;clear:both}
	.pag a{padding:2px 5px 2px 5px;margin:2px;color:#33810A;text-decoration:none;}
	.pag a:hover{color:#32810A;background:#9BCA5A;}
	.pag a:active {color:#32810A;background:#9BCA5A;}
	.pag span.current {font-weight:bold;background:#32810A;color:#fff;padding:2px 5px 2px 5px;margin:2px;}
	.pag span.disabled {padding:2px 5px 2px 5px;margin:2px;color:#B8B8B8;}


