    /* banner图开始 */
    
    .news01_banner {
        background: url(../images/banner1.jpg) no-repeat center;
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
        background-size: 100% 100%;
        /* width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1; */
    }
    
    .news01_banner img {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
    }
    
    .news01_banner_z {
        max-width: 1200px;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
        padding: 103px 0 137px;
    }
    
    .news01_banner_z h2 {
        font-size: 50px;
        color: #333333;
        font-style: italic;
        font-weight: normal;
        margin-left: 190px;
    }
    
    .news01_banner_z h1 {
        font-size: 50px;
        color: #333333;
        font-style: italic;
        margin-left: 74px;
    }
    
    .detail02_banner {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
    }
    
    .detail02_banner img {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
    }
    /* banner图结束 */
    /* 面包屑开始 */
    
    .news01_crumbs {
        width: 100%;
        height: 80px;
        overflow: hidden;
        display: block;
        margin: auto;
        background: #fff;
        border-bottom: 1px solid #f2f2f2;
    }
    
    .news01_crumbs_con {
        max-width: 1200px;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
    }
    
    .crumbs {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
        color: #b2b2b2;
    }
    
    .crumbs img {
        width: 15px;
        height: 14px;
        margin: -1px auto;
    }
    
    .crumbs a {
        font-size: 14px;
        color: #999999;
        padding: 0 10px;
        line-height: 80px;
    }
    
    .crumbs a:hover {
        color: #69d7b0;
    }
    /* 面包屑结束 */
    /* 详情内容开始  */
    
    .detail02_con {
        max-width: 1180px;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
    }
    
    .detail02_con_t {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
        border-bottom: 1px solid #cccccc;
    }
    
    .detail02_con_t h1 {
        font-size: 32px;
        color: #191919;
        font-weight: normal;
        margin-top: 62px;
    }
    
    .detail02_con_t h2 {
        font-size: 32px;
        color: #191919;
        font-weight: bold;
        margin: 60px;
        text-align: center;
    }
    
    .detail02_con_t_c {
        width: auto;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
    }
    
    .detail02_con_t_c span {
        font-size: 16px;
        color: #666666;
        display: inline-block;
        margin-right: 130px;
        padding: 26px 0 32px;
    }
    
    .detail02_con_c {
        width: auto;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
    }
    
    .detail02_con_c_con {
        padding: 40px 0;
        width: auto;
        height: auto;
        overflow: hidden;
        display: block;
        margin: auto;
    }
    
    /*.detail02_con_c_con p {*/
    /*    text-indent: 2em;*/
    /*    line-height: 34px;*/
    /*    font-size: 18px;*/
    /*    color: #666666;*/
    /*}*/
    .detail02_con_c_con video{
        width: 800px !important;
        max-width: 100%;
        height: 500px !important;
    }
    
    .detail02_con_c_con img {
        max-width: 100%;
        height: auto;
        margin: 40px auto;
        display: block;
        overflow: hidden;
    }
    
    .detail02_con_b {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
        margin: 20px auto 100px;
    }
    
    .detail02_con_b a {
        font-size: 18px;
        color: #333333;
        width: 50%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .detail02_con_b a:hover {
        color: rgb(68, 112, 128);
    }
    
    .detail02_con_b .pro {
        float: left;
    }
    
    .detail02_con_b .pro:hover {
        margin-left: 15px;
    }
    
    .detail02_con_b .next {
        float: right;
    }
    
    .detail02_con_b .next:hover {
        margin-right: 15px;
    }
    /* 详情内容结束  */
    
    @media screen and (max-width: 1200px) {
        .crumbs {
            width: 97%;
        }
        .detail02_con {
            max-width: 96%;
        }
    }
    
    @media screen and (max-width: 950px) {
        .detail02_crumbs {
            height: 50px;
        }
        .detail02_crumbs_con ul li a p {
            padding-bottom: 10px;
            margin-top: 14px;
        }
        .detail02_con_t h1 {
            font-size: 28px;
            margin-top: 25px;
        }
        .detail02_con_t_c span {
            font-size: 15px;
            margin-right: 50px;
            padding: 15px 0 17px;
        }
        .detail02_con_c_con {
            padding: 20px 0;
        }
        /*.detail02_con_c_con p {*/
        /*    line-height: 26px;*/
        /*    font-size: 16px;*/
        /*}*/
        .detail02_con_b {
            margin: 10px auto 50px;
        }
        .detail02_con_b a {
            font-size: 16px;
        }
    }
    
    @media screen and (max-width: 750px) {
        .news01_banner {
            margin: 58px auto 0;
        }
        .news01_banner_z {
            padding: 40px 0 100px;
        }
        .news01_banner_z h2 {
            font-size: 26px;
            text-align: center;
            margin-left: 0;
        }
        .news01_banner_z h1 {
            font-size: 26px;
            margin-top: 0;
            text-align: center;
            margin-left: 0;
        }
        .detail02_banner img {
            height: 115px;
        }
        .news01_crumbs {
            height: auto;
        }
        .news01_crumbs_con {
            margin: 10px auto;
        }
        .crumbs a {
            line-height: 20px;
            font-size: 13px;
        }
        .detail02_con_t h1 {
            font-size: 18px;
            margin-top: 10px;
        }
        .detail02_con_t_c span {
            font-size: 12px;
            margin-right: 30px;
            padding: 10px 0 11px;
        }
        .detail02_con_c_con {
            padding: 10px 0;
        }
        /*.detail02_con_c_con p {*/
        /*    line-height: 18px;*/
        /*    font-size: 13px;*/
        /*}*/
        .detail02_con_c_con video{
            height: auto !important;
        }
        .detail02_con_c_con img {
            margin: 15px auto;
        }
        .detail02_con_b {
            margin: 5px auto 15px;
        }
        .detail02_con_b a {
            font-size: 12px;
        }
    }