.kbdq-box i {
    float: left;
    color: #999999;
}

.kbdq-box li {
    width: 95%;
}

.kbdq-nr {
    float: left;
    width: 85%;
    margin-right: -3%;
}

.kbdq-nr a {
    margin-right: 5%;
    color: #1b5a9e;
    display: inline-block;
}

.gjj-bldd button:hover {
    color: #ffffff;
    background: url(20210820-gjjtq-dd1.png) 10px center no-repeat #1b5a9e;
}


.g-modal-close {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    color: #fff;
    width: .5rem !important;
    height: .5rem !important;
    line-height: .5rem !important;
    text-align: center;
    font-size: .4rem !important;
    background: transparent;
    cursor: pointer;
}

.g-modal-close img {
    width: 50%;
}

.g-modal-close[data-v-5efdb8b4] {
    font-size: 0 !important;
    border: 0;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-modal-open .g-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.g-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11000;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    line-height: 1;
    text-align: center;
}

.g-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .68);

}

.item-modal .g-modal-dialog {
    /*width: 890px;*/
    /* width: 60rem; */
}

.g-modal.in .g-modal-dialog {
    opacity: 1;
    transform: translate(0);
}

.g-modal-dialog {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background-color: #fff;
    width: 50%;
    max-width: 95%;
    border-radius: 8px;
    font-size: .2rem;
    padding: 25px;
    top: 50%;
    margin-top: -300px;
}

.g-modal-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;

    border-bottom: 3px solid #0d1c28;
    line-height: 32px;

    padding-bottom: 10px;
    margin-bottom: 5px;
}

.item-modal .g-modal-title {
    margin-bottom: 0px;
}

.region-modal-bottom-top {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333333;
    text-align: left;
    line-height: 36px;
    padding-top: 15px;

    font-weight: bold;
}

.item-modal .num {
    display: inline-block;
    width: 20px;
    height: 36px;
    font-style: normal;
    text-align: center;
    line-height: 36px;
}

.region-picker-nav {
    margin-top: 10px;
    margin-bottom: 15px;
}

.g-breadcrumb>li {
    display: inline-block;
    cursor: pointer;
}

.g-breadcrumb>li:last-child {
    cursor: not-allowed;
}

.region-picker-nav:after,
.region-picker-nav:before {
    display: table;
    content: "";
}

.region-picker-nav:after {
    clear: both;
}

