@charset "utf-8";
* {
    margin:0;
    padding: 0;
    outline: none;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: Helvetica, Microsoft YaHei, Arial;
    overflow-x: hidden;
    color:#333;
    margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

input[type="button"], input[type="submit"], input[type="reset"],button {
    -webkit-appearance: none;
}
input,button {
    border:none 0;
    outline:none 0;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button, select {
    text-transform: none;
}
a {
    text-decoration: none;
    text-decoration: none;
    color: #101010;
    background: 0 0
}
a:active, a:hover {
    outline: 0
}
img {
    border:none 0;
    outline:none 0;
    vertical-align: middle;
}
ul,li,dl,dd,dt,ol {
    margin: 0;
    padding:0;
    list-style: none;
}
h1,h2,h3,h4,h5 {
    margin:0;
    padding:0;
    font-weight: normal;
}
p {
    margin:0;
    padding:0;
}
b, strong {
    font-weight: bold;
}
em,s,i {
    font-style:normal;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: 80%;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.dis {
    display:block;
}
.fw {
    font-weight: bold;
}
.clear {
    clear:both;
    font-size:0;
    line-height:0;
    height:0
}
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}
.clearfix {
    *zoom:1;
    clear: both
}
.text-left {
    text-align:left !important;
}
.text-center {
    text-align:center !important;
}
.text-right {
    text-align:right !important;
}
.text-justify {
    text-align:justify !important;
}
.text-ellipsis {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.text-ellipsis2 {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
input::-ms-input-placeholder {
    color:#ccc;
}

#navlist li{margin-top:-1px;font-family:"Simsun";}