html, body, div, p, a, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, object, embed, span, form, marquee
{
    margin: 0;
    padding: 0;
}
body
{
    font-size: 12px;
    font-family: "Microsoft YaHei",瀹嬩綋,Arial,Helvetica,sans-serif;
    color: #000;
    line-height: 1.7;
    transition: all .3s;
}
ol, ul, li, dl, dt, dd
{
    list-style: none;
}
img
{
    border: none;
}
p
{
    text-justify: inter-ideograph;
}
em, i
{
    font-style: normal;
}
a
{
    text-decoration: none;
    color: #000;
}
a:hover
{
    color: #193e90;
    text-decoration: none;
    transition: all .3s;
}
h1
{
    font-size: 20px;
    font-family: "Microsoft YaHei","榛戜綋";
    font-weight: 100;
}
h2
{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
}
h3
{
    font-size: 14px;
}
h4
{
    font-size: 14px;
    font-weight: normal;
}
h5
{
    font-size: 12px;
}
h6
{
    font-size: 12px;
    font-weight: normal;
}
.w
{
    width: 1016px;
    margin: 0 auto;
    background: url(/images/wbg.png) repeat-y;
}
.wrapper
{
    width: 1080px;
    margin: 0 auto;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.bofore
{
    clear: both;
}
