@charset "utf-8";
body{
    min-width: 1040px;
    background: #FAF8F7;
}
.wrap {
    background: url(zn50_chld_bg.jpg) top center no-repeat;
    overflow: hidden;
}
.layout {
    width: 1400px;
    margin: 0 auto;
}
.top {
    width: 80%;
    margin: 50px auto 0;
}
.top .logo {
    float: left;
    padding-top: 4px;
}
.top .logo img {
    width: 440px;
    height: auto;
}
.top .logo_50 {
    float: left;
    margin-left: 40px;
}
.top .logo_50 img {
    width: 93px;
    height: 86px;
}
.nav_wrap {
    clear: both;
    overflow: hidden;
}
.nav_wrap ul li {
    float: left;
    width: 175px;
    height: 70px;
}
.nav_wrap ul li a {
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    height: 70px;
    padding-top: 18px;
    background: url(zn50_navbg.png) bottom center no-repeat;
    transition: all 3s;
    -webkit-transition: all .3s;
}
.nav_wrap ul li a:hover {
    padding-top: 10px;
    background: url(zn50_navbg2.png) bottom center no-repeat;
    transition: all 3s;
    -webkit-transition: all .3s;
}
.banner {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    height: 430px;
    clear: both;
}
/*主体*/
.layout_main {
    background: #FAF8F7 url(zn50_list_bg.jpg) top repeat-x;
    margin-top: 20px;
    overflow: hidden;
}
.title {
    text-align: center;
    margin: 40px 0 30px;
    position: relative;
}
.title img {
    width: 490px;
    height: auto;
}
.bread_nav {
    font-size: 16px;
    color: #AE8079;
    padding: 30px 0 0 30px;
}
.bread_nav a {
    color: #AE8079;
}
.list-wrapper {
    padding: 0 40px;
}

.list-wrapper li {
    /* height: 308px; */
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 50px 50px;
    margin-bottom: 24px;
}
.list-wrapper li:last-child {
    margin-bottom: 0;
}
.list-wrapper li {
    /* height: 288px; */
    background-image: none;
    position: relative;
    overflow: hidden;
}

.list-wrapper li:before,
.list-wrapper li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    left: 0;
}

.list-wrapper li:before {
    background: url(zn50_list_bg.jpg) repeat-x;
    height: 17px;
    top: 0;
}

.list-wrapper li:after {
    background: url(zn50_list_bg.jpg) repeat-x;
    bottom: 0;
    height: 17px;
}

.list-wrapper li .img-cont {
    width: 310px;
    height: 190px;
    float: left;
    margin-right: 50px;
    overflow: hidden;
}

.list-wrapper li .img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.list-wrapper li .img-cont:hover img {
    transform: scale(1.1);
}

