* {
    font-family: 'Microsoft YaHei',Helvetica;
}

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 {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    color: #333;
    outline: 0;
}

body {
    background: #fff;
}


html {
    font-family: 'Microsoft YaHei',Helvetica;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.booTitleFont {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 700;
}

.booTitleWithHoverFont {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 700;
}

    .booTitleWithHoverFont :hover {
        text-decoration: underline;
    }

.booTextFont1 {
    color: #333333;
    font-size: 15px;
    line-height: 28px;
}



.booTextFont2 {
    color: #13703C;
    font-size: 25px;
    line-height: 21px;
}

.booTextFont3 {
    color: #666666;
    font-size: 14px;
    line-height: 21px;
}

.booTextFont4 {
    color: #13703C;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
}

.booTextFont5 {
    color: #13703C;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}

.booSubTitle {
    font-size: 16px;
    color: #3665AD;
    line-height: 28px;
    display: inline-block;
    border-bottom: solid 1px #3665ad;
}

.booSubTitleWrapper {
    height: 28px;
    border-bottom: solid 1px #d3d3d3;
}
