﻿/* CSS Reset */
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,blockquote,pre,fieldset,legend,form,input,button,textarea,hr{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
li{list-style:none;}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}

q:before,q:after{content:'';}
abbr[title]{border-bottom:1px dotted;cursor:help;}
address,cite,dfn,em,var{font-style:normal;}
button,input,select,textarea{font-size:100%;}
legend{color:#000;}
code,kbd,samp{font-family:"Courier New",monospace;}
hr{border:none;height:1px;}
body,button,input,select,textarea{font:12px/1.5 Arial,Tahoma,Helvetica,SimSun,san-serif;}
body{color:#222;background:url(../images/bg.jpg) bottom no-repeat;}

/* common style */
.clear{clear:both;font-size:0;height:0;line-height:0;visibility:hidden;}
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
* html .clearfix{height:1%;}
a{color:#000;text-decoration:none;}
a:hover{color:#ff0000; text-decoration:underline}
.red {color:#FF0000;}
.border_01{border:1px solid #daeacf}
.border_02{border:1px solid #d8eeff}
.border{border:1px solid #daeacf}
.fl {float:left}
.fr {float:right}
.ml{margin-left:10px}
.mr{margin-right:10px}
.mt{margin-top:10px}
.w364{width:358px}
.w328{ width:328px}
.w390{ width:390px}
.w236{width:236px}

.h240{ height:240px}
.h336{height:322px}
.h196{height:196px}

.wrap,.header,.container,.footer{width:980px; margin:0 auto}

.top-bar{height:40px; line-height:40px; border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6}
.top-bar #username,.top-bar #password{ width:98px; height:19px; border:1px solid #a6a3a3}
.top-bar a{ color:#ec6941}
.top{height:89px}


/*主导航*/
.nav {height:68px;background:url(../images/nav_bg.png) no-repeat}
.nav ul{padding:12px 0 0 5px}
.nav li{ float:left; padding-right:2px; width:95px; height:22px; line-height:22px; overflow:hidden; text-align:center; font-size:14px;background: url(../images/nav_spec.png) right no-repeat}
.nav li a{color:#FFF}



/*-- 通用底部 -*/
.footer{ margin-top:10px}
.footer .link{padding:8px}
.footer .link .bd{padding:10px}
.footer .link .bd a{ padding-right:15px;color:#007130}
.footer .fnav{ margin-top:10px; padding:6px; text-align:center}
.footer .fnav a{ padding:0 10px}
.footer .copyright{padding:10px 0 20px;text-align:center}


/*Top按钮*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
.tbox{width:50px;float:right;position:fixed;right:10px;bottom:15px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;display:block;}