﻿@charset "utf-8";
/*#siteHeadouter {display:none;}*/
body {
    font-family: 'Microsoft YaHei','微软雅黑',Verdana, Arial, '宋体';
}

a:link { /*color:#009;*/ /*年份、月份、翻页按钮、年份选择框字体及月份选择框字体颜色*/
    text-decoration: none;
}

a:visited {
    color: #464646;
    text-decoration: none;
}

a:hover {
    color: #ed145b;
    text-decoration: underline;
}

a:active {
    color: #ed145b;
    text-decoration: underline;
}

td {
    font-size: 12px; /*控件整体大小*/
}

input[type="submit"] {
    cursor: pointer;
}

/*DateCSS样式*/
.header {
    font: 16px Arial, Tahoma !important;
    font-weight: bold !important;
    font: 11px Arial, Tahoma;
    font-weight: bold;
    color: #fff; /*年月连字符颜色*/
    background: #363737; /*年月连字符背景色*/
    height: 40px;
    padding-left: 10px;
}

    .header td {
        padding-left: 10px;
    }

    .header a {
        color: #fff;
    }

    .header input {
        background: none;
        vertical-align: middle;
        height: 16px;
    }

.category {
    font: 12px Arial, Tahoma !important;
    font: 11px Arial, Tahoma;
    color: #666; /*星期字体颜色*/
    height: 30px;
    background-color: #e3e3e3; /*星期字体背景色*/
}

.expire, .expire a:link, .expire a:visited {
    color: #999; /*当前日期后的颜色*/
}

.default, .default a:link, .default a:visited {
    color: #000; /*当前日期后的颜色*/
}

.checked, .checked a:link, .checked a:visited {
    color: #F00; /*选定年份、选定月份及选定日期的颜色*/
}

.today, .today a:link, .today a:visited {
    color: #0F0; /*当前年份、当前月份及当前日期的颜色*/
}

#calendar_year {
    display: none;
    line-height: 130%;
    background: #3CF; /*年份选择框分割线颜色*/
    position: absolute;
    z-index: 10;
}

    #calendar_year .col {
        float: left;
        background: #3CF; /*年份选择框底色*/
        margin-left: 0px;
        border: 0px solid #3CF; /*年份选择框边框颜色及宽度*/
        padding: 2px;
    }

#calendar_month {
    display: none;
    background: #3CF; /*月份选择框底色*/
    line-height: 130%;
    border: 0px solid #3CF; /*月份选择框边框颜色及宽度*/
    padding: 2px;
    position: fixed;
    z-index: 11;
}

.tableborder {
    background: white;
    border: 1px solid #d4d4d6; /*控件边框颜色*/
}

#year, #month {
    padding-right: 2px;
}

@charset "utf-8";
/* CSS Document */

html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote, th, td, article {
    padding: 0;
    margin: 0;
    color: #666;
    font-family: 微软雅黑;
}

body {
    background-color: #f2f2f2;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
}

img {
    border: none;
    vertical-align: bottom;
}

