﻿body, div, p {
    margin: 0;
    padding: 0;
}

dd, dl, dt, li, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a:focus {
    outline: none;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrapper {
    padding: 30px 80px 0px 150px;
    width: 100%;
    -webkit-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

.header .logo, .znjl_header .logo, .znxq_header .logo {
    margin-right: 30px;
    display: inline-block;
    float: left;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
}

.header .nav, .znjl_header .nav, .znxq_header .nav {
    line-height: 47px;
}

    .header .nav ul, .znjl_header .nav ul, .znxq_header .nav ul {
        *zoom: 1;
        float: left;
    }

        .header .nav ul:after, .header .nav ul:before, .znjl_header .nav ul:after, .znjl_header .nav ul:before, .znxq_header .nav ul:after, .znxq_header .nav ul:before {
            display: table;
            content: "";
        }

        .header .nav ul li, .znjl_header .nav ul li, .znxq_header .nav ul li {
            height: 47px;
            float: left;
            position: relative;
            margin-left:40px;
        }

            .header .nav ul li a {
                font-size: 16px;
                font-weight: 500;
                color: #ffffff;
                padding:5px 10px;
            }

            .znjl_header .nav ul li a, .znxq_header .nav ul li a {
                font-size: 16px;
                font-weight: 500;
                color: #000000;
                padding:5px 10px;
            }
            .header .nav ul li a:hover, .znjl_header .nav ul li a:hover, .znxq_header .nav ul li a:hover {
            background-image: linear-gradient(#f08200, #e62129);
            color: #fff;
        }

.footer {
    background: #6d2a1a;
    clear: both;
    width: 100%;
    height: 185px;
    margin-top: 45px;
    padding-top: 50px;
}

.footernr {
    width: 1200px;
    margin: 0px auto;
}

.footertop {
    padding-bottom: 5px;
    float: left;
    padding-right: 100px;
    padding-left: 100px;
}

.footertop_item {
    display: flex;
}

.footertop_itemleft {
    float: left;
    width: 48px;
    height: 39px;
    margin-right: 10px;
    overflow: hidden;
}

.footertop_itemright {
    color: #ffffff;
}

    .footertop_itemright .itembt {
        font-size: 14px;
    }

    .footertop_itemright .itemnr {
        font-size: 18px;
    }

.footerDuc {
    clear: both;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 60px;
    padding-top: 40px;
    text-align: center;
}

/*index.html*/
.header {
    background: #ffffff url(../img/banner0.jpg) no-repeat;
    background-size: 1920px 560px;
    width: 100%;
    height: 560px;
    display: block;
}

.itembox {
    width: 100%;
    margin-top: 50px;
}

.itemTitle {
    color: #1d1d1d;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.itemTips {
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}

p {
    word-wrap: break-word;
    margin: 0px;
    padding: 0px;
}

.itemImg {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1200px;
    margin-top: 50px;
}

    .itemImg img {
        width: 100%; /* 图片宽度自适应div */
        height: 100%; /* 图片高度自适应div */
        object-fit: cover;
    }

.itemTitle img {
    vertical-align: middle;
}

.nrTitle {
    margin: 0px 20px;
}

/*znjl.html*/
.znjl_header {
    background: #ffffff url(../img/znjl_banner.jpg) no-repeat;
    background-size: 1920px 488px;
    width: 100%;
    height: 488px;
    display: block;
}

.znjl_icon {
    float: left;
    height: 300px;
}

    .znjl_icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.znjl_bt {
    float: left;
    margin-left: 100px;
    max-width:450px;
}

    .znjl_bt .znjl_big {
        color: #012136;
        font-size: 66px;
        line-height: 68px;
        font-weight: 600;
        font-family: \\5FAE\8F6F\96C5\9ED1,Hiragino Sans GB;
        letter-spacing: -2.4px;
        margin-top: 50px;
    }

    .znjl_bt .znjl_small {
        color: #012136;
        font-size: 24px;
        line-height: 28px;
        height: 28px;
        font-weight: 400;
        margin-top: 40px;
    }

.znjl_list_bt {
    font-size: 26px;
    color: #000;
    text-align: center;
    border-bottom: 2px solid #efefef;
    height: 50px;
}

    .znjl_list_bt span {
        height: 50px;
        display: inline-block;
        border-bottom: 2px solid #ff4f38;
    }

.znjllistbox {
    display: flex;
    flex-wrap: wrap;
}

.list_item {
    width: 31%;
    padding: 0 10px;
    margin-top: 50px;
}

.item-wrap {
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10px;
    transition: all .2s;
    padding: 20px;
}

.f-box {
    display: block;
    width: 100%;
    height: 100%;
}

.item-top {
    border-radius: 10px;
    transform: rotate( 0deg);
    height: 300px;
    max-width: 450px;
}

.item-thumb img {
    left: 0;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.item-main {
    margin-top: 10px;
    position: relative;
    transition: all .2s;
    z-index: 3;
}

.item-title {
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .item-title a {
        display: block;
        color: #323232;
    }

.item-desc {
    color: #8a8a8a;
    transition: all .2s;
}

    .item-desc .desc-wrap {
        display: block;
        font-size: 16px;
        transition: all .2s;
        color: #8a8a8a;
    }

        .item-desc .desc-wrap span {
            display: block;
        }

.item-zdnr {
    font-size: 24px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #fe6637;
    font-weight: 600;
}

    .item-zdnr a {
        color: #fe6637;
    }

.pagebox {
    text-align: center;
    margin-top: 20px;
}

.paging-item {
    display: inline-block;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    background-color: #fff;
    margin-right: 10px;
    cursor: pointer;
    color: #333;
}

    .paging-item.prev, .paging-item.next {
        background-size: 100%;
        background-color: #fff;
    }

.paging-item--next, .paging-item--prev {
    vertical-align: bottom;
}

.paging-item a {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.paging-item.prev img, .paging-item.next img {
    width: 30px;
    height: 30px;
}

/*znxq.html*/
.nav_arrow {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #f5f5f3;
    color: #1b1613;
    margin-top: 30px;
}

    .nav_arrow span.stp {
        font-family: simsun;
    }

    .nav_arrow .nav_nr {
        margin-left: 150px;
    }

        .nav_arrow .nav_nr a {
            color: #1b1613;
        }

.left_nav {
    float: left;
    width: 25%;
}

    .left_nav .nav_box {
        margin-top: 150px;
    }

.right_znxq {
    float: left;
    width: 75%;
}

.li_nav_bt {
    background: url(../img/icon_dot.png) left center no-repeat;
}

    .li_nav_bt span {
        margin-left: 20px;
        display: block;
        color: #717171;
        font-size: 14px;
    }
     .li_nav_bt span a {
        color: #717171;
    }

.li_nav_line span {
    display: block;
    height: 40px;
    border-left: 1px solid #ececec;
    margin-left: 5px;
}

.znxq_bt {
    border-bottom: 2px solid #f2f2f2;
    font-size: 32px;
    line-height: 2;
    font-weight: 500;
    font-family: \\5FAE\8F6F\96C5\9ED1,Hiragino Sans GB;
}

.znxq_item_bt {
    display: flex;
    align-items: center;
    margin-top: 30px;
    clear: both;
}

    .znxq_item_bt .bt_dot {
        background: url(../img/icon_znxqbt.png) no-repeat;
        width: 8px;
        height: 8px;
        margin-right: 10px;
    }

    .znxq_item_bt .bt_nr {
        font-size: 24px;
        font-weight: 500;
        font-family: PingFangSC-Medium;
    }

.znxq_info .infoItem {
    display: flex;
    margin-top: 20px;
}

    .znxq_info .infoItem > p {
        flex: 1;
        font-size: 14px;
        line-height: 14px;
    }

    .znxq_info .infoItem p .smallTitle {
        width: 90px;
        color: #999;
        display: inline-block;
    }

    .znxq_info .infoItem p .smallCon {
        color: #242424;
        display: inline-block;
    }

.znxq_infoDesc {
    margin-top: 20px;
}

    .znxq_infoDesc .infoDesc {
        line-height: 2;
        font-size: 16px;
        color: #666;
    }

.znxq_img, .znxq_fj {
    margin-top: 20px;
}

    .znxq_img span, .znxq_fj span {
        display: block;
        width: 100%;
        float: left;
        position: relative;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .znxq_img img, .znxq_fj img {
        max-height: 386px;
    }

.fj_box {
    padding-bottom: 0.375rem;
}

.fj_wj {
    margin-top: 10px;
}

.feed_word {
    background: transparent url(../img/word_ico.png) center center no-repeat;
}

.feed_excel {
    background: transparent url(../img/excel_ico.png) center center no-repeat;
}

.feed_pdf {
    background: transparent url(../img/pdf_ico.png) center center no-repeat;
}

.feed_txt {
    background: transparent url(../img/txt_ico.png) center center no-repeat;
}

.feed_rar {
    background: transparent url(../img/rar_ico.png) center center no-repeat;
}

.file-download a {
    line-height: 16px;
    display: block;
    height: 16px;
    padding-left: 16px;
    opacity: .6;
    color: #4e80f5;
    background: url(../img/file_download.png) left center no-repeat;
}

.file-class {
    float: left;
    padding: 5px;
    text-align: center;
    border: 1px solid #dae6f2;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 0;
    background: url(../img/txt_ico.png) center center no-repeat;
    border-radius: 0 0 12px 0;
}

.file-name {
    display: block;
    float: none;
    overflow: hidden;
    max-width: 250px;
    margin-bottom: 8px;
}

.file-info {
    float: left;
    margin-left: 10px;
}

.modalbox {
    height: 100vh;
    width: 100%;
    position: fixed;
    background: #0094ff;
    margin-top: 20px;
    background-image: url("../img/liuyanbg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
}

.modal_bg {
    background-image: url("../img/liuyancenter.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    min-height: 500px;
    margin: 8% auto;
}

.modal_nr {
    display: flex;
}

input:focus, textarea:focus {
    outline: none;
}

.xqly_content .row {
    height: 80px;
    padding-top: 10px;
    margin-left: 10%;
    width: 80%;
}

.xqly_content .title {
    color: #000;
    height: 15px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 16px;
}

.xqly_content .ipt {
    border-radius: 5px;
    box-sizing: content-box;
    border: 1px solid #242424;
    height: 45px;
    padding-left: 5px;
    display: block;
    background: #fff;
}

.ipt > input {
    height: 40px;
    width: 100%;
    font-size: 14px;
    border: none;
    padding: 0;
}

.iptarea {
    border-radius: 5px;
    box-sizing: content-box;
    padding-left: 5px;
    padding-top: 5px;
    display: block;
    background: #fff;
    border: 1px solid #242424;
}

    .iptarea > textarea {
        height: 60px;
        width: 100%;
        font-size: 14px;
        border: none;
        padding: 0;
    }

.xqly_content .btn {
    text-align: center;
    margin: 50px auto 10px auto;
    width: 202px;
    height: 48px;
    background: url(../img/liuyanbtn.png) no-repeat;
    line-height: 48px;
    cursor: pointer;
}

.ygwxewm {
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
}

.modal_left {
    background: #ffe7bb;
    border-radius: 5px;
    width: 70%;
    margin: 30px auto;
}

.leftwel {
    color: #fc3f15;
    line-height: 50px;
    border-bottom: 1px solid #fcbf88;
    font-weight: 600;
}

.floatly {
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 999999;
}

#topmenu_more {
    clear: both;
    position: absolute;
    text-align: center;
    display: none;
    background: #fff;
    z-index: 9999;
}

    #topmenu_more li {
        padding: 5px;
    }

.norecnumers {
    font-size: 18px;
    color: #888c8e;
    line-height: 30px;
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

.tag-wrapper {
    margin-top: 10px;
    max-width: 90%;
    overflow: hidden;
}

.info-tag {
    border-radius: 5px;
    font-size: 12px;
    color: #8c9aa9;
    height: 15px;
    background: #f0f6fd;
    padding: 5px 5px;
    display: inline-block;
    margin-right: 5px;
}
.znxq_img {
            width: 350px;
            height: 350px;
            float: left;
            text-align: center;
            /* border: 1px solid #ccc; */
            margin-right: 10px;
            border-radius: 10px;
            background: #ffffff;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        }
        .znxq_img_box {
            max-width: 330px;
            height: 330px;            
        }
        .znxq_img .znxq_img_box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            margin: 10px 10px;
            border-radius: 10px;
        }
