html, body,a,img, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, form, fieldset, legend, input, select, textarea, button, caption, th, td, pre
{
    margin: 0;
    padding: 0;
}
body
{
    background-color: #fff;
    font-size: 12px;
    line-height: 1.5;
    font-family: "microsoft yahei",Tahoma,arial,宋体,sans-serif;
    color: #404040;
    text-align: left;
}
h1, h2, h3, h4, h5, h6, strong, th, b
{
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 14px;
    line-height: 24px;
}
ul li
{
    list-style: none;
}
a{
    text-decoration: none;
    color: #555;
    cursor: pointer;
}
a:visited, a:active {
    /*color: #202d95;*/
    text-decoration: none;
    outline: none;
}
em,i{
    font-style: normal;
}
input{
    outline: none;
}
img{
    border:none;
}
/*清浮动*/
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*end*/