﻿* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%
} 
body {
    background: #ffffff;
    font-family: "ËÎÌå";
    font-size: 12px;
    color: #333;
    letter-spacing: 1px;
    line-height: 150%;
}
#nav {
    width: 100%;
    border-bottom: 1px solid #dedede;
}

    #nav .navBox {
        width: 1150px;
        height: 76px;
        margin: 0 auto;
    }

#logo {
    float: left;
}

.nav {
    width: 870px;
    height: 76px;
    float: right;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav > ul > li {
    width: 107px;
    height: 76px;
    float: left;
    position: relative;
}

.nav > ul > li:hover > a, .nav > ul > li.menu_hover a {
    background: url(../image/navBg.jpg) no-repeat;
    color: #fff;
    display: block;
    position: relative;
    width: 107px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #ddd;
}

    .nav > ul > li > a {
        display: block;
        position: relative;
        width: 107px;
        height: 76px;
        position: relative;
        line-height: 76px;
        text-align: center;
        color: #333;
        font-size: 15px;
        border-right: 1px solid #ddd;
    }

a:link, a:visited {
    font-weight: normal;
    color: #333;
    text-decoration: none;
}
#top_right {
    width: 100%;
    background: #eee;
    position: relative;
    height: 30px;
    z-index:100;
}

.top_sc {
    width: 1000px;
    margin: 0 auto;
}

.top_banben {
    float: right;
    margin-top: 7px;
    margin-right: 10px;
}

.top_banben a {
    margin: 0px 3px;
}
a:link, a:visited {
    font-weight: normal;
    color: #333;
    text-decoration: none;
}
#main {
    text-align: center;
    width: 1200px;
    height: 703px;
    margin: 0 auto;
    position: relative;
    background: url(../image/bg.bmp) no-repeat center;
    background-size: 100% 100%;
    box-shadow: -1px 6px 16px 2px #a7a7a7;
}

#main img {
    width: 100%;
    height:100%;
}
#JoinFrom {
    width: 273px;
    height: 215px;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.5);
    z-index: 100;
    position: absolute;
    bottom: 56px;
    padding-top: 12px;
    text-align: center;
    right: 61px;
}
    #JoinFrom h1 {
        z-index: 120;
        color: white;
        font-size: 16px;
    }

.inputAll {
    width: 232px;
    height: 30px;
    background: white;
    margin: 12px auto;
    text-align: left;
    padding-left:6px;
}

    .inputAll label {
        color: #0038a2;
        font-size: 1rem;
        /* top: 10.5vh; */
        font-weight: bold;
        clear: both;
        vertical-align: middle;
    }

        .inputAll input {
            width: 70%;
            height: 100%;
            border: none;
            background: white;
            padding-left: 3px;
            font-size: 0.8rem;
        }

    input:focus {
        outline-offset: 0;
        outline-style: none;
    }

#Send {
    width: 100px;
    height: 26px;
    background: #ff0000;
    border: none;
    border-radius: 9px;
    color: white;
    margin-top: 9px;
    line-height: 26px;
}

        #Send:focus {
            outline-offset: 0;
            outline-style: none;
        }

/*µ×²¿*/
#foot {
    clear: both;
    background: #f2f2f2;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    min-height: 250px;
    border-top: 1px solid #ccc;
}

.foot_top_left {
    margin: 0 auto;
    width: 990px;
    padding-top: 20px;
    padding-bottom: 10px;
}

    .foot_top_left li {
        float: left;
        text-align: left;
        margin: 0px 10px;
        width: 130px;
        background: url(/cn_asp/images/p_foot_line.png) repeat-y right top;
        height: 220px;
    }

        .foot_top_left li h2 {
            color: #333;
            font-size: 12px;
            font-family: Verdana, Geneva, sans-serif;
            line-height: 30px;
            font-weight: 700;
            margin-top: 10px;
        }

        .foot_top_left li a:hover {
            color: #1389f7;
        }

    .foot_top_left dl {
        float: left;
        text-align: left;
        margin: 0px 0px;
        width: 130px;
    }

        .foot_top_left dl dd {
            margin: 0px;
            float: left;
            width: 200px;
            background: none;
            color: #333;
        }

            .foot_top_left dl dd a {
                line-height: 26px;
                float: left;
                color: #777;
                font-size: 12px;
            }

                .foot_top_left dl dd a:hover {
                    float: left;
                    color: #50AB2A;
                }


#n_foot {
    width: 1000px;
    margin: 0 auto;
}

#foot_bottom {
    clear: both;
    width: 100%;
    height: 30px;
    background: #9b9b9b;
}

.foot_bottom {
    width: 1000px;
    margin: 0 auto;
}

    .foot_bottom span, .foot_bottom span a {
        color: #eee;
        text-align: left;
        line-height: 30px;
    }