@charset "utf-8";
/* CSS Document */
/* author 小达 */
/* 重构HTML全局属性 设置局部重用性样式 */
* html, * html body { /*background-image:url(about:blank);*/ background-attachment:fixed }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%; font-style:normal; text-decoration:none }
ol, ul { list-style:none }
blockquote, q { quotes:none }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none }
:focus { outline:0 }
ins { text-decoration:none }
del { text-decoration:line-through }
table { border-collapse:collapse; border-spacing:0 }
input { font-size:12px;}
body { font-family:"微软雅黑",Microsoft YaHei,Arial, Helvetica, sans-serif, "宋体"; font-size:12px; color:#333}
select, input, button, textarea { font: 100% Tahoma, Helvetica, Arial, sans-serif}
a:link, a:visited, a:hover, a:active{ font-family:"微软雅黑",Microsoft YaHei,Arial, Helvetica, sans-serif, "宋体"; text-decoration:none; outline:none}
a {color: #2d55b9; }
a:hover { color: #f60; text-decoration:underline}
a.underline{text-decoration:underline}
/* globle class */
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0px; height:0px }
.clearfix:after { content:"\0020"; display:block; height:0; clear:both }
.clearfix { _zoom:1 }
*+html .clearfix { overflow:hidden }
.close_select { -moz-user-select:none; -khtml-user-select:none }
/* all */
::-webkit-input-placeholder {color:#999}
input:-moz-placeholder {color:#999}
.fb { font-weight:bold }
.f10 { font-size:10px }
.f12 { font-size:12px }
.f14 { font-size:14px }
.f16 { font-size:16px }
.f18 { font-size:18px }
.f20 { font-size:20px; }
.f22 { font-size:22px; }
.f24 { font-size:24px; }
.fb14 { font-size:14px; color:#ffffff; font-weight:bold; }
.gray9 { color:#999 }
.gray6 { color:#666 }
.gray3 { color:#333 }
.gray5 { color:#555555 }
.blue{ color: #185eb5; }
.blue2{color:#58b365}
.orange{ color:#f60 }
.pik{color:#F06099}
.red{color:#EA0000}
.purple{color:#7800A3}
.pus{color:#DE0286}
.yow{color:#faf305}
.unline,a.unline{text-decoration:underline}
/* margin&padding */
.mt3{margin-top:3px}
.m5 { margin:5px }
.mt5 { margin-top:5px }
.mr5 { margin-right:5px }
.mb5 { margin-bottom:5px }
.ml5 { margin-left:5px }
.m10 { margin:10px }
.mr10 { margin-right:10px }
.mb10 { margin-bottom:10px }
.ml10 { margin-left:10px }
.mt10 { margin-top:10px; }
.mt15{margin-top:15px}
.ml15{margin-left:15px}
.m20 { margin:20px }
.mt20 { margin-top:20px }
.mt30{margin-top:30px}
.mt40 { margin-top:40px }
.mt50 { margin-top:50px }
.mr20 { margin-right:20px }
.mb20 { margin-bottom:20px }
.mb30 { margin-bottom:30px }
.ml20 { margin-left:20px }
.p10 { padding:10px; }
.p20 { padding:20px; }
.pt10b { padding-bottom:0 !important; padding-top:10px !important; border:none !important; }
.pt10 { padding:0; padding-top:10px; }
.pl20 { padding-left:20px; }
.pl10 { padding-left:10px; }
.pb20{padding-bottom:20px}
.pb10{padding-bottom:10px}
.pb15{padding-bottom:15px}
.pb5{padding-bottom:5px}
.fr { float:right; }
.fl { float:left; }
.border0{border:0}
body{_background-image: url(about:blank); /*用浏览器空白页面作为背景*/
_background-attachment: fixed; /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/}
#goTop,#addZm{
    bottom: 200px;
    display: none;
    height: 126px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    width: 49px;
    z-index: 80;
	_position: absolute; /*IE6 用absolute模拟fixed*/
	_top: expression(documentElement.scrollTop + 350 + "px"); /*IE6 动态设置top位置*/ 
}

#goTop .goTop {background:url(../img/gotop.gif) no-repeat;cursor:pointer;height:55px;overflow:hidden;width:49px;display:block;overflow:hidden}
#addZm {background:url(../img/gotop.gif) no-repeat 0 -55px;margin-top:3px;cursor:pointer;height: 62px;overflow: hidden;width: 49px;display:block;overflow:hidden}
#goTop .goTop:hover{background-position:-49px 0}
#addZm:hover{background-position:-49px -55px}

/*分页*/
.pagination {height: 36px;margin: 20px 0 10px; text-align:right;_border-right:1px solid #ddd;}
.pagination ul {display: inline-block;*display:inline;margin-bottom: 0;margin-left: 0; 
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {display: inline}
.pagination a {float: left;padding: 0 14px; color:#333;line-height: 34px;text-decoration: none;border: 1px solid #ddd;border-left-width: 0;_border-width:1px 0 1px 1px}
.pagination a:hover,.pagination .active a {background-color: #f5f5f5; color:#f60}
.pagination .active a {color: #999999;cursor: default}
.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover {color: #999999;cursor: default;background-color: transparent;}
.pagination li:first-child a {border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}
.pagination-centered {text-align: center}
.pagination-right {text-align: right}

.input-prepend .add-on,.input-append .add-on,.input-doble .add-do{background:#eee;border: 1px solid #bbb;display: inline-block;font-size: 12px;font-weight: normal;height: 19px;line-height: 19px;min-width: 16px;padding: 4px 5px;text-align: center;text-shadow: 0 1px 0 #fff;width: auto; float:left; border-radius: 4px 4px 4px 4px;}
.input-prepend input,.input-append input{background-color:#fff;border: 1px solid #bbb;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; display:inline-block; height:19px;line-height: 20px;min-width: 16px;padding: 4px 5px; float:left; border-radius: 4px 4px 4px 4px; width:156px}
.input-append input,.input-prepend .add-on{border-radius: 4px 0 0 4px}
.input-prepend input,.input-append .add-on,.input-doble .add-do{border-radius: 0 4px 4px 0; border-left:0}
.input-doble input{border-radius: 0 0 0 0}
.input-append .add-bu{border-radius: 0 0 0 0}
.input-append .butn{margin:0; float:left; _right:0}
.input-prepend input:focus,.input-append input:focus,.saysth:focus{border-color: rgba(82, 168, 236, 0.8);outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.max-input .add-on,.max-input input{height:30px;_line-height:28px}
.max-input .add-on{line-height:30px;}

/*提示框*/
.alert,.big-alert{background-color: #FCF8E3;border: 1px solid #FBEED5;border-radius: 4px 4px 4px 4px;color: #C09853;margin-bottom:5px;padding: 8px 14px;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); position:relative; _zoom:1;z-index: 1; line-height:20px}
.close {position:absolute;top:2px;right:5px;font-size:14px;_font-size:10px;font-weight:bold;line-height: 18px;color:#f60;text-shadow: 0 1px 0 #ffffff;opacity: 0.5;filter: alpha(opacity=50); z-index:20; cursor:pointer}
.close:hover {color: #f60;text-decoration: none;cursor: pointer;opacity: 1;filter: alpha(opacity=100)}
.alert-danger,.alert-error {background-color: #F2DEDE;border-color: #EED3D7;color: #B94A48}
.alert-success {background-color: #DFF0D8;border-color: #D6E9C6;color: #468847}
.alert .alert-img{padding-left:25px; position:relative}
.alert .alert-img em,.big-alert .alert-img em,.favwar{background:url(../img/pic.png) no-repeat 0 -70px;_background:url(../img/pic.gif) no-repeat 0 -17px; position:absolute; left:0; top:0; _left:-22px;_top:-1px;display:block; width:18px;_width:25px; height:18px}
.alert-error .alert-img em{background-position:0 -16px;_background-position:0 -40px}
.alert-success .alert-img em{background-position:0 -44px;_background-position:0 2px}
.ui-upload {position:relative;overflow:hidden}
.ui-upload input.ui-upload-btn{zoom:1;position: absolute;top: 0;right: -50px;*right:0;margin: 0;border: solid transparent;border-width: 0 0 100px 200px;opacity: 0;filter: alpha(opacity=0);-moz-transform: translate(-300px, 0) scale(4);direction: ltr;cursor: pointer}
#upload_file_progress{padding:10px 0 0 0 ;}
#upload_file_progress li{position:relative;height:12px; width:100px;border:1px solid #ccc;margin-top:10px;}
#upload_file_progress li em {display:block;width:0%;height:12px;font-size:1px;line-height:12px;background:#fcc;}
#upload_file_progress li a{position:absolute;width:100px;display:block;height:12px;line-height:12px;padding-left:10px;top:0;left:200px;}
#upload_file_progress li p {position:absolute;display:block;width:100px;height:12px;line-height:12px;padding-right:10px;text-align:left;left:0px;top:0;overflow:hidden;}
/*切换条*/
.tab-t,.chier-tab-t{border-bottom:1px solid #ddd; height:38px; line-height:28px; position:relative; padding-left:5px}
.tab-t a,.chier-tab-t a{display:block; width:auto; padding:5px 15px; _width:70px; _padding:0; height:27px; margin:0 2px; text-align:center; float:left; color:#666; border:1px solid #ddd; border-width:1px 1px 0;background:#f8f8f8; position:relative; cursor:pointer}
.tab-t a.wid,.chier-tab-t a.wid{_width:110px}
.tab-t a.cur,.chier-tab-t a.cur{background:#fff; height:28px; _bottom:-1px; font-weight:bold; color:#333}
.tab-t a:hover,.chier-tab-t a:hover{color:#333; text-decoration:none}
.tab-t a.cur i,.chier-tab-t a.cur i{display:block; position:absolute; left:-1px; top:-6px; height:5px; width:100%; background:#C62B2B; border:1px solid #e2e2e2; border-width:1px 1px 0; overflow:hidden}
.tab-t a.cur-b,.chier-tab-t a.cur-b{background:#fff}
.tabsto .tab-t{border-bottom:0; padding:0}
.tabsto .tab-t a{border:1px solid #ddd; margin:0 10px 0 0}