﻿
html, body {
    /*min-width: 1280px;*/
    margin: 0px;
    padding: 0px;
    /*line-height: 100%;*/
    /*width: 100%;*/
    border: none;
    font-size: 14px;
    color: #1f1f1f;
    font-family: 微软雅黑;
    /*overflow:hidden;*/
}
.clear-fix { *overflow: hidden; *zoom: 1; }  
.clear-fix:after { display: table; content: ""; width: 0; clear: both; }  
#divmain{
    width:1024px;
    margin:0px auto;
    /*height:768px;*/
}

div.top {
    margin:auto;
    z-index: 100;
    position:relative;
    width:1024px;
    /*clear: both;*/
    /*top: 100px;*/
    background: #fff;
    /*min-width: 1280px;*/
    /*height: 56px;*/
    height:50px;
    line-height: 50px;
    background-color: #008cee;
}

    div.top img {
        padding-top: 15px;
        /*padding-left: 15px;*/
        position: absolute;
        left:10px;
    }
    .main{
        color:red;
        font-size:111px;
        width:1024px;
        height: auto;
        float: left;
        /*height:492px;*/
    }
  
div.left {
    position: relative;
    z-index: 101;
    width:200px;
    border-right: 1px solid #cacbcd;
    background-color: #f5f9ff;
    float:left;
    /*height:800px;*/
}

div.right {
    margin-left: 220px;
    z-index: 10;
    padding: 14px 15px 0px 14px;
    /* margin-bottom: 20px; */
    /*margin-top: 150px;*/
    position: relative;
    /*width: 100%;*/
}

.menu_list {
    width: 200px;
    color: #1f1f1f;
}

    .menu_list dl {
        margin: 0;
        width: 200px;
        height:auto;
    }

    .menu_list dt {
        font-size: 18px;
        position: relative;
        cursor: pointer;
        /*padding: 5px;*/
        /* border-bottom: 1px solid #cacbcd; */
        text-align: left;
    }

        .menu_list dt a {
            margin-left: 30px;
            display: block;
            height: 25px;
            width: 195px;
            /*float: none;*/
            position: relative;
            z-index: 999;
            font-size: 14px;
            line-height: 25px;
            text-decoration: none;
        }

        .menu_list dt > a, .menu_list dd a {
            text-decoration: none;
        }

        .menu_list dt a {
            color: #1f1f1f;
        }

        .menu_list dt img {
            float: left;
            margin-top: 7px;
            margin-left: 10px;
            position: absolute;
        }

    .menu_list dd {
        /*display: none;*/
        position: relative;
        margin-left: 0px;
    }

        .menu_list dd a {
            padding-top: 3px;
            padding-bottom: 1px;
            padding-left: 28px;
            display: block;
            background: #d5edfe;
            background-repeat: no-repeat;
            background-position: right center;
            text-align: center;
            font-size: 12px;
            text-align: left;
            /*width: 183px;*/
        }
            .menu_list dd a + a {
                /*border-top: 1px dashed #479ed9;*/
            }

            .menu_list dd a:last-child {
                /*border-bottom: 1px solid #cacbcd;*/
            }

            .menu_list dd a:hover,
            /*.menu_list dd a.active,*/
            .menu_list dt a:active,
            .menu_list dd a[focused='true']
            /*.menu_list dt > a:hover*/ {
                color: #008cee;
            }

            .menu_list dd a[disabled="disabled"] {
                color: #a0a0a0;
            }


div.sitePath {
    margin-bottom: 22px;
}

div.search {
    margin-bottom: 8px;
}

    div.search div {
        display: inline-block;
        margin-right: 30px;
    }

        div.search div label {
            margin-right: 10px;
        }

.search span {
    color: red;
}

div.table {
    margin-bottom: 10px;
    min-width: 200px;
    /*max-width: 100%;*/
    width:700px;
}

div.clear {
    clear: both;
}

table {
    /*margin:auto;
    width: 100%;
    max-width: 100%;*/
    border-collapse: collapse !important;
    background-color: transparent;
    border: 1px solid #8ba7cb;
    width: 600px;
}

th, td {
    vertical-align: middle;
    border-top: 1px solid #8ba7cb;
    border-right: 1px solid #8ba7cb;
    padding: 2px;
    white-space: nowrap;
}

tbody td {
    text-align: right;
}

th {
    background-color: #d5edfe;
}

td {
    background-color: #fff;
}




input[type=text] {
    height: 20px;
    border: 1px solid #8ba7cb;
    font-size: 12px;
    width: 110px;
    padding-left: 5px;
}

input[type=button] {
    height: 20px;
    width: 70px;
    border: 1px solid #8ba7cb;
    background: #008CEE;
    color: #fff;
    cursor: pointer;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


#topdiv {
    /*width: 1420px;
    
    margin: auto;*/
    position:relative;
    top: 0px;
    width: 1024px;
    height: 85px;
    /*min-width: 1024px;*/
    margin:0px auto;
}

/*#topleftdiv {
    width: 200px;
    height: 100px;
    margin-left: 40px;
    margin-top: 0px;
}*/

#topleft {
    /*width: 306px;*/
    height: 100px;
    float: left;
   margin-top: 15px;
}

#topright {
    /*width: 500px;
    height: 120px;
    float: right;
    margin-top: -130px;
    margin-right: 20px;*/
    /*width: 700px;*/
    height: 100px;
    float: right;
    margin: 8px 20px;
}

/*img {
    margin: 0;
    padding: 0;
    resize: none;
    border: none;
    outline: none;
}*/

.wenzidiv {
    width: 190px;
    height: 60px;
    /*margin-top: 55px;
    margin-left: 195px;*/
    font-size: 13px;
    font-weight: bold;
}

#buttomdiv {
    position: relative;
    clear: both;
    /*margin-top:800px;*/
    /*bottom: 0;*/
    width: 1024px;
    /*min-width: 1280px;*/
    margin-top:530px;
    height:120px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    margin: 0px;
    padding: 0px;
    float: right;
    clear:both;
}

li {
    float: left;
    /*padding: 0px 50px;*/
    line-height: 16px;
}