a {
    color: #666;
    outline: 0;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input, select, textarea, button {
    font-family: inherit;
}

.fix:after, .clearfix:after {
    display: block;
    content: "$";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.fix, .clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0px;
    line-height: 0;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.warp {
    background-color: #f2f2f2;
    overflow: hidden;
    width: 100%;
}

.login_div {
    background: url(../images/sjs_login_div.png) no-repeat center;
    border-radius: 15px;
    overflow: hidden;
    width: 439px;
    height: 381px;
    position: relative;
}

.txt_position1 {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 65px;
}

.txt_position2 {
    overflow: hidden;
    margin-bottom: 15px;
}

.txt_position3 {
    overflow: hidden;
    margin-bottom: 15px;
}

.login_txt {
    width: 260px;
    height: 34px;
    line-height: 34px;
    border: #CCC solid 1px;
}

.txt_position1 span, .txt_position2 span, .txt_position3 span {
    color: #999;
    text-align: right;
    float: left;
    display: block;
    width: 100px;
    vertical-align: middle;
    padding-top: 5px;
}

.TxtPasswordCssClass {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: #CCC solid 1px;
}

.remember {
    color: #1e1e1e;
    position: absolute;
    top: 221px;
    left: 100px;
}

.login_btn_div {
    position: absolute;
    top: 253px;
    left: 90px;
}

.login_btn {
    width: 262px;
    height: 48px;
    background: #28b2e6;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: 0;
    line-height: 48px;
    margin-left: 10px;
    margin-top: 10px;
}

.login_remarks {
    font-size: 18px;
    color: #1e1e1e;
    padding-left: 140px;
}

.takc {
    width: 440px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 90px;
    margin-bottom: 100px;
}

.footer {
    background: #ededed;
    width: 100%;
    height: 113px;
}

    .footer p {
        text-align: center;
        font-size: 12px;
        color: #666;
        line-height: 20px;
    }

.xx {
    font-size: 26px;
    color: #333;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/sjs_xx.png) no-repeat;
    width: 36px;
    height: 36px;
}

.cent_cent {
    margin: 40px 0;
    overflow: hidden;
}

.cetent_1 {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border: #d8d8d8 solid 2px;
    background: url(../images/sjs_tc.jpg) repeat;
}

.ShowDiv {
    float: left;
    position: absolute;
    border: solid 1px #432B6A;
    background-color: White;
    z-index: 999;
    left: 5%;
    top: 10px;
    width: 90%;
    height: 900px;
}

    .ShowDiv img {
        float: right;
        height: 32px;
        width: 32px;
    }

#close {
    display: block;
    width: 100%;
    height: 32px;
}

.cente_cc {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.headerd h1 {
    color: #333;
    text-align: center;
    font-size: 26px;
    font-weight: normal;
}

.two p {
    background: url(../images/sjs_two.jpg) no-repeat;
    padding-left: 55px;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    height: 45px;
    padding-top: 8px;
}

.there p {
    background: url(../images/sjs_there.jpg) no-repeat;
    padding-left: 55px;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    height: 45px;
    padding-top: 8px;
}

.four p {
    background: url(../images/sjs_four.jpg) no-repeat;
    padding-left: 55px;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    height: 45px;
    padding-top: 8px;
}

.five p {
    background: url(../images/sjs_five.jpg) no-repeat;
    padding-left: 55px;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    height: 45px;
    padding-top: 8px;
}

.six p {
    background: url(../images/sjs_six.jpg) no-repeat;
    padding-left: 55px;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    height: 45px;
    padding-top: 8px;
}

.diyi p {
    background: url(../images/sjs_frist.jpg) no-repeat;
    padding-left: 55px;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    height: 45px;
    padding-top: 8px;
}

.congq p {
    line-height: 28px;
    color: #333;
    padding-left: 10px;
}
/*the Personal star*/
.Personal {
    background: #e2e2e2;
    overflow: hidden;
}

.personal_cent {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.logo_1 p {
    margin-top: 15px;
}

    .logo_1 p.hello, .logo_1 p.hello a {
        text-align: right;
        color: #019faa;
        font-size: 14px;
    }

        .logo_1 p.hello a {
            padding-left: 10px;
        }

.per_ple {
    background: #f2f2f2;
    overflow: hidden;
    padding-bottom: 40px;
}

.per_left {
    width: 240px;
    overflow: hidden;
    background: #385871;
    height: 800px;
}

.per_right {
    width: 900px;
    overflow: hidden;
    /*float: right;*/
    position: relative;
    padding-bottom: 100px;
}

.per_left p.round {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    margin-left: 70px;
    margin-top: 40px;
}

.per_left span {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    margin-top: 15px;
}

.per_left ul li {
    text-align: center;
    border-bottom: #324e65 solid 1px;
    line-height: 66px;
    font-size: 18px;
}

    .per_left ul li a {
        color: #FFF;
        display: block;
    }

        .per_left ul li a:hover, #account, #personal, #password {
            background: #019faa;
            display: block;
            height: 66px;
            line-height: 66px;
            color: #FFF;
        }

.title {
    height: 50px;
    overflow: hidden;
    margin-top: 26px;
}

    .title p {
        line-height: 50px;
        padding-left: 20px;
        color: #3f637f;
        font-size: 16px;
    }

.for label {
    width: 100px;
    text-align: right;
    float: left;
    font-size: 17px;
    line-height: 27px;
}

.for {
    overflow: hidden;
    margin-top: 13px;
}

    .for input {
        float: left;
        display: block;
        width: 220px;
        height: 26px;
        border: #CCC solid 1px;
        overflow: hidden;
    }

.formf {
    margin-left: 130px;
}

.for select {
    padding: .5em;
    color: #34538b;
    border: 1px solid #a0b3d6;
}

    .for select ::-webkit-resizer {
        display: none;
    }

.for select {
    display: block;
    color: #000;
    width: 64px;
    height: 26px;
    background: url(../images/sjs_4.png) no-repeat;
    padding: 0 10px;
    line-height: 26px;
    border: 0;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    float: left;
}

select::-ms-expand {
    display: none;
}

.for input.sub, .for input.sub1 {
    background-color: #28b2e6;
    width: 86px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    border: 0;
    margin-left: 38px;
    margin-top: 20px;
}

.for input.sub {
    margin-left: 264px;
}

.footer1 p {
    text-align: center;
    color: #019faa;
    padding: 40px 0;
}
/*the account star*/
.account {
    border: dotted 1px #28b2e6;
    width: 400px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #535353;
    margin: 20px;
}

    .account span {
        color: #28b2e6;
        font-size: 24px;
    }

.form_acc {
    width: 720px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 15px;
}

    .form_acc p.top_acc span {
        font-weight: bold;
        width: 150px;
        display: block;
        float: left;
        text-align: center;
    }

        .form_acc p.top_acc span.cunr {
            width: 70px;
        }

        .form_acc p.top_acc span.cunr1 {
            width: 220px;
        }

        .form_acc p.top_acc span.cunr2 {
            width: 200px;
        }

    .form_acc p.top_sss {
        background: #FFF;
        border-bottom: #CCC solid 1px;
        font-weight: none;
        color: #666;
    }

        .form_acc p.top_sss span {
            font-weight: normal;
        }

    .form_acc ul.next, .yem ul.next {
        margin-left: 220px;
        margin-top: 25px;
        overflow: hidden;
    }

        .form_acc ul.next li, .yem ul.next li {
            float: left;
            margin-right: 10px;
        }

            .form_acc ul.next li a, .yem ul.next li a {
                display: block;
                float: left;
                padding: 4px 8px;
                background: #f3f3f3;
                font-size: 12px;
            }

                .form_acc ul.next li a.none, .yem ul.next li a.none {
                    background: none;
                    padding: 0;
                }

                .form_acc ul.next li a:hover, #count, .yem ul.next li a:hover, #count {
                    background: #28b2e6;
                    color: #FFF;
                }

.write {
    background: #FFF;
    overflow: hidden;
    padding-bottom: 30px;
    height: 722px;
}

.form_acc ul.next li input, .yem ul.next li input {
    width: 40px;
    border: #CCC solid 1px;
}

.title_password {
    font-size: 16px;
    color: #666;
    /*padding: 20px 10px 10px 0px;*/
    margin-left: 100px;
    margin-top: 20px;
}

span#LabeUser {
    color: #019faa;
}

