/* 初始化CSS  重置浏览器样式*/
a nobr {cursor: pointer;}
*{outline:none !important;}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
/*img{display: block;}*/
ul, ol { list-style:none; }
input {padding:0;margin:0;outline:none;background:none;font-family:"Arial","Helvetica","sans-serif","Microsoft YaHei";color:#999;}
select, input { vertical-align:middle; }
select, input, textarea {font-size:14px; margin:0;}
select{border: solid 1px #000;appearance:none; -moz-appearance:none; -webkit-appearance:none;-ms-appearance:none; background: url(../images/select_arrow.png) no-repeat scroll right 5px center #fff !important; background:none\9;padding-right: 14px;padding-right:0\9;}
select::-ms-expand { display: none; }
textarea { resize:none; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
body {font-size:14px; color:#000;font-family:"georgia","Arial","Helvetica","sans-serif","微软雅黑";}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
a {color:#000;text-decoration:none;}
a:hover { color:#1280df; text-decoration:none;}
a:visited,a:focus{text-decoration:none !important;}

.mainColor{color:#1280df;} /**页面字体需要变主色调，直接调用mainColor;**/
.mainBg{background:#1280df;color:#fff;}/**需要添加主色调背景色，直接调用mainBg**/
.colorRed{color:red;} /**字体如需标红色，调用colorRed**/
.textHidden{ white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  display:block; }/*单行文本截取字符*/

