html, body {
    padding: 0;
    margin: 0;
}

* {
    font-size: 12px;
    font-family: "微软雅黑","宋体",Tahoma,Arial;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

form {
    margin: 0;
    padding: 0;
    display: block;
}

a:link {
    color: #1158c8; /*text-decoration:none*/
}

a:visited {
    color: #1158c8; /*text-decoration:none*/
}

a:hover {
    color: red;
    text-decoration: underline;
}

a:active {
    color: red;
    text-decoration: underline;
}

input {
    vertical-align: middle;
}

select {
    vertical-align: middle;
}

button {
    vertical-align: middle;
    border: 0;
    padding: 0;
    filter: alpha(opacity=85);
    opacity: .85;
}

    button:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.buttonwhite {
    width: 88px;
    height: 28px;
    background: url(/images/buttonwhite.gif);
    border: 0;
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
}

.b_submit060 {
    background: url(../images/buttons.gif) no-repeat 0 0;
    width: 60px;
    height: 25px;
    color: #fff;
}

.b_submit080 {
    background: url(../images/buttons.gif) no-repeat 0 -25px;
    width: 80px;
    height: 25px;
    color: #fff;
}

.b_submit100 {
    background: url(../images/buttons.gif) no-repeat 0 -50px;
    width: 100px;
    height: 25px;
    color: #fff;
}

.b_submit120 {
    background: url(../images/buttons.gif) no-repeat 0 -75px;
    width: 120px;
    height: 25px;
    color: #fff;
}

.b_submit140 {
    background: url(../images/buttons.gif) no-repeat 0 -100px;
    width: 140px;
    height: 25px;
    color: #fff;
}

.b_large100 {
    font-size: 16px;
    background: url(../images/buttons_large.gif) no-repeat 0 0;
    width: 100px;
    height: 38px;
    color: #fff;
}

.b_large125 {
    font-size: 16px;
    background: url(../images/buttons_large.gif) no-repeat 0 -38px;
    width: 125px;
    height: 38px;
    color: #fff;
}

.b_large150 {
    font-size: 16px;
    background: url(../images/buttons_large.gif) no-repeat 0 -76px;
    width: 150px;
    height: 38px;
    color: #fff;
}

.b_large175 {
    font-size: 16px;
    background: url(../images/buttons_large.gif) no-repeat 0 -114px;
    width: 175px;
    height: 38px;
    color: #fff;
}

.b_large200 {
    font-size: 16px;
    background: url(../images/buttons_large.gif) no-repeat 0 -152px;
    width: 200px;
    height: 38px;
    color: #fff;
}

.b_ok {
    vertical-align: middle;
    margin: 0 5px;
    padding: 0 15px;
    height: auto;
    line-height: 23px;
    border: 1px solid #517bd0;
    background: #538ef1;
    color: #fff;
    display: inline-block;
}

    .b_ok:link {
        border: 1px solid #517bd0;
        color: #fff;
    }

    .b_ok:visited {
        border: 1px solid #517bd0;
        color: #fff;
    }

    .b_ok:active {
        border: 1px solid #517bd0;
        color: #fff;
    }

    .b_ok:hover {
        border: 1px solid #517bd0;
        color: #fff;
    }

a.b_ok:link {
    text-decoration: none;
}

a.b_ok:visited {
    text-decoration: none;
}

a.b_ok:active {
    text-decoration: underline;
}

a.b_ok:hover {
    text-decoration: underline;
}

.b_ret {
    vertical-align: middle;
    margin: 0 5px;
    padding: 0 15px;
    height: auto;
    line-height: 23px;
    border: 1px solid #bbb;
    background: #ddd;
    color: #000;
    display: inline-block;
}

    .b_ret:link {
        border: 1px solid #bbb;
        color: #000;
    }

    .b_ret:visited {
        border: 1px solid #bbb;
        color: #000;
    }

    .b_ret:active {
        border: 1px solid #bbb;
        color: #000;
    }

    .b_ret:hover {
        border: 1px solid #bbb;
        color: #000;
    }

a.b_ret:link {
    text-decoration: none;
}

a.b_ret:visited {
    text-decoration: none;
}

a.b_ret:active {
    text-decoration: underline;
}

a.b_ret:hover {
    text-decoration: underline;
}

.b_submit {
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0 15px;
    height: auto;
    line-height: 26px;
    font-size: 14px;
    border: 1px solid #538ef1;
    background: #538ef1;
    color: #fff;
    display: inline-block;
}

    .b_submit:link {
        border: 1px solid #517bd0;
        color: #fff;
    }

    .b_submit:visited {
        border: 1px solid #517bd0;
        color: #fff;
    }

    .b_submit:active {
        border: 1px solid #517bd0;
        color: #fcc;
    }

    .b_submit:hover {
        border: 1px solid #517bd0;
        color: #fcc;
    }

.normal {
    color: #000 !important;
}

.low {
    color: #999 !important;
}

.safe {
    color: green !important;
}

.warning {
    color: #c30 !important;
}

.new {
    color: red !important;
}

.error {
    color: red !important;
}

.letter {
    color: #999 !important;
    font-family: monospace !important;
}

.alarm {
    color: red !important;
    font-weight: bold !important;
}

.got {
    color: blue !important;
    font-weight: bold !important;
}

.opacitybutton {
    filter: alpha(opacity=30);
    opacity: .3;
}

    .opacitybutton:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.topbar {
    height: 28px;
    border-bottom: 1px solid #bbb;
    background: #eee;
    overflow: hidden;
    clear: both;
}

.topbarbody {
    margin: 0 auto;
    width: 1200px;
}

.logosmall {
    float: left;
    padding: 0 10px 0 0;
}

.userinfo {
    padding: 5px 0;
    float: left;
    white-space: nowrap;
}

    .userinfo span {
        display: inline-block;
        margin: 0 3px;
        width: auto;
        font-size: 14px;
    }

    .userinfo .a1 {
        display: inline-block;
        margin: 0 3px;
        width: auto;
        font-size: 14px;
    }

        .userinfo .a1:link {
            color: #333;
        }

        .userinfo .a1:visited {
            color: #333;
        }

        .userinfo .a1:hover {
            color: red;
        }

        .userinfo .a1:active {
            color: red;
        }

    .userinfo .qq {
        display: inline-block;
        margin: 0 5px;
        width: 91px;
        height: 21px;
        background: url(../images/csstb1.png) no-repeat;
        overflow: hidden;
        vertical-align: top;
    }

        .userinfo .qq:link {
            background-position: 0 -639px;
        }

        .userinfo .qq:visited {
            background-position: 0 -639px;
        }

        .userinfo .qq:hover {
            background-position: 0 -664px;
        }

        .userinfo .qq:active {
            background-position: 0 -664px;
        }

.aboutus {
    padding: 5px 0;
    float: right;
    white-space: nowrap;
}

    .aboutus a {
        display: inline-block;
        margin: 0 3px;
        font-size: 14px;
    }

        .aboutus a:link {
            color: #333;
        }

        .aboutus a:hover {
            color: red;
        }

        .aboutus a:visited {
            color: #333;
        }

        .aboutus a:active {
            color: red;
        }

.toptitle {
    margin: 5px auto 0 auto;
    width: 1200px;
}

.topmenu {
    margin: 0 auto 0 auto;
    width: 1200px;
    background: #197ec0;
    height: 40px;
    clear: both;
}

    .topmenu .menus {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 1200px;
        display: block;
        height: 40px;
    }

        .topmenu .menus li {
            list-style: none;
            margin: 0;
            padding: 0;
            float: left;
            display: block;
            width: auto;
            height: 40px;
        }

            .topmenu .menus li a {
                display: block;
                width: 70px;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                padding: 0 20px;
                text-decoration: none;
                text-align: center;
            }

                .topmenu .menus li a:link {
                    color: #fff;
                }

                .topmenu .menus li a:visited {
                    color: #fff;
                }

                .topmenu .menus li a:hover {
                    color: #fff;
                    background: #ed7b01;
                }

                .topmenu .menus li a:active {
                    color: #fff;
                    background: #ed7b01;
                }

.pagefoot {
    margin: 0.05rem auto 0 auto;
    text-align: center;
}

    .pagefoot p {
        margin: 0;
        padding: 0;
        line-height: 20px;
    }

.menudialogbody {
    border: 1px solid green;
    background: #fff;
    padding: 4px;
    margin: 1px 0;
}

#dialogbody {
    display: inline-block;
    *display: inline;
    width: auto;
    height: auto;
    overflow: auto;
}

.menudialogclose {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 14px;
    width: 12px;
    height: 12px;
    display: block;
    background: url(/images/my_icon.gif);
}

    .menudialogclose:link {
        background-position: -147px -360px;
    }

    .menudialogclose:visited {
        background-position: -147px -360px;
    }

    .menudialogclose:active {
        background-position: -135px -360px;
    }

    .menudialogclose:hover {
        background-position: -135px -360px;
    }
