﻿
body
{
    background-image: url(images/0.jpg);
    font-size: 12px;
    font-family: 微软雅黑;
    margin: 0px;
    padding: 0px;
    background-position: top center;
    overflow-x: hidden;
    padding-bottom: 30px;
}
img
{
    border:0px;
}
.center
{
    width: 1073px;
    margin: 0px auto;
}

.top
{
    height:150px;
    position:relative;
}

    .top .yuming
    {
        position:absolute;
        left:0px;
        top:38px;
    }

    .top .logo
    {
        text-align:center;
        padding-top:20px;
    }

    .top .kefu
    {
        position:absolute;
        right:0px;
        top:38px;
    }

.juanzhou
{
    background-image: url(images/5.png);
    height: 580px;
    padding-top:50px;
    position: relative;
    background-position:top center;
    background-repeat:no-repeat;
}

    .juanzhou .rwLeft
    {
        position: absolute;
        left: -100px;
        top: 40px;
    }

    .juanzhou .rwRight
    {
        position: absolute;
        right: 0px;
        top: 130px;
        right: -70px;
    }

.center1
{
    width: 650px;
    margin: 0 auto;
    margin-left: 230px;
    position:relative;
    z-index:1;
}

    .center1 .biaoti
    {
        text-align: center;
        margin-left:-30px;
    }
    .center1 h2
    {
    font-size:18px;
    }

    .center1 .xq
    {
        font-size: 20px;
        text-decoration: none;
        font-weight: bold;
        color: #FF0000;
    }

    .center1 .tupian
    {
        overflow: hidden;
        text-align:center;
    }

        .center1 .tupian a,
        .center1 .tupian span
        {
            margin-left: 10px;
        }
    .center1 .line
    {
        border-top:1px solid #BCBCBC
    }

    .center1 .sqtyj
    {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .center1 .sqtyj a
        {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            letter-spacing: 7px;
            color: #038700;
        }

    .center1 .zx
    {
        text-align: center;
        background-image:url(images/zx_bg.png);
        background-position:center center;
        background-repeat:no-repeat;
        height:42px;
        margin-top:10px;
        line-height:42px;
    }

        .center1 .zx a
        {
            text-decoration: none;
            font-size:20px;
            font-weight:bold;
            color: #FFFD67;
        }


/*弹出框*/
.dialog
{
    width: 820px;
    position: fixed;
    left: 50%;
    top: 150px;
    z-index: 99;
    margin-left: -410px;
    display: none;
}

    .dialog .title
    {
        height: 30px;
        background-color: #929292;
        border-radius: 7px 7px 0px 0px;
        border-top: 1px solid #fff;
        border-left: 1px solid #8B8784;
        border-right: 1px solid #8B8784;
    }

        .dialog .title a
        {
            font-size: 20px;
            font-weight: bold;
            float: right;
            color: #020202;
            width: 22px;
            text-align: center;
            line-height: 22px;
            margin-top: 4px;
            margin-right: 4px;
            height: 22px;
            background-color: #FCFDFD;
            text-decoration: none;
        }

    .dialog .content
    {
        border: 1px solid #8B8784;
        padding: 10px;
        background-color: #EFEFEF;
        border-radius: 0px 0px 7px 7px;
        max-height:300px;
        overflow-y:scroll;
    }

        .dialog .content p
        {
            text-indent: 28px;
            line-height: 22px;
            margin-bottom: 10px;
            font-size: 14px;
        }
