/*整站公共部分CSS开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td {
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
}

ul, li {
    list-style-type: none;
}

img, fieldset {
    border: 0;
}

input, textarea, select {
    font-family: inherit;
    font-weight: inherit;
    vertical-align: middle;
}

input, select {
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0px 5px;
}

body {
    background-color: #f6f8f9;
    color: #666;
    font: 16px '微软雅黑','宋体', Arial, Helvetica, sans-serif;
    line-height: 25px;
    margin: 0px;
    border: none;
    padding: 0px;
}

a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.bjtidu {
    width: 90%;
    margin: 0px auto;
}

.top {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

    .top img {
        height: auto;
        width: 100%;
    }

.bookdenglu {
    position: absolute;
    z-index: 1000;
    float: right;
    right: 20px;
    top: 10px;
}

.bottom {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #ccc;
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
}

@media (max-width:370px) {
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px 0px;
    }
}