.region-picker-list {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 15px;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.region-picker-list:first-of-type {
    margin-top: 0;
}

.region-picker-item {
    float: left;
    width: 120px;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.region-picker-item>div {
    border: 1px solid transparent;
    transition: all .3s ease;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.region-picker-item.active>div {
    color: #3683e0;
    border: 1px solid #3683e0;
}

.region-picker-item.active>div:before {
    content: "";
    border-color: transparent #3683e0 #3683e0 transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.region-picker-item.active>div:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 1;
    background: url(20210820-znwd-wc.png) no-repeat;
    background-size: 10px;
    color: #fff;
}

.region-picker-item[disabled]>div {
    cursor: not-allowed;
    color: #9ea4a9 !important;

}

.region-modal-enter-table-list>li {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 0;
    line-height: 28px;
    overflow: hidden;
}

.region-modal-enter-table-list>li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #3683e0;
    float: left;
    margin: 13px 10px 0 10px;
}

.region-modal-enter-table-list {
    margin-top: 3px;
    max-height: 350px;
}

.table-list-depart {
    float: left;
}

.region-modal-enter-table-list .table-list {
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    ;
    letter-spacing: 0;
}

.table-list-opt {
    float: right;
}

.g-btn a {
    padding: 0 15px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    min-width: 45px;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    text-decoration: none;
    border: none;
    color: #3683e0;
    background-color: #ebf4fb;
    margin-left: 5px;
}

.g-btn a:hover {
    color: #ffffff;
    background-color: #256ebe;
}

/*a.bldd-h4 {*/
/*    text-decoration: none;*/
/*}*/

.gjj-bldd button {
    padding: 4px 10px 5px 30px;
}

.gjj-bldd h4 {
    float: left;
    width: 78%;
}

.gjj-bldd button {
    padding: 4px 10px 5px 10px;
    background: url(20210820-gjjtq-dd.png) 0px center no-repeat;
    background-image: none;
}

.gjj-bldd button:hover {
    background-image: none;
}


@media only screen and (max-width: 1050px) {
    .gjj-bldd h4 {
        width: 78%;
    }

    .item-modal .g-modal-dialog {
        width: 90%;
    }
}

@media only screen and (max-width: 1000px) {
    .gjj-bldd h4 {
        width: 70%;
    }

    a.bldd-h4 {
        max-width: inherit !important;
        white-space: inherit;
        display: initial;
        font-size: 16px;
    }

    .region-picker-item {
        width: 25%;
    }

    .g-modal-dialog {
        margin-top: -350px;
    }
}

@media only screen and (max-width: 750px) {
    .kbdq-nr a {
        margin-right: 5%;
    }

    .gjj-bldd h4 {
        width: 100%;
    }

    .region-picker-list {
        max-height: 95px;
        overflow: hidden;
        overflow-y: auto;
    }

    .item-modal .g-modal-dialog {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
    }

    .g-modal-dialog {
        padding: 20px;
    }

    .region-modal-bottom-top {
        padding-top: 10px;
    }
}


@media only screen and (max-width: 540px) {

    .item-modal .g-modal-dialog {
        width: 100%;
    }

    .region-modal-bottom-top {
        padding-top: 8px;
    }
}


@media only screen and (max-width: 450px) {
    .kbdq-nr {
        width: 70%;
    }


    .g-modal-dialog {
        margin-top: -300px;
    }

    .region-picker-item {
        width: 33.3%;
    }

    .g-modal-dialog {
        padding: 15px;
    }

    .table-list-opt {
        float: left;
        margin-left: 20px;
        margin-top: 5px;
    }

    .region-modal-enter-table-list {
        margin-top: 0px;
        max-height: 300px;
    }
}

@media only screen and (max-width: 374px) {

    .g-modal-dialog {
        margin-top: -280px;
    }
}

.template.con1:hover .gjj-box02 {
    background: #f8f9fb;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, .04);
}

.breadcrumb {
    font-size: 16px;
}

.xzbldd button {
    line-height: 21px;
    height: 22px;
    float: right;
    color: rgb(22, 88, 160);
    font-family: 微软雅黑;
    font-size: 11px;
    background: url(../images/20210820-gjjtq-dd.png) 6px center no-repeat;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(22, 88, 160);
    border-image: initial;
    border-radius: 4px;
    padding: 0px 10px 0px 20px;
    margin-right: 0px;
}

.layui-laypage a,
.layui-laypage span {
    padding: 0 7px;
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
    border: 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: inherit !important;
}

.layui-laypage .layui-laypage-curr em {
    color: #1658a0 !important;
    font-weight: 900;
}

/*.layui-laypage a:hover {
    color: #1658a0;
}*/

.layui-laypage a,
.layui-laypage em {
    font-size: 14px;
}

.layui-box {
    margin-bottom: 0;
}

#myPagination {
    text-align: center;
}

.zswd li a {
    display: inline-block;
    width: 95%;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**** 20210917 ****/
.gjj-tit,
.gjj-tit h5 {
    float: none
}

.gjj-right1 {
    width: 85%;
    float: left;
    margin-top: 0px;
    overflow: hidden;
    height: 30px;
    padding-bottom: 5px;
    display: inline-block;
    width: 85%;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gjj-right1 li {
    float: left;
    /*width: 33.3%;*/
    height: 50px;
    display: inline-block;
    /*width: 85%;*/
    padding: 0px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gjj-right1 li a {
    /*display: inline-block;*/
    max-width: 100%;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.gjj-right1 em {
    padding: 0px 10px;
    color: #999999;
    padding-top: 5px;
}

.gl_tit {
    margin-top: 35px;
    line-height: 34px;
}

.gl_tit_r {
    position: relative;
    float: right;
    margin-top: 15px;
    text-align: center;

}

.gl_tit_r p {
    border: 1px solid #bbbbbb;
    padding: 2px 10px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;

}

.gl_tit_r p i {
    display: inline-block;
    width: 8px;
    height: 5px;
    background: url(../images/201909_ecjs_jt.png) no-repeat;
    margin-left: 5px;
    margin-bottom: 2px;
}

/*.gl_tit_r p:hover {*/
/*background: #1658a0;*/
/*color: #ffffff;*/
/*}*/

.gl_tit_r ul {
    display: none;
    border: 1px solid #bbbbbb;
    position: absolute;
    top: 23.5px;
    border-radius: 5px;
    width: 170px;
    right: 0;
    padding: 0px 0;
    background-color: #ffffff;
    z-index: 999;
}

.gl_tit_r ul li {
    line-height: 34px;
    text-align: center;
    margin-bottom: 0px;
}

.gl_tit_r ul li a {
    display: block;
    display: inline-block;

    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gl_tit_r ul li.on a,
.gl_tit_r ul li a:hover {
    background-color: #1658a0;
    color: #ffffff !important;
}

.gl_tit_r ul {
    margin-right: 0px;
}

.gl_tit_r:hover ul {
    display: block;
}

.gjj-tit h5 {
    margin-left: 10px;
}

.gjj-tit span {
    margin-top: 2px;
}

.zt-list-2021 li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #999;
    float: left;
    margin: 13px 10px 0 0;
}

.zt-list2-2021 li {
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    padding: 0px;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
}

.gl_tit_r p {
    border: 1px solid #bbbbbb;
    padding: 2px 10px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}


@media only screen and (max-width: 1000px) {
    .gjj-right1 li {
        max-width: 50%;
        width: auto !important;
    }

    .gl_tit_r p {
        line-height: inherit !important;
    }
}

@media only screen and (max-width: 750px) {
    .gjj-right1 {
        display: flex;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        float: left;
        margin-top: 0px;
        /* overflow: hidden; */
        height: 30px;
        padding-bottom: 5px;
        /* display: inline-block; */
        vertical-align: middle;
        /* overflow: hidden; */
        white-space: nowrap;
        text-overflow: ellipsis;

    }



    .gjj-right1 li {
        overflow: initial;

    }

    .zswd li a {
        display: inline-block;
        width: 95%;
        vertical-align: middle;
        overflow: inherit;
        white-space: normal;
        text-overflow: inherit;
    }

    .xzbldd button {
        display: none !important;
    }
}

@media only screen and (max-width: 540px) {
    .gjj-right1 li {
        max-width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .gl_tit_r {
        margin-top: 5px;
    }

    .gjj-right1 {
        display: flex;

    }

    .gjj-right1 li {
        max-width: 100%;
    }
}

.nwrel {
    position: relative
}

.ccyc-btn2 {
    display: inline-block;
    width: 60px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    z-index: 99;
    text-align: center;
}

.ccyc-btn2 i {
    color: #1658a0;
    margin-left: 30px;
}

.gjj-xl-ul {
    margin-left: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.gjj-xl-ul li a {
    color: #666666;
}

.gjj-xl-ul li a:hover {
    color: #1659a0;
}

.zt-list-2021 li a.gb {
    width: auto;
}

.gjj-right1 li:first-child:before {
    content: none !important;
}

/*
.gjj-right1 li:before {
    content: "|";
    list-style: none;
    padding: 0 6px;
}
*/

.gjj-right1 li.curr a {
    border-bottom: 1px solid #1658a0;
    font-weight: bold;
    color: #1658a0;
    padding-bottom: 7px;
}

.gjj-right1 li a {
    margin-right: 20px;
}

.ss_zwbk {
    margin-top: 20px;
}

.ss_h1 {
    font-size: 18px;
    color: #D43030;
}

.ss_div {
    border: 1px solid #F2F2F2;
    padding: 40px;
    margin-top: 16px;
}

.ss_top {
    text-align: center;
    font-size: 18px;
}

.ss_top i {
    font-size: 20px;
    color: #0059A9;
    vertical-align: middle;
}

.ss_top span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    position: relative;
}

.san_i:before {
    content: ' ';
    background: #CCCCCC;
    position: absolute;
    width: 1px;
    height: 18px;
    display: block;
    right: 0px;
    top: 50%;
    margin-top: -9px;
}

.ss_in {
    border: 1px solid #6CA5E4;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    font-size: 0px;
    width: 480px;
    margin: 0 auto;
    margin-top: 18px;
    border-radius: 10px;
}

.ss_in input {
    padding-left: 20px;
    width: 360px;
    font-size: 14px;
    color: #999999;
    vertical-align: middle;
}

.ss_in button {
    background: linear-gradient(90deg, #6DA6E5FF 0%, #3C7BC0FF 100%);
    height: 44px;
    font-size: 16px;
    color: #FFFFFF;
    width: 100px;
    vertical-align: middle
}

.ss_in button i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.ss_tit {
    width: 480px;
    margin: 0 auto;
    margin-top: 15px;
}

.ss_tit span {
    float: left;
    display: block;
}

.ss_a {
    overflow: hidden;
}

.ss_a a {
    display: inline-block;
    margin: 0px 10px;
    color: #666;
}

.ck_tp {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.cl_tp_div {
    width: 44.609%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    position: absolute;
    text-align: center;
}

.cl_tp_tit_img i {
    display: block;
    padding-top: 65.7894%;
    border-radius: 10px;
}

.cl_tp_tit {
    position: relative;
}

.cl_tp_tit .anniu_l,
.cl_tp_tit .anniu_r {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.cl_tp_tit .anniu_l {
    left: -60px;
}

.cl_tp_tit .anniu_r {
    right: -60px;
}

.cl_tp_tit .anniu_x {
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    right: -60px;
    top: 0px;
}

.cl_tp_tit .anniu_x i {
    font-size: 26px;
}

.cl_tp_p {
    margin-top: 30px;
}

.cl_tp_p .cl_tp_l {
    width: 100%;
}

.cl_tp_p .cl_tp_l span {
    display: block;
    float: left;
    color: #FFFFFF;
    background: #0059A9;
    margin-right: 10px;
    text-align: center;
    border-radius: 4px;
    height: 22px;
    padding: 0 5px;
}

.cl_tp_p .cl_tp_l p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 18px;
    text-align: left;
    text-decoration: underline;
}

.cl_tp_r {
    overflow: hidden;
    text-align: right;
}

.cl_tp_r span {
    display: inline-block;
    margin: 0px 20px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.cl_tp_r span em {
    display: inline-block;
    padding: 0px 10px;
    vertical-align: middle;
}

.cl_tp_r span i {
    width: 26px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 22px;
}

.cl_tp_r span i:first-child {
    border-right: 1px solid #FFFFFF;
}

.cl_tp_r span i:last-child {
    border-left: 1px solid #FFFFFF;
}

.cl_tp_r b {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: normal;
    margin-left: 30px;
}

.cl_tp_r b a {
    line-height: 22px;
    color: #FFFFFF;
}

.cl_tp_r b i {
    margin-right: 10px;
    font-size: 16px;
}

.cl_tp_tit_sp {
    padding: 70px 30px;
    background: rgba(0, 0, 0, .78);
    border-radius: 10px;
}

.spym_div ul {
    margin-right: -30px;
}

.spym_div ul li {
    width: 25%;
    margin-bottom: 30px;
    float: left;
}

.spym_div ul li a {
    display: block;
    margin-right: 30px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.spym_img {
    position: relative;
    overflow: hidden;
}

.spym_img i {
    transition: ease-in-out .3s;
}

.spym_img:hover i {
    transform: scale(1.1);
}

.spym_img span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -15px;
    margin-left: -15px;
}

.spym_div ul li a p {
    height: 50px;
    line-height: 24px;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jgzn_tit {
    line-height: 34px;
}

.jgzn_tit>span,
.jgzn_tit>a {
    display: inline-block;
    margin-right: 20px;
}

.jgzn_tit>span {
    background-color: #f8f8f8;
    color: #1658a0;
    font-size: 16px;
    padding: 0 16px;
    border-radius: 4px;
}

.jgzn_tit>a {
    color: #ff0000;
    font-size: 18px;
}

.jgzn_tit1 {
    border-bottom: 1px solid #F2F2F2;
    margin-top: 20px;
    overflow: hidden;
}

.jgzn_tit1 li {
    float: left;
}

.jgzn_tit1 li a {
    display: block;
    position: relative;
    line-height: 46px;
    font-size: 20px;
}

.jgzn_tit1 li.on a {
    color: #165EAB;
    font-weight: bold;
}

.jgzn_tit1 li.on a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #1658a0;
}

.jgzn_content1 {
    padding: 20px 0;
}

.jgzn_text {
    line-height: 30px;
    font-size: 16px;
    height: 275px;
    overflow: hidden;
    transition: 1s height;
}

.jgzn_line {
    margin-top: 20px;
    border-bottom: 1px solid #F2F2F2;
}

.jgzn_btn {
    position: relative;
    text-align: center;
    margin-top: -120px;
}

.jgzn_btn>span {
    width: 120px;
    height: 30px;
    line-height: 30px;
    z-index: 3;
    margin: 0 auto;
    font-size: 16px;
    color: #1658a0;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 20px;
    border: 1px solid #1658A0;
    border-radius: 100px;
    background-color: #ffffff;
    cursor: pointer;
}

.jgzn_btn_bg {
    opacity: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.74) 59.51%, rgba(255, 255, 255, 1) 100%);
    height: 120px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width:1700px) {
    .cl_tp_div {
        width: 80%;
    }
}

@media screen and (max-width:992px) {
    .ss_in button {
        float: right;
    }

    .cl_tp_p .cl_tp_l {
        max-width: inherit;
        float: inherit;
        text-align: left;
        margin-bottom: 20px;
    }

    .cl_tp_p .cl_tp_r {
        text-align: center;
    }

    .cl_tp_r span {
        margin: 0;
    }

    .spym_div ul li {
        width: 50%;
    }
}

@media screen and (max-width:640px) {
    .ss_div {
        padding: 20px;
    }

    .ss_in {
        width: 100%;
    }

    .ss_tit {
        width: 100%;
    }

    .ss_in input {
        width: 200px;
    }

    .cl_tp_div {
        width: 66%;
    }

    .cl_tp_r b {
        margin-left: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:470px) {
    .ss_in input {
        width: 140px;
    }

    .ss_top {
        font-size: 16px;
    }

    .spym_div ul li {
        width: 100%;
    }

    .ss_tit span {
        float: inherit;
    }
}