@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
legend,
input,
textarea,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "Raleway", "Helvetica Neue", Roboto, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h4,
h5 {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.wrap1400 {
    width: 1400px;
    margin: 0 auto
}

.logoNav {
    height: 130px;
}

.logo {
    width: 328px;
    margin: 30px auto;
}

    .logo img {
        width: 328px;
        height: auto;
    }

.ban {
    width: 100%;
    height: 300px;
    background-image: url(../images/banner001.jpg);
    background-size: cover;
    background-position: center;
    width: 100%
}

.formmNav {
    height: 300px;
}

.formmNav1 {
    height: 40px;
}

.topTitle {
    height: 100px;
    text-align: center;
    font-size: 48px;
    line-height: 100px;
    color: #F60;
}

.Table {
    width: 99%;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #EFEFEF;
    border-left-color: #EFEFEF;
}

    .Table td,
    .Table th {
        padding: 6px 5px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-top-color: #EFEFEF;
        border-right-color: #EFEFEF;
    }

    .Table th {
        font-weight: 700;
        color: #F60;
        font-size: 14px;
        background-color: Azure;
        text-align: center;
        font-family: "Microsoft YaHei";
    }

        .Table th:active {
            text-decoration: none;
            outline: none;
        }

    .Table thead .sorting,
    .Table thead .sorting_asc,
    .Table thead .sorting_desc,
    .Table thead .sorting_asc_disabled,
    .Table thead .sorting_desc_disabled {
        cursor: pointer;
        *cursor: hand;
    }

    .Table td {
        color: #333;
        font-size: 14px;
        text-align: center;
        font-family: "Microsoft YaHei";
    }

    .Table .bg:hover {
        background-color: #C4EAFF;
        cursor: pointer;
    }

    .Table a:link {
        color: #666;
        text-decoration: none;
    }

    .Table a:visited {
        color: #666;
        text-decoration: none;
    }

    .Table a:hover {
        color: #F60;
        text-decoration: underline;
    }

.table-module-bl input[type="text"] {
    display: inline;
    width: 95%;
    height: 22px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 1.1;
    vertical-align: middle;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    color: #666;
    border: 1px solid #CCC;
    background-color: #FFF;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

.form-control {
    display: inline;
    width: 75%;
    height: 22px;
    font-size: 14px;
    line-height: 1.1;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-family: "Microsoft YaHei";
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
}

.form-drop {
    display: inline;
    width: 100%;
    height: 28px;
    font-size: 14px;
    line-height: 1.4;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-family: "Microsoft YaHei";
    padding: 2px;
}

.imgDiv {
    height: 50px;
    width: 70px;
    border: 1px solid #EBEBEB;
    margin-bottom: 10px;
}

a.upload {
    margin-top: 5px;
    padding: 4px 10px;
    height: 20px;
    width: 100px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #FFF;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    background-color: #009999;
}

    a.upload:hover {
        color: #FFF;
        border-color: #ccc;
        text-decoration: none;
        background-color: #00A8A8;
    }

    a.upload INPUT {
        position: absolute;
        right: 0;
        top: 0;
        MARGIN-TOP: -5px;
        FONT-SIZE: 40px;
        FILTER: alpha(opacity=0);
        MARGIN-LEFT: -8px;
        DIRECTION: rtl;
        HEIGHT: 40px;
        width: 100px;
        opacity: 0;
        cursor: pointer;
    }

.bottomTitle {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    width: 99%;
    margin-right: auto;
    margin-left: auto;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #F60;
    text-align: center;
    color: #F00;
}

.btn {
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus,
    .btn:focus,
    .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active,
    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

.btn-click {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    text-decoration: none;
}

    .btn-click.focus,
    .btn-click:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-click:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-click.active,
    .btn-click:active,
    .open > .dropdown-toggle.btn-click {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-click.active.focus,
        .btn-click.active:focus,
        .btn-click.active:hover,
        .btn-click:active.focus,
        .btn-click:active:focus,
        .btn-click:active:hover,
        .open > .dropdown-toggle.btn-click.focus,
        .open > .dropdown-toggle.btn-click:focus,
        .open > .dropdown-toggle.btn-click:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-click.active,
    .btn-click:active,
    .open > .dropdown-toggle.btn-click {
        background-image: none
    }

    .btn-click.disabled.focus,
    .btn-click.disabled:focus,
    .btn-click.disabled:hover,
    .btn-click[disabled].focus,
    .btn-click[disabled]:focus,
    .btn-click[disabled]:hover,
    fieldset[disabled] .btn-click.focus,
    fieldset[disabled] .btn-click:focus,
    fieldset[disabled] .btn-click:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-click .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-submit {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    text-decoration: none;
}

    .btn-submit.focus,
    .btn-submit:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-submit:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-submit.active,
    .btn-submit:active,
    .open > .dropdown-toggle.btn-submit {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-submit.active.focus,
        .btn-submit.active:focus,
        .btn-submit.active:hover,
        .btn-submit:active.focus,
        .btn-submit:active:focus,
        .btn-submit:active:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-submit.active,
    .btn-submit:active {
        background-image: none
    }

    .btn-submit.disabled.focus,
    .btn-submit.disabled:focus,
    .btn-submit.disabled:hover,
    .btn-submit[disabled].focus,
    .btn-submit[disabled]:focus,
    .btn-submit[disabled]:hover,
    fieldset[disabled] .btn-submit.focus,
    fieldset[disabled] .btn-submit:focus,
    fieldset[disabled] .btn-submit:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

.perw40 {
    width: 40%;
}

.common-content .content-title {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 30px;
    width: 99%;
    margin-right: auto;
    margin-left: auto;
    height: 30px;
    font-weight: 600;
    color: #333;
}

.tabEdit {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #EFEFEF;
    border-right-color: #EFEFEF;
    width: 99%;
    margin-right: auto;
    margin-left: auto;
}

    .tabEdit td {
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-bottom-style: solid;
        border-left-style: solid;
        border-bottom-color: #EFEFEF;
        border-left-color: #EFEFEF;
        padding-top: 5px;
        padding-right: 6px;
        padding-bottom: 5px;
        padding-left: 6px;
        line-height: 20px;
        height: 20px;
    }

    .tabEdit .bg {
        background-color: #F7F7F7;
    }

    .tabEdit tr td em {
        font-style: normal;
        color: #F60;
    }

.bbgg {
    color: #F60;
    background-color: Azure;
}

.footer {
    margin-top: 50px;
    width: 100%;
    height: 200px;
    background-color: rgb(39, 39, 39);
}

.err {
    margin-top: 30px;
}

.sm1 {
    font-size: 16px;
    height: 120px;
    line-height: 120px;
}

    .sm1 a {
        text-decoration: none;
        font-size: 16px;
        color: red;
    }

.sm11 {
    margin-top: 30px;
    padding-left: 20px;
    border: solid 3px #F00;
    font-size: 26px;
    height: 80px;
    line-height: 80px;
}

.fa22 {
    padding-top: 20px;
    color: rgb(102, 102, 102);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 150px;
}

.fa221 {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    line-height: 32px;
}

.mt2011 {
    margin-top: 60px;
    text-align: center;
}

.index11 {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .index11 a {
        text-decoration: none;
    }

        .index11 a:hover {
            text-decoration: none;
        }

.air {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 100px;
    margin: 0 100px;
    color: #fff;
    width: 400px;
    height: 300px;
    background-color: rgb(8,69,100);
    border-radius: 8px;
}

.sea {
    font-size: 48px;
    margin: 0 100px;
    color: #fff;
    width: 400px;
    height: 300px;
    background-color: rgb(8,69,100);
    border-radius: 8px;
}

.note {
    min-height: 1200px;
    height: auto;
}

    .note p {
        font-size: 14px;
        color: #333;
        line-height: 30px;
        white-space: pre-wrap;
        word-break: break-all;
    }

@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
legend,
input,
textarea,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "Raleway", "Helvetica Neue", Roboto, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h4,
h5 {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.wrap1400 {
    width: 1400px;
    margin: 0 auto
}

.logoNav {
    height: 130px;
}

.logo {
    width: 328px;
    margin: 30px auto;
}

    .logo img {
        width: 328px;
        height: auto;
    }

.ban {
    width: 100%;
    height: 300px;
    background-image: url(../images/banner001.jpg);
    background-size: cover;
    background-position: center;
    width: 100%
}

.ban1 {
    width: 100%;
    height: 300px;
    background-image: url(../images/banner002.jpg);
    background-size: cover;
    background-position: center;
    width: 100%
}

.nooo {
    margin-top: 30px;
    width: 100%;
    height: 260px;
    text-align: center;
}

.bbline {
    padding-bottom: 8px;
    border: 8px solid #fbb281;
}

.formmNav {
    height: 300px;
}

.formmNav1 {
    height: 40px;
}

.topTitle {
    height: 100px;
    text-align: center;
    font-size: 48px;
    line-height: 100px;
    color: #F60;
}

.Table {
    width: 99%;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #EFEFEF;
    border-left-color: #EFEFEF;
}

    .Table td,
    .Table th {
        padding: 6px 5px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-top-color: #EFEFEF;
        border-right-color: #EFEFEF;
    }

    .Table th {
        font-weight: 700;
        color: #F60;
        font-size: 14px;
        background-color: Azure;
        text-align: center;
        font-family: "Microsoft YaHei";
    }

        .Table th:active {
            text-decoration: none;
            outline: none;
        }

    .Table thead .sorting,
    .Table thead .sorting_asc,
    .Table thead .sorting_desc,
    .Table thead .sorting_asc_disabled,
    .Table thead .sorting_desc_disabled {
        cursor: pointer;
        *cursor: hand;
    }

    .Table td {
        color: #333;
        font-size: 14px;
        text-align: center;
        font-family: "Microsoft YaHei";
    }

    .Table .bg:hover {
        background-color: #C4EAFF;
        cursor: pointer;
    }

    .Table a:link {
        color: #666;
        text-decoration: none;
    }

    .Table a:visited {
        color: #666;
        text-decoration: none;
    }

    .Table a:hover {
        color: #F60;
        text-decoration: underline;
    }

.table-module-bl input[type="text"] {
    display: inline;
    width: 95%;
    height: 22px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 1.1;
    vertical-align: middle;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    color: #666;
    border: 1px solid #CCC;
    background-color: #FFF;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

.form-control {
    display: inline;
    width: 75%;
    height: 22px;
    font-size: 14px;
    line-height: 1.1;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-family: "Microsoft YaHei";
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
}

.form-drop {
    display: inline;
    width: 100%;
    height: 28px;
    font-size: 14px;
    line-height: 1.4;
    color: #f60;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-family: "Microsoft YaHei";
    padding: 2px;
}

.imgDiv {
    height: 50px;
    width: 70px;
    border: 1px solid #EBEBEB;
    margin-bottom: 10px;
}

a.upload {
    margin-top: 5px;
    padding: 4px 10px;
    height: 20px;
    width: 100px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #FFF;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    background-color: #009999;
}

    a.upload:hover {
        color: #FFF;
        border-color: #ccc;
        text-decoration: none;
        background-color: #00A8A8;
    }

    a.upload INPUT {
        position: absolute;
        right: 0;
        top: 0;
        MARGIN-TOP: -5px;
        FONT-SIZE: 40px;
        FILTER: alpha(opacity=0);
        MARGIN-LEFT: -8px;
        DIRECTION: rtl;
        HEIGHT: 40px;
        width: 100px;
        opacity: 0;
        cursor: pointer;
    }

.bottomTitle {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-weight: 600;
    height: 120px;
    width: 99%;
    margin-right: auto;
    margin-left: auto;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #F60;
    text-align: center;
    color: #F00;
}

.texxt3 {
    font-size: 18px;
}

.btn {
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus,
    .btn:focus,
    .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active,
    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

.btn-click {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    text-decoration: none;
}

    .btn-click.focus,
    .btn-click:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-click:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-click.active,
    .btn-click:active,
    .open > .dropdown-toggle.btn-click {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-click.active.focus,
        .btn-click.active:focus,
        .btn-click.active:hover,
        .btn-click:active.focus,
        .btn-click:active:focus,
        .btn-click:active:hover,
        .open > .dropdown-toggle.btn-click.focus,
        .open > .dropdown-toggle.btn-click:focus,
        .open > .dropdown-toggle.btn-click:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-click.active,
    .btn-click:active,
    .open > .dropdown-toggle.btn-click {
        background-image: none
    }

    .btn-click.disabled.focus,
    .btn-click.disabled:focus,
    .btn-click.disabled:hover,
    .btn-click[disabled].focus,
    .btn-click[disabled]:focus,
    .btn-click[disabled]:hover,
    fieldset[disabled] .btn-click.focus,
    fieldset[disabled] .btn-click:focus,
    fieldset[disabled] .btn-click:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-click .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-submit {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    text-decoration: none;
}

    .btn-submit.focus,
    .btn-submit:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-submit:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-submit.active,
    .btn-submit:active,
    .open > .dropdown-toggle.btn-submit {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-submit.active.focus,
        .btn-submit.active:focus,
        .btn-submit.active:hover,
        .btn-submit:active.focus,
        .btn-submit:active:focus,
        .btn-submit:active:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-submit.active,
    .btn-submit:active {
        background-image: none
    }

    .btn-submit.disabled.focus,
    .btn-submit.disabled:focus,
    .btn-submit.disabled:hover,
    .btn-submit[disabled].focus,
    .btn-submit[disabled]:focus,
    .btn-submit[disabled]:hover,
    fieldset[disabled] .btn-submit.focus,
    fieldset[disabled] .btn-submit:focus,
    fieldset[disabled] .btn-submit:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

.btnls {
    background-color: #ccc;
    cursor: default;
}

    .btnls:hover {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

.perw40 {
    width: 40%;
}

.common-content .content-title {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 30px;
    width: 99%;
    margin-right: auto;
    margin-left: auto;
    height: 30px;
    font-weight: 600;
    color: #333;
}

.tabEdit {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #EFEFEF;
    border-right-color: #EFEFEF;
    width: 99%;
    margin-right: auto;
    margin-left: auto;
}

    .tabEdit td {
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-bottom-style: solid;
        border-left-style: solid;
        border-bottom-color: #EFEFEF;
        border-left-color: #EFEFEF;
        padding-top: 5px;
        padding-right: 6px;
        padding-bottom: 5px;
        padding-left: 6px;
        line-height: 20px;
        height: 20px;
    }

    .tabEdit .bg {
        background-color: #F7F7F7;
    }

    .tabEdit tr td em {
        font-style: normal;
        color: #F60;
    }

.bbgg {
    color: #F60;
    background-color: Azure;
}

.footer {
    margin-top: 50px;
    width: 100%;
    height: 200px;
    background-color: rgb(39, 39, 39);
}

.err {
    margin-top: 30px;
}

.sm1 {
    font-size: 16px;
    height: 120px;
    line-height: 120px;
}

    .sm1 a {
        text-decoration: none;
        font-size: 16px;
        color: red;
    }

.sm2 {
    font-size: 20px;
    height: 36px;
    line-height: 120px;
}

    .sm2 a {
        text-decoration: none;
        font-size: 16px;
        color: red;
    }

.fa22 {
    padding-top: 20px;
    color: rgb(102, 102, 102);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 150px;
}

.fa221 {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    line-height: 32px;
}

.mt2011 {
    margin-top: 60px;
    text-align: center;
}

.index11 {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .index11 a {
        text-decoration: none;
    }

        .index11 a:hover {
            text-decoration: none;
        }

.air {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 100px;
    margin: 0 100px;
    color: #fff;
    width: 400px;
    height: 300px;
    background-color: rgb(8,69,100);
    border-radius: 8px;
}

.sea {
    font-size: 48px;
    margin: 0 100px;
    color: #fff;
    width: 400px;
    height: 300px;
    background-color: rgb(8,69,100);
    border-radius: 8px;
}

.note {
    min-height: 1200px;
    height: auto;
}

    .note p {
        font-size: 14px;
        color: #333;
        line-height: 30px;
        white-space: pre-wrap;
        word-break: break-all;
    }

.mddt {
    font-size: 22px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
}

.mddt1 {
    color: #F60;
    font-size: 22px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
}

.ffr {
    color: crimson;
}
