/*页面通用样式*/
body {
    font: 12px "微软雅黑",Arial,Helvetica,sans-serif;
    color: #333;
    margin: 0;
    font-size: 14px;
    background: #f3f3f3;
    min-width: 1200px;
    position: relative;
}

img {
    border: none;
}

div, body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}

a {
    color: #262626;
    text-decoration: none;
}

    a:hover {
        color: #428bca;
        text-decoration: none;
    }

.public, .fwzn, .zhcx, .zmcx, .bjcx {
    width: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    /*overflow:hidden;*/
    /*margin-bottom: 220px;*/
}
/*#footer{*/
/*position: fixed;*/
/*bottom:0;*/
/*width: 100%;*/
/*}*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.form_btn {
    display: block;
    width: 250px;
    margin-left: 100px;
    outline: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #13A8DA;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.banner_list > li.active {
    background: #006ab1;
}

.prove {
    width: 600px;
    margin: 0 auto;
    /*padding: 100px 260px;*/
}

.title {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #0ca6e0;
    color: #fff;
    font-size: 16px;
}

.prove_group {
    background: #fff;
    padding: 16px;
    border: 1px solid #dddee1;
}

.form {
    width: 440px;
    margin: 0 auto;
}

.form_group {
    /*height: 40px;*/
    line-height: 40px;
    margin-bottom: 25px;
}

    .form_group input {
        width: 320px;
        height: 36px;
        border-radius: 4px;
        outline: none;
        border: none;
        text-indent: 15px;
        border: 1px solid #dddee1;
    }

    .form_group label {
        display: inline-block;
        width: 90px;
        text-align: right;
        margin-right: 20px;
        font-size: 16px;
    }

        .form_group label:before {
            content: '*';
            display: inline-block;
            font-size: 12px;
            color: #ed3f14;
            margin-right: 4px;
        }


.menu {
    width: 1200px;
    height: 40px;
    border-bottom: 2px solid #2d8cf0;
    margin-bottom: 20px;
}

    .menu li {
        float: left;
        width: 232px;
        margin-right: 10px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #DFE7EE;
        border-radius: 6px 6px 0 0;
    }

        .menu li:last-child {
            margin-right: 0 !important;
        }

        .menu li a {
            display: block;
            font-size: 18px;
        }

        .menu li.active {
            background: #2d8cf0;
        }

            .menu li.active a {
                color: #fff;
            }

        .menu li:hover {
            background: #2d8cf0;
        }

            .menu li:hover a {
                color: #fff;
            }
/*.service_div>div:not(:first-child){
    display: none;
}*/

.service_two {
    padding: 15px 30px;
    position: relative;
}

.service_list {
    height: 120px;
}

    .service_list > li {
        float: left;
        width: 42%;
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }

        .service_list > li > span {
            width: 72px;
            letter-spacing: 2px;
            text-align: right;
            display: inline-block;
            height: 40px;
            line-height: 40px;
            margin-right: 10px;
        }

        .service_list > li > input {
            width: 250px;
            height: 32px;
            line-height: 32px;
            padding: 0 10px;
        }

        .service_list > li > select {
            width: 250px;
            height: 36px;
            line-height: 36px;
        }

.service_two > p > button {
    outline: none;
    display: inline-block;
    width: 80px;
    height: 36px;
    margin-right: 15px;
    line-height: 36px;
    text-align: center;
    background: #13A8DA;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.service_two > p {
    position: absolute;
    top: 78px;
    right: 17px;
}

.service_table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 30px;
}

    .service_table thead tr, .service_table tbody tr {
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-bottom: 1px solid #dddddd;
    }

        .service_table thead tr th, .service_table tbody tr td {
            border-right: 1px solid #dddddd;
        }

.service_four {
    padding: 10px 20px;
}

.service_info {
    width: 100%;
    height: 40px;
    /*border-bottom: 4px solid #cfcfcf;*/
    margin-bottom: 10px;
}

    .service_info > p {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        font-weight: bold;
        color: #13A8DA;
        /*border-bottom:4px solid #13A8DA;*/
    }

.service_p {
    text-indent: 40px;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 30px;
    margin: 20px 0;
}

.service_same {
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 3px;
    text-indent: 40px;
}

