@charset "utf-8";
/* CSS Document */
html {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    direction: ltr;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}
del, ins {
    text-decoration: none;
}
li {
    list-style: none outside none;
}
caption, th {
    text-align: left;
}
q:before, q:after {
    content: "";
}
abbr, acronym {
    border: 0 none;
    font-variant: normal;
}
sup {
    vertical-align: baseline;
}
sub {
    vertical-align: baseline;
}
legend {
    color: #000000;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
input, button, textarea, select {
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, figcaption, details, summary {
    display: block;
}
nav ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
mark {
    background-color: #FFFF99;
    color: #000000;
    font-style: italic;

}
details:not([open]) > *:not(summary) {
    display: none;
}
html,
body {
    margin: 0;
    height: 100%;
}
body {
    font: 14px/1.5 arial,STHeiti,'Microsoft YaHei',\5b8b\4f53;}
strong {
    font-weight: bold;
}
p {
    line-height: 1.4em;
}
p img, li img, dd img {
    vertical-align: middle;
}
button img {
    margin: 0;
    vertical-align: middle;
}
.no-margin {
    margin: 0!important;
}
a {
    color: #555;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    /*color: #25bb9b;*/
}
.clearfix:after,
.clearfix:before{
    clear: both;
    content: " ";
    display: block;
}
.clearfix:after,
.clearfix:before {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}