

ul,ol{
    list-style:none;
    margin:0;
    padding:0;
}
input,select,textarea{
    outline:none;border:none;background:none;
}
textarea{
    resize:none;
}
a:link,a:visited,a:hover,a:active{
    text-decoration:none;
}
a{
    color:#787878;
}
body{
    color:#222;
    width:100%;
    margin:0 auto;
    position:relative;

   }

#wrap {
    background-color:transparent;
    width: auto;
    margin:0 auto;

}
#nav{
       background: #f2f2f2 none repeat scroll 0 0;
        border-bottom: 1px solid #e5e5e5;
        height: 26px;
        min-width: 990px;
        position: relative !important;
        transform: translate3d(0px, 0px, 0px);
        width: auto;
        z-index: 99999;
}
.list-inline > li {
    padding-left:0px;
    padding-right:0px;
}
ul li{
    border:0;
}
a:hover{
    color:#189ee0;
}
.pre-scrollable {
    max-height: 1200px;
    overflow-y: scroll;
}

/*清浮动*/
.clearfix:after{content:"";*display:block;*clear:both;}
.clearfix{zoom:1;}


/*选择*/
::selection {background-color:#669900; color:#ffffff; text-shadow:none;}
::-moz-selection {background-color:#669900; color:#ffffff;text-shadow:none;}


/*去掉a的下划线*/
a {blr:expression(this.onFocus=this.blur())} /*if IE*/
a {outline:none;}/*if 火狐等现代浏览器浏览器*/


/*省略号*/
white-space:nowrap;overflow:hidden;text-overflow:ellipsis;

/*英文自动换行*/
word-break: break-all;

/*强制不换行*/
white-space:nowrap;
contenteditable="true"





