@charset "utf-8";
/* CSS Document */
html,body{ width:100%; height:auto !important}
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input{margin:0;padding:0;}
body{ font-family:'宋体',Arial, Helvetica, sans-serif;font-size:12px; line-height:22px;color:#4e4e4e;background:#fff;}
ol,ul{list-style:none;}
:focus{outline:0;}
a img{border:0;}
img{vertical-align:middle;}
table{empty-cells:show;}
em{font-style:normal;}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{border:none;padding:0;}
/*h1{font:20px "microsoft yahei","SimSun";}*/
h2,h3{font-size:14px;}
h4,h5,h6{font-size:12px;}
.form label,.form input,.form select,.form textarea,.form button,.form .label{float:left;font-size:12px;}
/*链接*/
a{color:#4e4e4e;text-decoration:none;outline:none;hide-focus: expression(this.hideFocus = true);}
a:hover{color:#4e4e4e;text-decoration:underline;}
.hand,label{ cursor:pointer;}
a.orange{color:#fb8d12;}
a.orange:hover{color:#fb8d12;text-decoration:underline;}
/*显示隐藏*/
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}
.clear{clear:both;}
.clr{display:block;overflow:hidden;clear:both;height:0;line-height:0;font-size:0;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-table;}/* Hides from IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}/* End hide from IE-mac */
*+html .clearfix{min-height:1%;}
.overflow{overflow:hidden;_zoom:1;}
/*颜色*/
.red{color:#940a21;}
.orange{color:#e74a11;}
.red1{color:#ff0000;}
a.blue{color:#2d8cd5;text-decoration:underline;}
a.blue:hover{color:#2d8cd5;text-decoration:underline;}
.black{color:#000;}

/*定位*/
.pos_r{ position:relative;}
.pos_a{ position:absolute;}
.dis_none{ display:none;}
.dis_block{ display:block;}
.dis_inline{ display:inline;}
.z-50{z-index:50;}
/*字体*/
.font12{ font-size:12px;}
.font13{ font-size:13px;}
.font14{ font-size:14px;}
.font16{ font-size:16px;}
.font18{ font-size:18px;}
.font24{ font-size:24px;}
.fontb{ font-weight:bold;}
.fontnor{ font-weight:normal;}
/*边距*/
.indent_22{text-indent:22px;_text-indent:18px;}
.indent_25{text-indent:25px;}
.text_l{ text-align:left;}
.text_r{ text-align:right;}
.text_c{ text-align:center;}
.mauto{ margin:0 auto;}
.mt15{margin-top:15px;}
.mt3{margin-top:3px;}
.mt5{margin-top:5px;}
.ml20{margin-left:20px;}
.ml12{margin-left:12px;}
.ml10{margin-left:10px;}
.ml5{margin-left:5px;}
.mr5{margin-right:5px;}
.mr15{margin-right:15px;}

.mr10{margin-right:10px;}
.mr100{margin-right:100px;}
.mt10{margin-top:10px;}
.mt30{margin-top:30px;}
.pt40{padding-top:40px;}
.ml45{margin-left:45px;}
.ml15{margin-left:15px;}
.ml25{margin-left:25px;}
.mb5{margin-bottom:5px;}
.pb15{padding-bottom:15px;}
.pb5{padding-bottom:5px;}

/*弹出层*/
#cover{position:absolute;top:0;left:0;z-index:1000;visibility:hidden;background:#000;opacity:0.5;filter:alpha(opacity=50);}
.shadow{position:absolute;top:0;left:0;z-index:10001;visibility:hidden;width:500px;height:280px;}
/*高度*/
.h145{height:145px;}
/*边框*/
.borbot{border-bottom:1px dashed #d7d7d7;}