        body,
        html {
            padding: 0;
            margin: 0;
            min-height: 100%;
            background-color: #edf1fc;
            overflow-x: hidden;
            font-family: '微软雅黑';
        }
        
        img {
            display: block;
        }
        
        a:link {
            text-decoration: none;
        }
        
        .header,
        .content {
            width: 100%;
            position: relative;
        }
        /* 头部 start */
        
        .banner {
            width: 100%;
        }
        
        .banner img {
            width: 100%;
        }
        /* 头部 end */
        /*  内容 start */
        
        .banner {
            width: 100%;
        }
        
        .content_box {
            margin: 0 auto;
        }
        
        .video,
        .swiper_top {
            width: 100%;
            position: relative;
        }
        
        .border {
            width: 100%;
        }
        /* 视频 start */
        
        .video #video {
            width: 98%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .video #video_bg {
            width: 98%;
            height: 96.5%;
            background-color: rgba(0, 0, 0, .5);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
        }
        
        .video .play {
            /* width: 8.125%; */
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 997;
            cursor: pointer;
            transform: translate(-50%, -50%);
        }
        /* 视频 end */
        /* 时间 start */
        
        .time {
            width: 100%;
        }
        
        .time_top {
            width: 100%;
            display: flex;
            align-items: center;
        }
        
        .time_top .time_line {
            /* width: 45px; */
            height: 2px;
            background-color: #000;
        }
        
        .time_top .time_specific {
            color: #000;
        }
        
        .time_bottom {
            width: 100%;
            display: flex;
        }
        /* 时间 end */
        
        .time,
        .data,
        .art {
            width: 100%;
        }
        
        .data {
            overflow: hidden;
        }
        
        .data_box_top .data_num {
            width: 80%;
            text-align: center;
        }
        /* 底部 start*/
        
        .footer {
            width: 100%;
            background-color: #2d3441;
            border-top: 3px solid #cbaa69;
        }
        
        .footer_detail {
            color: #cce8ff;
            text-align: center;
        }
        
        .footer_detail a {
            color: #cce8ff;
        }
        
        .footer_detail a:hover {
            text-decoration: none;
        }
        /* 底部 end*/
        /* 内容 end */
        /* 手机端 */
        
        @media (max-width: 767px) {
            .banner {
                margin-top: .88rem;
            }
            .Nav {
                display: none!important;
            }
            /* 标题 start*/
            .title {
                margin: .6rem auto .5rem;
            }
            .title img {
                width: 100%;
            }
            /* 标题 end*/
            .content_box {
                width: 92%;
            }
            .detail {
                font-size: .3rem;
                line-height: .6rem;
                text-align: justify;
            }
            /* 视频 start */
            .video .play {
                width: 12.75%;
            }
            /* 视频 end */
            /* 时间 start */
            .time {
                margin: .5rem auto .4rem;
            }
            .time_top {
                justify-content: center;
            }
            .time_top .time_line {
                display: none;
            }
            .time_top .time_specific {
                font-size: .3rem;
            }
            .time_bottom {
                flex-direction: column;
                align-items: center;
            }
            .time_bottom .time_title {
                width: 3.91rem;
                margin: .1rem 0 .45rem;
            }
            /* 时间 end */
            /* 轮播start */
            .swiper-container {
                width: 97.8%;
                height: 3.33rem;
                overflow: hidden;
                position: absolute!important;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            .swiper-container .swiper-slide {
                width: 100%;
                height: 100%;
            }
            .swiper-container .swiper-slide img {
                width: 100%;
                height: 100%;
            }
            .swiper_bottom {
                margin: .5rem 0 1.15rem;
            }
            /* 轮播end */
            /* 底部start */
            .footer {
                height: 2.2rem;
            }
            .footer_box {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            .footer_logo {
                width: 1.5rem;
            }
            .footer_detail {
                margin-top: .2rem;
                font-size: .22rem;
            }
            .pagination {
                position: absolute;
                z-index: 20;
                bottom: 2%;
                width: 100%;
                text-align: center;
                margin: 0;
            }
            .swiper-pagination-switch {
                display: inline-block;
                width: 0.105rem;
                height: 0.11rem;
                margin: 0 5px;
                cursor: pointer;
                background: url(../images/pagination.png) no-repeat 50% 50%;
                background-size: cover;
            }
            .swiper-active-switch {
                background: url(../images/pagination1.png) no-repeat 50% 50%;
                background-size: cover;
                width: 0.12rem;
                height: 0.12rem;
            }
            /* 底部end */
        }
        /* PC、平板端 */
        
        @media (min-width: 767px) {
            /* 标题 start*/
            .title {
                margin: 4% auto;
            }
            .title img {
                width: 77.65%;
                margin: 0 auto;
            }
            /* 标题 end*/
            .content_box {
                width: 66.66%;
            }
            /* 视频 start */
            .video .play {
                width: 8.125%;
            }
            .detail {
                font-size: 18px;
                line-height: 34px;
                text-align: justify;
            }
            /* 视频 end */
            /* 时间 start */
            .time {
                margin: 7% 0 5%;
            }
            .time_top .time_line {
                display: block;
                margin-right: 10px;
            }
            .time_bottom {
                align-items: flex-start;
            }
            .time_bottom .time_title {
                width: 38.36%;
                margin-right: 3%;
            }
            /* 时间 end */
            /* 轮播start */
            .swiper-container {
                width: 97.78%;
                padding-top: 48.4%;
                overflow: hidden;
                position: absolute!important;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            .swiper-container .swiper-wrapper {
                height: 100%!important;
                position: absolute;
                left: 0;
                top: 0;
            }
            .swiper-container .swiper-slide {
                width: 100%;
                height: 100%!important;
                position: relative;
                overflow: hidden;
            }
            .swiper-container .swiper-slide img {
                width: 100%;
                height: 100%;
            }
            .pagination {
                position: absolute;
                z-index: 20;
                bottom: 2%;
                width: 100%;
                text-align: center;
                margin: 0;
            }
            .swiper-pagination-switch {
                display: inline-block;
                width: 0.105rem;
                height: 0.11rem;
                margin: 0 5px;
                cursor: pointer;
                background: url(../images/pagination.png) no-repeat 50% 50%;
                background-size: cover;
            }
            .swiper-active-switch {
                background: url(../images/pagination1.png) no-repeat 50% 50%;
                background-size: cover;
                width: 0.12rem;
                height: 0.12rem;
            }
            .alert_left,
            .alert_right {
                top: 50%;
                transform: translateY(-50%);
                position: absolute;
                width: 4.18%;
                cursor: pointer;
                z-index: 10;
            }
            .alert_left {
                left: -2%;
            }
            .alert_right {
                right: -2%;
            }
            .swiper_bottom {
                margin: 3% 0 24%;
            }
            /* 轮播end */
            /* 底部start */
            .footer {
                height: 220px;
            }
            .footer_box {
                width: 100%;
                height: 100%;
                display: -webkit-box;
                /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
                display: -moz-box;
                /* 老版本语法: Firefox (buggy) */
                display: -ms-flexbox;
                /* 混合版本语法: IE 10 */
                display: -webkit-flex;
                /* 新版本语法: Chrome 21+ */
                display: flex;
                /* 新版本语法: Opera 12.1, Firefox 22+ */
                -webkit-box-direction: normal;
                -webkit-box-orient: vertical;
                -moz-flex-direction: column;
                -webkit-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -moz-justify-content: center;
                -webkit-justify-content: center;
                justify-content: center;
                align-items: center;
                -webkit-align-items: center;
                box-align: center;
                -moz-box-align: center;
                -webkit-box-align: center;
            }
            .footer_logo {
                width: 171px;
                height: 122px;
            }
            .footer_detail {
                margin-top: 25px;
                font-size: 14px;
            }
            /* 底部end */
        }
        
        @media (min-width: 1600px) {
            .time_top .time_specific {
                font-size: 24px;
            }
            .time_top .time_line {
                width: 45px;
            }
            .NavM {
                display: none!important;
            }
            .side_nav {
                display: none!important;
            }
        }
        
        @media (min-width: 1200px) and (max-width: 1600px) {
            .time_top .time_specific {
                font-size: 20px;
            }
            .time_top .time_line {
                width: 40px;
            }
            .detail {
                font-size: 16px;
                text-align: justify;
            }
            .NavM {
                display: none!important;
            }
            .side_nav {
                display: none!important;
            }
        }
        
        @media (min-width: 1400px) and (max-width: 1600px) {
            .item1 {
                bottom: -13.5%!important;
            }
        }
        
        @media (min-width: 1200px) and (max-width: 1400px) {
            .item1 {
                bottom: -12.5%!important;
            }
        }
        
        @media (min-width: 768px) and (max-width: 1200px) {
            .time_top .time_specific {
                font-size: 16px;
            }
            .time_top .time_line {
                width: 35px;
            }
            .detail {
                font-size: 16px;
                text-align: justify;
            }
            .item1 {
                bottom: -19%!important;
            }
            .Nav {
                /* top: 4%!important; */
                right: 0%!important;
            }
            .NavM {
                display: none!important;
            }
            .side_nav {
                display: none!important;
            }
        }
        
        .Nav {
            position: fixed;
            top: 50%;
            right: 4%;
            width: 9.1%;
            min-width: 120px;
            height: auto;
            transform: translateY(-50%);
            display: none;
        }
        
        .Nav1 {
            position: absolute;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            top: 20%;
        }
        
        .item {
            width: 100%;
            /* border-bottom: 1px solid #bb975b;
            padding: 0.06rem 0px; */
            cursor: pointer;
        }
        
        .item_box {
            width: 80%;
            margin: 0 auto;
            border-bottom: 1px solid #e5e4e3;
            padding: 0.06rem 0px;
        }
        
        .item a {
            font-size: 0.08rem;
            color: #bb975b!important;
            text-decoration: none;
            cursor: pointer;
            font-family: "宋体";
            font-weight: bold;
        }
        /*.item:nth-child(1) {
        	background: rgba(222, 214, 203, 0.5);
        }*/
        
        .active1 {
            background: rgba(222, 214, 203, 0.5);
        }
        
        .item:nth-child(6) {
            border-bottom: none!important;
        }
        
        .Nav img {
            position: relative;
            width: 100%;
            display: block;
        }
        
        .item1 {
            position: absolute;
            bottom: -12%;
            width: 80%;
            height: auto;
            transform: translateX(-50%);
            left: 50%;
            cursor: pointer;
        }
        
        .item1 a {
            border: 1px solid #bb975b;
            color: #bb975b;
            cursor: pointer;
            text-decoration: none;
            padding: 0.025rem 15px;
            font-size: 0.08rem;
            font-family: "宋体";
            font-weight: bold;
        }
        
        .NavM {
            height: .88rem;
            width: 7.5rem;
            position: fixed;
            top: 0;
            left: 0;
            background-color: #26201d;
            z-index: 999;
        }
        
        .back {
            width: .25rem;
            position: absolute;
            left: .2rem;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .logo {
            /*width: 2rem;*/
            width: 12%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        
        .more {
            width: .5rem;
            position: absolute;
            right: .2rem;
            top: 50%;
            transform: translateY(-50%);
        }
        /*侧边隐藏导航*/
        
        .side_nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
            overflow: hidden;
            display: none;
        }
        
        .side_nav .mask {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            background-color: rgba(7, 2, 9, .5);
        }
        
        .tg.nav_active {
            transform: translateX(0%);
        }
        
        .tg {
            position: absolute;
            bottom: 0%;
            right: 0;
            width: 3.86rem;
            height: 100%;
            background-color: #261f1c;
            background-size: cover;
            transform: translateX(100%);
            transition: transform .25s;
        }
        
        .tg ul>a:first-child {
            border-top: 1px solid #6e5e4a;
            border-image: -webkit-linear-gradient(to right, #6e5e4a, #261f1c) 1;
            border-image: -moz-linear-gradient(to right, #6e5e4a, #261f1c) 1;
            border-image: linear-gradient(to right, #6e5e4a, #261f1c) 1;
        }
        
        .tg ul>a {
            display: block;
            font-size: .3rem;
            height: 1rem;
            line-height: 1rem;
            color: #f2daad;
            padding-left: .6rem;
            border-bottom: 1px solid #6e5e4a;
            border-image: -webkit-linear-gradient(to right, #6e5e4a, #261f1c) 1;
            border-image: -moz-linear-gradient(to right, #6e5e4a, #261f1c) 1;
            border-image: linear-gradient(to right, #6e5e4a, #261f1c) 1;
        }
        
        .tg .nav_logo {
            /*	width: 3.07rem;*/
            width: 53%;
            margin: .7rem auto .6rem;
        }
        
        ul {
            padding-left: 0;
        }
        
        ul li {
            font-size: .3rem;
            list-style: none;
            font-family: "宋体";
        }
        
        .active {
            color: #fff!important;
            border-left: .1rem solid #d8b47b!important;
            border-image: none!important;
            border-image: none!important;
            border-image: none!important;
            padding-left: .5rem!important;
            background: rgba(216, 180, 123, .2);
        }
        /*侧边隐藏导航*/
        /*腾讯视频*/
        
        .txVideo {
            width: 98%;
            height: 96%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: inline-block;
            vertical-align: baseline;
        }
        
        .txp_tipbar {
            display: none!important;
        }
        /*腾讯视频*/