@charset "utf-8";
/* CSS Document */

body {
    font: 12px/2em Microsoft Yahei,tahoma,HELVETICA;
    text-align: center;
	margin:0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0px;
    padding: 0px;
}
ol, ul {
    list-style: outside none none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
a{text-decoration:none;color:#444;outline:none;}
a:hover{text-decoration:underline;color:#F33;}
a:hover img {
    opacity: 0.9;
}

.top {
    background: transparent url("../img/top_bg.png") repeat-x scroll 0px 0px;
    height: 40px;
    text-align: center;
    width: 100%;
}
.top_main {
    display: block;
    margin: 0px auto;
    padding-top: 10px;
    width: 1000px;
}
.top_main .logo {
    float: left;
}
.top_main .dao {
    float: right;
}
.top_main .dao a {
    font-size: 12px;
}