@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/*去掉下面一行注释,可使整个网站群页面变灰*/
/*body{filter:gray}*/

/*全局样式*/

html {
         -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,input,select,textarea{font-family:"Arial","Hiragino Sans GB",Helvetica; font-size:16px; word-wrap:break-word;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{ color:#2b2b2b;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, s, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,  tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{padding:0; margin:0; border:0; outline:0; background:transparent; word-wrap: break-word;
    word-break: break-word;}
article, aside, details, summary, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block}
table,td,tr,th{font-size:12px;}
table{ margin:0 auto;border-spacing:0; border-collapse:collapse; }
img{border:0; max-width:100%;}
i{ font-style:normal}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
q:before,q:after {content:'';}   
abbr,acronym {border:0;}
address,caption,cite,code,dfn,em,th,var {font-weight:normal; font-style:normal;}   
a {color:#2b2b2b;text-decoration:none; }
label{ vertical-align:middle}
div,a,li,span,h1{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}  /*Safari */
input,textarea,select,a,button{ outline:none; border:0}

ul.list-paddingleft-2{
list-style-type: disc;
}
.list-paddingleft-2{
padding-left:25px;
}

.f18{ font-size:18px;}
.f14{ font-size:14px;}
.mb10{ margin-bottom:10px;}
.fb{}

.red{ color:#e75745}
.orange{ color:#fda825;}
.blue{color:#0680de}
.gray{ color:#666}
.fl{ float:left;}
.fr{ float:right;}
.pointer{cursor:pointer;}
.textLeft{ text-align:left;}
.textRight{ text-align:right;}
.textCenter{ text-align:center}

.orange-color{color:#f6ab1a}
.border{border: 1px solid #dedede}



.clearfix{zoom:1}
.clearfix:after,.clearfix after{visibility:hidden; display:block; content:""; clear:both}
.blank{ margin-top:50px;}
.blank18{ margin-top:18px;}
.tac{ text-align:center;}