.center_left {
    width: 222px;
    /*background: #f5f5f5;*/
    /*padding-left: 15px;*/
    box-sizing: border-box;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
}
/*.center_left>ul>li{*/
/*border-bottom:1px solid #ddd;*/
/*}*/
.center_my {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    background: #F5F7F9;
    position: relative;
    padding-left: 20px;
}

.center_detail > li {
    height: 35px;
    line-height: 35px;
    padding-left: 40px;
    box-sizing: border-box;
}

.center_right {
    width: 978px;
    float: left;
    padding-left: 22px;
    box-sizing: border-box;
}

.center_div > div:not(:first-child) {
    display: none;
}

.my_jiaoyi {
    padding-left: 15px;
}

.center_div {
    border: 1px solid #ddd;
    min-height: 628px;
    background: #fff;
    margin-bottom: 20px;
}

    .center_div:hover {
        box-shadow: 0 1px 6px rgba(0,0,0,.2);
    }

.active > a {
    color: #2d8cf0;
}

.center_my:hover {
    background: #0ca6e0;
    cursor: pointer;
    color: #fff;
}

.center_my img {
    position: absolute;
    top: 9px;
    right: 15px;
}

.center_left > div {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #13A8DA;
    text-align: center;
}

.center_head {
    padding: 0 16px;
    border-bottom: 1px solid #e9eaec;
}

    .center_head > p {
        text-align: center;
        line-height: 36px;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 26px;
        font-weight: bold;
        color: rgb(0,73,134);
    }

.center_body {
    padding: 20px;
}

    .center_body p {
        margin-bottom: 10px;
        line-height: 30px;
        text-indent: 32px;
        font-size: 16px;
    }

        .center_body p span:first-child {
            font-weight: bold;
            font-size: 16px;
        }

.view {
    width: 100%;
    /*height: 741px;background:url(../images/login.png) no-repeat ; margin-top:18px;*/
    background-size: cover;
    position: relative;
    background-color: #E8F7FE;
    background: url(../images/login_bg.png) no-repeat;
    /*height: 700px;*/
    background-size: 100%;
}

.login {
    width: 370px;
    height: 350px;
    /*position: absolute; top:70px;
    right:100px;margin:auto;
    margin-top:70px;*/
    float: right;
    background: #fff;
}

.login_list {
    height: 62px;
}

    .login_list > li {
        height: 60px;
        line-height: 60px;
        float: left;
        padding: 0 42px;
    }

    .login_list li.active {
        border-bottom: 2px solid #2d8cf0;
    }

    .login_list li a {
        font-size: 16px;
    }

    .login_list li.active a {
        color: #2d8cf0;
        font-size: 16px;
    }

.login_div > div:not(:first-child) {
    display: none;
}

.login_div {
    padding: 30px;
    box-sizing: border-box;
}

