        @charset "utf-8";
        * {
            word-wrap: break-word;
            margin: 0;
            padding: 0;
        }
        
        ul,
        ol,
        dl {
            list-style-type: none;
        }
        
        html,
        body {
            *position: static;
        }
        
        html {
            font-family: sans-serif;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
        }
        
        address,
        caption,
        cite,
        code,
        dfn,
        em,
        th,
        var {
            font-style: normal;
            font-weight: 400;
        }
        
        input,
        button,
        textarea,
        select,
        optgroup,
        option {
            font-family: inherit;
            font-size: inherit;
            font-style: inherit;
        }
        
        input,
        button {
            overflow: visible;
            vertical-align: middle;
            outline: 0;
        }
        
        body,
        th,
        td,
        button,
        input,
        select,
        textarea {
            font-family: "PingFangSC-Regular", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", "WenQuanYi Micro Hei", "\5B8B\4F53";
            font-size: 12px;
            color: #333;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        
        body {
            line-height: 1.6;
            overflow-x: hidden;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-size: 100%;
            font-weight: 400;
        }
        
        a,
        area {
            outline: 0;
        }
        
        a {
            text-decoration: none;
            cursor: pointer;
            color: #000;
        }
        
        a:hover {
            text-decoration: none;
            outline: 0;
        }
        
        a.ie6:hover {
            zoom: 1;
        }
        
        a:focus {
            outline: 0;
        }
        
        sub,
        sup {
            vertical-align: baseline;
        }
        
        button,
        input[type="button"],
        input[type="submit"] {
            line-height: normal!important;
        }
        
        i {
            display: inline-block;
            font-style: normal;
        }
        
        img {
            border: 0;
            display: block;
        }
        
        a img,
        img {
            -ms-interpolation-mode: bicubic;
        }
        
        .img-responsive {
            max-width: 100%;
            height: auto;
        }
        
        header,
        footer,
        section,
        aside,
        details,
        menu,
        article,
        section,
        nav,
        address,
        hgroup,
        figure,
        figcaption,
        legend {
            display: block;
            margin: 0;
            padding: 0;
        }
        
        time {
            display: inline;
        }
        
        audio,
        canvas,
        video {
            display: inline-block;
            *display: inline;
            *zoom: 1;
        }
        
        audio:not([controls]) {
            display: none;
        }
        
        legend {
            width: 100%;
            margin-bottom: 20px;
            font-size: 21px;
            line-height: 40px;
            border: 0;
            border-bottom: 1px solid #e5e5e5;
        }
        
        legend small {
            font-size: 15px;
            color: #999;
        }
        
        svg:not(:root) {
            overflow: hidden;
        }
        
        fieldset {
            border-width: 0;
            padding: .35em .625em .75em;
            margin: 0 2px;
            border: 1px solid #c0c0c0;
        }
        
        .cl:after,
        .clearfix:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
        
        .cl,
        .clearfix {
            zoom: 1;
        }
        
        .fl {
            float: left;
        }
        
        .fr {
            float: right;
        }
        /* header */
        
        .header {
            width: 100%;
            padding: 10px 0px;
            background-color: #000;
        }
        
        .page-w {
            max-width: 1190px;
            margin: auto;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        /* nav */
        
        .nav ul {
            display: flex;
            align-items: center;
        }
        
        .nav ul li a {
            color: #fff;
            display: block;
            font-size: 14px;
            padding: 0 22px;
        }
        
        .nav ul li a:hover {
            color: #d5000a;
        }
        /*  */
        
        .mobile-nav {
            display: none;
        }
        /* 幻灯 */
        
        .banner {
            width: 100%;
        }
        
        .swiper-container {
            width: 100%;
            height: 100%;
            color: #fff;
            text-align: center;
            overflow: hidden;
        }
        
        .bimg-slide,
        .sm-img-slide {
            width: 100%;
        }
        
        .swiper-slide {
            position: relative;
        }
        
        .swiper-slide .slide-wrap-link {
            display: block;
            width: 100%;
            height: 100%;
        }
        
        .pagination {
            position: absolute;
            z-index: 20;
            left: 50%;
            bottom: 20px;
        }
        
        .swiper-pagination-switch {
            display: inline-block;
            width: 50px;
            height: 2px;
            overflow: hidden;
            font-size: 0;
            background: #797874;
            margin-right: 10px;
            opacity: 1;
            cursor: pointer;
        }
        
        .swiper-visible-switch {
            background: #aaa;
        }
        
        .pagination span em {
            display: inline-block;
            width: 50px;
            height: 2px;
            font-size: 0;
            background: #fff;
            position: relative;
            z-index: 1;
            left: -50px;
            cursor: pointer;
        }
        /* hot-news */
        
        .news-tit {
            font-size: 30px;
            text-align: center;
            padding: 60px 0 40px;
        }
        
        .news-swiper {
            width: 88%;
            margin: 0 auto;
            position: relative;
        }
        
        .news-cont .news-swiper {
            height: 420px;
        }
        
        #swiper-container2 .swiper-slide {
            overflow: hidden;
            cursor: pointer;
        }
        
        .news-top {
            width: 100%;
            overflow: hidden;
        }
        
        .news-top img {
            width: 100%;
            max-height: 225px;
            overflow: hidden;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            transition: all 1s ease;
        }
        
        #swiper-container2 .swiper-slide:hover img {
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }
        
        #swiper-container2 .swiper-slide .news-wapper {
            padding: 0 11.5px;
        }
        
        .news-tit {
            font-size: 30px;
            text-align: center;
            padding: 60px 0 40px;
        }
        
        .news-swiper {
            width: 1200px;
            margin: 0 auto;
            position: relative;
        }
        
        #swiper-container2 .news-bottom {
            height: 192px;
            box-sizing: border-box;
            border: 1px solid #f5f5f5;
            border-top: 0;
            padding: 26px 20px 20px;
            box-sizing: border-box;
            text-align: left;
            -webkit-font-smoothing: antialiased;
        }
        
        #swiper-container2 .news-bottom h4 {
            font-size: 18px;
            color: #333;
            margin-bottom: 10px;
            max-height: 56px;
            overflow: hidden;
        }
        
        #swiper-container2 .news-bottom p {
            color: #5c5c66;
            font-size: 14px;
            max-height: 42px;
            overflow: hidden;
        }
        
        #swiper-container2 .news-bottom .detail {
            margin-top: 20px;
            overflow: hidden;
            position: absolute;
            bottom: 30px;
        }
        
        #swiper-container2 .news-bottom .detail a,
        #swiper-container2 .news-bottom .detail p {
            display: block;
            position: relative;
            left: -50px;
            top: 0;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            transition: all 1s ease;
        }
        
        #swiper-container2 .news-bottom .detail em {
            display: inline-block;
            margin-right: 6px;
            color: #666;
            font-size: 12px;
            opacity: 0;
        }
        
        #swiper-container2 .news-bottom .detail span {
            display: inline-block;
            width: 22px;
            height: 8px;
            font-size: 0;
            background: url(img/imgCon.png) no-repeat 0 -141px;
        }
        
        #swiper-container2 .news-bottom .detail a:hover,
        #swiper-container2 .news-bottom .detail p:hover {
            left: 0;
        }
        
        #swiper-container2 .news-bottom .detail a:hover em,
        #swiper-container2 .news-bottom .detail p:hover em {
            opacity: 1;
        }
        
        .news-swiper .arrow-left,
        .news-swiper .arrow-right {
            display: block;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 50%;
            margin-top: -20px;
        }
        
        .news-swiper .arrow-left {
            left: -40px;
            background: url(img/imgCon.png) no-repeat -110px -141px;
        }
        
        .news-swiper .arrow-right {
            right: -40px;
            background: url(img/imgCon.png) no-repeat -110px -181px;
        }
        /*  */
        
        @media screen and (max-width: 1280px) {
            .news-cont .news-swiper {
                height: 400px;
            }
        }
        
        @media screen and (max-width: 1024px) {
            .news-cont .news-swiper {
                height: 420px;
            }
        }
        
        @media screen and (max-width: 768px) {
            .news-cont .news-swiper {
                height: 380px;
            }
        }
        
        @media screen and (max-width: 480px) {
            #swiper-container2 .news-bottom {
                position: relative;
            }
            #swiper-container2 .news-bottom .detail {
                bottom: 0 !important;
            }
        }
        
        @media screen and (max-width: 1280px) {
            .news-swiper {
                width: 88%;
            }
        }
        
        @media screen and (max-width: 480px) {
            .news-swiper {
                width: auto;
                padding: 0 40px;
                height: 356px;
            }
            .news-swiper .arrow-left {
                left: -1px;
            }
            .news-swiper .arrow-right {
                right: -1px;
            }
        }
        
        @media screen and (max-width: 375px) {
            .news-swiper {
                /*width: 88%;*/
                height: 351px;
                /*margin-left: 9%*/
                ;
            }
        }
        
        @media screen and (max-width: 1080px) {
            #swiper-container2 .news-bottom h4 {
                font-size: 16px;
            }
        }
        /*  */
        
        .news-cont .lookmore {
            text-align: center;
            margin-top: 50px;
        }
        
        @media screen and (max-width: 1024px) {
            .news-cont .lookmore {
                margin-top: 30px;
            }
        }
        
        .lookmore a {
            display: inline-block;
            width: 118px;
            height: 38px;
            _border: 1px solid #ccc;
            line-height: 38px;
            text-align: center;
            font-size: 14px;
            color: #333;
            -webkit-border-radius: 38px;
            -moz-border-radius: 38px;
            border-radius: 38px;
            border: 1px solid #ccc;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease;
        }
        
        .lookmore a:hover {
            -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
            -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
            box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
            border: 1px solid #fff;
        }
        /*  */
        
        .differ-ul ul {
            width: 100%;
            max-width: 1920px;
            margin: 0 auto;
        }
        
        .differ-ul ul li {
            width: 25%;
            float: left;
            padding: 70px 2% 30px;
            box-sizing: border-box;
            cursor: pointer;
            overflow: hidden;
            -webkit-transition: all .8s ease;
            -moz-transition: all .8s ease;
            transition: all .8s ease;
        }
        
        .differ-ul ul li:hover {
            position: relative;
            z-index: 1;
            -webkit-box-shadow: 1px 2px 6px rgba(204, 204, 204, .5);
            -moz-box-shadow: 1px 2px 6px rgba(204, 204, 204, .5);
            box-shadow: 1px 2px 6px rgba(204, 204, 204, .5);
        }
        
        .differ-ul ul li.js {
            background: #fcfcfc;
        }
        
        .differ-ul ul li.os {
            background: #f7f7f7;
        }
        
        .differ-ul ul li span {
            color: #666;
            font-size: 12px;
        }
        
        .differ-ul ul li p {
            color: #1a1a1a;
            font-size: 18px;
            margin-top: 16px;
            min-height: 160px;
        }
        
        .differ-ul ul li .img {
            text-align: center;
        }
        
        .differ-ul ul li .img img {
            display: inline-block;
            width: 160px;
            display: none;
        }
        
        .differ-ul ul li .img img.i1 {
            display: block;
        }
        
        .differ-ul .img img.i2 {
            position: relative;
            left: -1px;
        }
        
        .differ-ul .img img.i3 {
            position: relative;
            top: 1px;
        }
        
        .differ-ul .img img.i4 {
            position: relative;
            top: -2px;
        }
        
        .differ-ul ul li .detail {
            cursor: pointer;
            margin-top: 60px;
            overflow: hidden;
        }
        
        .differ-ul ul li em {
            display: inline-block;
            width: 22px;
            height: 8px;
            font-size: 0;
            background: url(img/imgCon.png) no-repeat 0 -141px;
        }
        
        .differ-ul ul li .detail a,
        .differ-ul ul li .detail p {
            position: relative;
            left: -54px;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            transition: all 1s ease;
        }
        
        .differ-ul ul li .detail a span,
        .differ-ul ul li .detail p span {
            display: inline-block;
            margin-right: 6px;
            opacity: 0;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            transition: all 1s ease;
        }
        
        .differ-ul ul li .detail a:hover,
        .differ-ul ul li .detail p:hover {
            left: 0;
        }
        
        .differ-ul ul li .detail a:hover span,
        .differ-ul ul li .detail p:hover span {
            opacity: 1;
        }
        
        @media screen and (max-width: 1024px) {
            .special-con05 .spe-con05-tit>h1 {
                font-size: 28px !important;
            }
            .dm-special .special-con01 .dm-special-tit h1 {
                font-weight: 400 !important;
                font-size: 26px !important;
            }
            .differ-ul ul li p {
                font-size: 14px;
                margin-top: 10px;
                min-height: 110px;
            }
            .differ-ul ul li {
                padding: 40px 30px 20px;
            }
            .differ-ul ul li .detail {
                margin-top: 30px;
            }
        }
        
        @media screen and (max-width: 768px) {
            .liti-tit {
                font-size: 12px;
            }
            .differ-ul ul li {
                width: 100%;
                padding: 20px 20px 20px 20px;
                box-sizing: border-box;
            }
            .differ-ul ul li .img {
                width: 25%;
            }
            .differ-ul ul li .img img {
                width: 100%;
            }
            .differ-ul ul li p {
                min-height: 90px;
            }
            .differ-ul ul li span.nums,
            .differ-ul ul li p,
            .differ-ul ul li .detail {
                float: right;
                width: 68%;
                margin-left: 5%;
            }
            .differ-ul ul li span.nums {
                margin-top: 3%;
            }
            .differ-ul ul li .detail {
                margin-top: -5%;
            }
            .differ-ul ul li .detail a,
            .differ-ul ul li .detail p {
                left: 0;
            }
            .differ-ul ul li .detail a span,
            .differ-ul ul li .detail p span {
                display: none;
            }
        }
        /*  */
        
        .liti-tit {
            font-size: 16px;
            color: #333;
            text-align: center;
        }
        
        .friends-team .liti-tit {
            color: #999;
        }
        
        .friends-team .news-tit {
            padding-bottom: 10px;
        }
        /* 1 */
        
        .firends-logo li {
            width: 25%;
            float: left;
            position: relative;
        }
        
        @media screen and (max-width: 768px) {
            .firends-logo li {
                width: 50%;
            }
        }
        
        .firends-logo li a {
            width: 100%;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            box-sizing: border-box;
            padding: 20px;
        }
        
        .firends-logo li a {
            cursor: default;
        }
        
        .firends-logo li a img {
            max-width: 100%;
            vertical-align: middle;
            display: inline-block;
        }
        /*  */
        
        .friends-team .friends-s-btn {
            display: block;
            font-size: 18px;
            color: #222;
            width: 110px;
            margin: 10px auto 100px;
            background: url(img/fBtn02.png) no-repeat 82px;
            background-size: 15px;
        }
        
        .friends-team .active {
            display: block;
            font-size: 18px;
            color: #222;
            width: 110px;
            margin: 10px auto 100px;
            background: url(img/fBtn.png) no-repeat 82px;
            background-size: 15px;
        }
        /*  */
        /*  */
        
        .footer {
            width: 100%;
            background-color: #000;
        }
        
        .footer-content {
            position: relative;
            max-width: 1200px;
            margin: 0 auto 50px;
            padding-top: 55px;
        }
        
        .ft-vertical-block {
            float: left;
            font-size: 12px;
            line-height: 1.8;
            margin-left: 116px;
        }
        
        .ft-vertical-block:first-child {
            margin-left: 0;
        }
        
        .footer div.ft-nav-tit {
            font-size: 16px;
            line-height: 1;
            color: #fff;
            font-weight: 300;
        }
        
        .footer .fl {
            float: left;
        }
        
        .footer a {
            color: #bcbcbc;
        }
        
        .ft-nav-item {
            margin-top: 22px;
        }
        
        .ft-nav-item ul.mleft {
            margin-left: 50px;
        }
        
        .ft-nav-item ul li {
            cursor: pointer;
        }
        
        .ft-nav-item li a {
            color: #9c9c9c;
            font-weight: 400;
            font-size: 14px;
            display: block;
        }
        
        .ft-nav-item li {
            color: #999;
            font-weight: 100;
        }
        
        .ft-nav-list {
            position: relative;
            margin-top: 10px;
        }
        
        .ft-nav-list .share-icon {
            margin-bottom: 20px;
        }
        
        .ft-nav-list .share-icon a {
            display: inline-block;
            width: 36px;
            height: 36px;
            background: url(../../images/dumi/dm_icon02.png) no-repeat;
            background-size: 36px;
            margin-right: 18px;
        }
        
        .ft-nav-list .share-icon a span {
            background: 0;
        }
        
        .share-icon a.s1 {
            background-position: 0 0;
            background: none;
        }
        
        .share-icon a.s2 {
            background-position: 0 -36px;
            background: none;
        }
        
        .ft-vertical-block .ft-nav-list .share-icon a.s1 img {
            width: 100%;
        }
        
        .ft-vertical-block .ft-nav-list .share-icon a.s2 img {
            width: 100%;
        }
        
        .share-icon a.s3 {
            background-position: -110px -323px;
        }
        
        .share-icon a.s4 {
            background-position: -110px -358px;
        }
        
        .ft-nav-list .wx-ma {
            position: absolute;
            top: -120px;
            left: 11px;
            width: 120px;
            height: 120px;
            padding: 4px;
            background: #fff;
            opacity: 0;
            box-shadow: 0 0 6px rgba(14, 22, 30, .3);
        }
        
        .ft-nav-list .wx-ma img {
            width: 100%;
        }
        
        .ft-vertical-block .ft-nav-list:first-child {
            margin-top: 0;
        }
        
        .ft-vertical-block .ft-nav-list a img {
            display: block;
            width: 120px;
        }
        
        .foot-btm {
            text-align: center;
            box-sizing: border-box;
            margin: 0 auto;
            padding: 40px 30px;
        }
        
        .foot-btm ul li,
        .ft-nav-list ul li {
            margin-bottom: 3px;
        }
        
        .ft-nav-tit-sml {
            margin-bottom: 6px;
            font-weight: 600;
        }
        
        .ft-nav-list ul {
            max-width: 162px;
        }
        
        .icon_li {
            margin-top: 10px;
        }
        
        .foot-btm p {
            color: #9c9c9c;
            line-height: 24px;
            font-size: 14px;
        }
        
        .footer-content .icon_li>div {
            display: inline-block;
            height: 27px;
            vertical-align: middle;
            cursor: pointer;
        }
        
        .footer-content .icon_li>div img {
            height: 100%;
        }
        
        .footer-content .icon_li>div.icon_weixin {
            margin-left: 16px;
            height: 31px;
        }
        
        .footer-content .contact-us {
            margin: 0 0 20px;
        }
        
        .contact-us p {
            line-height: 24px;
        }
        
        .ui-more-btn {
            font-weight: 700;
        }
        
        .ui-more-btn i {
            display: inline-block;
            width: 25px;
            height: 25px;
            background: url(../../images/zxgf_en/allicon.png) no-repeat;
            background-position: -423px -245px;
            vertical-align: middle;
            margin-right: 4px;
        }
        
        .thd-nav {
            width: auto;
            margin: 0 auto;
            padding: 20px 17px;
            box-sizing: border-box;
            display: none;
            position: relative;
            z-index: 999;
        }
        
        .thd-navul li {
            border-bottom: 1px solid #333;
            position: relative;
        }
        
        .thd-navul li em {
            display: block;
            width: 20px;
            height: 20px;
            background: url(img/sec-nav.png) no-repeat center;
            position: absolute;
            right: 0;
            top: 14px;
            cursor: pointer;
            background-size: 70% 70%;
        }
        
        .thd-navul li em.ano {
            background: url(img/sec-close.png) no-repeat center;
            background-size: 70% 70%;
        }
        
        .thd-navul li span {
            color: #fff;
            font-size: 18px;
            display: block;
            padding: 10px 0;
        }
        
        .thd-navul .moreul p a {
            font-size: 16px;
            color: #fff;
            display: block;
            padding: 6px 0;
        }
        
        .thd-navul .moreul {
            display: none;
            margin-bottom: 16px;
        }
        
        @media screen and (max-width: 1280px) {
            .ft-vertical-block:first-child {
                margin-left: 17px;
            }
            .ft-vertical-block {
                margin-left: 100px;
            }
        }
        
        @media screen and (max-width: 1080px) {
            .ft-vertical-block {
                margin-left: 0;
                margin-right: 78px;
            }
            .footer-content {
                width: 94%;
                margin-bottom: 30px;
            }
            .foot-btm {
                width: 94%;
                padding: 20px;
            }
        }
        
        @media screen and (max-width: 1024px) {
            .ft-vertical-block {
                margin-left: 0;
                margin-right: 58px;
            }
        }
        
        @media screen and (max-width: 900px) {
            .footer-content {
                display: none;
            }
            .thd-nav {
                display: block;
            }
            .footer {
                border-top: 0 solid #d5000f;
            }
        }
        
        @media screen and (max-width: 768px) {
            .foot-btm ul {
                display: none;
            }
        }
        /* weixin */
        
        .weixin img {
            display: block;
            width: 100px;
            height: 100px;
        }
        /* 内容页 */
        
        .news-details {
            padding: 0 0 50px 0;
        }
        
        .news-details .title {
            text-align: center;
            border-bottom: 1px solid #eee;
            padding: 40px 20px;
        }
        
        .news-details .title h1 {
            font-size: 26px;
            color: #333;
            padding-bottom: 25px;
        }
        
        .news-details .title .info {
            color: #666;
            font-size: 14px;
        }
        
        .news-details .title .info span {
            margin: 0 10px;
        }
        
        .news-details .content {
            padding: 40px 0;
            font-size: 14px;
            color: #666;
            line-height: 1.5;
            width: 870px;
            margin: 0 auto;
        }
        
        .news-details .content p {
            text-indent: 28px;
            font-size: 14px !important;
            font-family: "Microsoft Yahei";
            line-height: 24px;
            margin-bottom: 10px;
            padding-top: .1px;
        }
        
        .news-details .content p strong {
            font-weight: 400;
        }
        
        .news-details .content center img,
        .news-details .content img {
            max-width: 100%!important;
            margin: 0 auto!important;
            height: auto !important;
        }
        
        .news-details .content p span {
            /*display: block!important;*/
            width: 100%;
        }
        
        .news-details .content p span a {
            display: block!important;
            width: 100%;
        }
        
        .news-details dl,
        .news-details .dlist {
            padding-top: 40px;
            border-top: 1px solid #eee;
            font-size: 14px;
            color: #666;
        }
        
        .news-details dl dt,
        .news-details .dlist .dtitle {
            padding: 10px 0;
        }
        
        .news-details dl dt a,
        .news-details .dlist .dtitle a {
            color: #666;
        }
        
        @media screen and (max-width: 375px) {
            .news-details .title {
                padding: 0;
                padding-bottom: 20px;
            }
            .news-details .title .info {
                overflow: hidden;
            }
            .news-details .title .info span {
                width: 50%;
                margin: 0;
                display: block;
                float: left;
                padding-top: 10px;
            }
            .news-details .title .info span.source {
                width: 100%;
                padding-top: 0;
            }
        }
        /* 资讯列表 */
        
        .newslist {
            overflow: hidden;
        }
        
        .newslist ul {
            padding-top: 30px;
        }
        
        .newslist ul li {
            padding: 25px 0;
        }
        
        .newslist ul li .n-left {
            width: 330px;
            height: 215px;
            overflow: hidden;
            float: left;
        }
        
        .newslist ul li .n-left img {
            width: 100%;
            height: auto;
        }
        
        .newslist ul li .n-right {
            margin-left: 350px;
            padding: 25px;
        }
        
        .newslist ul li .n-right .title {
            font-size: 22px;
            color: #1a1a1a;
            padding-bottom: 25px;
        }
        
        .newslist ul li .n-right .title a {
            color: #1a1a1a;
        }
        
        .newslist ul li .n-right .desc {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
            padding-bottom: 25px;
        }
        
        .newslist ul li .n-right .time {
            font-size: 14px;
            color: #666;
            padding-bottom: 25px;
        }
        
        .newslist ul li .n-right .go {
            background: url(../../images/dumi/news-go.png) no-repeat center;
            width: 22px;
            height: 7px;
            display: block;
        }
        
        .newslist .detail {
            margin-top: 20px;
            overflow: hidden;
        }
        
        .newslist .detail a {
            display: block;
            position: relative;
            left: -50px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease;
        }
        
        .newslist .detail em {
            display: inline-block;
            margin-right: 6px;
            color: #666;
            font-size: 12px;
            opacity: 0;
        }
        
        .newslist .detail span {
            display: inline-block;
            width: 22px;
            height: 8px;
            font-size: 0;
            background: url(../../images/dumi/imgCon.png) no-repeat 0 -141px;
        }
        
        .newslist .detail a:hover {
            left: 0;
        }
        
        .newslist .detail a:hover em {
            opacity: 1;
        }
        
        .page {
            padding: 20px 0;
            text-align: center;
        }
        
        .page ul {
            overflow: hidden;
            text-align: center;
            display: inline-block;
        }
        
        .page ul li {
            float: left;
            border: 1px solid #e6e6e6;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            margin: 0 5px;
        }
        
        .page ul li a {
            display: block;
            padding: 10px 15px;
            color: #333;
            font-size: 14px;
        }
        
        .page ul li.on {
            background: #b3b3b3;
            border: 1px solid #b3b3b3;
        }
        
        .page ul li.on a {
            color: #fff;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2%;
            box-sizing: border-box;
            overflow: hidden;
        }
        /* 手机端 */
        
        @media screen and (max-width: 768px) {
            .newslist ul li .n-left {
                float: none;
                margin: 0 auto;
            }
            .newslist ul li .n-right {
                float: none;
                margin: 0;
                padding: 0;
            }
            .d-banner .d-banner-img .swiper-wrapper li img {
                margin-left: inherit;
                position: inherit;
                left: inherit;
                width: 100%;
                min-height: 380px;
            }
            .d-banner .d-banner-text {
                right: inherit;
            }
            .d-banner .d-banner-img {
                height: auto;
            }
        }
        
        @media screen and (max-width: 768px) {
            .newslist ul li .n-left {
                float: none;
                margin: 0 auto;
            }
            .newslist ul li .n-right {
                float: none;
                margin: 0;
                padding: 0;
            }
            .d-banner .d-banner-img .swiper-wrapper li img {
                margin-left: inherit;
                position: inherit;
                left: inherit;
                width: 100%;
                min-height: 380px;
            }
            .d-banner .d-banner-text {
                right: inherit;
            }
            .d-banner .d-banner-img {
                height: auto;
            }
        }
        
        @media screen and (max-width: 480px) {
            .newslist ul li .n-left {
                float: none;
                width: 100%;
                padding: 0;
            }
            .newslist ul li .n-right {
                margin: 0;
                padding: 0;
                padding-top: 25px;
            }
            .page ul li {
                display: none;
            }
            .page ul li.prev {
                display: block;
            }
            .page ul li.next {
                display: block;
            }
        }
        
        .newslist ul li .n-right .desc a {
            color: #666;
        }
        /* 资讯列表 */
        /* 翻页 */
        /*翻页*/
        /*list-fanye*/
        
        .list-fanye {
            text-align: center;
            margin: 20px auto 60px auto;
        }
        
        .list-fanye a {
            height: 26px;
            line-height: 26px;
            text-align: center;
            border: 1px solid #d9d9d9;
            border-radius: 5px;
            display: inline-block;
            margin: 0 3px;
            padding: 0px 10px;
        }
        
        .list-fanye a:hover,
        .list-fanye>b {
            height: 26px;
            line-height: 26px;
            text-align: center;
            border-radius: 3px;
            display: inline-block;
            margin: 0 3px;
            padding: 0px 10px;
            background: #d5000a;
            border: 1px solid #d5000a;
            color: #fff;
        }
        /* 翻页 */
        
        @media screen and (max-width: 900px) {
            .nav {
                display: none;
            }
            .mobile-nav {
                display: block;
            }
        }
        
        .header .mobile-nav .nav-icon {
            display: inline-block;
            width: 24px;
            cursor: pointer;
            position: absolute;
            top: 50%;
            right: 10px;
            z-index: 100;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }
        
        .header .mobile-nav .nav-icon:after,
        .header .mobile-nav .nav-icon:before,
        .header .mobile-nav .nav-icon div {
            background-color: #404041;
            content: '';
            display: block;
            height: 2px;
            margin: 5px 0;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }
        
        .header .mobile-nav .nav-icon:before {
            margin-top: 0;
        }
        
        .header .mobile-nav .nav-icon:after {
            margin-bottom: 0;
        }
        
        .header .mobile-nav .nav-icon.active:before {
            transform: translateY(8px) rotate(135deg);
            -moz-transform: translateY(8px) rotate(135deg);
            -webkit-transform: translateY(8px) rotate(135deg);
        }
        
        .header .mobile-nav .nav-icon.active:after {
            transform: translateY(-6px) rotate(-135deg);
            -moz-transform: translateY(-6px) rotate(-135deg);
            -webkit-transform: translateY(-6px) rotate(-135deg);
        }
        
        .header .mobile-nav .nav-icon.active div {
            -moz-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        
        .header .mobile-nav .nav-icon.active:after,
        .header .mobile-nav .nav-icon.active:before,
        .header .mobile-nav .nav-icon.active div {
            background: #fff;
        }
        /**/
        
        .header .mobile-nav .navbar {
            position: fixed;
            width: 100%;
            height: 100%;
            right: -100%;
            background: #fff;
            z-index: 99;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
            margin: 0;
            top: 0px;
        }
        
        .header .mobile-nav .navbar.active {
            right: 0;
        }
        
        .menubox:before {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            content: '';
            background: #404041;
        }
        /**/
        
        .menubox .menu {
            font-size: 0;
            text-align: left;
            top: 50px;
            left: 50px;
            border-bottom: 0;
            text-align: left;
            position: absolute;
        }
        
        .menubox .menu li {
            width: 50%;
            display: inline-block;
            font-size: 20px;
            color: #fff;
            line-height: 40px;
            margin-bottom: 8px;
        }
        
        .menubox .menu li a {
            color: #fff;
        }
        
        .menubox .user-menu {
            bottom: 50px;
            right: auto;
            left: 50px;
            border-bottom: 0;
            text-align: left;
            position: absolute;
        }
        
        .menubox .user-menu a {
            font-size: 15px;
            color: #fff;
            padding: 0;
            display: flex;
            align-items: center;
        }
        
        .menubox .user-menu a:first-child:before {
            display: inline-block;
            margin-right: 7px;
            background-size: contain;
            content: '';
            width: 14px;
            height: 15px;
            background-image: url("img/m-login.png");
        }
        
        .menubox .user-menu p {
            margin-top: 22px;
            font-size: 12px;
            color: #fff;
            opacity: .7;
        }