@charset "utf-8";
/* CSS Document */
body
{
    margin: 0;
    padding: 0;
    background: #fff;
    color: #323030;
    font-size: 12px;
    font-family: "宋体";
    text-align: center;
}

*
{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.wrap
{
    width: 1024px;
    margin: 0 auto;
    background: url(../images/wrapbg.jpg) repeat-x top;
}

a:hover
{
    text-decoration: underline;
}

/* header */
.contents
{
    overflow: hidden;
    width: 1003px;
    margin: 0 auto;
}

    .contents h2
    {
        height: 27px;
        margin-bottom: 8px;
        padding-left: 14px;
        line-height: 27px;
        font-size: 14px;
        background: url(../images/h2bg.jpg) left no-repeat;
        color: #fff;
        text-align: left;
    }

        .contents h2 span
        {
            display: block;
            float: left;
            width: 120px;
        }

        .contents h2 a
        {
            float: right;
            padding-right: 8px;
            color: #323030;
        }

/* header */
.header
{
    width: 1024px;
    height: 168px;
    margin-bottom: 12px;
    background: url(../images/headerbg.jpg) right 26px no-repeat;
	z-index:999;
}

    .header div
    {
        vertical-align: central;
    }

    .header p
    {
        float: left;
        width: 722px;
        height: 26px;
        padding-left: 13px;
        line-height: 26px;
        color: #FFFFFF;
        text-align: left;
    }

    .header .time
    {
        float: right;
        width: 158px;
        height: 26px;
        line-height: 26px;
        color: #fff;
    }

    .header .link
    {
        float: left;
        width: 131px;
        height: 26px;
        background: url(../images/link_libg.jpg) no-repeat center center;
        line-height: 26px;
    }

        .header .link li
        {
            float: left;
            width: 65px;
            text-align: center;
        }

            .header .link li a
            {
                color: #fff;
            }

    .header .logo
    {
        float: left;
        width: 417px;
        height: 110px;
        padding: 7px 0 0 12px;
    }

    .header .tlt
    {
        float: left;
        width: 355px;
        height: 77px;
        padding-top: 25px;
        margin-left: 5px;
    }

    .header .meun
    {
        clear: both;
        width: 1020px;
        padding-left: 10px;
        height: 39px;
        background: url(../images/meunbg.jpg) repeat-x top;
        line-height: 39px;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
		z-index:999;
    }

        .header .meun li
        {
            position: relative;
            float: left;
            padding: 0 3px;
            background: url(../images/meun_libg.jpg) right center no-repeat;
        }

            .header .meun li.bg
            {
                background: none;
            }

            .header .meun li a
            {
                float: left;
                display: block;
                width: 95px;
                height: 39px;
                color: #fff;
            }

            .header .meun li dl
            {
                position: absolute;
                left: 0px;
                top: 32px;
                display: none;
                width: 100px;
                background: #ad0004;
                color: #0000FF;
					z-index:999;
            }

                .header .meun li dl dt
                {
                    height: 25px;
                    line-height: 25px;
					z-index:999;
                }

                    .header .meun li dl dt a
                    {
                        width: 100px;
                        height: 25px;
                        border-bottom: 1px #fff solid;
                        font-size: 14px;
                        font-weight: normal;
					z-index:999;
                    }

/* footer */
.footer
{
    clear: both;
    width: 1024px;
    height: 119px;
    margin: 0 auto;
    text-align: center;
    font: white;
}

    .footer .pic
    {
        clear: both;
        width: 1003px;
        height: 165px;
        margin: 0 auto;
    }

    .footer .friendlink
    {
        width: 1003px;
        height: 31px;
        margin: 0 auto;
        background: url(../images/friendlinkbg.jpg) repeat-x;
        line-height: 31px;
        text-align: left;
        color: #fff;
    }

        .footer .friendlink li
        {
            display: inline;
            padding: 0 5px;
            line-height: 31px;
            color: #fff;
        }

            .footer .friendlink li a
            {
                color: #fff;
            }

    .footer p
    {
        clear: both;
        line-height: 25px;
    }

    .footer .p
    {
        padding-top: 20px;
    }

#demo
{
    background: #FFF;
    overflow: hidden;
    border: 1px dashed #CCC;
    width: 1000px;
}

    #demo img
    {
        border: 3px solid #F2F2F2;
    }

#indemo
{
    float: left;
    width: 800%;
}

#demo1
{
    float: left;
}

#demo2
{
    float: left;
}

#nav dl{
	z-index:10;
}