.title_password a {
    color: #28b2e6;
}
/*the-management star*/
.account_1 {
    font-size: 18px;
    margin: 20px;
    color: #666;
}

    .account_1 span {
        color: #28b2e6;
        font-size: 24px;
        overflow: hidden;
    }

.sxdd {
    margin-left: 40px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .sxdd span {
        background: #28b2e6;
        overflow: hidden;
        width: 15px;
        height: 15px;
        display: block;
        float: left;
        margin-top: 4px;
    }

.sxdd1 span {
    background: #e6b728;
}

.sxdd p {
    float: left;
    vertical-align: middle;
    margin-left: 10px;
}

.top_mange {
    background-color: #f2f2f2;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    color: #000;
    font-size: 12px;
}

.form_mange {
    border: #dedede solid 1px;
    overflow: hidden;
    margin-top: 20px;
}

    .form_mange p {
        border-bottom: #dedede solid 1px;
    }

        .form_mange p.top_smangeme {
            background: #f8f8f8;
            height: 36px;
            overflow: hidden;
            line-height: 36px;
            color: #000;
            font-size: 12px;
        }

        .form_mange p.ddddd span {
            color: #666;
        }

        .form_mange p.top_mange span {
            width: 105px;
            text-align: center;
            display: block;
            float: left;
            font-weight: bold;
        }

            .form_mange p.top_mange span.cunr {
                width: 70px;
            }

            .form_mange p.top_mange span.cunr1 {
                width: 160px;
            }

        .form_mange p.danh {
            background: #f8f8f8;
            font-weight: normal;
            color: #666;
        }

            .form_mange p.danh span, .form_mange p.danh1 span {
                font-weight: normal;
            }

        .form_mange p.danh1 {
            font-weight: normal;
            color: #666;
        }

        .form_mange p.top_mange span.qxyy a {
            color: #28b2e6;
        }

.sxdd font {
    display: block;
    line-height: 28px;
    font-size: 14px;
}

.sxdd23 {
    margin-top: 30px;
}

.form_mangddd {
    border: #d1d1d1 solid 1px;
}

    .form_mangddd p.magemet span {
        width: 150px;
        font-weight: normal;
        color: #019faa;
    }

.tishi {
    font-size: 12px;
    margin-left: 30px;
    margin-top: 15px;
    color: #ff0000;
}

    .tishi a {
        width: 106px;
        height: 30px;
        line-height: 30px;
        color: #FFF;
        display: block;
        text-align: center;
        float: left;
        background-color: #28b2e6;
    }

        .tishi a.jxgm {
            margin-left: 20px;
        }

.ryOthers ul {
    overflow: hidden;
    margin-top: 15px;
    margin-left: 100px;
}

    .ryOthers ul li {
        float: left;
        width: 87px;
        height: 33px;
        background: url(../images/sjs_dddd.jpg) no-repeat;
        line-height: 28px;
        overflow: hidden;
    }

        .ryOthers ul li a {
            text-align: center;
            color: #28b2e6;
            display: block;
        }

.txtcenter {
    text-align: center;
}

    .txtcenter:hover {
        cursor: pointer;
    }

.ryOthers .active {
    background: url(../images/sjs_hover.jpg) no-repeat;
    text-align: center;
    color: #FFF;
    font-size: 14px;
}

.ry_1 form, .ry_2 form {
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.ryOthers .active a {
    color: #FFF;
    text-decoration: none;
}

.ry_1 ul, .ry_3 ul {
    background: #f1f1f1;
}

    .ry_1 ul li {
        float: left;
        display: inline;
        margin: 15px 20px;
    }

.ryOthers1 {
    padding: 0;
    margin: 0;
    background: #efeeee;
    height: 51px;
    line-height: 50px;
    border-bottom: #e2e2e2 solid 1px;
}

    .ryOthers1 ul {
        margin-top: 0;
    }

        .ryOthers1 ul li {
            float: left;
            background: url(../images/sjs_borderright.png) no-repeat center right;
            width: 124px;
            text-align: center;
        }

            .ryOthers1 ul li a {
                color: #3f637f;
                display: block;
            }

    .ryOthers1 .active {
        border-bottom: #28b2e6 solid 2px;
        text-align: center;
        color: #28b2e6;
        font-size: 14px;
    }

        .ryOthers1 .active a {
            color: #28b2e6;
            text-decoration: none;
        }

.ryCont1 h2 {
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    margin: 0;
    width: 749px;
    font-size: 18px;
    padding-top: 20px;
}

.ryCont1 {
    width: 749px;
    padding-left: 0;
    margin-left: 0;
}

.rich_1 {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-top: #dedede solid 1px;
}

    .rich_1 p.rich111 {
        float: left;
        padding: 20px 10px;
        width: 500px;
    }

        .rich_1 p.rich111 span.old {
            color: #3e627e;
            font-size: 16px;
            font-weight: bold;
            display: block;
        }

        .rich_1 p.rich111 span.yuan {
            color: #666;
            font-size: 14px;
            display: block;
        }

    .rich_1 p.yd {
        width: 86px;
        height: 28px;
        background: #28b2e6;
        line-height: 28px;
        text-align: center;
        margin-top: 27px;
        color: #FFF;
    }

        .rich_1 p.yd a {
            color: #FFF;
        }

.ryOthers1 {
    padding: 0;
    margin: 0;
    background: #efeeee;
    height: 51px;
    line-height: 50px;
    border-bottom: #e2e2e2 solid 1px;
}

    .ryOthers1 ul {
        margin-top: 0;
    }

        .ryOthers1 ul li {
            float: left;
            background: url(../images/sjs_borderright.png) no-repeat center right;
            width: 124px;
            text-align: center;
        }

            .ryOthers1 ul li a {
                color: #3f637f;
                display: block;
            }

    .ryOthers1 .active {
        border-bottom: #28b2e6 solid 2px;
        text-align: center;
        color: #28b2e6;
        font-size: 14px;
    }

        .ryOthers1 .active a {
            color: #28b2e6;
            text-decoration: none;
        }

.ryCont1 h2 {
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    margin: 0;
    width: 749px;
    font-size: 18px;
    padding-top: 20px;
}

.ryCont1 {
    width: 749px;
    padding-left: 0;
    margin-left: 0;
    /*height: 600px;*/
    min-height: 600px;
}

.rich_1 p.rich111 {
    float: left;
    padding: 20px 10px;
    width: 500px;
}

    .rich_1 p.rich111 span.old {
        color: #3e627e;
        font-size: 16px;
        font-weight: bold;
        display: block;
    }

    .rich_1 p.rich111 span.yuan {
        color: #666;
        font-size: 14px;
        display: block;
    }

.rich_1 p.yd {
    width: 86px;
    height: 28px;
    background: #28b2e6;
    line-height: 28px;
    text-align: center;
    margin-top: 27px;
    color: #FFF;
}

    .rich_1 p.yd a {
        padding: 5px 28px;
    }

.yem12 {
    float: right;
}

    .yem12 ul li {
        margin: 0;
        border: #CCC solid 1px;
    }

.pmap_1 {
    width: 800px;
    margin: 10px auto;
    overflow: hidden;
}

.wsxx_left {
    width: 530px;
    overflow: hidden;
}

    .wsxx_left label {
        width: 150px;
        padding-top: 3px;
        font-size: 14px;
    }

    .wsxx_left select {
    }

    .wsxx_left select {
        padding: .5em;
        color: #34538b;
        border: 1px solid #a0b3d6;
    }

        .wsxx_left select ::-webkit-resizer {
            display: none;
        }

        .wsxx_left select.sssset {
            display: block;
            color: #000;
            width: 224px;
            height: 26px;
            background: url(../images/sjs_selecttt.jpg) no-repeat;
            padding: 0 10px;
            line-height: 26px;
            border: 0;
            outline: none;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            float: left;
        }

    .wsxx_left select {
        display: block;
        color: #000;
        width: 64px;
        height: 26px;
        background: url(../images/sjs_4.png) no-repeat;
        padding: 0 10px;
        line-height: 26px;
        border: 0;
        outline: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        float: left;
    }

select::-ms-expand {
    display: none;
}

.qied p {
    margin-top: 20px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    margin-left: 20px;
}

.qied {
    width: 800px;
    clear: both;
    overflow: hidden;
    margin-top: 50px;
}

.woaini {
    position: absolute;
    left: 0;
    bottom: 30px;
}
/*add*/
ul.taocan li {
    width: 360px;
    float: left;
    display: inline;
    /*height: 30px;*/
    margin: 5px 20px;
    line-height: 20px;
}

.yuding {
    border: none;
    width: 90px;
    height: 30px;
    background: #28b2e6;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 10px 0 0 20px;
}

    .yuding:hover {
        cursor: pointer;
    }

.biao {
    margin: 20px 0;
    border: #dedede solid 1px;
}

    .biao td {
        color: #019faa;
        text-align: center;
        border-left: none;
        border-right: none;
        height: 35px;
        line-height: 35px;
        border-bottom: 1px #dedede solid;
        font-size: 14px;
    }

.tabbg {
    background: #dbdbdb;
    height: 36px;
    font-weight: bold;
}

    .tabbg td {
        color: #666;
        font-size: 14px;
    }

h2.tijianjigou {
    text-align: left;
    margin: 10px 0 10px 30px;
}

.ti_tab {
    margin-left: 20px;
    text-align: center;
    margin-top: 30px;
}

    .ti_tab tr td {
        border: #CCC solid 1px;
        font-size: 12px;
        padding: 9px 2px;
    }

.liucheng {
    margin: 10px 20px;
}

    .liucheng li {
        line-height: 34px;
        font-size: 14px;
    }

        .liucheng li span {
            width: 20px;
            height: 20px;
            background: #28b2e6;
            text-align: center;
            line-height: 20px;
            display: inline-block;
            color: #fff;
            margin-right: 5px;
        }

.notice ul {
    margin-left: 20px;
    margin-bottom: 30px;
}

    .notice ul li span {
        width: 15px;
        height: 15px;
        background: #28b2e6;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
    }

    .notice ul li p {
        line-height: 30px;
        font-size: 14px;
    }

.ryOthers2, .mt201 {
    background: none;
    border-bottom: none;
    background: none;
    height: 0;
}

    .ryOthers2 ul li {
        background: none;
        border-bottom: none;
    }

        .ryOthers2 ul li span {
            margin-top: 18px;
        }

.biai tr {
    font-weight: normal;
    color: #666;
}

    .biai tr.tabbg1 td {
        color: #666;
        font-size: 14px;
        text-align: center;
        height: 42px;
        line-height: 42px;
    }

    .biai tr.danh {
        background: #f8f8f8;
        font-weight: normal;
        color: #666;
    }

.biai td a {
    color: #28b2e6;
}

.form_acc p.top_acc, .top_acc {
    background: url(../images/sjs_top_acc.jpg) repeat;
    height: 34px;
    overflow: hidden;
    line-height: 36px;
    color: #000;
    font-size: 12px;
}

.bbbbbb tr td {
    color: #999;
}

.taocan li span {
    float: left;
    display: block;
}

.taocan {
    margin-top: 15px;
}

.biao11 {
    margin-left: 60px;
    margin-top: 20px;
    overflow: hidden;
}

    .biao11 tr td {
        color: #666;
        font-weight: normal;
        font-size: 12px;
    }

    .biao11 tr.tabbgqqqq td {
        font-weight: bold;
        color: #333;
    }

    .biao11 tr.nono {
        background: none;
    }

        .biao11 tr.nono td {
            color: #019faa;
        }

.zffs_w {
    margin-left: 58px;
    overflow: hidden;
    font-size: 14px;
}

    .zffs_w p {
        clear: both;
        line-height: 28px;
    }

        .zffs_w p span {
            float: left;
            display: block;
        }


/* 
  font-family: "微软雅黑";
  width: 195px;
  height: 28px;
  line-height: 28px;
  padding-left: 38px;
  margin: 10px 0 5px 0;
  text-indent: 5px;
  background: url("overcast/../images/sjs_xiala_jt01.png") rgb(146, 9, 9) no-repeat;
  border: 1px solid #cbcbcb;
  cursor: pointer;


  @charset "utf-8";
CSS Document */
.logo {
    width: 1000px;
    margin: 20px auto 10px auto;
    overflow: hidden;
}

.logo_left {
    width: 545px;
    float: left;
    overflow: hidden;
}

.logo_right {
    width: 250px;
    float: right;
    overflow: hidden;
    text-align: right;
    color: #019faa;
    margin-top: 15px;
}

    .logo_right p, .logo_right p a {
        text-align: right;
        color: #019faa;
        font-size: 16px;
    }

        .logo_right p a {
            padding: 0 0 0 30px;
        }

.banner {
    background: url(../images/sjs_background.jpg) repeat;
    height: 235px;
    overflow: hidden;
}

.banner_cent {
    background: url("../images/sjs_banner.jpg") no-repeat center center;
    height: 235px;
    width: 1098px;
    overflow: hidden;
    margin: 0 auto;
}

.banner_cent12 {
    background: url(../images/sjs_banner12.jpg) no-repeat center center;
}

.banner_cent13 {
    background: url("../images/sjs_banner13.jpg") no-repeat center center;
}

.banner_cent1 {
    background: url("../images/sjs_wdzd.jpg") no-repeat center center;
    height: 235px;
    width: 1098px;
    overflow: hidden;
    margin: 0 auto;
}

.nav {
    background-color: #04b3bf;
    height: 45px;
    line-height: 50px;
}

    .nav ul {
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
    }

        .nav ul li {
            width: 140px;
            float: left;
            overflow: hidden;
            text-align: center;
        }

            .nav ul li a {
                color: #FFF;
                font-size: 18px;
                display: block;
            }

                .nav ul li a:hover, #coun {
                    background-color: #3bc4cd;
                    width: 140px;
                    overflow: hidden;
                    height: 45px;
                    text-decoration: none;
                }

        .nav ul .active {
            background-color: #3bc4cd;
            width: 140px;
            overflow: hidden;
            height: 45px;
            text-decoration: none;
        }

.tcgm_center {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.tcgm_left {
    width: 182px;
    float: left;
}

    .tcgm_left h2, .tcgm_right h2 {
        text-align: center;
        margin-top: 40px;
        overflow: hidden;
        font-weight: normal;
        font-size: 18px;
        color: #04b3bf;
    }

    /*.tcgm_left ul.tcgm_ul1 {
        background: url(../images/sjs_tcgm_left1.jpg) no-repeat;
        width: 182px;
        height: 585px;
        padding-top: 8px;
    }*/

    .tcgm_left ul.tcgm_ul {
        /*background: url(../images/sjs_tcgm_left.jpg) no-repeat;*/
        -moz-box-shadow: 0 0 10px #afb1b4;
        -webkit-box-shadow: 0 0 10px #afb1b4;
        box-shadow: 0 0 10px #afb1b4;
        width: 175px;
        height: 650px;
        padding-top: 8px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .tcgm_left ul.tcgm_ul li, .tcgm_left ul.tcgm_ul1 li {
            padding-left: 10px;
            height: 28px;
            line-height: 28px;
        }

            .tcgm_left ul.tcgm_ul li a, .tcgm_left ul.tcgm_ul1 li a {
                display: block;
                text-indent: 4px;
            }

                .tcgm_left ul.tcgm_ul li a:hover, .tcgm_left ul.tcgm_ul1 li a:hover, .special a {
                    background-color: #04b3bf;
                    width: 150px;
                    height: 28px;
                    line-height: 28px;
                    color: #FFF;
                    text-decoration: none;
                }

.tcgm_ul .lis {
    margin-top: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 7px;
}

.tcgm_right {
    width: 800px;
    float: right;
    overflow: hidden;
}

.yem {
    float: right;
    margin-bottom: 30px;
    overflow: hidden;
}

.grxx {
    overflow: hidden;
    margin: 20px 0;
}

    .grxx p {
        float: left;
        margin-left: 25px;
    }

        .grxx p.decr {
            border: #28b2e6 solid 1px;
            width: 650px;
            margin-top: 10px;
        }

.ry_4 {
    margin-bottom: 30px;
}

.wsxx_left input.nmes {
    font-family: "微软雅黑";
    width: 182px;
    height: 28px;
    line-height: 28px;
    padding-right: 38px;
    text-indent: 5px;
    background: url(../images/sjs_xiala_jt01.png) #f2f2f2 no-repeat right center;
    border: 1px solid #cbcbcb;
    cursor: pointer;
}

.jigou {
    overflow: hidden;
}
/*the login star*/
.login_cent {
    background-color: #e5e5e4;
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
}

.login_out {
    width: 1104px;
    overflow: hidden;
    margin: 0 auto;
}

.login_left {
    width: 410px;
    float: left;
    background: #b7c2c3;
    height: 528px;
}

.login_right {
    width: 694px;
    float: left;
    overflow: hidden;
}

.login_cc {
    width: 239px;
    margin: 15px auto;
    overflow: hidden;
    margin-top: 40px;
}

    .login_cc p {
        font-size: 18px;
        padding: 10px 0;
        color: #000;
    }

    .login_cc input {
        width: 230px;
        height: 30px;
        line-height: 30px;
        border: #929292 solid 1px;
        background-color: #FFF;
    }

    .login_cc p.yzm {
        padding: 0;
        overflow: hidden;
        clear: both;
    }

    .login_cc p.yzm1 {
        margin-top: 10px;
        overflow: hidden;
    }

    .login_cc p.yzm input {
        width: 160px;
        float: left;
        overflow: hidden;
    }

    .login_cc p.yzm img {
        display: block;
        float: right;
    }

    .login_cc p.yzm1 input {
        float: left;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin-top: 3px;
    }

    .login_cc p.yzm1 span {
        float: left;
        display: block;
        font-size: 14px;
        color: #666;
        vertical-align: middle;
    }

    .login_cc input.sub_gl {
        width: 232px;
        height: 35px;
        line-height: 30px;
        text-align: center;
        overflow: hidden;
        background-color: #28b2e6;
        color: #FFF;
        cursor: pointer;
        border: 0;
    }

.zy {
    text-align: center;
    font-size: 12px;
}

.title123 {
    padding: 10px 20px;
    overflow: hidden;
    margin-left: 30px;
}

    .title123 p {
        color: #28b2e6;
    }

.biao11 tr.nono td {
    color: #666;
}


/*the wdzd star*/
.wdzd {
    overflow: hidden;
    margin-top: 50px;
}

    .wdzd p {
        float: left;
        font-size: 21px;
    }

        .wdzd p.ndzd {
            font-size: 18px;
            color: #666;
            float: right;
            text-align: right;
        }

            .wdzd p.ndzd span {
                color: #28b2e6;
                font-size: 24px;
            }

.wdzd1 {
    background-color: #e8e7e7;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

.wdzd p.zfxx span {
    background: #28b2e6;
    overflow: hidden;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-top: 12px;
}

.wdzd p.zfxx1 span {
    background: #e6b728;
}

.wdzd p.zfxx font {
    font-size: 16px;
    margin-top: 8px;
    display: block;
    float: left;
    margin-left: 10px;
}

.ddgl {
    width: 873px;
    margin: 20px auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.ddgl_from tr td {
    text-align: center;
}

.ddgl_from tr.nono {
    background: none;
}

    .ddgl_from tr.nono td {
        color: #019faa;
        font-weight: normal;
    }

h2 {
    display: none;
}

.icon.unSelectIcn {
    text-align: center;
    align-content: center;
    align-self: center;
    vertical-align: bottom;
}

.overlay {
    background: #000;
    filter: alpha(opacity=50); /* IE的透明度 */
    opacity: 0.5; /* 透明度 */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000; /* 此处的图层要大于页面 */
}


.tips_red {
    color: red;
    font-size: 14px;
}

.button {
    background-color: #28b2e6;
    width: 86px;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    text-align: center;
    border: 0;
}

.select {
    width: 64px;
    height: 32px;
    border: 1px solid #ccc;
}
