/*重置页面标签样式*/
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
em,i{
    font-weight: normal;
    font-style: normal;
}
a:hover,a:link,a:active{
    text-decoration: none;
}