html, body {
    width: 100%;
    min-height: 100%;
}

body {
    min-width: 1028px;
    font-family: Helvetica Neue For Number,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #494848;
    background: #fff;
    position: relative
}

a {
    color: #000;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

.wrap {
    margin: 0 auto;
}

.cTop {
    text-align: right;
    height: 60px;
    line-height: 60px;
    background: #2196F3;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    z-index: 1000;
    border-bottom: 1px solid #dedede;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

    .cTop a {
        color: #fff
    }

        .cTop a:hover {
            color: #fff;
            text-decoration: none;
        }

.ctit {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.c-user {
    margin-right: 20px;
}

    .c-user .iconfont {
        font-size: 18px;
    }

.lItem .int, .search .int, .cint {
    width: 100%;
    border-radius: 4px;
    transition: all .3s;
    padding: 6px 11px;
    font-size: 14px;
    padding-left: 30px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    color: #666;
}

    .lItem .int:focus, .search .int:focus, .cint:focus {
        border-color: #2196f3;
        transition: all .3s;
        box-shadow: 0 0 0 2px rgba(0,136,204,.2);
    }

.main {
    padding: 50px 0 0;
}

    .main .wrap {
        width: 1176px;
    }

.m-cont {
    min-height: 764px;
    background: #fff;
    margin-bottom: 20px;
}

    .m-cont .box {
        padding: 16px 0;
    }

.mnav {
    width: 208px;
    border-right: 1px solid #dcdcdc;
}

    .mnav li h3 {
        height: 40px;
        line-height: 40px;
        color: rgba(0,0,0,.65);
        font-size: 14px;
        padding: 0 16px;
        cursor: pointer;
    }

        .mnav li h3 .icon-down {
            float: right;
            font-size: 20px;
            font-weight: bold;
            margin-right: 0px;
        }

        .mnav li h3:hover {
            color: #09bb07;
        }

.side {
    width: 210px;
    text-align: center;
    background: #f5f5f5;
    position: fixed;
    left: 0;
    top: 61px;
    bottom: 0;
    border-right: 1px solid #dedede;
    z-index: 200;
    padding-top: 5px;
}

    .side .logo {
        height: 60px;
        line-height: 60px;
        background: #44536a;
        color: #fff;
        font-size: 16px;
    }

.logo img {
    position: relative;
    top: -2px;
}

.logo span {
    color: #fff;
    font-size: 16px;
}

.side_nav {
    text-align: left;
}

    .side_nav li {
        margin: 0 0 0;
        font-size: 15px;
        position: relative;
    }

        .side_nav li a, .si_t {
            position: relative;
            display: block;
            height: 35px;
            line-height: 35px;
            color: rgba(0, 0, 0, .8);
            padding-left: 34px;
            cursor: pointer;
        }

        .side_nav li .icon-down {
            position: absolute;
            left: 5px;
            font-size: 30px;
            font-weight: bold;
            transform: rotate(-90deg)
        }

        .side_nav li span {
            display: inline-block;
            width: 25px;
        }

        .side_nav li a:hover, .sit_sub a.on, .si_t:hover, .side_nav li a.on {
            background: #2196f3;
            color: #fff;
        }

        .side_nav li .sit_sub a {
            display: block;
            margin: 0 0 0 0;
            padding-left: 48px;
            font-size: 14px;
        }

        .side_nav li .sit_sub {
            display: none;
        }

.mbody {
    background: #fff;
    position: relative;
}

.contanier {
    margin-left: 211px;
    padding-top: 60px;
}

.cbox {
    padding: 20px;
}

.search {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

    .search .int {
        width: 200px;
        padding: 0 10px;
        border-radius: 2px;
        height: 35px;
        line-height: 35px;
        margin: 0 10px;
    }

    .search button {
        font-family: 'Microsoft Yahei';
        background: #2196f3;
        height: 35px !important;
        line-height: 35px !important;
        border-radius: 2px;
        font-size: 14px;
        text-align: center;
        padding: 0 8px;
        color: #fff;
        min-width: 70px;
    }

.cbtn {
    font-family: 'Microsoft Yahei';
    background: #2196f3;
    height: 35px !important;
    line-height: 35px !important;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    min-width: 70px;
    padding: 0 10px;
}

.cbtn_min {
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    background: #2196f3;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.cbtn_big {
    background: #2196f3;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.cbtn_big {
    height: 50px;
    line-height: 50px;
    width: auto;
    padding: 0 20px;
}

.m-l-5 {
    margin-left: 5px !important;
}

.search select.int {
    width: auto;
}

.search input[type=text] {
    width: 180px;
}

.si_t1, .sit_sub_t1 {
    margin-left: 13px;
}

.has_sub.active .icon-down {
    transform: rotate(0)
}

.has_sub.active .sit_sub {
    display: block;
}

.ctab talbe {
    width: 100%;
    border-collapse: collapse;
}

.ctab th, .ctab td {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #eaeaea;
    color: #666;
    text-align: left;
}

.ctab th {
    background: #fafafa;
    font-weight: bold;
    color: #111;
    text-align: right;
}

.tblist th {
    text-align: center !important;
}

.tbnobody th, .tbnobody td {
    border-width: 0px !important;
}

.o_look {
    text-align: right;
}

    .o_look a, .cblue {
        color: #00b3ff
    }

.status_ok {
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #2196f3;
    margin-right: 8px;
}

.cr_tit {
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: bold;
}

.int_date {
    width: 100px !important;
}

.ctab .search {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .ctab .search label.left, .ctab .search .int {
        margin-bottom: 15px;
    }

.btn_out {
    background: #e13027 !important;
    margin-left: 5px;
}

.btn_blue {
    background: #2196f3 !important;
    margin-left: 5px;
}

.cr_desc {
    font-size: 15px;
    margin-bottom: 20px;
}

.tabBox {
    position: relative;
}

    .tabBox .hd {
        height: 39px;
        line-height: 39px;
        border-bottom: 1px solid #ddd;
    }

        .tabBox .hd li {
            float: left;
            position: relative;
            font-size: 14px;
            color: #fff;
        }

            .tabBox .hd li a {
                color: #95a5a6;
                padding: 0 12px;
                display: block;
            }

            .tabBox .hd li.on {
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                background: #fff;
                color: #333;
                border: 1px solid #ddd;
                border-bottom: none;
            }

                .tabBox .hd li.on a {
                    color: #2196f3;
                }

    .tabBox .bdiv {
        padding: 20px;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
/* body.hsby .side{top:0;} */
.tg_links {
    position: absolute;
    right: 0;
}

.btn_back {
    background: #666 !important;
}

.btn_disabled {
    background: #d9d9d9 !important;
    color: #666;
}

.btn_focus {
    background: #09bb07 !important;
}

.tg_links .cbtn {
    float: left;
    margin-left: 8px;
}

.cint {
    border-radius: 2px;
    width: auto;
    padding-left: 6px;
    color: #333;
}

.tbshow table tr, .tbshow td {
    border: none;
    padding: 6px 5px;
}

.tbshow label {
    font-size: 14px;
    display: block;
    text-align: right;
    padding: 5px 0;
}

textarea.cint {
    min-height: 100px;
    width: 80%;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
}

.sradio {
    display: inline-block;
    margin-right: 20px;
}

.cint_name {
    width: 70%;
    min-width: 172px
}


.up_wrap {
    margin: 0 auto;
}

.up_tips {
    padding: 20px 0;
    color: #f00;
    font-size: 18px;
    font-weight: bold;
}

.btns label {
    height: 25px;
}

.up_btns {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0;
}

    .up_btns .iconfont {
        font-size: 25px;
    }

    .up_btns .icon-jia {
        display: none;
    }

.upDl {
    margin-bottom: 20px;
}

.updt {
    background: #f5f5f5;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border: 1px solid #E5E5E5;
    position: relative;
    cursor:pointer;
}

    .updt h3 {
        font-size: 15px;
        color: #666;
    }

        .updt h3 span {
            color: #333;
            font-weight: bold;
        }

.updd {
    padding: 20px 0;
}

.upimg {
    position: relative;
}

    .upimg .up_tags {
        padding: 2px 10px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        min-width: 80%;
        font-size: 14px;
        z-index: 2;
        color: #666;
        font-weight: bold;
        background-color: #F5F5F5;
        opacity: 0.8;
        border-radius: 2px;
    }

.bot_tips {
    padding: 30px 0;
    color: #333333;
    line-height: 1.8;
    font-size: 15px;
}

    .bot_tips h3 {
        font-weight: bold;
        font-size: 20px;
    }

.upDl.cur .up_btns .icon-jia {
    display: inline-block;
}

.upDl.cur .up_btns .icon-jian {
    display: none;
}

.upDl.cur .updd {
    display: none;
}

.upload_btns {
    display: block;
    background: #0088cc;
    color: #fff;
    position: relative;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    margin-left: 30px;
    margin-top: 180px;
    cursor: pointer;
}

    .upload_btns input[type=file], .dj_up input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        cursor: pointer;
    }

.upimg_a {
    position: relative;
}

.up_bottom {
    padding: 20px 15px 0;
}

    .up_bottom .search {
        position: relative;
        border-bottom: none;
        padding-bottom: 0;
        padding-right: 90px;
    }

        .up_bottom .search button {
            position: absolute;
            right: 0;
            top: 0;
        }

        .up_bottom .search input[type=text] {
            width: 100%;
            box-sizing: border-box;
        }

    .up_bottom .upload_btns {
        margin: 0 auto;
        margin-top: 15px;
        width: 150px;
    }

.upimg_bd {
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 3px;
}

.dj_up {
    background: url('../images/addimg.png') no-repeat;
    width: 152px;
    height: 152px;
    position: relative;
    margin-top: 100px;
}

.pages {
    padding: 20px 0;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 1px;
}

    .pages a {
        color: #666;
        display: inline-block;
        float: left;
        padding: 0 14px;
        border: 1px solid #ddd;
        margin-left: -1px;
    }

        .pages a.on {
            border: 1px solid #2196f3;
        }

    .pages span {
        float: left;
        margin-right: 10px;
    }

    .pages a:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pages a:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .pages a.on, .pages a:hover {
        background: #2196f3;
        color: #fff;
    }

.error {
    display: inline-block;
    float: left;
    margin-left: 5px;
    vertical-align: bottom;
    box-shadow: 0 0 1px 1px #e13027;
}

label.error {
    color: #e13027;
    padding: 8px;
    border-radius: 2px;
    box-shadow: 0 0 0 0 #e13027;
}

.rb_top {
    height: 115px;
    line-height: 115px;
    background: #fff;
}

.rb_top {
    width: 1100px;
    margin: 0 auto;
}

.logo .register-title {
    margin-left: 25px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 25px;
    line-height: 64px;
    font-size: 26px;
    font-weight: 400;
    color: #3e3e3e;
}

.wrap {
    width: 1100px;
    margin: 0 auto;
}

.rb_cont {
    background: url('../images/bg2.jpg') no-repeat center;
    height: 550px;
}

.rbBox {
    width: 334px;
    padding-top: 33px;
}

    .rbBox .infor {
        background: #fff;
        padding: 0 25px;
    }

    .rbBox h1 {
        text-align: center;
        border-bottom: 2px solid #2196F3;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
        color: #3e3e3e;
        font-weight: 700;
        margin-bottom: 20px;
    }

.lItem {
    position: relative;
    margin-bottom: 15px;
}

    .lItem span {
        position: absolute;
        left: 0;
        top: 1px;
        width: 36px;
        text-align: center;
        line-height: 34px;
        height: 34px;
        background: #DEDEDE;
        text-align: center;
    }

    .lItem .int {
        width: 100%;
        transition: all .3s;
        padding: 6px 11px;
        font-size: 13px;
        padding-left: 44px;
        border: 1px solid #d9d9d9;
        height: 36px;
        box-sizing: border-box;
        color: #666;
        border-radius: 2px;
    }

        .lItem .int:focus {
            border-color: #2196f3;
            transition: all .3s;
            box-shadow: 0 0 5px 1px #2196f3;
        }

    .lItem span .iconfont {
        font-size: 24px;
        color: rgb(89, 89, 89);
    }

.lItem_code .int {
    width: 189px;
}

.lItem_code .getCode {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 94px;
    height: 36px;
    text-align: center;
    color: #fff;
    background: #ff9000;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #ff9000;
}

.ant-btn {
    width: 100%;
    display: block;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    background: #2196f3;
    border-radius: 3px;
}

.l_bot {
    padding: 15px 0;
}

    .l_bot a {
        color: #2196F3;
    }

.sitelink {
    line-height: 30px;
    text-align: center;
    margin-top: 45px;
}

    .sitelink a {
        color: #666
    }

.split {
    display: inline-block;
    padding: 0 5px;
    color: #eee
}

.copyright, .copyright a {
    color: #999;
}

.footer-gov {
    padding-top: 10px;
}

    .footer-gov a {
        display: inline-block;
        margin: 0 10px;
    }

.Wdate {
    padding: 6px 11px !important;
    height: auto !important;
    border: 1px solid #d9d9d9 !important;
}

.link_del {
    color: #e13027;
    float: right;
}

.right {
    text-align: right;
}

select {
    /*去除外边框*/
    border: 1px solid #d9d9d9;
    /*适应safari浏览器内容不跑偏*/
    line-height: 1;
    /*将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("/SkinFiles/images/select.png") no-repeat scroll right center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    font-size: 14px;
    border-radius: 2px;
    padding-right: 20px !important;
    padding-left: 10px !important;
    color: #666666;
    /*去除选中时样式*/
    outline: none;
    /*去除点击一闪而过的灰色背景*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

    select:hover, option:hover {
        border-color: #2196f3;
        transition: all .3s;
        box-shadow: 0 0 5px 1px #2196f3;
    }

    select::-ms-expand {
        display: none;
    }

.red {
    color: #e13027;
    padding: 5px;
}

#qyl_overlay {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.apply_title {
    text-align: center !important;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px !important;
    color: #000;
    font-family: "Microsoft YaHei"
}

.btn_out:hover {
    background: #ef3f3f !important;
}

.btn_out:active {
    background: #e13027 !important;
}

.btn_back:hover {
    background: #808080 !important;
}

.btn_back:active {
    background: #666 !important;
}

.search button:hover {
    background-color: #2179f3;
}

.search button:active {
    background-color: #2196f3;
}

.cbtn_min:hover {
    background-color: #2179f3;
}

.cbtn:hover {
    background-color: #2179f3;
}

.sit_sub a:hover {
    text-decoration: none !important;
}

.cbtn_min:active {
    background-color: #2196f3;
}

#btnPrint:active {
    background-color: #2196f3;
}

.btn_green {
    background-color: #19ba1d;
}

    .btn_green:hover {
        background-color: #21ca24;
    }

    .btn_green:active {
        background-color: #19ba1d;
    }

.btn_showInfo {
    background-color: #eaeaea !important;
    color: black;
}

    .btn_showInfo:hover {
        background-color: #d9d9d9 !important;
        color: black;
    }

    .btn_showInfo:active {
        background-color: #eaeaea !important;
        color: black;
    }

#filterFlowStep a.current {
    color: #f00;
    border: 1px solid #f00;
}

#filterFlowStep a {
    padding: 0 4px;
    color: #777;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    margin-bottom:10px;
}
.ctrl_status {
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 10px;
}

    .ctrl_status a {
        color: #666;
        display: inline-block;
        float: left;
        padding: 0 14px;
        border: 1px solid #ddd;
        margin-left: -1px;
        text-decoration: none !important;
    }

        .ctrl_status a.on {
            border: 1px solid #2196f3;
        }

    .ctrl_status a:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .ctrl_status a:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .ctrl_status a.on, .ctrl_status a:hover {
            background: #2196f3;
            color: #fff;
        }