.list-wrapper li .text-cont {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.list-wrapper .text-cont h3 {
    font-size: 20px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    line-height: 1.8;
    transition: all 0.4s;
}

.list-wrapper li:hover .text-cont h3 {
    color: #a60712;
}

.list-wrapper .text-cont .djgz-time {
    font-size: 14px;
    color: #0d3457;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    transition: all 0.4s;
    height: 22px;
    line-height: 22px;
}

.list-wrapper li:hover .text-cont .djgz-time {
    color: #a60712;
}

.list-wrapper .text-cont .djgz-time:before {
    content: "";
    width: 25px;
    height: 20px;
    background: url(zn50_list_icon1.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 90px;
    z-index: 2;
}

.list-wrapper .text-cont .djgz-time:before {
    left: 100px;
}

.list-wrapper li:hover .text-cont .djgz-time:before {
    background-image: url(zn50_list_icon2.png);
}

.list-wrapper .text-cont .djgz-time:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E0C299;
    top: 50%;
    left: 112px;
    position: absolute;
    transition: all 0.4s;
    margin-top: 1px;
}

.list-wrapper li:hover .text-cont .djgz-time:after {
    background-color: #a60712;
}

.list-wrapper .text-cont p {
    font-size: 16px;
    color: #8e8e8e;
    line-height: 1.8;
    margin-top: 18px;
}

.pages {
    padding: 50px 0;
    text-align: center;
}
.pages a {
    display: inline-block;
    border: 1px solid #dddddd;
    padding: 3px 12px;
    font-size: 16px;
    border-radius: 2px;
    margin: 0 2px;
}
.pages a:hover {
    border: 1px solid #a60712;
}
.pages a.active {
    background-color: #a60712;
    border-color: #a60712;
    color: #fff;
}
.pages span {
    margin: 0 5px;
}
.pages input {
    width: 34px;
    height: 27px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
}
.pages .sk05_submit {
    width: 38px;
    height: 28px;
    border-radius: 2px;
    background-color: #a60712;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0;
}

/*内容页*/
.layout_content {
    background: #FFFFFF url(zn50_list_bg.jpg) top repeat-x;
    margin-bottom: 80px;
}
.detailCon {
    padding: 40px 60px;
    /* border: 1px solid #e0e0e0; */
}

.detailCon h1{
    font-size: 28px;
    text-align: center;
    margin: 0px 0 40px 0;
}

.singlePage_title {
    line-height: 94px;
    padding: 0 40px;
}
.singlePage_title h1 {
    font-size: 32px;
    color: #2e6b97;
    font-weight: bold;
    text-align: center;
}

.line_top{
    height: 34px;
    line-height: 34px;
    color: #b3b3b3;
    font-size: 16px;
    width: 95%;
    margin: 30px auto 10px;
}

.font_size .big,
.font_size .middel,
.font_size .small {
    width: 18px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    /* border: 1px solid #b3b3b3; */
    display: inline-block;
    cursor: pointer;
    margin: 0 2px;
}

.font_size .big:hover,
.font_size .big.active,
.font_size .middel:hover,
.font_size .middel.active,
.font_size .small:hover,
.font_size .small.active {
    color: #D24745;
    /* border: 1px solid #3279bd; */
}

.detail_textCon{
    width: 100%;
    background: url(zn50_contentbg.png) top center no-repeat;
    background-size: 100%;
    padding-top: 30px;
    line-height: 2;
}
.detail_textCon table {
    margin: 0 auto;
}
.detail_textCon p{
    font-size: 18px;
}

.detail_textCon img{
    margin: 0 auto;
}

.detail_textCon span {
    width: 100%;
    margin: 0px 0 20px 0;
}

.txt20,
.txt20 p,
.txt20 span{
    font-size: 18px;
}
.detail_textCon p {
    margin-bottom: 1em!important;
    line-height: 2!important;
}
.txt20 h4{
    font-size: 26px;
}

.txt20 .photoMt{
    margin-top: 16px;
}

.txt20 .teamTitle{
    font-size: 36px;
}

.txt18,
.txt18 p,
.txt18 span{
    font-size: 16px;
    /* line-height: 38px; */
}

.txt18 h4{
    font-size: 24px;
}

.txt18 .photoMt{
    margin-top: 13px;
}

.txt18 .teamTitle{
    font-size: 34px;
}


.txt16,
.txt16 p,
.txt16 span{
    font-size: 14px;
    /* line-height: 28px; */
}

.txt16 h4{
    font-size: 22px;
}

.txt16 .photoMt{
    margin-top: 10px;
}

.txt16 .teamTitle{
    font-size: 32px;
}

.detail_textCon table tr td * {
    font-size: 14px!important;
}

.print_share{
    width: 160px;
    display: inline-block;
    text-align: left;
    line-height: 32px;
    font-size: 16px;
    margin-left: 30px;
    position: relative;
}

.print_share .print, .print_share .share{
    display: inline-block;
}

.print_share .share{
    height: 32px;
    line-height: 32px;
    float: right;
}

.print_share .share span{
    float: left;
}

.print_share .share .icon_sina,
.print_share .share .icon_weixin {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
}

.print_share .share .icon_sina{
    background: url(zn50_icon_weibo_v2022.png) no-repeat center;
}

.print_share .share .icon_weixin{
    background: url(zn50_icon_wechat_v2022.png) no-repeat center;
}

.print_share .share .icon_sina:hover {
    background: url(zn50_icon_weibo_v2022_h.png) no-repeat center;
}
.print_share .share .icon_weixin:hover{
    background: url(zn50_icon_wechat_v2022_h.png) no-repeat center;
}
.ops_shareLayer .ops_icons li {
    width: 30px!important;
}
.font_size .fz {
    background: url(zn50_font.png) 0px 5px no-repeat;
    padding-left: 19px;
}
.weixin_popup .weixin_popup_main {
    TEXT-ALIGN: center;
    padding-top: 20px!important;
    padding-bottom: 10px;
}
.weixin_popup .weixin_popup_foot {
    color: #666;
    line-height: 18px;
    text-align: left;
    padding-left: 0;
    font-size: 12px;
}
#weixin_qrcode img {
    display: block;
    width: 88%;
    margin: 0 auto;
}
.ops_shareLayer .ops_icons a i {
    display: none!important;
}


