    /*  
365建站器让建站和seo变得简单！
siteurl：http://soft.365jz.com
*/
    
    body {
        padding: 0;
        margin: 0;
        overflow-x: hidden;
        font-family: "微软雅黑", "宋体", "Trebuchet MS", Tahoma, Arial, sans-serif;
        color: #222222;
        font-size: 12px;
        line-height: 20px;
        background: #FFF;
    }
    
    * {
        padding: 0;
        margin: 0;
    }
    
    div,
    h1,
    h2,
    h3,
    h4,
    p,
    form,
    ul,
    label,
    input,
    textarea,
    img,
    span,
    dl,
    dt,
    dd {
        margin: 0;
        padding: 0;
    }
    
    table {
        border-collapse: collapse;
    }
    
    a {
        text-decoration: none;
        color: #333333;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    ul {
        padding: 0;
        margin: 0;
    }
    
    li {
        list-style-type: none;
    }
    
    img {
        border: none;
    }
    
    .clear {
        clear: both;
    }
    
    .clear::after {
        content: "";
        display: block;
        clear: both;
    }
    
    .font14 {
        font-size: 14px;
    }
    
    .padding-tb30 {
        padding-top: 124px;
    }
    /*  
header
*/
    
    .zd7806header {
        height: 60px;
        background: #FFF;
        box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }
    
    .zd7806header .logo {
        position: absolute;
        left: 10%;
        top: 0;
    }
    
    .zd7806header .logo h1 {
        font-size: 24px;
        line-height: 60px;
    }
    
    .zd7806header .logo img {
        padding: 0;
    }
    
    .zd7806header .zd7806navmenu {
        position: absolute;
        left: 51%;
        top: 0;
    }
    
    .zd7806header .zd7806navmenu ul li {
        font-size: 16px;
        text-align: center;
    }
    
    .index .zd7806navmenu ul li:first-child {
        color: #4ab344;
    }
    
    .zd7806header .zd7806navmenu .layui-nav-child {
        top: 60px;
    }
    
    .zd7806header .layui-nav-bar,
    .zd7806header .layui-nav-more,
    .layui-nav .layui-this:after {
        display: none;
    }
    
    .zd7806navmenu ul li:hover {
        /* background: rgba(232, 235, 239, .8); */
        color: #333;
    }
    
    .w100 {
        width: 100%;
    }
    
    .layui-nav .layui-nav-item a:hover,
    .layui-nav .layui-this a {
        /* background: rgba(232,235,239,.8); */
        /* color: #333;  */
        /* border-style: solid; */
        color: rgb(255, 77, 77);
        font-weight: bold;
    }
    
    .layui-nav .layui-this .layui-nav-child a {
        background: #FFF;
    }
    
    .layui-nav .layui-this .layui-nav-child a:hover {
        /* background: rgba(232,235,239,.8); */
    }
    
    .zd7806header .search {
        position: absolute;
        right: 15px;
        top: 30px;
        font-size: 12px;
        display: none;
    }
    
    .zd7806header .search ul li {
        position: relative;
        height: 24px;
        margin-top: -12px;
    }
    
    .zd7806header .search .icon {
        color: #666;
        position: absolute;
        right: 4px;
        top: 5px;
        z-index: 1;
        vertical-align: middle;
        background: url(/images/search.png) no-repeat;
        width: 20px;
        height: 20px;
    }
    
    .zd7806header .search input {
        border-radius: 20px;
        background: rgba(232, 235, 239, .8);
        outline: none;
        height: 24px;
        border: none;
        padding-left: 10px;
        padding-right: 26px;
        opacity: 0.7;
        width: 100px;
        -webkit-transition: opacity 0.5s ease-out, width 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out, width 0.5s ease-out;
        transition: opacity 0.5s ease-out, width 0.5s ease-out;
    }
    /*  
banner
*/
    
    .swiper-container {
        width: 100%;
    }
    
    .swiper-container img {
        max-width: 100%;
        width: 100%;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
    
    .swiper-text {
        position: absolute;
        left: 0;
        top: 70%;
        margin-top: -56px;
        z-index: 2;
        text-align: center;
        color: #FFF;
        width: 100%;
    }
    
    .swiper-text h3 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 3%;
        color: #FFF;
        line-height: 24px;
    }
    
    .swiper-text p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 3%;
        color: #FFF;
        line-height: 24px;
    }
    
    .swiper-text .swiperbtn {
        display: block;
        background: #0064Cd;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
        background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
        width: 120px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        border-radius: 20px;
        margin: 0 auto;
        font-size: 14px;
    }
    
    .swiper-text .swiperbtn:hover {
        -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
        box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    /* 布局 */
    
    .grid-demo {
        padding: 10px;
        line-height: 50px;
        text-align: center;
        background-color: #79C48C;
        color: #fff;
    }
    /* container */
    
    .zd7806sub-menu {
        background: white;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    }
    
    .zd7806sub-menu ul {
        text-align: center;
        font-size: 0;
    }
    
    .centerArea {
        max-width: 1200px;
        width: calc(100% - 32px);
        margin: 0 auto;
    }
    
    .zd7806sub-menu ul li {
        float: left;
        position: relative;
    }
    
    .zd7806sub-menu ul li a {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
        position: relative;
        padding: 18px 0;
        display: inline-block;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .zd7806sub-menu ul li.selected a {
        color: #ff5e19;
    }
    
    .zd7806sub-menu ul li:hover a {
        color: #ff5e19;
    }
    
    .zd7806sub-menu ul li.selected a::after {
        width: 100%;
    }
    
    .zd7806sub-menu ul li:hover a::after {
        width: 100%;
    }
    
    .zd7806sub-menu ul li a::after {
        content: "";
        width: 0;
        height: 4px;
        background: #ff5e19;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    @font-face {
        font-family: 'HelveticaNeueLTPro';
        src: url('../images/HelveticaNeueLTPro-ThEx.ttf?v=20208131600'), url('HelveticaNeueLTPro-ThEx.ttf?v=201808131600') format('embedded-opentype')
    }
    
    .zd7806row .zd7806rowtitle {
        text-align: center;
        padding: 30px 0 20px 0;
        display: none;
    }
    
    .zd7806row .zd7806rowtitle h1 {
        font-size: 28px;
        line-height: 30px;
        text-align: center;
    }
    
    .zd7806row .zd7806rowtitle p {
        font-size: 16px;
        line-height: 30px;
        color: rgba(119, 119, 119, 1);
        font-family: Arial;
    }
    
    .zd7806row .lead {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }
    
    .zd7806row .wow {
        background: #EFEFEF;
        -webkit-transition: .7s;
        -moz-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
        padding: 4px;
    }
    
    .zd7806row .wow:hover {
        background: #75B439;
    }
    
    .zd7806row .wow dt img {
        width: 100%;
    }
    
    .zd7806row .wow dd {
        padding: 15px;
    }
    
    .zd7806row .wow dd h1 {
        font-size: 24px;
        text-align: center;
        color: #333;
    }
    
    .zd7806row .wow dd p {
        color: #646464;
        font-size: 14px;
        text-align: left;
        line-height: 24px;
        margin-top: 10px;
    }
    
    .zd7806row .wow:hover dd h1,
    .zd7806row .wow:hover dd p {
        color: #fff;
    }
    
    .zd7806row .perProduct {
        position: relative;
        background: #ffffff;
        border: 1px solid #e1e1e1;
        height: 200px;
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
        border-radius: 6px;
    }
    
    .zd7806row .perProduct .left {
        float: left;
        width: 40%;
        height: 100%;
        box-sizing: border-box;
    }
    
    .zd7806row .perProduct .left img {
        top: 50%;
        -webkit-transform: translate(0px, 50%);
        transform: translate(0px, 50%);
        position: relative;
        max-width: 90%;
        margin: 0 auto;
        display: block;
    }
    
    .zd7806row .perProduct .right {
        float: left;
        width: 60%;
        font-family: MicrosoftYaHei;
    }
    
    .zd7806row .perProduct .right p {
        padding: 24px 0 16px;
        font-family: MicrosoftYaHei-Bold;
        font-size: 16px;
        color: #333333;
        letter-spacing: 1px;
        line-height: 28px;
    }
    
    .zd7806row .perProduct .right .p {
        font-size: 14px;
        line-height: 28px;
        padding-right: 5px;
    }
    
    .zd7806row .perProduct .right .look {
        position: absolute;
        bottom: 16px;
        right: 15px;
        background: #2352be;
        min-width: 80px;
        padding: 0 10px;
        height: 40px;
        font-size: 14px;
        color: #ffffff;
        letter-spacing: 0.88px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        transition: all .4s;
        text-decoration: none;
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
        border-radius: 6px;
    }
    
    .zd7806row .perProduct .right .look:hover {
        background-color: #1d3a7d;
    }
    
    .zd7806row .featured-image {
        text-align: center;
    }
    
    .zd7806row .featured-image img {
        width: 70%;
    }
    
    .zd7806row .description {
        padding-top: 20px;
    }
    
    .zd7806row .description h2 {
        font-size: 24px;
        line-height: 30px;
        padding: 10px;
    }
    
    .zd7806row .description p {
        font-size: 16px;
        line-height: 30px;
        padding: 4px;
    }
    
    a.site-down {
        position: relative;
        padding: 0 30px 0 30px;
        margin: 15px 0 0 6px;
        height: 36px;
        line-height: 36px;
        background-color: #0a6dee;
        font-size: 24px;
        color: #ccc;
        transition: all .5s;
        -webkit-transition: all .5s;
    }
    
    a.site-down:hover {
        color: #fff;
        border-radius: 30px;
    }
    
    .news_content {
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
        border-radius: 6px;
        overflow: hidden;
        background: #fff;
        -webkit-transition: .7s;
        -moz-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
    }
    
    .news_content:hover {
        background: #EFEFEF;
    }

    .news_img {
        width: 100%;
        height: 180px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }

    .news_info {
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        min-height: 78px;
        text-align: center;
    }
    
    .article_title {
        font-size: 16px;
        color: #333;
        text-decoration: none;
        overflow: hidden;
    }
    
    .news_summary {
        line-height: 26px;
        color: #878787;
        margin-top: 14px;
        font-size: 14px;
        overflow: hidden;
        visibility: hidden;
        text-overflow: ellipsis;
    white-space: nowrap;
    }
    /* 列表 */
    
    .zd7806news_list_wrap {
        max-width: 1140px;
        margin: 0 auto;
    }
    
    .news_list_item_line {
        padding: 30px;
        position: relative;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    .news_list_item_line:hover {
        -webkit-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
        -moz-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
        box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #fff;
        color: #2ba0e8;
    }
    
    .news_list_item_line:hover a {
        color: #2ba0e8;
    }
    
    .news_list_item_header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0
    }
    
    .news_list_item_date {
        font-size: 14px;
        color: #999;
        line-height: 24px;
    }
    
    .news_list_item_title {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        line-height: 24px;
    }
    
    .news_list_item_link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    
    .news_list_item_summery {
        margin-top: 18px;
        font-size: 14px;
        color: #666;
        line-height: 1.7;
    }
    
    .news_list_item_group a {
        display: inline-block;
        position: relative;
        height: 26px;
        line-height: 26px;
        max-width: 100%;
        padding: 0 8px;
        border: 1px solid #e5e5e5;
        margin-top: 12px;
        margin-right: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #999;
        font-size: 12px;
        word-break: keep-all;
        overflow: hidden;
        z-index: 2;
    }
    
    .news_list_parting_line {
        height: 0;
        border-bottom: 1px solid #ececec;
        margin: 0 1.6666%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* 分页 */
    
    .zzpages ul {
        float: left;
        padding: 12px 0px 12px 16px;
    }
    
    .zzpages ul li {
        display: inline-block;
        height: 35px;
        line-height: 35px;
        background: #fff;
        border: 1px solid #e5e5e5;
        overflow: hidden;
        vertical-align: top;
    }
    
    .zzpages li.thisclass {
        background: #292a32;
        border: 1px solid #292a32;
        color: #fff;
    }
    
    .zzpages ul li:hover {
        border: 1px solid #292a32;
    }
    
    .zzpages ul li a,
    .zzpages ul li .pageinfo {
        color: #292a32;
        padding: 8px 12px;
    }
    
    .zzpages li.thisclass a {
        color: #fff;
    }
    
    .zzpages .pageinfo strong {
        color: #555;
        font-weight: normal;
        margin: 0px 2px;
    }
    /* 内容 */
    
    .zd7806place {
        min-height: 56px;
        background-color: #f2f3f5;
        line-height: 56px;
        font-size: 16px;
        padding: 0 20px;
        margin: 20px 0;
    }
    
    .zd7806body {
        width: 100%;
        overflow-x: hidden;
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 30px;
    }
    
    .zd7806body h2 {
        font-size: 20px;
        line-height: 50px;
        text-align: left;
        color: #2a2e2e;
    }
    
    .zd7806body .info {
        padding-bottom: 15px;
        font-family: HelveticaNeueLTPro, 微软雅黑;
    }
    
    .zd7806body .info small {
        padding: 0 1px;
    }
    
    .zd7806body p {
        padding-bottom: 20px;
    }
    
    .zd7806body img {
        max-width: 98%;
        height: auto;
    }
    
    .zd7806meta-tags {
        padding: 20px 0;
    }
    
    .zd7806meta-tags .zd7806tagitem {
        position: relative;
        display: inline-block;
        height: 30px;
        padding: 0 12px;
        font-size: 14px;
        line-height: 30px;
        vertical-align: top;
        border-radius: 100px;
        background: #f2f3f5;
    }
    
    .zd7806meta-tags .zd7806tagitem:hover {
        background-color: rgba(0, 102, 255, .15);
    }
    
    .zd7806meta-tags .zd7806tagitem:not(:last-child) {
        margin-right: 10px;
    }
    
    .zd7806context {
        line-height: 30px;
    }
    /* 自定义内容 */
    
    .zd7806content {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 30px;
    }
    
    .zd7806content p {
        padding-bottom: 20px;
    }
    
    .zd7806content .contain {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        padding: 36px 40px;
        background: #FAF7F2;
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
        border-radius: 6px;
        -webkit-transition: .7s;
        -moz-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
    }
    
    .zd7806content .contain:hover {
        background: #EFEFEF;
    }
    
    .zd7806content .contain .ch-title {
        font-size: 24px;
        font-weight: 600;
        color: #5d5044;
        line-height: 32px;
        margin-bottom: 6px;
    }
    
    .zd7806content .contain .en-title {
        font-size: 16px;
        font-family: HelveticaNeueLTPro;
        color: rgba(133, 114, 90, 0.6);
        line-height: 32px;
        padding-bottom: 8px;
    }
    
    .zd7806content .contain .line {
        width: 48px;
        height: 4px;
        background: #ff9f38;
        display: inline-block;
        margin-bottom: 24px;
    }
    
    .zd7806content .contain p {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
        text-align: justify;
    }
    /* 时间线 */
    
    .twtimeline {
        position: relative;
        min-height: 454px;
    }
    
    .twtimeline::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 2px;
        left: 50%;
        top: 0;
        border-left: 2px dashed #ccc7c0;
    }
    
    .twtimeline .image {
        position: relative;
    }
    
    .twtimeline .img-contain {
        overflow: hidden;
        max-width: 384px;
        display: inline-block;
    }
    
    .twtimeline .img-contain img {
        max-width: 384px;
        -webkit-transition: ease-in-out 0.5s;
        transition: ease-in-out 0.5s;
    }
    
    .twtimeline .img-contain img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .twtimeline .image img {
        max-width: 100%;
    }
    
    .twtimeline .image .img-bg {
        background: #eeeeee;
        position: absolute;
        z-index: -1;
        left: 34px;
        top: 34px;
        height: 216px;
        width: 384px;
    }
    
    .twtimeline .text .date {
        display: block;
        text-align: left;
        padding-left: 45px;
        background: url(/images/time_icon.png) no-repeat left;
        -webkit-transform: translate(-11px, -11px);
        transform: translate(-11px, -11px);
        font-family: HelveticaNeueLTPro, 微软雅黑;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 28px;
    }
    
    .twtimeline .desc {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
        position: relative;
        padding-bottom: 28px;
    }
    
    .twtimeline .desc ul {
        padding-left: 54px;
    }
    
    .twtimeline .desc ul li {
        position: relative;
        margin-bottom: 10px;
    }
    
    .twtimeline .desc ul li::before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        left: -16px;
        top: 8px;
        background: #85725a;
    }
    
    .twtimeline .text:nth-child(odd) {
        padding: 0 40px 0 48px;
    }
    
    .twtimeline .zda315col-md6:nth-child(odd) .date {
        text-align: right;
        background-position-x: right;
        padding-left: 0;
        padding-right: 45px;
        -webkit-transform: translate(54px, 0px);
        transform: translate(54px, 0px);
    }
    
    .twtimeline .image:nth-child(odd) {
        top: 50%;
        -webkit-transform: translate(0px, 50%);
        transform: translate(0px, 50%);
        position: relative;
    }
    
    .twtimeline .image:nth-child(even) {
        text-align: right;
        padding-right: 32px;
        position: relative;
        top: 50%;
        -webkit-transform: translate(0px, 50%);
        transform: translate(0px, 50%);
    }
    
    .twtimeline .image:nth-child(even) .img-bg {
        background: #eeeeee;
        position: absolute;
        z-index: -1;
        left: auto;
        right: 70px;
        top: 34px;
    }
    /* footer */
    
    .zd7806footer {
        margin: 0 auto;
        color: #5d5d5d;
        background: #222;
        border-top: 1px solid #C7CED1;
        text-align: center;
        margin-top: 141px;
        clear: both;
    }
    
    .zd7806footer a {
        color: #5d5d5d;
    }
    
    .zd7806footer a:hover {
        color: #FFF;
    }
    
    .zd7806footer .zd7806flink {
        padding-bottom: 20px;
    }
    
    .zd7806footer .zd7806flink li {
        display: inline-block;
        margin-left: 10px;
    }
    
    .zd7806footer .footerserver {
        padding: 30px 0 20px 0;
        text-align: left;
    }
    .zd7806footer .zd7806main{

    }
    .zd7806footer dl {
        margin: 0 0 10px 50px;
    }
    
    .zd7806footer dt {
        position: relative;
        font-size: 16px;
        color: #fff;
        line-height: 20px;
        margin-bottom: 10px;
    }
    
    .zd7806footer dd {
        line-height: 30px;
    }
    
    .footerc {
        background: #000;
        color: #5d5d5d;
        padding: 30px 0;
        line-height: 22px;
    }
    /* diy */
    
    .jz-numberBar {
        position: relative;
        margin: 25px auto;
        z-index: 2;
        background: #fff;
        color: #333;
        border-radius: 0 0 5px 5px;
    }
    
    .jz-numberBar .f-num {
        font-size: 40px;
        line-height: 1;
        vertical-align: middle;
        font-family: HelveticaNeueLTPro, 微软雅黑;
    }
    
    .f-numberItem-safeRun .text-day {
        margin-left: 13px;
        vertical-align: middle;
        line-height: 45px;
        font-size: 18px;
        color: #3a405b;
    }
    
    .jz-numberBar .f-numberDesc {
        width: auto;
        font-size: 18px;
        color: #989baf;
        vertical-align: middle;
        line-height: 45px;
        margin-left: 14px;
    }
    
    .f-numWrap {
        text-align: center;
    }
    /* mobile */
    
    @media only screen and (max-width: 600px) {
        .zd7806header .logo {
            display: block;
            height: 60px;
            width: 137px;
            position: absolute;
            left: 50%;
            top: 0px;
            margin-left: -68px;
        }
        .zd7806header .zd7806navmenu {
            display: block;
            position: fixed;
            background: #fff;
            width: 200px;
            height: 100%;
            right: 0px;
            left: 0px;
            padding-top: 90px;
            z-index: 99;
            transform: translate(-260px, 0);
            opacity: 0.8;
            transition: transform 0.25s ease-out, opacity 0.25s ease-out;
        }
        .zd7806header .search {
            display: none;
        }
        .icon_menu {
            display: block;
            height: 20px;
            width: 20px;
            position: absolute;
            left: 21px;
            top: 18px;
            z-index: 100;
        }
        .icon_menu .i_menu {
            display: block;
            background: url(/images/icon_menu_hover.png) no-repeat center;
            background-size: 100% 100%;
            width: 20px;
            height: 20px;
            margin-top: 0;
        }
        .icon_menu .i_close {
            display: none;
            height: 14px;
            width: 15px;
            background: url(/images/icon_menu_close.png) no-repeat 0 0;
            background-size: contain;
            position: fixed;
            left: 21px;
            top: 21px;
            z-index: 4;
        }
        .bg_hover {
            display: none;
            height: 100%;
            width: 100%;
            position: fixed;
            left: 0px;
            top: 0px;
            background: rgba(0, 0, 0, 0.2);
            z-index: 98;
        }
        .zd7806header .zd7806navmenu ul li {
            display: block;
            float: none;
            height: 63px;
        }
        .swiper-container {
            height: 186px;
        }
        .swiper-container img {
            width: 100%;
            max-width: 100%;
            min-height: 100%;
        }
        .swiper-text {
            margin-top: -52px;
            font-size: 11px;
        }
        .swiper-text h3 {
            font-size: 18px;
        }
        .swiper-text p {
            font-size: 14px;
        }
        .zd7806row .description {
            text-align: center;
        }
        .zd7806row .description p {
            text-align: left;
        }
        .twtimeline .image {
            display: none;
        }
        .twtimeline::before {
            left: 0;
        }
        .twtimeline .text:nth-child(odd) {
            padding: 0;
        }
        .twtimeline .zda315col-md6:nth-child(odd) .date {
            text-align: left;
            background-position-x: left;
            padding-left: 45px;
            -webkit-transform: translate(-11px, -11px);
            transform: translate(-11px, -11px);
        }
    }
    
    .module01 {
        margin-top: 129px;
    }
    
    .module01 .zd7806row div h1 {
        font-size: 24px;
        color: #333333;
        font-weight: bold;
    }
    
    .module01 .zd7806row div p:first-of-type {
        font-size: 12px;
        color: #999999;
        line-height: 28px;
    }
    
    .module01 .zd7806row div {
        text-align: center;
    }
    
    .module01 .zd7806row div p:last-of-type {
        font-size: 12px;
        color: #666666;
        line-height: 22px;
        margin-top: 20px;
    }
    
    .modular02 {
        width: 100%;
    }
    
    .module02 ul {
        float: left;
        width: 100%;
        margin-top: 100px;
    }
    .zd7806main{
        /* width: 100%; */
    }
   



    .module02 ul li {
        float: left;
        width: 20%;
    }
    
    @media screen and (max-width:900px) {
        .module02 ul li {
            /* float: left; */
            width: 100%;
        }
    }
    
    @media screen and (max-width:600px) {
        .module02 ul li {
            text-align: center;
            padding: 41px 0px;
        }
    }
    
    .module02 ul li:nth-child(1) {
        background-color: #444444;
        color: #ffffff;
    }
    
    .module02 ul li:nth-child(2) {
        background-color: #f8f8f8;
        color: #222222;
    }
    
    .module02 ul li:nth-child(3) {
        color: #ffffff;
        background-color: #c3261f;
    }
    
    .module02 ul li:nth-child(4) {
        background-color: #f8f8f8;
        color: #222222;
    }
    
    .module02 ul li:nth-child(5) {
        color: #ffffff;
        background-color: #444444;
    }
    
    .module02 ul li {
        text-align: center;
        padding: 139px 0px;
    }
    
    .module02 ul li h1 {
        font-size: 18px;
        margin-top: 42px;
    }
    
    .module02 ul li p:first-of-type {
        font-size: 12px;
        color: #ffffff;
        margin-top: 46px;
        padding: 0px 43px;
    }
    
    .module02 ul li p:last-child {
        font-size: 14px;
        color: #ffffff;
        line-height: 163px;
    }
    
    #p1 {
        font-size: 12px;
        color: #888888;
    }
    
    #p1~p {
        font-size: 14px;
        color: rgb(195, 38, 31);
    }
    
    .module03 .zd7806col-md4 {
        /* text-align: center; */
        padding: 51px 326px;
        font-weight: lighter;
    }
    
    .module03 .zd7806row div {
        margin: 0px auto;
        width: 100%;
    }
    
    .module03 a {
        display: inline-block;
        width: 100%;
        height: 45px;
        background-color: rgba(237, 237, 237, 1);
        font-size: 16px;
        color: #666666;
        text-align: center;
        line-height: 45px;
        position: relative;
        z-index: 99;
    }
    
    .module03 a:hover {
        font-family: 宋体;
    }
    

    
    .module04 {
        clear: both;
        /* background-color: #0a6dee; */
        background-image: url(../images/bcg01.png);
        background-size: 100% auto;
        width: 100%;
        height: 486px;
        padding-top: 62px;
        background-repeat: no-repeat;
    }
    
    .module04 .zd7806main {
        width: 80%;
        height: 550px;
        background-color: #ffffff;
    }
    .module04 img{
        max-width: 100%;
    }
    .module04 .zd7806row dl dt {
        font-size: 36px;
        color: #222222;
        font-weight: bold;
    }
    
    .module04 .zd7806row .zd7806col-md6 {
        text-align: center;
    }
    
    .module04 .zd7806col-md6:first-child {
        padding: 93px 0px;
    }
    
    .module04 .zd7806row .zd7806col-md6:last-child {
        padding: 73px;
    }
    
    .module04 .zd7806row dl dd {
        font-size: 18px;
        color: #222222;
        /* font-weight: bold; */
    }
    
    .module04 dl dt {
        line-height: 70px;
    }
    
    .module04 .p3 {
        color: #555555;
        font-size: 14px;
        padding: 10px 61px;
    }
    
    .module04 .zd7806col-md12 a {
        display: block;
        width: 100%;
        height: 53px;
        background: #c3261f;
        color: #ffffff;
        font-size: 14px;
        line-height: 53px;
        text-align: center;
        margin-top: 36px;
    }
    
    .module04 .zd7806col-md12 a:hover {
        font-family: 宋体;
    }
    
    @media screen and (max-width:900px) {
        .module04 .zd7806col-md6:first-child {
            padding: 32px 0px;
        }
        .module04 .zd7806col-md6 img {
            width: 100%;
        }
    }
    
    .module05 {
        padding: 39px 0px;
    }
    
    .module05 .zd7806col-md3 {
        text-align: center;
    }
    
    .module05 .zd7806col-md3 div {
        width: 100%;
    }
    
    .module05 .zd7806col-md3 div a img {
        width: 100%;
    }
    
    .module05 .zd7806col-md3 div dl {
        width: 100%;
        height: 93px;
        background-color: #fafafa;
    }
    
    .module05 .zd7806col-md3 div dl dt {
        font-size: 14px;
        color: #333333;
        line-height: 34px;
    }
    
    .module05 .zd7806col-md3 div dl dd {
        text-align: center;
        font-size: 12px;
        color: #888888;
    }
    
    @media screen and (max-width:900px) {
        .module05 .zd7806col-md3 {
            width: 50%;
            float: left;
        }
        .module05tilie {
               padding-top: 30px;
        }
     
    }
    
    .module06 {
        width: 100%;
    }
    
    .module06 .zd7806col-md3 {
        text-align: center;
        padding: 0px;
    }
    
    @media screen and (max-width: 992ppx) {

    }
    
    .module06floor {
        clear: both;
    }
    
    .newsimg {
        height: 154px;
        width: 22%;
    }
    
    .newsinfo {
        position: relative;
        bottom: 158px;
        left: 309px;
    }
    
    .newsinfo a {
        font-size: 14px;
        color: #555555;
        line-height: 58px;
    }
    
    .module07 .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        height: 153px;
        /* margin: 27px 0px; */
    }
    
    .newssummary {
        visibility: initial;
        width: 39%;
    }

    
    .footer .zd7806main dl dt {
        font-size: 14px;
        color: #f8f8f8;
    }
    
    .footer .zd7806main dl dd {
        font-size: 14px;
        color: #888888;
        line-height: 26px;
    }
    
    .footer .zd7806col-md2 {
        padding: 52px 0px;
    }
    
    .footer .zd7806col-md2 img {
        width: 40%;
    }
    
    .footer .zd7806col-md2 p {
        color: #555555;
        text-align: center;
    }
    
    .footer .zd7806col-md2:nth-child(6) {
        text-align: center;
    }
    
    @media screen and (min-width: 1200px) {
        .footer .zd7806main {
            width: 100%;
        }
    }
    
    .mchild01 {
        border-bottom: 0.4px solid #e4dfdf;
    }
    
    .mchild01 .zd7806col-md3 {
        padding-top: 71px;
        text-align: center;
    }
    
    .mchild01 .zd7806col-md3 div {
        width: 100%;
    }
    
    .mchild01 .zd7806col-md9 dl dt {
        font-size: 18px;
        color: #555555;
    }
    
    .mchild01 .zd7806col-md9 dl dd {
        font-size: 12px;
        color: #999999;
        line-height: 26px;
    }
    
    .mchild01 .zd7806col-md9 a {
        font-size: 12px;
        color: #999999;
        display: block;
        width: 79px;
        height: 36px;
        background-color: rgb(237 237 237);
        text-align: center;
        line-height: 36px;
        margin-top: 27px;
    }
    
    .mchild01 .zd7806col-md9 {
        padding: 81px 0px;
    }
    
    .mchild01 hr {
        border-style: initial;
    }
    
    .mchild02 .zd7806col-md12 {
        padding: 59px 74px;
    }
    
    .mchild02 .zd7806col-md12 p {
        line-height: 20px;
        font-size: 14px;
        color: #555555;
    }
    
    .module03 .zd7806col-md3 img {
        max-width: 100%;
    }
    
    .mchild03 .zd7806col-md4 div {
        width: 100%;
        text-align: center;
    }
    
    .mchild03 .zd7806col-md4 {
        margin: 60px 0px;
    }
    
    .mchild03 .zd7806col-md4 div dl dt {
        font-size: 14px;
        color: #999999;
        line-height: 22px;
    }
    
    .mchild03 .zd7806col-md4 div dd {
        font-size: 14px;
        color: #555555;
    }
    
    .mchild03title .zd7806col-md12 {
        margin: 72px 0px;
    }
    
    .newsum {
        visibility: inherit;
    }
    
    .colmd3 {
        padding: 6px 9px;
    }
    /* 返回顶部 */
    
    #back-top {
        position: fixed;
        z-index: 200;
        opacity: 1;
        transition: bottom .3s ease;
        width: 66px;
        height: 70px;
        right: 21px;
        bottom: 47px;
        box-sizing: border-box;
    }
    
    #back-top.hid {
        opacity: 0;
    }
    
    #back-top .back_top_content {
        position: absolute;
        left: 50%;
        margin-left: -24px;
        bottom: calc(50% - 7px);
        margin-bottom: -24px;
        transition: bottom .3s ease;
    }
    
    #back-top:hover .back_top_content {
        bottom: 50%
    }
    
    .back_top_content .svg_0 {
        width: 48px;
        height: 48px;
    }
    .a{
        height: 60px;
    }
    .back_top_content svg {
        cursor: pointer;
    }
    
    .module03 {
        clear: both;
    }
    .data{
        position: relative;
        left: 63%;
        font-size: 15px;
        color: #878778;
    }

    /* 中型设备（台式电脑，992px 起） */
    
    @media screen and (min-width:992px) {}
    /* 小型设备（平板电脑，768px 起） */
    
    @media screen and (min-width:768px)and (max-width:992px) {
        .layui-nav {
            position: relative;
            padding: 0 20px;
            border-radius: 2px;
            font-size: 0;
            box-sizing: border-box;
            right: 193px;
            width: 510px;
        }
        .layui-nav .layui-nav-item a {
            display: block;
            padding: 0 15px;
            transition: all .3s;
            -webkit-transition: all .3s;
        }
        .module06tilie .zd7806col-md12 {
            padding-top: 0px;
        }
        .module01 {
            margin-top: 0px;
        }
        /* .module03 a {
            margin-top: 0px;
            font-size: 12px;
            height: 36px;
            line-height: 36px;
        } */
        .mchild01 .zd7806col-md9 {
            text-align: center;
        }
        .mchild01 .zd7806col-md9 a {
            margin: 0 auto;
        }
        .yyzz .zd7806col-md3 {
            width: 50%;
            float: left;
        }
    }
    /* 超小设备（手机，小于 768px） */
    
    @media screen and (min-width:480px) and (max-width:767px) {
        .module03 a {
            /* margin-top: 3642px; */
            font-size: 12px;
            height: 36px;
            line-height: 36px;
            margin: 22px 0px;
        }
        .module03 .zd7806col-md4 {
            padding: 29px 227px;
        }
        .xinwenzixun .zd7806col-md12 {
            padding-top: 0px;
        }
        .zytd .zd7806col-md12 {
            padding-top: 221px;
        }
        .module01 {
            margin-top: 10px;
        }
        .mchild01 .zd7806col-md9 {
            text-align: center;
        }
        .mchild01 .zd7806col-md9 a {
            margin: 0 auto;
        }
        .yyzz .zd7806col-md3 {
            width: 50%;
            float: left;
        }
        .newsimg {
            height: 154px;
            width: 43%;
        }
        .news_img {
            height: 279px;
        }
        .newsinfo {
            position: relative;
            bottom: 275px;
            left: 283px;
        }
        .module02 ul li {
            text-align: center;
            padding: 71px 0px;
        }
        .index .zd7806navmenu ul li:first-child {
            color: #4ab344;
            background: none;
        }
    }
    
    .module06list {
        width: 70%;
        margin: auto;
    }
    
 html {
        width: 100%;
        overflow-x: hidden;
    } 
    .zd7806main {
        margin: 0 auto;
    }

    .newsum {
        visibility: inherit;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .module06list.zd7806col-md3 {
        margin-top: 43px;
    }
    
    .module01 .zd7806col-md12 {
        margin: 30px 0px;
    }
    /* 笔记本或PC */
    
    @media screen and (min-width: 1024px) and (max-width: 1280px) {
        .module01 .zd7806row div {
            text-align: center;
        }
        .module04 .zd7806col-md6 img {
            width: 100%;
        }
        .module05 .zd7806col-md3 {
            width: 50%;
            float: left;
            padding: 0px 16px;
        }
        .newsinfo {
            position: relative;
            bottom: 158px;
            left: 191px;
        }
        .module02 ul li:nth-of-type(1) {
            width: 50%;
            float: left;
        }
        .module02 ul li:nth-of-type(2) {
            width: 50%;
            float: left;
        }
        .module02 ul li:nth-of-type(3) {
            width: 33.3333%;
            float: left;
        }
        .module02 ul li:nth-of-type(4) {
            width: 33.3333%;
            float: left;
        }
        .module02 ul li:nth-of-type(5) {
            width: 33.3333%;
            float: left;
        }
        .module06list .zd7806col-md3 {
            width: 50%;
            float: left;
        }
        .module01 .zd7806row div {
            padding-right: 77px;
        }
        .zd7806header .zd7806navmenu {
            position: absolute;
            left: 48%;
            top: 0;
        }
        .module03 a{
            right: 14%;
        }
        .module05 .zd7806col-md3 div dl dd {
            padding: 0px 79px;
        }
        .module05 .zd7806row{
            width: 89%;
        }
        
        .data {
            position: relative;
            left: 55%;
        }
        .yyzz .zd7806col-md3 {
            width: 50%;
            float: left;
        }
        .mchild02 .zd7806col-md12 {
            /* padding: 59px 74px; */
            padding-right: 151px;
        }
    }
    /* ##平板电脑/Ipad竖屏 */
    
    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .data {
            position: relative;
            left: 40%;
            font-size: 15px;
            color: #878778;
        }
        .newsinfo {
            position: relative;
            bottom: 158px;
            left: 40%;
        }
        .newsimg {
            height: 154px;
            width: 36%;
        }
        .padding-tb30 {
            padding-top: 0px
        }

        .newspace{
            padding: 1% 2%;
        }
        .module02 ul li:nth-of-type(1) {
            width: 50%;
            float: left;
        }
        .module02 ul li:nth-of-type(2) {
            width: 50%;
            float: left;
        }
        .module02 ul li:nth-of-type(3) {
            width: 33.3333%;
            float: left;
        }
        .module02 ul li:nth-of-type(4) {
            width: 33.3333%;
            float: left;
        }
        .module02 ul li:nth-of-type(5) {
            width: 33.3333%;
            float: left;
        }
        .zd7806header .zd7806navmenu {
            position: absolute;
            left: 67%;
            top: 0;
        }
        .swiper-text {
            position: absolute;
            left: 0;
            top: 85%;}

            .footer .zd7806col-md2 {
               width: 50%;
               float: left;
            }
            .module03 a {
                left: 35%;

    }
}
    /* ##低分辨率的平板电脑或横屏的手机 */
    
    @media screen and (min-width: 481px) and (max-width: 767px) {
        .module02 ul li:nth-of-type(1) {
            width: 50%;
            float: left;
        }
        .module02 ul li:nth-of-type(2) {
            width: 50%;
            float: left;
        }
        .module02 ul li:nth-of-type(3) {
            width: 33.3333%;
            float: left;
        }
        .module02 ul li:nth-of-type(4) {
            width: 33.3333%;
            float: left;
        }
        .module02 ul li:nth-of-type(5) {
            width: 33.3333%;
            float: left;
        }
        .module03 a {
            height: 45px;
            width: 140px;
        }
        .module03 .zd7806col-md4 {
            padding: 51px 132px;
        }
        .swiper-button-next,
        .swiper-button-prev {
            position: absolute;
            top: 60%;
        }
        .module04{
            height:649px;
        }

    }
    /* 多数竖屏的智能手机 */
    
    @media screen and (min-width: 320px) and (max-width: 480px) {
        
        .news_img {
            width: 100%;
            height: 180px;
            display: inline-block;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 50%;
            /* background-size: 60%;
            background-position: center; */
        }
        
        .module03 .zdfceacol-md4 {
            /* text-align: center; */
            /* padding: 228px; */
            font-weight: lighter;

            padding: 0px 83px;
        }
        .module04{
            height:649px;
        }
.newsinfo a {
    font-size: 14px;
    color: #ececec;
    line-height: 58px;
}
.newsinfo p{
    visibility: hidden;}
.newssummary {
    visibility: initial;
    width: 87%;
    color: #ececec;
}
        .swiper-button-next,
        .swiper-button-prev {
            position: absolute;
            top: 60%;
        }
        .newsinfo {
            position: relative;
            bottom: 158px;
            left: 20px;
        }
        .news_img {
            width: 100%;
        }
    
        .padding-tb30 {
            padding-top: 10px;
        }
        .mchild01 .zd7806col-md9 {
            text-align: center;
        }
        .mchild01 .zd7806col-md9 a {
            margin: auto;
        }
        .mchild02 .zd7806col-md12 {
            padding: 0px 0px;
        }
        .module03 .zd7806col-md3 img {
            width: 50%;
        }
        .module05 {
            padding: 0px;
        }
        .lxfs {
            text-align: center;
            margin-top: 654px;
        }
        .module05 .zd7806col-md3 div dl dd {
            max-height: 100px;
            overflow: hidden;
        }
        .module05 .zd7806col-md3 {
            margin-bottom: 76px;
        }
    }
    /* 公共 */
    
    @media screen and (min-width: 320px) and (max-width: 1023px) {
        .module03 a {
            height: 45px;
            width: 140px;
        }
        .module03 .zd7806col-md4 {
            padding: 51px 132px;
        }
        .module02 ul li {
            text-align: center;
            padding: 35px 0px;
        }
        .module04 .p3 {
            color: #555555;
            font-size: 14px;
            padding: 0px 0px;
        }
        .module04 {
            height: 627px;
        }
    }

