﻿/* CSS Document */
body {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #333;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #C00;
    text-decoration: none;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

dl, dt, dd {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

br {
    font-size: 0;
    line-height: 10px;
    height: 10px;
}

/* 头部 */
.top {
    width: 980px;
    height: 90px;
    margin: 0 auto;
}

    .top table {
        padding: 0px;
        margin: 0px;
        height: 90px;
        line-height: 90px;
        float: left;
        position: relative;
    }

        .top table td {
            margin: 0 auto;
            font-weight: bold;
            font-family: 微软雅黑;
            font-size: 25px;
            position: relative;
            height: 100%;
        }

            .top table td img {
                height: 53px;
            }

/* 登录主体 */
.main {
    height: 520px;
    background: url(/Content/Images/login/tp02_20140320.png) repeat-x;
}

    .main .denglu {
        width: 1280px;
        height: 520px;
        background: url(/Content/Images/login/sfaabg.jpg) no-repeat;
        margin: 0 auto;
        position: relative;
        background-size: cover;
    }

        .main .denglu .text {
            width: 450px;
            position: absolute;
            left: 819px;
            top: -66px;
            line-height: 26px;
        }

        .main .denglu .dlk {
            width: 354px;
            height: 328px;
            background: url(/Content/Images/login/tp03_20140320.png) no-repeat;
            position: absolute;
            right: 110px;
            top: 32px;
            color: #999;
        }

            .main .denglu .dlk a.mm {
                font-size: 12px;
            }

                .main .denglu .dlk a.mm:hover {
                    color: #C00;
                }

            .main .denglu .dlk a.zc {
                color: #F60;
            }

                .main .denglu .dlk a.zc:hover {
                    color: #C00;
                }

/* 登录底部 */
.footer {
    font-size: 13px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #666;
}

/* button,input */
.dlinput {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    width: 222px;
    height: 34px;
    line-height: 34px;
    text-indent: 2px;
    font-size: 14px;
}

.loginbtn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url(/Content/Images/login/tp06_20140320.png) no-repeat;
    border: none 0;
    width: 224px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #FFF;
    padding: 0;
    margin: 0;
}

    .loginbtn:hover, .loginbtn:focus {
        background: url(/Content/Images/login/tp07_20140320.png) no-repeat;
    }

    .loginbtn:active {
        color: #ccc;
    }
