@charset "utf-8";

/*清除默认样式*/
body{
    font-family: Microsoft YaHei;
    font-size:12px;
    margin:0;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    font-weight:normal;
    font-size:12px;
    line-height: 100%;
}
a{
    color:#000;
    text-decoration:none;
}
ol,ul,li{
    list-style:none;
    padding:0;
    margin:0;
}
p{
    margin:0;
    font-size:12px;
    line-height: 100%;
}
i,em{
    font-style:normal;
}
b,strong{
    font-weight:normal;
}
a img{
    border:none;
}

/*表格*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}