body {
	background:no-repeat #eeeeee;background-attachment: fixed; color:#393939; padding:0px; margin:0px
}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    padding: 0;
    font-family: "microsoft yahei","simhei", "simsun";
    margin: 0;
}
img {border:0px}
a {font-family:"microsoft yahei"; text-decoration:none;}
a:link {color:#6c6c6c; text-decoration: none}
a:active {color:#6c6c6c; text-decoration:none;}
a:hover {color:#c51910; text-decoration:none;} 
a:visited {color:#6c6c6c;text-decoration:none;}
.main {max-width:1200px; margin:0px auto; padding:0px; width:100%;}
.clear {clear:both}
#totop {
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 9999999999;
    width: 70px;
    cursor: pointer;
    display: none;
}
#totop a {
    display: block;
    outline: none;
    width: 70px;
    height: 70px;
    padding-top: 48px;
    background:url(/images/totop.png) no-repeat;
}