﻿@media screen and (max-width: 980px) {

    /* CSS Document */

    body {
        margin: 0;
        padding: 0;
        line-height: 24px;
        font-family: sourcehansans;
        font-size: 12px;background:#fff;
    }

    div, ul, li, dt, dl, dd, h1, h2, h3, h4, h5, h6, h7, img, p, span {
        border-style: none;
        border-color: inherit;
        border-width: 0px;
        padding: 0;
        list-style-type: none;
        margin-left: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    img {
        max-width: 100%;
    }

    /* Link */
    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }


    a:active {
        border: 0px;
        background-color: Transparent;
    }

    a {
        blr: expression(this.onFocus=this.blur());
        outline: none;
    }

    .blank5 {
        width: 100%;
        height: 5px;
        clear: both;
    }

    .blank10 {
        width: 100%;
        height: 10px;
        clear: both;
    }

    .blank15 {
        width: 100%;
        height: 15px;
        clear: both;
    }

    .blank20 {
        width: 100%;
        height: 20px;
        clear: both;
    }

    .blank30 {
        width: 100%;
        height: 30px;
        clear: both;
    }

    .blank40 {
        width: 100%;
        height: 40px;
        clear: both;
    }

    /*Clear*/
    .clear {
        clear: both;
        font-size: 1px;
        height: 0px;
        line-height: 0px;
        overflow: hidden;
    }
    /*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/

    /*针对1920的宽屏*/

    .max {
        position: relative;
        overflow: hidden;
    }

    .m_banner {
        width: 1920px;
        *width: 1920px;
        _width: 1920px;
        height: 510px;
        position: relative;
        z-index: 9;
        margin: 0;
        top: 0;
        float: left;
        left: 50%;
        margin-left: -962px;
        *margin-left: -962px;
        _margin-left: -962px;
        overflow: hidden;
    }


    .flexslider {
        margin: 0;
        padding: 0;
    }

        .flexslider .slides > li {
            display: none;
            -webkit-backface-visibility: hidden;
        }

        .flexslider .slides img {
            width: 100%;
            display: block;
            float: left;
        }

    .flexslider {
        position: relative;
        width: 100%;
        float: left;
        overflow: hidden;
        z-index: 2;
        -moz-box-shadow: 0px 2px 5px rgba(128,128,128,0.3);
        -webkit-box-shadow: 0px 2px 5px rgba(128,128,128,0.3);
        box-shadow: 0px 0px 10px rgba(6,0,1,0.46);
    }

        .flexslider img.bg {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0rem;
            z-index: 9;
        }

    .flex-divport {
        max-height: 2000px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
    }

    .flexslider .slides {
        zoom: 1;
    }

    .flexslider .flex-direction-nav {
        *height: 0;
        display: none;
    }

        .flexslider .flex-direction-nav a {
            width: 60px;
            height: 90px;
            margin: -60px 0 0;
            display: block;
            background: url(../images/left.png) no-repeat center;
            position: absolute;
            top: 50%;
            z-index: 10;
            cursor: pointer;
            text-indent: -9999px;
            opacity: 1;
            filter: alpha(opacity=0);
            -webkit-transition: all .3s ease;
        }

        .flexslider .flex-direction-nav .flex-next {
            right: 0;
            background: url(../images/right.png) no-repeat center;
        }

        .flexslider .flex-direction-nav .flex-prev {
            left: 0;
        }


    .flexslider .flex-control-nav {
        width: 100%;
        position: absolute;
        right: 0%;
        bottom: 2rem;
        text-align: center;
        padding: 0;
        margin: 0;
        z-index: 10;
    }

        .flexslider .flex-control-nav li {
            margin: 0 1%;
            display: inline-block;
            zoom: 1;
            *
	display: inline;
        }

    .flexslider .flex-control-paging li a {
        background: #fff;
        text-indent: 9999px;
        width: 28px;
        height: 3px;
        display: block;
    }

        .flexslider .flex-control-paging li a.flex-active {
            background: #ff0000;
        }

    .z_head {
        width: 100%;
        left: 0;
        top: 0;
        float: left;
        height: 4rem;
        background: #fff;
        z-index: 9;
        position: fixed;
        -moz-box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
        -webkit-box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
        box-shadow: 2px 0px 10px rgba(157,157,157,0.35);
           overflow:hidden;
    }

    .z_max {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }

    .z_nav {
        float: right;
        display: none;
    }

        .z_nav ul li {
            float: left;
            height: 4rem;
            line-height: 4rem;
            font-size: 1rem;
            border-bottom: 1px solid transparent;
            margin-left: 1rem;
            padding: 0 1rem;
            position: relative;
        }

            .z_nav ul li .font {
                position: absolute;
                left: 0;
                top: 4rem;
                display: none;
            }

            .z_nav ul li .font a {
                display: block;
                background: rgba(255,255,255,0.65);
                line-height: 3rem;
                padding: 0 2rem;
                white-space: nowrap;
                text-align: center;
            }

            .z_nav ul li:last-child {
                margin-left: 0;
            }

            .z_nav ul li.nhov {
                border-bottom: 1px solid #ff0000;
            }

            .z_nav ul li a {
                color: #333;
            }

    .z_logo {
        float: left;
        width: 45%;
        margin-top: 0.3rem;
        margin-left: 3%;
    }

        .z_logo img {
            width: 100%;
        }

    .section2 {
        background: url(../images/bg1.jpg) no-repeat center !important;
        background-size: cover;
        padding-bottom: 3rem;
    }

    .section3 {
        background: url(../images/bg2.png) no-repeat bottom center !important;
        background-size: 100%;
        padding-bottom: 4rem;
    }

    .section4 {
        background: url(../images/bg3.jpg)#f8f8f8 no-repeat center !important;
        background-size: 100%;
        padding-bottom: 3rem;
    }

    .section5 {
        background: url(../images/bg4.png) no-repeat center !important;
        background-size: contain;
        padding-bottom: 2rem;
    }

    .section6 {
        background: #f1f1f1 !important;
    }

    .footer1 {
        height: auto !important;
    }

        .footer1 .fp-tableCell {
            height: auto !important;
        }

    .z_title {
        width: 100%;
        float: left;
        text-align: center;
        color: #000;
        font-size: 1.2rem;
        line-height: 1;
        font-family: sourcehansans;font-weight: bold;font-weight: bold;
        margin-top: 2rem;
    }

    .z_fc {
        width: 94%;
        float: left;
        margin-top: 2rem;
        margin-left: 3%;
        margin-bottom: -1rem;
    }


    .z_fc img {
        width: 80%;
        float: left;
        margin-left: 7%;
    }


    .z_fc .dt {
        width: 100%;
        float: right;
        margin-right: 0%;
        margin-top: 2rem;
    }

        .z_fc .dt .h3 {
            width: 100%;
            float: left;
            color: #333;
            line-height: 1.5;
            font-family: sourcehansans;font-weight: bold;font-weight: bold;
            font-size: 1rem;
            position: relative;
            padding-bottom: 1rem;
            text-align: center;
        }

        .z_fc .dt .font {
            width: 100%;
            float: left;
            color: #555555;
            font-size: 0.8rem;
            margin-top: 1rem;
            margin-bottom: 1rem;
            text-align: center;
        }

        .z_fc .dt .h3 i {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: 0;
            height: 5px;
            background: #ff0000;
            width: 10%;
            border-radius: 5px;
        }

        .z_fc .dt .a {
            display: block;
            color: #555555;
            font-size: 0.9rem;
            border: 1px solid #c1c1c1;
            height: 2rem;
            line-height: 2rem;
            text-align: center;
            width: 47%;
            border-radius: 20px;
            clear: both;
            margin: 0 auto;
        }

    .z_gz {
        width: 94%;
        float: left;
        margin-top: 2rem;
        text-align: center;
        margin-left: 3%;
    }


        .z_gz .li {
            display: inline-block;
            width: 90% !important;
            -moz-box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
            -webkit-box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
            box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
            background: #fff;
            border-radius: 5px;
            margin: 0 5%;
            padding: 1.5rem 0%;
            position: relative;
            margin-bottom: 1rem;
        }



    .z_gz .li img {
        width: 20%;
        float: left;
        margin: 0 40%;
    }

    .z_gz .li .h3 {
        width: 100%;
        float: left;
        margin-top: 1rem;
        font-size: 1rem;
        color: #000;
        line-height: 1;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
        position: relative;
    }

        .z_gz .li .h3 i {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            background: #ff0000;
            width: 11%;
            height: 0.1rem;
            bottom: 0;
            border-radius: 5px;
        }

    .z_gz .li .font {
        display: inline-block;
        font-size: 0.8rem;
        color: #888;
        text-align: left;
        height: auto;
        overflow: hidden;
        line-height: 1.5;
        width: 85%;
        text-align: center;
    }

    .z_gz .li .a {
        float: left;
        display: block;
        color: #555555;
        font-size: 0.7rem;
        border: 1px solid #c1c1c1;
        height: 1.5rem;
        line-height: 1.5rem;
        text-align: center;
        width: 60%;
        border-radius: 20px;
        margin: 0 20%;
        margin-top: 0.5rem;
        display: none;
    }

    .z_gz .li .i {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -0.1rem;
        background: #c0c0c0;
        height: 0.2rem;
        width: 40%;
    }

    .z_gz1 {
        width: 100%;
        float: left;
        margin-top: 0rem;
        color: #000;
        line-height: 1.5;
        text-align: center;
        font-size: 0.9rem;
        margin-bottom: -4rem;
    }

    .z_title1 {
        text-align: center;
        width: 100%;
        float: left;
        margin-top: 2rem;
    }

        .z_title1 .h3 {
            font-size: 1.2rem;
            color: #000;
            line-height: 1;
            position: relative;
            padding-bottom: 1rem;
            margin-bottom: 1rem;
            font-family: sourcehansans;font-weight: bold;font-weight: bold;
            width: 100%;
            float: left;
        }

            .z_title1 .h3 i {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                margin: 0 auto;
                background: #ff0000;
                height: 0.1rem;
                width: 2rem;
            }

        .z_title1 .font {
            color: #888888;
            font-size: 0.8rem;
            width: 94%;
            float: left;
            margin-left: 3%;
        }

    .z_kz {
        width: 98%;
        float: left;
        margin-left:1%;
        margin-top: 1rem;
        margin-bottom: -4rem;
    }

        .z_kz .li {
            float: left;
            width: 48%;
            margin:0 1%;
            background: #fff;
            box-sizing: border-box;
            margin-bottom: 1rem;
            border: 1px solid #dedede;
            border-radius: 5px;
            padding: 0.5rem 3%;
        }



    .z_kz .li .h3 {
        font-family: Arial;
        line-height: 1;
        color: #e2e3e5;
        float: left;
        font-size: 2rem;
        width: 100%;
    }

    .z_kz .li .dt {
        float: right;
        width: 100%;
    }

        .z_kz .li .dt .h4 {
            color: #333;
            font-size: 0.85rem;
            padding-bottom: 0.5rem;
            margin-bottom: 0.5rem;
            position: relative;
            line-height: 1.5;
        }

            .z_kz .li .dt .h4 i {
                position: absolute;
                left: 0;
                bottom: 0;
                background: #ff0000;
                height: 0.2rem;
                width: 1rem;
            }

        .z_kz .li .dt .font {
            font-size: 0.8rem;
            color: #333;
            line-height: 1.5;
            height: 2.5rem;
        }

    .z_fuwu {
        float: left;
        width: 94%;
        margin-left: 3%;
        margin-top: 1rem;
    }

        .z_fuwu .li {
            width: 100%;
            float: left;
            font-size: 0.8rem;
            color: #000;
            line-height: 1;
            margin-bottom: 1rem;
        }

            .z_fuwu .li span {
                float: left;
                font-family: Arial;
                color: #ff0000;
                font-size: 1rem;
                position: relative;
            }


    .z_fuwu1 {
        float: right;
        width: 94%;
        margin-top: 1rem;
        margin-right: 3%;
    }

        .z_fuwu1 .flexslider .slides img {
            height: auto;
        }

        .z_fuwu1 .flexslider .flex-control-nav {
            bottom: 1rem;
            width: 98%;
        }

        .z_fuwu1 .flexslider .flex-control-paging li a {
            width: 9px;
            height: 9px;
            background: #c1c1c1;
            border-radius: 50%;
        }

            .z_fuwu1 .flexslider .flex-control-paging li a.flex-active {
                background: #ff0000;
            }

        .z_fuwu1 .flexslider {
            -moz-box-shadow: 0px 0px 10px rgba(6,0,1,0);
            -webkit-box-shadow: 0px 0px 10px rgba(6,0,1,0);
            box-shadow: 0px 0px 10px rgba(6,0,1,0);
        }

        .z_fuwu1 .fuwu{display:none;}
       .z_fuwu1 .swiper-pagination-bullet{background:#c1c1c1;}
       .z_fuwu1 .swiper-pagination-bullet-active{background:#ff0000;}

    .z_aa1 {
        width: 94%;
        float: left;
        margin-bottom: 1rem;
        margin-left: 3%;
        margin-top: 2rem;
    }

        .z_aa1 .dt {
            float: left;
            width: 60%;
        }

            .z_aa1 .dt .h3 {
                color: #000;
                line-height: 1;
                font-size: 1.2rem;
                margin-bottom: 0.5rem;
            }

                .z_aa1 .dt .h3 i {
                    position: relative;
                    display: inline-block;
                    border: 2px solid #ff0000;
                    width: 0.5rem;
                    height: 0.5rem;
                    border-radius: 50%;
                    top: -0.1rem;
                    left: 0.5rem;
                }

            .z_aa1 .dt .font {
                font-size: 0.9rem;
                color: #888888;
                line-height: 1.5;
            }

        .z_aa1 img {
            float: right;
            width: 35%;
            margin-top: 1rem;
        }


    .z_aa2 {
        float: left;
        width: 94%;
        margin-left: 3%;
    }

        .z_aa2 .font {
            width: 100%;
            float: left;
            font-size: 0.8rem;
            color: #555;
            line-height: 2;
            margin-bottom: 1rem;
            text-align: justify;
            height: 6.5rem;
            overflow: hidden;
        }

        .z_aa2 .ul {
            width: 100%;
            float: left;
            text-align: center;
        }

            .z_aa2 .ul .li {
                display: inline-block;
                margin: 2%;
            }

                .z_aa2 .ul .li img {
                }

                .z_aa2 .ul .li .span {
                    text-align: center;
                    font-size: 0.8rem;
                    color: #333;
                }

    .z_aa3 {
        float: right;
        width: 100%;
        position: relative;
        margin-top: 1rem;
    }


    .z_aa3 img {
        position: relative;
        left: 0;
        top: 0.5rem;
        max-width: initial;
        width: 100%;
    }

    .z_foot {
        width: 100%;
        float: left;
        text-align: center;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 0.7rem;
        color: #858585;
        background: #1c1c1c;
		text-decoration:none;			   
    }

    .z_bot {
        width: 100%;
        float: left;
        background: #252525;
        padding: 1rem 4%;
        box-sizing: border-box;
        height: auto;
    }

    .z_bot1 {
        box-sizing: border-box;
        width: 52%;
        float: left;
        margin-top: 1rem;
    }

        .z_bot1 img {
        }

        .z_bot1 .font {
            font-size: 0.7rem;
            color: #787878;
            margin-top: 1rem;
        }

    .z_bot2 {
        float: left;
        width: 100%;
        display: none;
    }

        .z_bot2 ul li {
            float: left;
            margin-left: 6%;
        }

            .z_bot2 ul li:first-child {
                margin-left: 0;
            }

            .z_bot2 ul li .h3 {
                font-size: 1rem;
                color: #fff;
                position: relative;
                padding-bottom: 0.5rem;
                margin-bottom: 0.5rem;
            }

                .z_bot2 ul li .h3 a {
                    color: #fff;
                }

                .z_bot2 ul li .h3 i {
                    background: #ff0000;
                    width: 1rem;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    height: 2px;
                }

            .z_bot2 ul li .font {
            }

                .z_bot2 ul li .font .a {
                    display: block;
                    font-size: 0.8rem;
                    color: #aaaaaa;
                    line-height: 2;
                }

    .z_bot3 {
        box-sizing: border-box;
        width: 48%;
        float: right;
        text-align: right;
    }

        .z_bot3 .h3 {
            font-size: 0.7rem;
            color: #fff;
        }

        .z_bot3 .h4 {
            color: #fff;
            line-height: 1;
            margin-top: 5px;
            margin-bottom: 6px;
            font-size: 1rem;
        }
        .z_bot3 a{color:#fff;}
        .z_bot3 img {
            width: 32%;
        }

        .z_bot3 .font {
            font-size: 0.7rem;
            color: #aaa;
        }

    .z_banner {
        width: 100%;
        float: left;
        margin-top: 4rem;
        position: relative;
    }

    .z_dh .z_banner .dt {
        transform: translateX(0px);
        opacity: 1;
       transition: all 1s linear .5s;
    }

    .z_banner .dt {
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 1rem;
        width: 100%;
        max-width: 94%;
        color: #fff;
        transform: translateX(300px);
        opacity: 0;
        animation: bacnner_con 1s linear;
        text-align:right;
    }

    .z_banner img {
        width: 100%;float:left;
    }

    .z_banner .dt .h3 {
        line-height: 1;
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
        position: relative;
    }

        .z_banner .dt .h3 i {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 1rem;
            height: 0.2rem;
            background: #ff0000;
            border-radius: 5px;
        }

    .z_banner .dt .font {
        font-size: 0.7rem;
        line-height: 1.5;
    }

    .z_cokk {
        width: 100%;
        float: left;
        background: #f4f4f4;
    }

        .z_cokk ul {
            width: 94%;
            float: left;
            text-align: center;
            margin-left: 3%;
        }

            .z_cokk ul li {
                display: inline-block;
                height: 2.5rem;
                line-height: 2.5rem;
                font-size: 0.9rem;
                width: 19%;
                position: relative;
            }

                .z_cokk ul li.nhov {
                }


                .z_cokk ul li a {
                    color: #000;
                }

                .z_cokk ul li.nhov a {
                    color: #ff0000;
                }

                .z_cokk ul li.nhov i {
                    display: block;
                }

                .z_cokk ul li i {
                    position: absolute;
                    background: #ff0000;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    bottom: 0.4rem;
                    width: 1rem;
                    height: 0.2rem;
                    border-radius: 5px;
                    display: none;
                }

    .z_weizi {
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 0.8rem;
        color: #333;
        margin-left: 3%;
        width: 94%;
        float: left;
    }

        .z_weizi img {
            float: left;
            margin-top: 0.6rem;
            margin-right: 0.5rem;
            width: 5%;
        }

    .z_title2 {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 2rem;
        color: #000;
        line-height: 1.5;
        font-size: 1.2rem;
        position: relative;
        padding-bottom: 0.5rem;
        margin-bottom: 1.5rem;
    font-family: sourcehansans;font-weight: bold;font-weight: bold;
    }

        .z_title2 .font {
            font-size: 0.7rem;
            color: #999;
            margin: 0 3%;
            margin-top: 0.5rem;
        }

        .z_title2 span {
            display: block;
            font-size: 0.8rem;
        }

        .z_title2 i {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: 0;
            width: 2rem;
            background: #ff0000;
            height: 0.2rem;
            border-radius: 5px;
        }

    .z_dh .z_nr {
    transform: translateX(0px);
    opacity: 1;
   transition: all 1s linear .5s;
    }

    .z_nr {
        width: 94%;
        float: left;
        font-size: 0.8rem;
        color: #666;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: 3%;
        transform: translateY(300px);
        opacity: 0;
        animation: bacnner_con 1s linear;
    }

    .z_fs1 {
        width: 94%;
        float: left;
        margin-left: 3%;
margin-bottom:2rem;
    }

        .z_fs1 .font {
            font-size: 1rem;
            color: #333;
            margin-bottom: 2rem;
        }

        .z_fs1 img {
            width: 94%;
            margin-left: 3%;
            float: left;
        }

        .z_fs1 .dt {
            width: 94%;
            margin-right: 3%;
            float: right;
            margin-top: 1rem;
        }

            .z_fs1 .dt .h3 {
                color: #333;
                font-size: 1rem;
                font-family: sourcehansans;font-weight: bold;font-weight: bold;
                margin-bottom: 0.5rem;
            }

            .z_fs1 .dt .span {
                font-size: 0.8rem;
                color: #333;
            }

        .z_fs1 .ul {
            width: 100%;
            float: left;
            margin-top: 1rem;
        }

            .z_fs1 .ul .li {
                width: 48%;
                float: left;
                background: #eaeaea;
                box-sizing: border-box;
                padding: 0.5rem 2%;
            }

                .z_fs1 .ul .li:nth-child(2n+0) {
                    float: right;
                }

                .z_fs1 .ul .li .h3 {
                    color: #333;
                    line-height: 1;
                    font-size: 0.9rem;
                    font-family: sourcehansans;font-weight: bold;font-weight: bold;
                    position: relative;
                    padding-bottom: 0.5rem;
                    margin-bottom: 0.5rem;
                }

                    .z_fs1 .ul .li .h3 i {
                        width: 1.5rem;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        background: #ff0000;
                        height: 0.15rem;
                        border-radius: 5px;
                    }

                .z_fs1 .ul .li .span {
                    font-size: 0.8rem;
                    color: #333;
                    line-height: 1.5;
                    overflow: hidden;
                    height: 7rem;
                }

    .z_fs2 {
        width: 94%;
        float: left;
        margin-left: 3%;
margin-bottom:2rem;
    }

        .z_fs2 .li {
            float: left;
            margin-right: 2%;
            width: 32%;
        }

            .z_fs2 .li:nth-child(3n+0) {
                margin-right: 0;
            }

            .z_fs2 .li img {
                width: 90%;
                float: left;
                margin: 0 5%;
            }

            .z_fs2 .li .dt {
                width: 100%;
                float: left;
                box-sizing: border-box;
                border: 1px solid #dcdcdc;
                background: #fafafa;
                padding: 0.5rem 5%;
            }

                .z_fs2 .li .dt .h3 {
                    color: #333;
                    font-size: 0.8rem;
                    font-family: sourcehansans;font-weight: bold;font-weight: bold;
                    height: 1.5rem;
                    line-height: 1.5rem;
                    overflow: hidden;
                }

                .z_fs2 .li .dt .font {
                    width: 100%;
                    float: left;
                    font-size: 0.7rem;
                    color: #333;
                    height: 4.5rem;
                    overflow: hidden;
                }

    .z_fs3 {
        width: 100%;
        float: left;
        margin-bottom: 2rem;
    }

        .z_fs3 .h3 {
            text-align: center;
            font-size: 0.9rem;
            color: #333;
            margin-bottom: 1rem;
        }

        .z_fs3 img {
            float: left;
            width: 94%;
            margin-left: 3%;
        }

        .z_fs3 .dt {
            float: right;
            width: 94%;
            background: #eaeaea;
            box-sizing: border-box;
            padding: 1rem 3%;
            margin-top: 1rem;
            margin-right: 3%;
        }

            .z_fs3 .dt .h4 {
                color: #333;
                line-height: 1;
                font-size: 1rem;
                margin-bottom: 1rem;
            }

            .z_fs3 .dt .font {
                font-size: 0.8rem;
                color: #333;
                line-height: 1.5;
            }

    .z_fs4 {
        float: left;
        width: 94%;
        -moz-box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
        -webkit-box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
        box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
        box-sizing: border-box;
        padding: 1rem 2%;
        margin-left: 3%;
        margin-bottom: 3rem;
background:#fff;
    }

        .z_fs4 .h3 {
            font-size: 1rem;
            font-family: sourcehansans;font-weight: bold;font-weight: bold;
            color: #333;
            position: relative;
            border-bottom: 1px solid #dcdcdc;
            padding-bottom: 1rem;
            margin-bottom: 1rem;
        }

            .z_fs4 .h3 .span {
                font-weight: normal;
                font-size: 0.8rem;
                margin-top: 0.5rem;
            }

            .z_fs4 .h3 img {
                position: absolute;
                right: 0;
                top: -0.5rem;
                width: 14%;
            }

        .z_fs4 .ul {
            width: 90%;
            float: left;
            margin-left: 5%;
        }

            .z_fs4 .ul .li {
                width: 50%;
                float: left;
                font-size: 0.7rem;
                color: #333;
                height: 1.5rem;
                line-height: 1.5rem;
            }

                .z_fs4 .ul .li i {
                    display: block;
                    width: 0.3rem;
                    height: 0.3rem;
                    background: #ff0000;
                    float: left;
                    margin-top: 0.6rem;
                    border-radius: 50%;
                    margin-right: 0.5rem;
                }

    .z_fs5 {
        float: right;
        width: 94%;
        -moz-box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
        -webkit-box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
        box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
        box-sizing: border-box;
        padding: 1rem 2%;
        margin-right: 3%;
margin-bottom:2rem;
background:#fff;
    }

        .z_fs5 .h3 {
            font-size: 1rem;
            font-family: sourcehansans;font-weight: bold;font-weight: bold;
            color: #333;
            position: relative;
            border-bottom: 1px solid #dcdcdc;
            padding-bottom: 0.5rem;
            margin-bottom: 0.5rem;
        }

            .z_fs5 .h3 .span {
                font-weight: normal;
                font-size: 0.8rem;
                margin-top: 0.5rem;
            }

            .z_fs5 .h3 img {
                position: absolute;
                right: 0;
                top: -0.5rem;
                width: 16%;
            }

        .z_fs5 .ul {
            width: 100%;
            float: left;
        }

            .z_fs5 .ul .li {
                width: 50%;
                float: left;
                font-size: 0.7rem;
                color: #333;
                height: 1.5rem;
                line-height: 1.5rem;
                overflow: hidden;
            }

                .z_fs5 .ul .li i {
                    display: block;
                    width: 0.3rem;
                    height: 0.3rem;
                    background: #ff0000;
                    float: left;
                    margin-top: 0.6rem;
                    border-radius: 50%;
                    margin-right: 0.5rem;
                }

    .z_fs6 {
        width: 100%;
        float: left;
        margin-bottom:2rem;
    }

        .z_fs6 .dt {
            float: left;
            width: 94%;
            background: url(../images/sj.png) no-repeat center;
            margin-left: 5.9%;
            color: #333;
            line-height: 2;
            font-size: 0.8rem;
            text-align: center;
            box-sizing: border-box;
            padding: 1rem 0;
            background-size: 100%;
            margin-bottom: 1rem;
        }

        .z_fs6 img {
            float: right;
            width: 94%;
            margin-right: 3%;
        }

    .z_fs7 {
        width: 100%;
        float: left;
        background: url(../images/bg5.jpg) no-repeat center;
        background-size: cover;
margin-bottom:2rem;
    }

        .z_fs7 .font {
            width: 94%;
            float: left;
            font-size: 0.8rem;
            color: #333;
            margin-bottom: 1rem;
            margin-left: 3%;
        }

    .z_fs8 {
        width: 94%;
        float: left;
        margin-top: 1rem;
        margin-left: 3%;
margin-bottom:2rem;
    }

        .z_fs8 .h3 {
            width: 100%;
            float: left;
            color: #333;
            font-size: 1rem;
            margin-bottom: 1rem;
        }

        .z_fs8 .ul {
            width: 100%;
            float: left;
            text-align: center;
        }

            .z_fs8 .ul .li {
                width: 48.5%;
                box-sizing: border-box;
                border: 1px solid #dcdcdc;
                float: left;
                margin-bottom: 1rem;
            }
               .z_fs8 .ul .li:nth-child(2n+0){
    float: right;
}

                .z_fs8 .ul .li .h4 {
                    width: 100%;
                    float: left;
                    border-bottom: 1px solid #dcdcdc;
                    height: 2rem;
                    line-height: 2rem;
                    font-size: 0.9rem;
                    color: #fff;
                }

                .z_fs8 .ul .li .font {
                    width: 100%;
                    float: left;
                    -moz-box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
                    -webkit-box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
                    box-shadow: 0px 0px 10px rgba(157,157,157,0.35);
                    box-sizing: border-box;
                    text-align: left;
                    padding: 0 5%;
                    padding-top: 0.5rem;
                    height: 8.5rem;
                }

                    .z_fs8 .ul .li .font .span {
                        width: 50%;
                        float: left;
                        margin-bottom: 0.5rem;
                        box-sizing: border-box;
                        font-size: 0.7rem;
                        color: #000;
                        height: 1.5rem;
                        line-height: 1.5rem;
                        background: url(../images/sj1.png) no-repeat left;
                        padding-left: 5%;
                        height: 1.5rem;
                        overflow: hidden;
                        background-size: 0.2rem;
                    }

                .z_fs8 .ul .li:nth-child(1) .h4 {
                    background: #6882cd;
                }

                .z_fs8 .ul .li:nth-child(1) .font {
                    background: #dbdff1;
                }

                    .z_fs8 .ul .li:nth-child(1) .font .span {
                        width: 100%;
                    }

                .z_fs8 .ul .li:nth-child(2) .h4 {
                    background: #009625;
                }

                .z_fs8 .ul .li:nth-child(2) .font {
                    background: #d5f9db;
                }

                    .z_fs8 .ul .li:nth-child(2) .font .span {
                        width: 33%;
                    }

                .z_fs8 .ul .li:nth-child(3) .h4 {
                    background: #ecbc00;
                }

                .z_fs8 .ul .li:nth-child(3) .font {
                    background: #ffe9cf;
                }

                .z_fs8 .ul .li:nth-child(4) .h4 {
                    background: #dc92ff;
                }

                .z_fs8 .ul .li:nth-child(4) .font {
                    background: #f6e2ff;
                }

                .z_fs8 .ul .li:nth-child(5) .h4 {
                    background: #38bdcb;
                }

                .z_fs8 .ul .li:nth-child(5) .font {
                    background: #d4e8e8;
                }

                .z_fs8 .ul .li:nth-child(6) .h4 {
                    background: #c14e33;
                }

                .z_fs8 .ul .li:nth-child(6) .font {
                    background: #ffd5cb;
                }

                    .z_fs8 .ul .li:nth-child(6) .font .span {
                        width: 100%;
                    }

    .z_fs9 {
        width: 100%;
        float: left;
margin-bottom:2rem;
    }

        .z_fs9 .li {
            width: 100%;
            float: left;
            background-size: 40% !important;
        }

            .z_fs9 .li .h3 {
                float: left;
                color: #333;
                font-family: sourcehansans;font-weight: bold;font-weight: bold;
            }

            .z_fs9 .li .font {
                float: right;
                margin-right: 1%;
                width: 72%;
            }

                .z_fs9 .li .font .span {
                    width: 100%;
                    float: left;
                    background: #f2f2f2;
                    margin-bottom: 0.5rem;
                    box-sizing: border-box;
                    border: 1px solid #dcdcdc;
                    font-size: 0.7rem;
                    color: #333;
                    padding: 0.5rem 3%;
                    line-height: 1.5;
                }

            .z_fs9 .li:nth-child(1) {
                background: url(../images/y1.png) no-repeat left 56%;
            }

                .z_fs9 .li:nth-child(1) .h3 {
                    font-size: 0.7rem;
                    width: 16%;
                    margin-top: 8rem;
                    margin-left: 3.5%;
                    line-height: 1.5;
                }

                .z_fs9 .li:nth-child(1) .font {
                    margin-top: 3rem;
                }

            .z_fs9 .li:nth-child(2) {
                background: url(../images/y2.png) no-repeat left;
                padding: 0.8rem 0;
            }

                .z_fs9 .li:nth-child(2) .h3 {
                    font-size: 1.5rem;
                    width: 23%;
                    text-align: center;
                    margin-top: 3rem;
                }

                .z_fs9 .li:nth-child(2) .font {
                    margin-top: 1rem;
                }

            .z_fs9 .li:nth-child(3) {
                background: url(../images/y3.png) no-repeat left 60%;
            }

                .z_fs9 .li:nth-child(3) .h3 {
                    font-size: 0.9rem;
                    width: 23%;
                    text-align: center;
                    margin-top: 32%;
                }

                .z_fs9 .li:nth-child(3) .font {
                margin-top: 0rem;
                }

    .z_fs10 {
        width: 100%;
        float: left;
margin-bottom:2rem;
background:#fff;
    }

        .z_fs10 img {
            width: 100%;
            float: left;
        }

    .z_fs11 {
        width: 94%;
        float: left;
        margin-top: 1rem;
        margin-bottom: 3rem;
        margin-left: 3%;
    }

        .z_fs11 .li {
            float: left;
            width: 100%;
            background: #f1f1f1;
            box-sizing: border-box;
            padding-top: 1rem;
            padding-left: 3%;
            margin-bottom: 1rem;
            padding-bottom: 1rem;
        }

            .z_fs11 .li:nth-child(3n+0) {
            }

            .z_fs11 .li .h3 {
                color: #333;
                line-height: 1;
                font-size: 0.9rem;
                margin-bottom: 0.5rem;
            }

            .z_fs11 .li .font {
                font-size: 0.7rem;
                color: #333;
                line-height: 1.5;
            }

    .z_ly1 {
        width: 94%;
        float: left;
        margin-left: 3%;
margin-bottom:2rem;
    }

        .z_ly1 .font {
            font-size: 0.8rem;
            color: #333;
            margin-bottom: 1rem;
            line-height: 1.5;
        }

        .z_ly1 .span {
            width: 50%;
            float: left;
            text-align: center;
            margin-bottom: 1rem;
        }

            .z_ly1 .span img {
            width: 60%;
            }

    .z_ly2 {
        width: 100%;
        float: left;
        text-align: center;
margin-bottom:2rem;
    }

        .z_ly2 .li {
            display: inline-block;
            width: 25.5%;
            margin: 0 3%;
        }

            .z_ly2 .li img {
            }

            .z_ly2 .li .h3 {
                font-size: 0.9rem;
                color: #333;
                text-align: left;
                margin-top: 1rem;
                margin-bottom: 1rem;
                line-height: 1.5;
            }

            .z_ly2 .li .font {
                color: #333;
                text-align: left;
                font-size: 0.7rem;
                height: 3.5rem;
                overflow: hidden;
                line-height: 1.5;
            }

            .z_ly2 .li:nth-child(3n+0) {
            }

    .z_ly3 {
        width: 100%;
        float: left;
        position: relative;
margin-bottom:2rem;
    }

        .z_ly3 img {
            float: left;
            width: 59.5%;
        }

        .z_ly3 .dt {
            position: absolute;
            right: 0;
            width: 39.5%;
            background: #ebebeb;
            height: 100%;
        }

        .z_ly3 .h3 {
            display: table;
            height: 100%;
            width: 100%;
            text-align: center;
        }

            .z_ly3 .h3 .font {
                display: table-cell;
                vertical-align: middle;
                color: #333;
                line-height: 2;
                font-size: 0.7rem;
            }

                .z_ly3 .h3 .font span {
                    font-size: 0.9rem;
                }

    .z_ly4 {
        width: 100%;
        float: left;
margin-bottom:2rem;
    }

        .z_ly4 .li {
            width: 100%;
            float: left;
            margin-top: 1rem;
            position: relative;
        }

            .z_ly4 .li img {
                float: left;
                width: 30.5%;
            }

            .z_ly4 .li .dt {
                position: absolute;
                right: 0;
                width: 68.5%;
                background: #f1f1f1;
                height: 100%;
                box-sizing: border-box;
                padding-left: 3%;
                padding-right: 3%;
            }

                .z_ly4 .li .dt .h3 {
                    color: #333;
                    line-height: 1;
                    font-family: sourcehansans;font-weight: bold;font-weight: bold;
                    font-size: 1rem;
                    margin-top: 0.5rem;
                    margin-bottom: 0.4rem;
                    padding-bottom: 0.7rem;
                    position: relative;
                }

                    .z_ly4 .li .dt .h3 i {
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 3rem;
                        height: 0.3rem;
                        background: #ff0000;
                        border-radius: 5px;
                    }

                .z_ly4 .li .dt .font {
                    font-size: 0.8rem;
                    color: #333;
                    line-height: 1.5;
                    height: 2.5rem;
                    overflow: hidden;
                }

    .z_ly5 {
        width: 94%;
        float: left;
        margin-left: 3%;
margin-bottom:2rem;
    }

        .z_ly5 .li {
            width: 100%;
            float: left;
            width: 32%;
            margin-right: 2%;
        }

            .z_ly5 .li:nth-child(3n+0) {
                margin-right: 0;
            }

            .z_ly5 .li img {
                width: 100%;
            }

            .z_ly5 .li .font {
                width: 100%;
                float: left;
                font-size: 0.7rem;
                color: #333;
                line-height: 1.5;
                margin-top: 0.5rem;
                height: 2.1rem;
                overflow: hidden;
            }

    .z_ly6 {
        width: 94%;
        float: left;
        margin-left: 3%;
margin-bottom:2rem;
    }

        .z_ly6 .li {
            width: 100%;
            float: left;
            width: 32%;
            margin-right: 2%;
        }

            .z_ly6 .li:nth-child(3n+0) {
                margin-right: 0;
            }

            .z_ly6 .li img {
                width: 100%;
            }

            .z_ly6 .li .h3 {
                font-size: 0.9rem;
                text-align: center;
                color: #333;
                height: 2rem;
                line-height: 2rem;
            }

            .z_ly6 .li .font {
                width: 100%;
                float: left;
                font-size: 0.7rem;
                color: #333;
                line-height: 1.5;
                height: 2.5rem;
                overflow: hidden;
            }

    .z_slgz {
        width: 94%;
        float: left;
        margin-left: 3%;
margin-bottom:2rem;
    }

        .z_slgz .li {
            width: 50%;
            float: left;
            text-align: center;
        }

            .z_slgz .li img {
            width: 40%;
            }

            .z_slgz .li .font {
                font-size: 0.8rem;
                color: #888888;
                margin-top: 1rem;
            }

    .z_slgz1 {
        width: 100%;
        float: left;
        margin-top: 1.5rem;
margin-bottom:2rem;
    }

        .z_slgz1 .li {
            float: left;
            width: 44%;
            margin: 0 3%;
            background: #f2f2f2;
            box-sizing: border-box;
            border-radius: 5px;
            padding: 1.8rem 5%;
            position: relative;
        }

            .z_slgz1 .li .h3 {
                position: absolute;
                background: #ff0000;
                font-size: 0.7rem;
                color: #fff;
                width: 48%;
                border-radius: 20px;
                left: 10%;
                top: -0.8rem;
                text-align: center;
                height: 1.5rem;
                line-height: 1.5rem;
            }

            .z_slgz1 .li .font {
                color: #333;
                width: 100%;
                float: left;
                font-size: 0.7rem;
                line-height: 1.5;
                height: 7rem;
            }

    .z_slgz2 {
        width: 100%;
        float: left;
margin-bottom:2rem;
    }

        .z_slgz2 .li {
            float: left;
            width: 32.5%;
            margin-right: 1%;
            position: relative;
            padding-bottom: 2.5rem;
        }

            .z_slgz2 .li:nth-child(3n+0) {
                margin-right: 0;
            }

            .z_slgz2 .li img {
                width: 100%;
            }

            .z_slgz2 .li .dt {
                position: absolute;
                left: 3%;
                background: #f3f3f3;
                bottom: 0;
                width: 94%;
                box-sizing: border-box;
                padding: 0.5rem 4%;
            }

                .z_slgz2 .li .dt .h3 {
                    color: #333;
                    font-size: 0.9rem;
                    position: relative;
                    padding-bottom: 0.5rem;
                    margin-bottom: 0.5rem;
                }

                    .z_slgz2 .li .dt .h3 i {
                        bottom: 0;
                        position: absolute;
                        width: 2rem;
                        left: 0;
                        background: #ff0000;
                        height: 0.2rem;
                        border-radius: 5px;
                    }

                .z_slgz2 .li .dt .font {
                    font-size: 0.8rem;
                    color: #333;
                    height: 1.5rem;
                    overflow: hidden;
                    line-height: 1.5rem;
                }

    .z_slgz3 {
        width: 94%;
        float: left;
        margin-left: 3%;
margin-bottom:2rem;
    }

        .z_slgz3 .li {
            float: left;
            width: 48.5%;
            background: #f2f2f2;
            box-sizing: border-box;
            padding: 1rem 3%;
            margin-bottom: 1rem;
            overflow: hidden;
            height: 13.5rem;
        }

            .z_slgz3 .li:nth-child(2n+0) {
                float: right;
            }

            .z_slgz3 .li .font {
                color: #333333;
                width: 100%;
                float: left;
                box-sizing: border-box;
                font-size: 0.7rem;
                position: relative;
                padding-left: 5%;
                overflow: hidden;
            }

                .z_slgz3 .li .font i {
                    position: absolute;
                    left: 0;
                    background: #ff0000;
                    width: 0.3rem;
                    height: 0.3rem;
                    border-radius: 50%;
                    top: 0.6rem;
                }

    .z_slgz4 {
        width: 94%;
        float: left;
        margin-left: 3%;
margin-bottom:2rem;
    }

        .z_slgz4 .li {
            float: left;
            width: 48.5%;
            =: 1.2%
            background: #f2f2f2;
            box-sizing: border-box;
            padding: 2rem 2%;
            margin-bottom: 1rem;
            overflow: hidden;
            height: 7.5rem;
            position: relative;
        }

            .z_slgz4 .li .font {
                color: #333333;
                width: 100%;
                float: left;
                box-sizing: border-box;
                font-size: 0.8rem;
                position: relative;
                padding-left: 7%;
                z-index: 2;
            }

            .z_slgz4 .li:nth-child(2n+0) {
                float: right;
            }

            .z_slgz4 .li .font i {
                position: absolute;
                left: 0;
                background: #ff0000;
                width: 0.3rem;
                height: 0.3rem;
                border-radius: 50%;
                top: 0.6rem;
            }

            .z_slgz4 .li .h3 {
                position: absolute;
                font-family: Arial;
                color: #d8d8d8;
                right: 6%;
                z-index: 1;
                bottom: -2rem;
                line-height: 1;
                font-size: 5rem;
            }

    .z_slgz5 {
        width: 100%;
        float: left;
margin-bottom:2rem;
    }

        .z_slgz5 .h3 {
            width: 100%;
            float: left;
            text-align: center;
            font-size: 0.8rem;
            color: #333;
            margin-top: 2rem;
        }

        .z_slgz5 img {
            float: left;
            width: 94%;
            margin-left: 3%;
        }

        .z_slgz5 .dt {
            float: right;
            width: 94%;
            margin-top: 1rem;
            margin-right: 3%;
        }

            .z_slgz5 .dt .font {
                width: 100%;
                float: left;
                box-sizing: border-box;
                font-size: 0.8rem;
                color: #333;
                background: #eee;
                margin-bottom: 1rem;
                border-radius: 5px;
                padding: 0.5rem 4%;
            }

    .z_slgz6 {
        width: 94%;
        float: left;
        margin-left: 3%;
margin-bottom:2rem;
    }

        .z_slgz6 .li {
            float: left;
            width: 100%;
            position: relative;
            margin-bottom: 1rem;
        }

            .z_slgz6 .li img {
                width: 100%;
            }

            .z_slgz6 .li .font {
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 1rem;
                background-color: rgba(255,255,255,0.8);
                font-size: 1rem;
                color: #333;
                text-align: center;
                height: 4rem;
                line-height: 4rem;
                background-image: url(../images/yuan1.png);
                background-repeat: no-repeat;
                background-position: 6% center;
            }

    .z_slgz7 {
        width: 100%;
        float: left;
        margin-bottom: 4rem;
    }

        .z_slgz7 .li {
            float: left;
            width: 49%;
            background: #f1f1f1;
            height: 8.3rem;
            box-sizing: border-box;
            padding-top: 1rem;
            padding-left: 3%;
        }

            .z_slgz7 .li:nth-child(2n+0) {
                float: right;
            }

            .z_slgz7 .li .h3 {
                color: #333;
                line-height: 1;
                font-size: 0.9rem;
                margin-bottom: 1rem;
            }

            .z_slgz7 .li .font {
                font-size: 0.7rem;
                color: #333;
                line-height: 1.5;
            }

    .z_slxt {
        width: 94%;
        float: left;
        margin-left: 3%;
margin-bottom:2rem;
    }

        .z_slxt .li {
            width: 50%;
            float: left;
            text-align: center;
        }

            .z_slxt .li img {
            width: 45%;
            }

            .z_slxt .li .h3 {
                color: #333;
                width: 100%;
                float: left;
                font-size: 1rem;
                margin-top: 1rem;
                margin-bottom: 0.5rem;
                padding-bottom: 0.5rem;
                position: relative;
            }

                .z_slxt .li .h3 i {
                    position: absolute;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    bottom: 0;
                    width: 1rem;
                    background: #ff0000;
                    height: 0.2rem;
                }

            .z_slxt .li .font {
                display: inline-block;
                font-size: 0.8rem;
                color: #333;
                text-align: left;
                line-height: 1.5;
                width: 90%;
            }

        .z_slxt .h4 {
            width: 100%;
            float: left;
            text-align: center;
            margin-bottom: 2rem;
            color: #333;
            line-height: 1.5;
            font-size: 0.9rem;
        }

    .z_slxt1 {
        width: 100%;
        float: left;
margin-bottom:2rem;
    }

        .z_slxt1 .li {
            width: 100%;
            float: left;
            position: relative;
            margin: 0.5rem 0;
            overflow: hidden;
        }

            .z_slxt1 .li img {
                width: 50%;
                float: left;
            }

            .z_slxt1 .li .font {
                display: table;
                height: 100%;
                width: 100%;
            }

                .z_slxt1 .li .font .span {
                    display: table-cell;
                    height: 100%;
                    width: 100%;
                    vertical-align: middle;
line-height:1.5;
                }

            .z_slxt1 .li .h3 {
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                width: 50%;
                box-sizing: border-box;
                font-size: 0.8rem;
                color: #333;
                padding: 0 5%;
            }

            .z_slxt1 .li:nth-child(2n+0) {
                float: right;
            }

    .z_slxt2 {
        margin-top: 2rem;
margin-bottom:2rem;
    }

    .z_aa11 {
        width: 100%;
        float: left;
        background: url(../images/xian.jpg) no-repeat center 130%;
    }

    .z_aa12 {
        width: 100%;
        float: left;
    }

        .z_aa12 img {
            width: 100%;
            float: left;
        }

    .z_aa13 {
        width: 100%;
        float: left;
    }

        .z_aa13 img {
            width: 100%;
            float: left;
        }

    .z_aa14 {
        width: 100%;
        float: left;
        margin-top: 2rem;
    }

        .z_aa14 img {
            width: 100%;
            float: left;
        }

    .z_down {
        width: 100%;
        float: left;
        margin-top: 1rem;
        transform: translateY(300px);
                    opacity: 0;
                    animation: bacnner_con 1s linear;
    }

        .z_down tbody {
         
        }

            .z_down tbody tr {
                height: 3rem;
                line-height: 3rem;
                box-sizing: border-box;
                padding: 0 5%;
                background: #f2f2f2;
            }

                .z_down tbody tr.nhov {
                    background: #d7d6d6;
                    transform: translateX(0px);
                    opacity: 1;
                   transition: all 1s linear .5s;
                }

                    .z_down tbody tr.nhov td {
                        text-align: center !important;
                        font-size: 0.8rem;
                    }

                .z_down tbody tr td {
                    font-size: 0.7rem;
                    color: #333;
                    text-align: center;
                    box-sizing: border-box;
                    padding: 0;
                    height: 3rem;
                    line-height: 3rem;
                    float: left;
                    text-align: center;
                    width: 20%;
                    overflow: hidden;
                }
                    .z_down tbody tr td a {
                        color: #333;
                    }


    .z_dh .z_down {
        transform: translateY(0px);
        opacity: 1;
       transition: all 1s linear .5s;
    }

    .z_yema {
        width: 100%;
        float: left;
        margin: 2rem 0;
        text-align: center;
    }

        .z_yema a {
            display: inline-block;
            background: #a2a2a2;
            width: 0.8rem;
            height: 0.8rem;
            border-radius: 3px;
            margin: 0 3px;
        }

            .z_yema a.nhov {
                background: #000;
            }

    .z_ask {
        width: 94%;
        float: left;
        margin-left: 3%;
    }

        .z_ask ul li {
            width: 100%;
            float: left;
            margin-top: 1rem;
            background: #f5f5f5;
            padding: 0.5rem 2%;
            transform: translateY(300px);
            opacity: 0;
            animation: bacnner_con 1s linear;
            box-sizing: border-box;
        }

    .z_dh .z_ask ul li {
        transform: translateY(0px);
        opacity: 1;
       transition: all 1s linear .5s;
    }

    .z_ask ul li .h3 {
        color: #000;
        font-size: 0.9rem;
        position: relative;
    }

        .z_ask ul li .h3 i {
            position: absolute;
            width: 2rem;
            height: 0.2rem;
            left: 0;
            bottom: 0;
            background: #ff0000;
            border-radius: 5px;
            display: none;
        }

    .z_ask ul li .font {
        width: 100%;
        float: left;
        font-size: 0.8rem;
        color: #888;
        height: 1.5rem;
        line-height: 1.5rem;
        margin-top: 0.2rem;
        overflow: hidden;
    }

    .z_nr1 {
        width: 94%;
        float: left;
        font-size: 0.8rem;
        color: #666;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: 3%;
        line-height: 1.5;
            transition: all 1s linear .5s;
    transform: translateY(300px);
    opacity: 0;
    }

     .z_dh .z_nr1{
        transform: translateY(0px);
        opacity: 1;
    }

    .z_tj {
        width: 94%;
        float: left;
        margin-bottom: 1rem;
        margin-left: 3%;
    }

        .z_tj .ul {
            width: 100%;
            float: left;
        }

            .z_tj .ul .li {
                width: 49%;
                float: left;
                background: #f6f6f6;
                box-sizing: border-box;
                border: 1px solid #ececec;
                padding: 0.5rem 1%;
            }

                .z_tj .ul .li .font {
                    width: 100%;
                    float: left;
                    font-size: 0.7rem;
                    color: #555;
                    box-sizing: border-box;
                    margin: 0.2rem 0;
                    background: url(../images/yj1.png) no-repeat left;
                    padding-left: 8%;
                    height: 1.5rem;
                    overflow: hidden;
                    line-height: 1.5rem;
                }

                    .z_tj .ul .li .font a {
                        color: #555;
                    }

        .z_tj .h3 {
            color: #000;
            font-size: 1rem;
            margin-bottom: 0.5rem;
        }

        .z_tj .ul .li:nth-child(2n+0) {
            float: right;
        }

    .z_news {
        width: 94%;
        float: left;
        margin-left: 3%;
          transform: translateY(300px);
            opacity: 0;
            animation: bacnner_con 1s linear;
    }

        .z_news ul li {
            width: 100%;
            float: left;
            margin-top: 1rem;
            box-sizing: border-box;
            border: 1px solid #ececec;
            background: #f5f5f5;
            padding: 0.5rem 1%;
        }

    .z_dh .z_news{
        transform: translateY(0px);
        opacity: 1;
       transition: all 1s linear .5s;
    }

    .z_news ul li img {
        float: left;
        width: 14%;
        display: none;
    }

    .z_news ul li .dt {
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

        .z_news ul li .dt .h3 {
            font-size: 0.8rem;
            color: #000;
            padding-bottom: 0.5rem;
            margin-bottom: 0.5rem;
            position: relative;
            margin-top: 0.5rem;
        }

            .z_news ul li .dt .h3 i {
                background: #ff0000;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 1.5rem;
                height: 0.1rem;
            }

        .z_news ul li .dt .font {
            color: #666;
            font-size: 0.7rem;
            float: left;
            width: 62%;
            height: 1.5rem;
            line-height: 1.5rem;
            overflow: hidden;
        }

        .z_news ul li .dt .span {
            float: right;
            font-family: Arial;
            font-size: 0.7rem;
            color: #666;
        }


    .z_show {
        width: 94%;
        float: left;
        font-size: 0.8rem;
        color: #666;
        margin-left: 3%;
    }

        .z_show .h3 {
            text-align: center;
            font-family: Arial;
            font-size: 0.7rem;
            margin-bottom: 0.5rem;
        }

        .z_show .font {
            transition: all .8s linear .5s;
            transform: scale(0);
        }

    .z_dh .z_show .font {
        transform: scale(1);
    }

    .z_fanye {
        width: 94%;
        float: left;
        margin-top: 1rem;
        font-size: 0.9rem;
        margin-left: 3%;
    }

        .z_fanye a {
            color: #000016;
            display: block;
        }

    .z_tj1 {
        width: 94%;
        float: left;
        margin-bottom: 1rem;
        margin-top: 2rem;
        margin-left: 3%;
    }

        .z_tj1 .ul {
            width: 100%;
            float: left;
            margin-top: 0.5rem;
        }

            .z_tj1 .ul .li {
                width: 48.5%;
                float: left;
                margin-bottom: 1rem;
            }

                .z_tj1 .ul .li img {
                    width: 100%;
                }

                .z_tj1 .ul .li .font {
                    width: 100%;
                    float: left;
                    margin-top: 0.5rem;
                    font-size: 0.7rem;
                    color: #555;
                    height: 1.5rem;
                    line-height: 1.5rem;
                    overflow: hidden;
                }

        .z_tj1 .h3 {
            color: #000;
            font-size: 1rem;
            margin-bottom: 0.5rem;
        }

        .z_tj1 .ul .li:nth-child(2n+0) {
            float: right;
        }
        .pc{display:none;}
        .fp-tableCell{height: auto !important;width: 100%;float: left;}
        .section{
    height: auto !important;
    width: 100%;
    float: left;
}
        .z_banner1{
    height: auto !important;
}
.fp-auto-height{
    width: 100%;
    float: left;
}
.z_foot1{
    width: 100%;
    float: left;
}
.slideBox{display:none;}
.z_dh .z_banner1 .swiper-pagination{display:none !important;}
}