.login_group {
    height: 44px;
    margin-bottom: 20px;
    position: relative;
}

    .login_group > label {
        width: 40px;
        height: 42px;
        line-height: 58px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        border: 1px solid #ccc;
        border-right: none;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

        .login_group > label > span {
            display: inline-block;
        }

.userspan {
    display: inline-block;
    width: 24px;
    height: 28px;
    background: url(../images/login_ic1.png) no-repeat;
    background-size: 24px 28px;
}

.pwdspan {
    display: inline-block;
    width: 21px;
    height: 28px;
    background: url(../images/login_ic2.png) no-repeat;
    background-size: 21px 28px;
}

.login_input {
    width: 260px;
    height: 44px;
    line-height: 40px;
    margin-left: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 16px;
    outline: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.login_check {
    width: 260px;
    height: 40px;
    margin-left: 40px;
    padding-left: 10px;
}

.login_code {
    width: 100px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    outline: none;
    border: none;
    background: #EA8433;
    border-radius: 4px;
    cursor: pointer;
}

.login_btn {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #2d8cf0;
    border-radius: 4px;
    outline: none;
    border: none;
    width: 97%;
    cursor: pointer;
    font-size: 16px;
}

.form_group select {
    height: 40px;
    line-height: 40px;
    border: none;
    border: 1px solid #ccc;
    padding-left: 15px;
    margin-bottom: 20px;
}

.login_pd {
    position: relative;
    top: -11px;
    left: 20px;
    color: red;
}

.zs_table {
    width: 800px;
    border-collapse: collapse;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

    .zs_table tr {
        height: 40px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

        .zs_table tr td {
            border-right: 1px solid #ddd;
        }

.center_title, .police_title {
    height: 40px;
    line-height: 40px;
    background: #13A8DA;
    color: #fff;
    padding-left: 30px;
    font-size: 16px;
}

.center_same {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
/*政策法规*/
.police_left {
    float: left;
    width: 222px;
}

    .police_left > p {
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
        background: #13a8da;
        text-align: center;
    }

.police_list {
    border: 1px solid #ddd;
    background: #fff;
}

    .police_list > li {
        height: 45px;
        line-height: 45px;
        /*border-bottom: 1px solid #ddd;*/
        text-align: center;
        cursor: pointer;
    }

        .police_list > li:hover {
            background: #f3f3f3;
        }

        .police_list > li.active {
            border-right: 2px solid #13A8DA;
        }

            .police_list > li.active a {
                color: #13a8da;
            }

.police_right {
    float: left;
    width: 978px;
    padding-left: 22px;
    box-sizing: border-box;
}

.police_div > div:not(:first-child) {
    display: none;
}

.police_div {
    background: #fff;
    min-height: 300px;
    border: 1px solid #ddd;
    padding: 30px;
}

.police_ul > li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ddd;
}

.police_ul a {
    display: inline-block;
    width: 690px;
    overflow: hidden;
    float: left;
}

.police_ul span {
    float: right;
}

.police_div:hover {
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
/*政策法规详情*/
.detail_content {
    width: 1200px;
    margin: 0 auto;
    min-height: 680px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.detail_head {
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px #3e85b4;
}

.service_div {
    background: #fff;
}

.same_check1, .same_check2 {
    color: red;
    text-indent: 118px;
    position: relative;
    top: -16px;
}

.same_check3 {
    color: red;
    text-indent: 118px;
    position: relative;
    top: 6px;
}

body > .layui-layer-dialog > .layui-layer-content {
    text-align: center;
    font-size: 18px;
}

.zs_modal, .zm_modal, .bj_modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    overflow: hidden;
    /*background: rgba(221,221,225,.8);*/
    background: rgba(0,0,0,0.6);
}

.zs_content, .zm_content {
    width: 900px;
    height: 656px;
    /*background: #fff;*/
    position: absolute;
    left: 50%;
    top: 15%;
    overflow: hidden;
    transform: translate(-50%);
    box-sizing: border-box;
    /*padding: 20px;*/
}

.zm_content {
    width: 940px;
    height: 696px;
    padding: 30px 20px;
    background: #fff;
}

.zm_total {
    width: 900px;
    height: 656px;
    background: url(../images/zm2.png) no-repeat;
    padding: 78px 56px;
}

.zm_content {
    /*padding: 78px 50px;*/
}

.zs_left, .zm_left {
    float: left;
    width: 350px;
    margin-right: 33px;
}

.zm_left {
    margin-left: 33px;
}

.zs_left {
    width: 400px;
    height: 586px;
    padding: 112px 88px;
    box-sizing: border-box;
    background: url(../images/zs1.png) no-repeat;
}

.zs_right, .zm_right {
    float: left;
    width: 350px;
}

.zs_right {
    width: 400px;
    height: 586px;
    padding: 66px 54px;
    box-sizing: border-box;
    background: url(../images/zs1.png) no-repeat;
}

.zs_content {
    background: #fff;
    padding: 35px 32px;
}

.modal_title {
    text-align: center;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.modal_p {
    text-indent: 32px;
    line-height: 40px;
    font-size: 16px;
}

.modal_b {
    text-align: right;
    margin-top: 100px;
    font-size: 16px;
}

.modal_table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    display: none;
}

    .modal_table tr {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

        .modal_table tr td {
        }

            .modal_table tr td:first-child {
                width: 100px;
                text-align: right;
            }

            .modal_table tr td:last-child {
                text-align: left;
                padding-left: 10px;
            }

.zs_close, .zm_close, .bj_close {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    top: 6px;
    right: 28px;
    z-index: 1001;
}

.bj_content {
    width: 800px;
    height: 350px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    margin-left: 65px;
    border: 1px solid #dddee1;
}

.detail_body {
    padding: 30px;
}

.service_one {
    padding: 23px;
}

.zxdt > li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ddd;
}

.zxdt span {
    float: right;
}

.zs_result, .zm_other {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.zs_last, .zm_last {
    padding: 50px;
    text-align: center;
}

    .zs_last > p:first-child, .zm_last > p:first-child {
        font-size: 30px;
        line-height: 150px;
    }

.center_li {
    height: 35px;
    line-height: 35px;
    padding-left: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.center_menu .active {
    color: #2d8cf0;
}

.banner {
    width: 100%;
    height: 172px;
    /*background: url(../images/head.png) no-repeat;*/
}

.banner_logo {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

    .banner_logo img {
        margin-top: 14px;
    }

.banner_nav {
    width: 100%;
    /*background: #0376c3;*/
    background: url(../Images/menubg.png) repeat-x;
    height: 50px;
}

    .banner_nav ul {
        width: 1200px;
        margin: 0 auto;
        height: 100%;
        text-align: center;
        font-size: 16px;
    }

        .banner_nav ul li {
            float: left;
            width: 14%;
            line-height: 50px;
        }

            .banner_nav ul li a {
                color: #fff;
                display: block;
                font-size: 18px;
            }

.banner_list li:hover {
    background: #006ab1;
}

.otheroper {
    margin-top: 10px;
}

    .otheroper a {
        color: #2d8cf0;
        width: auto;
        height: 20px;
        line-height: 20px;
        cursor: pointer;
        font-size: 16px;
        margin-left: 20px;
    }

        .otheroper a:last-child {
            float: right;
            margin-left: 0px;
            margin-right: 20px;
        }

#footer {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 25px;
    bottom: 0;
    /*position: fixed;*/
    color: #535353;
    left: 0px;
}

.backgr {
    /*background: #5CACEE;
    opacity: 0.3;*/
    width: 100%;
    height: 100%;
    background-color: #eaf1f7;
}

.copyright {
    width: 100%;
    height: 32px;
    line-height: 25px;
    bottom: 0;
    position: absolute;
    text-align: center;
    font-size: 16px;
}

    .copyright span {
        margin-right: 10px;
        font-size:15px;
    }

    .copyright a {
        color: #535353;
    }

.btnlogin, .btnlogout {
    margin-left: 5px;
    color: #ff0000;
    cursor: pointer;
}

.personinfo {
    color: #2d8cf0;
    cursor: pointer;
    margin-left: 5px;
}

.clearfix:after {
    clear: both;
    display: block;
    content: "...";
    visibility: hidden;
    height: 0;
    font-size: 0;
}

.hnzwfww {
    width: 80%;
    height: 30px;
    line-height: 30px;
    margin: 20px 10%;
    float: left;
    font-size: 16px;
    color: #2d8cf0;
    outline: none;
    cursor: pointer;
}

.bannerlisel {
    background: #006ab1;
    border-bottom: 2px solid #2d8cf0;
}

.slt {
    width: 1200px;
    margin: 0px auto;
    display: none;
    /*position:absolute;
    top:0;*/
}

    .slt select {
        width: 160px;
        height: 26px;
        color: #FFFFFF;
        font-size: 15px;
        margin-right: 30px;
        border: none;
        outline: none;
        background: transparent;
        background: url('../Images/1807082029140031067.png') right no-repeat;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .slt select option {
            /*background-color: #5CACEE;*/
            background-color: #eaf1f7;
            color: #535353;
        }

.wechat_share {
    background: url('../Images/1807080234210623840.png') center no-repeat;
    display: block;
    float: right;
    width: 50px;
    height: 40px;
    position: relative;
    padding-left: 30px;
}

.wchat-ewm {
    width: 160px;
    height: 160px;
    position: absolute;
    left: -55px;
    top: 40px;
    z-index: 99;
    display: none;
}

    .wchat-ewm img {
        width: 100%;
        height: 100%;
    }

    .ivu-back-top.ivu-back-top-show {
    display: block;
}
.ivu-back-top {
    z-index: 10;
    position: fixed;
    cursor: pointer;
    display: none;
}
.top {
    padding: 10px;
    background: rgba(0, 153, 229, .7);
    color: #fff;
    text-align: center;
    border-radius: 2px;
}