/*
    Stylesheets files
*/

/* style reset  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* css begin*/

body {
    text-align: center;
    font-family: "微软雅黑";
}

#wrapper {
    margin: 0 auto;
}

#header {
    margin: 0 auto;
    padding-top: 40px;
    width: 960px;
    height: 60px;
    font-family: "Open Sans";
    text-align: left;
}

#header h3 {
    text-align: center;
    width: 650px;
    font-size: 32px;
    padding-bottom: 5px;
}

#header h4 {
    text-align: center;
    width: 650px;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 2;
    color:#000;
}

.clear {
    clear: both;
}

#main {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

#content {
    width:650px;
    float: left;
}

.content-text {
    height: 30px;
    padding-left: 30px;
    vertical-align: middle;
    padding-top: 15px;
    border-bottom:  solid 1px #eeeeee;
}

.content-text-p {
    text-indent: 1em;
    padding-top:10px;
    font-size: 15px;
    line-height: 20px;
}

.content-text-p-m {
    text-indent: 1em;
    padding-top:10px;
    font-size: 12px;
    line-height: 20px;
}

.content-text-p-s {
    text-indent: 1em;
    padding-top:10px;
    font-size: 10px;
    line-height: 20px;
}

#siderbar {
    width: 300px;
    min-height: 450px;
    float: right;
    border-left: solid 1px #eeeeee;
}

#siderbar p {
    text-indent: 2em;
    padding:10px;
    font-size: 14px;
    line-height: 18px;
}

.sider-link {
    margin-top: 10px;
    padding-left: 30px;
    padding-top:10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
}

.contact  {
    width: 300px;
    height: 100px;
    float: left;
}

.contact-link  {
    margin-top: 30px;
    padding-left: 30px;
    padding-top:10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
}

#siderbar ul {
    margin-top: 30px;
    padding-left: 30px;
}

#siderbar ul li {
    padding-left: 10px;
    height: 12px;
}

#siderbar ul li a {
    text-decoration: none;
}

#footer {
    width:99%;
    margin-top: 20px;
    background-color: #f1f5f0;
    text-align: left;
}

.about {
    margin:0 auto;
    float: left;
    width:600px;
    padding-left: 180px;
    padding-top: 30px;
    text-indent: 2em;
    font-size: 14px;
    line-height: 18px;
}