/*时光印记*/
.yj_list_nav {
    overflow: hidden;
}
.yj_list_nav ul li {
    background: url(zn50_btn.png) no-repeat;
    width: 191px;
    height: 64px;
    line-height: 64px;
    float: left;
    font-size: 22px;
    color: #A48D6B;
    text-align: center;
    margin-left: 36px;
}
.yj_list_nav ul li:hover {
    background: url(zn50_btn_h.png) no-repeat;
}
.yj_list_nav ul li:hover a {
    color: #FCF6C3;
}
.yj_list_nav ul li a {
    color: #A48D6B;
}
.yj_list_nav ul li.active {
    background: url(zn50_btn_h.png) no-repeat;
}
.yj_list_nav ul li.active a {
    color: #FCF6C3;
}
.yj_list_main {
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
}
.yj_list_main ul li {
    width: 645px;
    float: left;
    margin: 36px 0 0 36px;
    cursor: pointer;
}
.yj_list_main .yj_img {
    width: 645px;
    height: 396px;
    overflow: hidden;
}
.yj_list_main .yj_img:hover img {
    transform: scale(1.1);
}
.yj_list_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
.yj_list_main p {
    background: url(zn50_cgbg.jpg);
    height: 70px;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px 10px;
}
.yj_list_main .popup {
    position: fixed;
    display: none;
    height: 760px;
    width: 1325px;
    /* padding: 75px; */
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    overflow-y: auto;
    cursor: auto;
    padding-top: 40px;
}
.yj_list_main .popup .close_btn {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    top: 4px;
    background: url(zn50_close.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
}
.yj_list_main .popup .close_btn:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.yj_list_main .popup_img {
    display: block;
    margin: 0 auto;
    width: 1000px;
    height: 620px;
    position: relative;
}
.yj_list_main .popup_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
}
.yj_list_main .popup_txt img {
    width: 210px;
}
.yj_list_main .popup_txt {
    background: url(zn50_cgbg.jpg);
    text-align: left;
    text-indent: 2em;
    line-height: 2;
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px 30px;
    width: 1000px;
    margin: 0 auto;
}
.black_cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 237, 234, .9);
    z-index: 2;
}
.swiper-button-prev {
    background: url(zn50_img_left.png) no-repeat;
    width: 71px;
    height: 71px;
    left: 10px;
    right: auto;
}
.swiper-button-prev:hover {
    background: url(zn50_img_left_h.png) no-repeat;
}
.swiper-button-next {
    background: url(zn50_img_right.png) no-repeat;
    width: 71px;
    height: 71px;
    right: 10px;
    left: auto;
}
.swiper-button-next:hover {
    background: url(zn50_img_right_h.png) no-repeat;
}

