html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family:  "微软雅黑", "宋体",Tahoma, Verdana, Arial;
    color: #666;
}

    body > div {
        margin-right: auto;
        margin-left: auto;
    }

div, ul, li, span, p, form, input, select {
    margin: 0;
    padding: 0;
    list-style: none;
}

img, a img {
    border: 0;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: top;
}

input, select {
    font-size: 12px;
    vertical-align: absmiddle;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mr5 {
    margin-right: 5px;
}

.clear:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.clear {
    zoom: 1;
}


/*ssss*/
.lm-box {
    float: left;
    margin-right: 10px;
    position: relative;
}

    .lm-box .fil_name {
        width: 65px;
        text-align: right;
        display: inline-block;
    }


.btn_on i {
    background: url(../images/ico.gif) 0 -58px no-repeat;
}


/* 面包屑 */
.breadcrumbs {
    border-bottom: 1px solid #E6E6E6;
    height: 61px;
    line-height: 40px;
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

    .breadcrumbs a {
        display: inline-block;
        margin: 0 10px;
        color: #666;
    }

    .breadcrumbs .add_btn {
        background: #2ecc71;
        color: #fff;
        padding: 3px 10px;
    }

        .breadcrumbs .add_btn i {
            background: url(../images/ico.gif) 0 -23px no-repeat;
            width: 12px;
            height: 12px;
            margin-right: 5px;
            display: inline-block;
            vertical-align: middle;
        }

/* 帮助菜单 */
.help_box {
}

    .help_box .help_con {
        border: 1px solid #ccc;
        overflow: hidden;
        zoom: 1;
    }

        .help_box .help_con .help_tabs { /*width:109px;*/
            width: 10%;
            float: left;
        }

            .help_box .help_con .help_tabs span {
                display: block;
                border-left: 4px solid #fff;
                font-weight: bold;
                height: 44px;
                line-height: 44px;
                padding-left: 16px;
                cursor: pointer;
            }

                .help_box .help_con .help_tabs span.cur {
                    border-left: 4px solid #3498DB;
                    border-top: 1px solid #ccc;
                    border-bottom: 1px solid #ccc;
                    background: #F6F6F6;
                    border-right: 1px solid #F6F6F6;
                    position: relative;
                    z-index: 99;
                }

        .help_box .help_con .help_text_box {
            float: left;
            margin-left: -1px;
            width: 50%;
        }

            .help_box .help_con .help_text_box .help_text {
                border-left: 1px solid #ccc;
                border-right: 1px solid #ccc;
                padding: 15px;
                min-height: 148px;
                background: #F6F6F6;
            }

                .help_box .help_con .help_text_box .help_text p {
                    text-indent: 2em;
                    line-height: 30px;
                }

        .help_box .help_con .more_text_box {
            float: left;
            width: 40%;
        }

            .help_box .help_con .more_text_box .more_text {
                padding: 15px;
            }

        .help_box .help_con .more_text a {
            color: #666;
            display: block;
            padding-top: 15px;
        }

            .help_box .help_con .more_text a:hover {
                color: #3498DB;
            }

    .help_box .help_btn {
        text-align: center;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #ccc;
        width: 99px;
        height: 26px;
        line-height: 26px;
        float: right;
        background: #fff;
        cursor: pointer;
        background-image: url("../images/help.png" );
        background-repeat: no-repeat;
    }
    div[data-ajax-dataformid="#searchForm"]{ padding-left: 10px;}
        .help_box .help_btn i {
            width: 13px;
            height: 7px;
            background: url(../images/ico.gif) 0 -9px no-repeat;
            display: inline-block;
            margin-left: 8px;
        }

        .help_box .help_btn.cur {
            top: -1px;
            position: relative;
        }

            .help_box .help_btn.cur i {
                background: url(../images/ico.gif) 0 -16px no-repeat;
            }

