/*重置样式*/
body,ul,li,ol,p,h1,h2,h3,h4,h5,h6,img,button,span,dl,dt,dd{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Arial","Microsoft Yahei";
    font-size: 16px;
    text-align: center;
ul,li,dl,dt,dd,ol{
    list-style: none;
}
a{
    text-decoration: none;
    color: #82bfb8;
}
a:focus{outline:none;}
a:hover {text-decoration: none;color:#82bfb8; }
a:visited {text-decoration: none;color:#82bfb8; }
a:link {text-decoration: none;color:#82bfb8; }
/*共有样式*/
.clear{
	clear:both;
}