/*发展历程*/
.fz_box {
    background: url(zn50_fz_bg.jpg) no-repeat;
    background-size: cover;
    width: 1340px;
    height: 791px;
    margin: -40px auto 80px;
    padding-top: 76px;
}
.fz_box .fz_video {
    width: 1104px;
    height: 662px;
    margin-left: 118px;
}
.fz_box .fz_video .video_play {
    width: 96px;
    height: 97px;
    background: url(zn50_video_play.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 46%;
    top: 42%;
    transition: all 3s;
    -webkit-transition: all .3s;
}
.fz_box .fz_video .video_on {
    width: 1104px;
    height: 612px;
    cursor: pointer;
    position: relative;
}
.fz_box .fz_video .video_on img {
    width: 1104px;
    height: 612px;
}
.fz_box .fz_video .ie10show .video_on {

}
.fz_box .fz_video .ie10show video {
    background: none;
}
.fz_box .fz_video .video_on:hover .video_play {
    box-shadow: 0 0 0 10px hsl(0deg 41.41% 30.51% / 50%);
    border-radius: 100px;
}
.fz_box .fz_video video {
    width: 100%;
    height: 612px;
    background: #000;
    object-fit: cover;
}
/* 发展历程 end */

/*成果展示*/
.cg-tab{
    text-align: center;
    margin-bottom: 40px;
}

.cg-tab .cg-item{
    display: inline-block;
    margin: 0 45px;
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    position: relative;
    cursor: pointer;
}

.cg-tab .cg-item.active a{
    color: #D72523;
}

.cg-tab .cg-item.active:after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background-color: #D72523;
    margin-bottom: -5px;
}

