﻿html, body
{
    height: 100%;
    text-align: center;
}

body
{
    margin: 0;
    color: #555;
    font-family: "微软雅黑",Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif, "MS Sans Serif";
    font-size: 18px;
    text-align: center;
    background-color: #fdfdfd;
    /*font-weight: lighter;*/
    text-align: center;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: bolder;
}

.staticbanner
{
    height: auto;
    width: 100%;
    min-width:1145px;
    overflow: hidden;
    margin-top: 18px;
}

img
{
    vertical-align: middle;
}

.staticbanner img
{
    width: 100%;
}

.mainbody
{
    background: #fff;
    padding: 0 20px;
}

.section
{
    width:100px;
    min-width: 1145px;
    text-align: left;
    margin: 30px auto;
    padding: 10px;
}

.subbody
{
    background: #fff;
    min-height: 500px;
}

.fr
{
    float: right;
}

.subright
{
    /* background: url(../images/subright_bg.jpg) top right no-repeat; */
    width: 100%;
    margin-right: 10px;
}

a
{
    text-decoration: none;
    outline: none;
    color: #797979;
}

    a:hover
    {
        color: crimson;
    }

.ml5
{
    margin-left: 5px;
}

.detail
{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 0px;
    margin-left: 15px;
    font: 14px lighter;
    border-bottom: 1px solid rgb(222, 145, 160);
}

    .detail a
    {
        width: 0px;
        height: 40px;
    }

        .detail a span
        {
            width: 700px;
            height: 30px;
            text-align: center;
            color: rgb(170, 170, 170);
            font-weight: lighter;
            line-height: 30px;
            font-size: 12px !important;
            margin: 0px 10px;
        }

.detail_c
{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-left: 5px;
    margin-top: 10px;
    line-height: 28px;
    word-wrap: break-word;
    padding: 0px 10px;
}

    .detail_c img
    {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 400px;
        text-align: center;
    }

    .detail_c p, .detail_c div
    {
        width: auto;
        max-width: 800px;
        font-size: 16px;
        text-align: justify;
        text-indent: 28px;
        font-weight: lighter;
        margin: 10px auto;
    }

.clearfix
{
    display: inline-block;
}

.nextPrev
{
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 16px;
    width: 100%;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mb20
{
    margin-bottom: 20px;
}
