﻿/* CSS Document filter:alpha(opacity=50);opacity:0.5; */
/*公共样式*/
* {
    margin: 0;
    padding: 0;
    border: 0;
}

    *:focus {
        outline: none;
    }

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
}

table,
td,
tr,
th {
    font-size: 12px;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

em,
i {
    font-style: normal;
}

.clear {
    clear: both;
}

input[type="submit"],
input[type="button"] {
    cursor: pointer;
}

.f01 {
    font-family: "微软雅黑";
}

.l {
    float: left;
}

.r {
    float: right;
}

body {
    min-width: 1000px;
}

.k1 {
    width: 1260px;
    margin: 0 auto;
    text-align: left;
}

.header {
    width: 100%;
    height: 149px;
    border-bottom: 1px solid #2b9fd0;
}

.logo {
    display: block;
    height: 116px;
    background: url("../img/top.png") no-repeat bottom;
    padding-top: 10px;
}

    .logo h1 {
        font-size: 0;
    }


.footer {
    text-align: center;
    font: 12px/94px "微软雅黑";
    border-top: 1px solid #eeeeee;
    color: #666;
    width: 100%;
}



.submit p {
    text-align: right;
}

.submit em {
    color: #ff682f;
}

.submit .p1 {
    font: 14px/26px "微软雅黑";
    color: #666;
}

.submit .p2 {
    font: bold 24px/34px "微软雅黑";
    color: #666;
}

.main_bg1 {
    width: 100%;
    height: 500px;
}

.main_bg2 {
    background-image: url("../img/body.png");
}

.login {
    background: #fff;
    padding: 16px 34px 37px;
    width: 348px;
    margin-top: 66px;
    border-radius:3px;
}

    .login .p1 {
        font: 20px/71px "微软雅黑";
        color: #2b9fd0;
    }

    .login .tex {
        width: 272px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #eeeeee;
        padding-left: 64px;
        margin-bottom: 12px;
        font-family: "微软雅黑";
        font-size: 14px;
        color: #666;
        border-radius:3px;
        background: url("../img/user.jpg") no-repeat 12px center;
    }

    .login .tex2 {
        background-image: url("../img/password.jpg");
    }

    .login .tex3 {
        width: 127px;
        background: none;
        text-align: center;
        border-radius:3px;
        padding-left: 0;
    }

    .login .img1 {
        padding-top: 8px;
        padding-left: 15px;
        padding-right: 20px;
    }

    .login .a1 {
        font: 12px/42px "微软雅黑";
        color: #2b9fd0;
        *vertical-align: 13px;
    }

        .login .a1:hover {
            text-decoration: underline;
        }

    .login .forgive {
        font: 12px/40px "微软雅黑";
        color: #333;
    }

        .login .forgive a {
            color: #333;
        }

            .login .forgive a:hover {
                color: #2b9fd0;
            }

        .login .forgive .che {
            vertical-align: middle;
            margin-top: -2px;
            margin-right: 9px;
        }

    .login .but {
        width: 340px;
        height: 42px;
        font-size: 16px;
        color: #fff;
        font-family: "微软雅黑";
        background: #2b9fd0;
        border-radius:3px;
    }

    .login .hd {
        border-bottom: 1px solid #eeeeee;
        height: 72px;
        margin-bottom: 20px;
    }

        .login .hd li {
            font: 20px/71px "微软雅黑";
            color: #2b9fd0;
            float: left;
            color: #666;
            width: 50%;
            text-indent: 10px;
            cursor: pointer;
        }

            .login .hd li.on {
                color: #2b9fd0;
                border-bottom: 2px solid #2b9fd0;
            }



    .login .p2 {
        padding-top: 20px;
    }

        .login .p2,
        .login .p2 a {
            font: 12px/12px "微软雅黑";
            color: #666;
        }

            .login .p2 a {
                padding-right: 5px;
            }

                .login .p2 a:hover {
                    text-decoration: underline;
                    color: #2b9fd0;
                }

    .login .bd li {
        display: none;
    }