.cg-tab .cg-item.active:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    border: 8px solid transparent;
    border-top-color: #D72523;
    margin-bottom: -20px;
    margin-left: -6px;

}
/*翻页*/
.pagenation{
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.pagenation a{
    padding: 2px 8px;
    border: 1px solid #DDD;
    border-radius: 2px;
    color: #333;
    display: inline-block;
}

.pagenation a,
.pagenation span{
    margin: 0 3px;
}

.pagenation input{
    width: 30px;
    height: 27px;
    border-radius: 2px;
    border: 1px solid #DDD;
    text-align: center;
    vertical-align: top;
}

.pagenation a:hover,
.pagenation a.cur{
    background:#a60712;
    color: #FFF;
    border: 1px solid #a60712;
}

.pagenation .btn_go{
    background:#a60712;
    color: #FFF;
    border: 1px solid #a60712;
}

.pageGo{
    display: inline-block;
}


/*科技成果*/

.kyResult_table {
    width: 98%;
    border-top: 1px solid #ffe4b9;
    border-left: 1px solid #ffe4b9;
    border-collapse:collapse;
    color: #333;
}

.kyResult_table td{
    border-bottom: 1px solid #ffe4b9;
    border-right: 1px solid #ffe4b9;
    padding: 10px 20px;
    line-height: 24px;
}

.kyResult_table td:nth-child(odd) {
    background-color: #fff7e9;
    text-align: right;
    font-weight: bold;
}

.detal_pic {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.detal_pic img {
    max-width: 100%;
}

/*加载更多*/
.mov_gengduo {
    position: absolute;
    bottom: 25px;
    left: 46%;
}
.mov_gengduo a {
    color: #CFCDCC;
}
#anniu {
    background: url(zn50_zjmore.jpg) no-repeat;
    line-height: 46px;
    padding: 15px 55px;
}
#anniu_none {
    display: none;
    padding: 15px 30px 15px;
    line-height: 46px;
}
/*版权*/
.footer {
    clear: both;
    background: url(zn50_footer_bg.jpg);
    /* padding: 40px 0; */
    color: #FFFFFF;
    text-align: center;
    height: 160px;
    line-height: 160px;
    font-size: 18px;
}
.footer .footer_body {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.footer .biaoshi {
    position: absolute;
    left: 130px;
    top: 48px;
}
.footer a {
    color: #FFFFFF;
}

@media screen and (max-width: 1440px) {
    .layout {
        width: 1000px;
        margin: 0 auto;
    }
    .top {
        width: 90%;
        margin: 30px auto 0;
    }
    .top .logo {
        float: left;
        padding-top: 4px;
    }
    .top .logo img {
        width: 340px;
        height: auto;
    }
    .top .logo_50 {
        float: left;
        margin-left: 20px;
    }
    .top .logo_50 img {
        width: 63px;
        height: auto;
    }
    .wrap {
        background: url(zn50_chld_bg_1000.jpg) top center no-repeat;
        overflow: hidden;
    }
    .nav_wrap ul li {
        float: left;
        width: 125px;
        height: 60px;
    }
    .nav_wrap ul li a {
        display: block;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        height: 60px;
        padding-top: 14px;
        background: url(zn50_navbg.png) bottom center no-repeat;
        background-size: 100px;
        transition: all 3s;
        -webkit-transition: all .3s;
    }
    .nav_wrap ul li a:hover {
        padding-top: 10px;
        background: url(zn50_navbg2.png) bottom center no-repeat;
        background-size: 100px;
        transition: all 3s;
        -webkit-transition: all .3s;
    }
    .banner {
        position: relative;
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
        height: 380px;
        clear: both;
    }

    /*主体*/
    .layout_main {
        background: #FAF8F7 url(zn50_list_bg.jpg) top repeat-x;
        background-size: 15px;
        margin-top: 20px;
        overflow: hidden;
    }
    .title {
        text-align: center;
        margin: 20px 0 15px;
        position: relative;
    }
    .title img {
        width: 390px;
        height: auto;
    }
    .bread_nav {
        font-size: 12px;
        color: #AE8079;
        padding: 20px 0 0 20px;
    }
    .bread_nav a {
        color: #AE8079;
    }
    .list-wrapper {
        padding: 0 40px;
    }

    .list-wrapper li {
        /* height: 308px; */
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-size: 100% auto;
        box-sizing: border-box;
        padding: 30px 30px;
        margin-bottom: 24px;
    }
    .list-wrapper li:last-child {
        margin-bottom: 0;
    }
    .list-wrapper li {
        /* height: 288px; */
        background-image: none;
        position: relative;
    }

    .list-wrapper li:before,
    .list-wrapper li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 50px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        left: 0;
    }

    .list-wrapper li:before {
        background: url(zn50_list_bg.jpg) repeat-x;
        background-size: 15px;
        height: 12px;
        top: 0;
    }

    .list-wrapper li:after {
        background: url(zn50_list_bg.jpg) repeat-x;
        background-size: 15px;
        bottom: 0;
        height: 12px;
    }

    .list-wrapper li .img-cont {
        width: 220px;
        height: 134px;
        float: left;
        margin-right: 25px;
        overflow: hidden;
    }

    .list-wrapper li .img-cont img {
        height: 100%;
        object-fit: cover;
        transition: all 0.4s;
    }

    .list-wrapper li .img-cont:hover img {
        transform: scale(1.1);
    }

    .list-wrapper li .text-cont {
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    .list-wrapper .text-cont h3 {
        font-size: 16px;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        line-height: 1.8;
        transition: all 0.4s;
    }

    .list-wrapper li:hover .text-cont h3 {
        color: #a60712;
    }

    .list-wrapper .text-cont .djgz-time {
        font-size: 12px;
        color: #0d3457;
        position: relative;
        overflow: hidden;
        margin-top: 10px;
        transition: all 0.4s;
        height: 18px;
        line-height: 18px;
    }

    .list-wrapper li:hover .text-cont .djgz-time {
        color: #a60712;
    }

    .list-wrapper .text-cont .djgz-time:before {
        content: "";
        width: 20px;
        height: 15px;
        background: url(zn50_list_icon1.png) no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 90px;
        z-index: 2;
    }

    .list-wrapper .text-cont .djgz-time:before {
        left: 80px;
    }

    .list-wrapper li:hover .text-cont .djgz-time:before {
        background-image: url(zn50_list_icon2.png);
    }

    .list-wrapper .text-cont .djgz-time:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #E0C299;
        top: 50%;
        left: 112px;
        position: absolute;
        transition: all 0.4s;
        margin-top: 1px;
    }

    .list-wrapper li:hover .text-cont .djgz-time:after {
        background-color: #a60712;
    }

    .list-wrapper .text-cont p {
        font-size: 12px;
        color: #8e8e8e;
        line-height: 1.8;
        margin-top: 12px;
    }

    .pages {
        padding: 30px 0;
        text-align: center;
        font-size: 12px;
    }
    .pages a {
        display: inline-block;
        border: 1px solid #dddddd;
        padding: 3px 8px;
        font-size: 12px;
        border-radius: 2px;
    }
    .pages input {
        width: 34px;
        height: 23px;
        text-align: center;
        display: inline-block;
        border: 1px solid #ddd;
    }
    .pages .sk05_submit {
        width: 30px;
        height: 26px;
        border-radius: 2px;
        background-color: #a60712;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
    }
    /*内容页*/
    .layout_content {
        background: #FFFFFF url(zn50_list_bg.jpg) top repeat-x;
        background-size: 15px;
        margin-bottom: 60px;
    }
    .detailCon {
        padding: 30px 40px;
        /* border: 1px solid #e0e0e0; */
    }

    .detailCon h1{
        font-size: 24px;
        text-align: center;
        margin: 0px 0 20px 0;
    }

    .singlePage_title {
        line-height: 94px;
        padding: 0 40px;
    }
    .singlePage_title h1 {
        font-size: 32px;
        color: #2e6b97;
        font-weight: bold;
        text-align: center;
    }

    .line_top{
        height: 34px;
        line-height: 34px;
        color: #b3b3b3;
        font-size: 12px;
        width: 95%;
        margin: 15px auto 5px;
    }

    .font_size .big,
    .font_size .middel,
    .font_size .small {
        width: 14px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        border-radius: 3px;
        font-size: 12px;
        /* border: 1px solid #b3b3b3; */
        display: inline-block;
        cursor: pointer;
        margin: 0 2px;
    }

    .font_size .big:hover,
    .font_size .big.active,
    .font_size .middel:hover,
    .font_size .middel.active,
    .font_size .small:hover,
    .font_size .small.active {
        color: #D24745;
        /* border: 1px solid #3279bd; */
    }

    .detail_textCon{
        width: 100%;
        background: url(zn50_contentbg.png) top center no-repeat;
        background-size: 100%;
        padding-top: 30px;
        line-height: 2;
    }
    .detail_textCon table {
        margin: 0 auto;
    }
    .detail_textCon p{
        font-size: 18px;
    }

    .detail_textCon img{
        margin: 0 auto;
    }

    .detail_textCon span {
        width: 100%;
        margin: 0px 0 20px 0;
    }

    .txt20,
    .txt20 p,
    .txt20 span{
        font-size: 18px;
    }
    .detail_textCon p {
        margin-bottom: 1em!important;
        line-height: 2!important;
    }
    .txt20 h4{
        font-size: 26px;
    }

    .txt20 .photoMt{
        margin-top: 16px;
    }

    .txt20 .teamTitle{
        font-size: 36px;
    }

    .txt18,
    .txt18 p,
    .txt18 span{
        font-size: 16px;
        /* line-height: 38px; */
    }

    .txt18 h4{
        font-size: 24px;
    }

    .txt18 .photoMt{
        margin-top: 13px;
    }

    .txt18 .teamTitle{
        font-size: 34px;
    }


    .txt16,
    .txt16 p,
    .txt16 span{
        font-size: 14px;
        /* line-height: 28px; */
    }

    .txt16 h4{
        font-size: 22px;
    }

    .txt16 .photoMt{
        margin-top: 10px;
    }

    .txt16 .teamTitle{
        font-size: 32px;
    }

    .detail_textCon table tr td * {
        font-size: 14px!important;
    }

    .print_share{
        width: 154px;
        display: inline-block;
        text-align: left;
        line-height: 22px;
        font-size: 12px;
        margin-left: -1px;
        position: relative;
    }

    .print_share .print, .print_share .share{
        display: inline-block;
    }

    .print_share .share{
        height: 32px;
        line-height: 32px;
        float: right;
    }

    .print_share .share span{
        float: left;
    }

    .print_share .share .icon_sina,
    .print_share .share .icon_weixin {
        width: 20px;
        height: 20px;
        display: block;
        cursor: pointer;
    }

    .print_share .share .icon_sina{
        background: url(zn50_icon_weibo_v2022.png) no-repeat center;
        background-size: 20px;
    }

    .print_share .share .icon_weixin{
        background: url(zn50_icon_wechat_v2022.png) no-repeat center;
        background-size: 20px;
    }

    .print_share .share .icon_sina:hover {
        background: url(zn50_icon_weibo_v2022_h.png) no-repeat center;
        background-size: 20px;
    }
    .print_share .share .icon_weixin:hover{
        background: url(zn50_icon_wechat_v2022_h.png) no-repeat center;
        background-size: 20px;
    }
    .ops_shareLayer .ops_icons li {
        width: 20px!important;
        height: 20px!important;
    }
    .font_size .fz {
        background: url(zn50_font.png) 0px 5px no-repeat;
        padding-left: 19px;
    }
    .weixin_popup .weixin_popup_main {
        TEXT-ALIGN: center;
        padding-top: 20px!important;
        padding-bottom: 10px;
    }
    .weixin_popup .weixin_popup_foot {
        color: #666;
        line-height: 18px;
        text-align: left;
        padding-left: 8px;
        font-size: 11px;
    }
    #weixin_qrcode img {
        display: block;
        width: 88%;
        margin: 0 auto;
    }
    .ops_shareLayer .ops_icons {
        margin-top: 7px;
    }
    /*时光印记*/
    .yj_list_nav {
        overflow: hidden;
    }
    .yj_list_nav ul li {
        background: url(zn50_btn.png) no-repeat;
        background-size: cover;
        width: 140px;
        height: 46px;
        line-height: 46px;
        float: left;
        font-size: 18px;
        color: #A48D6B;
        text-align: center;
        margin-left: 22px;
    }
    .yj_list_nav ul li a {
        color: #A48D6B;
    }
    .yj_list_nav ul li:hover {
        background: url(zn50_btn_h.png) no-repeat;
        background-size: cover;
    }
    .yj_list_nav ul li:hover a {
        color: #FCF6C3;
    }
    .yj_list_nav ul li.active {
        background: url(zn50_btn_h.png) no-repeat;
        background-size: cover;
    }
    .yj_list_nav ul li.active a {
        color: #FCF6C3;
    }
    .yj_list_main {
        overflow: hidden;
        padding-bottom: 80px;
    }
    .yj_list_main ul li {
        width: 462px;
        float: left;
        margin: 24px 0 0 24px;
    }
    .yj_list_main .yj_img {
        width: 462px;
        height: 284px;
        overflow: hidden;
    }
    .yj_list_main .yj_img:hover img {
        transform: scale(1.1);
    }
    .yj_list_main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.4s;
    }
    .yj_list_main p {
        background: url(zn50_cgbg.jpg);
        height: 50px;
        line-height: 18px;
        text-align: center;
        font-size: 14px;
        color: #FFFFFF;
        padding: 8px 7px;
    }

    .yj_list_main .popup {
        position: fixed;
        display: none;
        height: 590px;
        width: 950px;
        /* padding: 75px; */
        box-sizing: border-box;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
        overflow-y: auto;
        cursor: auto;
        padding-top: 40px;
    }
    .yj_list_main .popup .close_btn {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 60px;
        top: 4px;
        background: url(zn50_close.png) no-repeat;
        background-size: contain;
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.4s ease-out;
        -moz-transition: -webkit-transform 0.4s ease-out;
        transition: -webkit-transform 0.4s ease-out;
    }
    .yj_list_main .popup .close_btn:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    .yj_list_main .popup_img {
        display: block;
        margin: 0 auto;
        width: 730px;
        height: 470px;
        position: relative;
    }
    .yj_list_main .popup_img img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        vertical-align: middle;
    }
    .yj_list_main .popup_txt img {
        width: 210px;
    }
    .yj_list_main .popup_txt {
        background: url(zn50_cgbg.jpg);
        text-align: left;
        text-indent: 2em;
        line-height: 2;
        font-size: 14px;
        color: #FFFFFF;
        padding: 8px 20px;
        width: 730px;
        margin: 0 auto;
    }
    .black_cover {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(242, 237, 234, .9);
        z-index: 2;
    }
    .swiper-button-prev {
        background: url(zn50_img_left.png) no-repeat;
        background-size: cover;
        width: 51px;
        height: 51px;
        left: 10px;
        right: auto;
    }
    .swiper-button-prev:hover {
        background: url(zn50_img_left_h.png) no-repeat;
        background-size: cover;
    }
    .swiper-button-next {
        background: url(zn50_img_right.png) no-repeat;
        background-size: cover;
        width: 51px;
        height: 51px;
        right: 10px;
        left: auto;
    }
    .swiper-button-next:hover {
        background: url(zn50_img_right_h.png) no-repeat;
        background-size: cover;
    }

    /*发展历程*/
    .fz_box {
        background: url(zn50_fz_bg.jpg) no-repeat;
        background-size: cover;
        width: 950px;
        height: 561px;
        margin: -40px auto 80px;
        padding-top: 54px;
    }
    .fz_box .fz_video {
        width: 782px;
        height: 434px;
        margin-left: 84px;
    }
    .fz_box .fz_video .video_play {
        width: 76px;
        height: 77px;
        background: url(zn50_video_play.png) no-repeat;
        background-size: cover;
        position: absolute;
        left: 46%;
        top: 42%;
        transition: all 3s;
        -webkit-transition: all .3s;
    }
    .fz_box .fz_video .video_on {
        width: 782px;
        height: 434px;
        cursor: pointer;
        position: relative;
    }
    .fz_box .fz_video .video_on img {
        width: 782px;
        height: 434px;
    }
    .fz_box .fz_video .ie10show .video_on {

    }
    .fz_box .fz_video .ie10show video {
        background: none;
    }
    .fz_box .fz_video .video_on:hover .video_play {
        box-shadow: 0 0 0 10px hsl(0deg 41.41% 30.51% / 50%);
        border-radius: 100px;
    }
    .fz_box .fz_video video {
        width: 100%;
        height: 434px;
        background: #000;
        object-fit: cover;
    }
    /* 发展历程 end */

    /*成果展示*/
    .cg-tab{
        text-align: center;
        margin-bottom: 30px;
    }

    .cg-tab .cg-item{
        display: inline-block;
        margin: 0 35px;
        padding-bottom: 8px;
        font-size: 26px;
        font-weight: bold;
        color: #333333;
        position: relative;
        cursor: pointer;
    }

    .cg-tab .cg-item.active a{
        color: #D72523;
    }

    .cg-tab .cg-item.active:after{
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        background-color: #D72523;
        margin-bottom: -5px;
    }

    .cg-tab .cg-item.active:before{
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        border: 8px solid transparent;
        border-top-color: #D72523;
        margin-bottom: -20px;
        margin-left: -6px;

    }

    /*翻页*/

    .pagenation{
        width: 100%;
        text-align: center;
        margin: 30px 0;
        font-size: 14px;
    }

    .pagenation a{
        padding: 2px 8px;
        border: 1px solid #DDD;
        border-radius: 2px;
        color: #333;
        display: inline-block;
    }

    .pagenation input{
        width: 30px;
        height: 25px;
        border-radius: 2px;
        border: 1px solid #DDD;
        text-align: center;
        vertical-align: top;
    }

    .pagenation a,
    .pagenation span{
        margin: 0 3px;
    }

    .pagenation a:hover,
    .pagenation a.cur{
        background:#a60712;
        color: #FFF;
        border: 1px solid #a60712;
    }

    .pagenation .btn_go{
        background:#a60712;
        color: #FFF;
        border: 1px solid #a60712;
    }

    .pageGo{
        display: inline-block;
    }

    /*加载更多*/
    .mov_gengduo {
        position: absolute;
        bottom: 15px;
        left: 44.2%;
    }
    .mov_gengduo a {
        color: #CFCDCC;
    }
    #anniu {
        background: url(zn50_zjmore.jpg) no-repeat;
        line-height: 46px;
        padding: 15px 55px;
    }
    #anniu_none {
        display: none;
        padding: 15px 30px 15px;
        line-height: 46px;
    }
    /*版权*/
    .footer {
        clear: both;
        background: url(zn50_footer_bg.jpg);
        /* padding: 40px 0; */
        color: #FFFFFF;
        text-align: center;
        height: 120px;
        line-height: 120px;
        font-size: 14px;
    }
    .footer .footer_body {
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    .footer .biaoshi {
        position: absolute;
        left: 60px;
        top: 35px;
        width: 46px;
    }
    .footer a {
        color: #FFFFFF;
    }

}