   /* http://meyerweb.com/eric/tools/css/reset/ 
        v2.0 | 20110126
        License: none (public domain)
        */
        * {
          box-sizing:border-box;
          -moz-box-sizing:border-box; /* Firefox */
          -webkit-box-sizing:border-box; /* Safari */
        }
      html, body, div, span, applet, object, iframe,
      h1, h2, h3, h4, h5, h6, p, blockquote, pre,
      a, abbr, acronym, address, big, cite, code,
      del, dfn, em, img, ins, kbd, q, s, samp,
      small, strike, strong, sub, sup, tt, var,
      b, u, i, center,
      dl, dt, dd, ol, ul, li,
      fieldset, form, label, legend,
      table, caption, tbody, tfoot, thead, tr, th, td,
      article, aside, canvas, details, embed, 
      figure, figcaption, footer, header, hgroup, 
      menu, nav, output, ruby, section, summary,
      time, mark, audio, video {
          margin: 0;
          padding: 0;
          border: 0;
          font-size:100%;
          vertical-align: baseline;
      }
      /* HTML5 display-role reset for older browsers */
      html,body,article, aside, details, figcaption, figure, 
      footer, header, hgroup, menu, nav, section {
          display: block;
      }
      body {
      line-height: 1;
      font-family: "微软雅黑";
      min-width:1200px;
      font-size: 16px;
      background:#fff;
      }
     html {min-width:1200px;}
      ol, ul {
          list-style: none;
      }
      blockquote, q {
          quotes: none;
      }
      blockquote:before, blockquote:after,
      q:before, q:after {
          content: '';
          content: none;
      }
      table {
          border-collapse: collapse;
          border-spacing: 0;
      }
      a{text-decoration: none;color: #333;}
      a:hover{text-decoration: underline}
      .fff{color:#fff !important;}
      .fff a{color:#fff !important;}
     .fixd{position:fixed;top:0;z-index:11}
      /* *******************************通用样式 ********************************* */
      .more { float: right; font: normal 14px/40px "微软雅黑" !important; color: #535353 !important;}
      /* 雪碧图 */
      i{display: inline-block; background: url("../images/sprit.png") no-repeat}
      /* 雪碧图 */
      .container{width: 1200px;margin: 0 auto}
      /* ====清除浮动=== */
      .clearfix:after {display: block;clear: both;content: "";visibility: hidden;height: 0;}
      .clearfix {zoom: 1;}
      .fl{float: left;}
      .fr{float: right;}
      /* 头部 */
      .head-bar{height: 50px; line-height: 50px; background-color: #f2f2f2; font: normal 14px/50px "微软雅黑"; color: #999999}
      .head-bar a{color: #999999}
      .head-bar ul.email-link{margin-right:34px; }
      .head-bar ul.email-link >li >i{width: 20px;height: 16px;vertical-align: middle;margin-left: 30px;}
      .email{background-position: 0 0}
      .accessible{background-position: -20px 0}
        
      /* 搜索 */
      #qt{width: 204px;height: 34px;line-height: 34px;padding-left: 10px; outline: none; border: 1px solid #666666;border-radius: 2px;border-right:none;vertical-align: middle}
      #ch-search-b{display: inline-block; width: 64px;height: 34px;line-height: 34px;background-color: #2b71c2;text-align: center;cursor: pointer;vertical-align: middle}
      #ch-search-b:active{-moz-box-shadow:0 0 5px #13294a inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 0 5px #13294a inset;            /* For Chrome5+, Safari5+ */
	box-shadow:0 0 5px #13294a inset;                    /* For Latest Opera */}
        /* 背景图 */
        /* .head-gimg{position: relative; height: 220px; padding-top: 60px; background: url("./images/header-bgimg.jpg") no-repeat top center;font-size: 0} */

        /* 导航 */
        #mainNav {height:50px;}
        #nav{width:100%;height: 50px;background: #358ff0; }
        .nav-bar > li{ float: left; text-align: center;width: 12.5%;}
        .nav-bar > li.on{background: #2b71c2;}
        .nav-bar > li:hover{background: #2b71c2;}
        .nav-bar > li:hover a{text-decoration: none;}
        .nav-bar > li a{display: block; font:normal 20px/50px "微软雅黑"; color: #fff;}
      /* 头部 */
        /* 面包屑 */
        .crumbs_bar{height: 45px;background: #f6f6f6;}
        .crumbs{font: normal 16px/45px "微软雅黑";color: #666; }
        .crumbs a{  color: #666; }
        .crumbs a:hover{text-decoration: none}

        /* 底部 */
        #footer{ height: 150px;font: normal 14px "微软雅黑"; text-align: center; background: url("../images/footer-bgimg.jpg") no-repeat top center; color: #fff;}
        #footer a{color: #fff;}
        #footer .container{position: relative;}
        #footer ul > li{display: inline-block; margin-top:44px; }
        #footer p{margin-top: 10px;}
        .shibie{position: absolute;top:48px;left: 84px;}
        .jiucuo{position: absolute;top:48px;right: 14px;}

        .Notice { position: fixed; right: 0; bottom:0; width: 210px;min-height: 150px; border: 1px solid #eef2f9; border-radius:  10px;  background: -webkit-linear-gradient(top,#ffffff,#e7f5ff);
            background: -moz-linear-gradient(top,#ffffff,#e7f5ff);
            background: -webkit-gradient(linear, top, bottom,from(#ffffff),to(#e7f5ff));
            background: linear-gradient(top,#ffffff,#e7f5ff);
            background: -ms-linear-gradient(top,#ffffff,#e7f5ff);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e7f5ff);box-shadow:  0 0 4px #e7f5ff; z-index: 20;}
        .Notice .con { position: relative;min-height: 150px;text-align: center;}
        .Notice .con span.close { position: absolute;right: 5px; top: 5px;width: 24px;height: 24px;line-height: 24px;text-align: center; border-radius: 50%; font-weight: bold; font-size: 20px; display: inline-block; color: #fff; background: #cfe7f8; cursor: pointer;}
        .Notice .con >h2 { font: bold 24px/40px "微软雅黑"; color: #2b71c2;}
        .Notice .con > p { padding: 12px; font: bold 18px/24px "微软雅黑"; color: #666; text-align: justify; }
   
   
        /* 头条 */
        .hot {
            margin: 24px 0
        }

        .hot,
        .subhot {
            text-align: center;
        }

        .hot a {
            color: #2b71c2;
        }

        .hot h2>a {
            font: bold 30px/60px "微软雅黑";
        }

        .subhot>ul>li {
            display: inline-block;
            font: normal 18px "微软雅黑";
            padding-left: 10px;
            margin-left: 10px;
            border-left: 2px solid #2b71c2;
        }

        .mt20 {
            margin-top: 20px;
        }

        .mt15 {
            margin-top: 15px;
        }

        .mt10 {
            margin-top: 10px;
        }

        /* 头条 */
        /* top-lunbo */
        .wh-top-lb {
            position: relative;
            height: 337px;
        }

        /* 本例子css */
        .whTopSlide {
            width: 600px;
            height: 337px;
            position: relative;
        }

        .whTopSlide .hd {
            height: 15px;
            overflow: hidden;
            position: absolute;
            right: 38px;
            bottom: 16px;
            z-index: 1;
        }

        .whTopSlide .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

        .whTopSlide .hd ul li {
            float: left;
            margin-right: 10px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #fff;
            cursor: pointer;
        }

        .whTopSlide .hd ul li.on {
            background: #f00;
            color: #fff;
        }

        .whTopSlide .bd {
            position: relative;
            height: 100%;
            z-index: 0;
        }

        .whTopSlide .bd .iimg {
            position: absolute;
            top: 10px;
            left: 14px;
            width: 94px;
            height: 121px;
            z-index: 10
        }

        .whTopSlide .bd li {
            zoom: 1;
            vertical-align: middle;
            position: relative;
        }

        .whTopSlide .bd img {
            width: 600px;
            height: 337px;
            display: block;
        }

        .whTopSlide .bd p {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 600px;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
            padding-left: 10px;
            color: #fff;
            background-color: rgba(0, 0, 0, .5)
        }

        /* ------------------ */
        .tj-list {
            width: 546px;
            height: 334px;
            overflow: hidden
        }

        /* 本例子css */
        .slideTxtBox {
            text-align: left;
            position: relative;
        }

        .slideTxtBox .hd {
            height: 40px;
            font: 20px/40px "微软雅黑";
            color: #358ff0;
            border-bottom: 1px solid #c9c9c9;
        }

        .slideTxtBox .hd ul {
            float: left;
            position: absolute;
            left: 0;
            top: -2px;
            overflow: hidden
        }

        .slideTxtBox .hd ul li {
            float: left;
            margin-right: 20px;
            cursor: pointer;
            text-align: center
        }

        .slideTxtBox .hd ul li.on {
            border-bottom: 2px solid #035392;
        }

        .slideTxtBox .bd .list-more {
            position: absolute;
            top: 0;
            right: 0;
            font: normal 14px/40px "微软雅黑";
            color: #535353;
        }

        .slideTxtBox .bd ul {
            zoom: 1;
            margin-top: 20px;
        }

        .slideTxtBox .bd li {
            height: 38px;
            line-height: 38px;
            ;
            padding-left: 20px;
            overflow: hidden;
            background: url(../images/sprit.png) no-repeat -184px 10px;
        }

        .slideTxtBox .bd li .date {
            float: right;
            color: #999;
        }

        /* 专题 */
        .c-zt {
            margin: 40px 0;
        }

        .zt {
            margin: 42px 0
        }

        .zt ul>li {
            float: left;
            width: 33.33%;
            text-align: center;
            overflow: hidden
        }

        .zt ul>li:first-child {
            text-align: left;
        }

        .zt ul>li:last-child {
            text-align: right;
        }

        .zt ul>li img {
            height: 360px;
            height: 100px;
        }

        .pub-left {
            width: 800px;
            min-height: 244px;
            overflow: hidden;
        }

        .pub-right {
            width: 400px;
            min-height: 244px;
            overflow: hidden;
        }

        .pub-title {
            position: relative;
            display: inline-block;
            padding-right: 24px;
            bottom: -1px;
            height: 40px;
            /* margin-right: 20px; */
            font: bold 22px/40px "微软雅黑";
            color: #fff;
            background: #358ff0;
        }

        i.icon {
            width: 20px;
            height: 22px;
            margin: 0 10px 0 10px;
            vertical-align: middle
        }

        i.xinwen {
            background-position: 2px -20px;
        }

        i.jiedu {
            background-position: -20px -20px;
        }

        i.gongkai {
            background-position: -40px -20px;
        }

        i.hudon {
            background-position: -60px -20px;
        }

        i.xinfan {
            background-position: -80px -20px;
        }

        i.fuwu {
            background-position: -120px -20px;
            width: 15px;
            margin: 53px 15px 20px 15px;
        }
        a.fuwua {
            background: #358ff0; color: #fff;
            text-align: center;
            font-weight: bold;
            line-height: 30px;
            font-size: 20px;
        }
        i.fengcai-icon {
            background-position: -100px -21px;
        }

        .hudong {
            overflow: hidden;
        }

        .xinfang {
            overflow: hidden;
        }

        /* 互动 */
        .hudong a {
            color: #fff;
        }

        .hudong-list {
            margin-top: 3px;
        }

        .hudong-list>li {
            width: 176px;
            height: 86px;
            display: inline-block;
        }

        .hudong-list>li>a {
            display: inline-block;
            width: 176px;
            height: 86px;
            font-size: 16px;
            color: #fff;
            padding-top: 46px;
            text-align: center;
        }

        .hudong-list>li>a.bzxx {
            background: url(../images/shouye_icon_03.png) no-repeat top center;
        }

        .hudong-list>li>a.zjdc {
            background: url(../images/shouye_icon_05.png) no-repeat top center;
        }

        .hudong-list>li>a.jbaoxx {
            background: url(../images/shouye_icon_07.png) no-repeat top center;
        }

        .xinfang .xf-link {
            display: inline-block;
            margin-top: 3px;
        }

        /* 风采 */
        .fc {
            margin-bottom: 20px;
        }

        .fengcai {
            text-align: left;
            position: relative;
            margin-top: 20px;
        }

        .fengcai .hd {
            height: 40px;
            font: 20px/40px "微软雅黑";
            border-bottom: 1px solid #c9c9c9;
        }

        .fengcai .hd a {
            color: #358ff0;
        }

        .fengcai .hd ul {
            float: left;
            position: absolute;
            left: 0;
            top: -1px;
            width: 1200px;
            overflow: hidden
        }

        .fengcai .hd ul li {
            float: left;
            margin-right: 30px;
            cursor: pointer;
            text-align: center
        }

        .fengcai .hd ul li.on {
            border-bottom: 2px solid #035392;
        }

        .fengcai .bd .list-more {
            position: absolute;
            top: 0;
            right: 0;
            font: normal 14px/40px "微软雅黑";
            color: #535353;
        }

        .fengcai .bd ul {
            zoom: 1;
            margin-top: 20px;
        }

        .fengcai .bd li {
            float: left;
            width: 380px;
            text-align: center;
            margin-left: 30px;
        }

        .fengcai .bd li>div {
            width: 380px;
            display: inline-block;
        }

        .fengcai .bd li>div>a {
            width:380px;
            height: 186px;
        }

        .fengcai .bd li>div>p {
            margin-top: 24px;
            text-align: left
        }

        .fengcai .bd li>div>p>a {
            font: normal 20px "微软雅黑"
        }

        .fengcai .bd li a {
            position: relative;
            display: inline-block;
        }

        /* .fengcai .bd li:first-child { text-align: left;}
      .fengcai .bd li:last-child { text-align: right;} */
        .fengcai .bd li a .tips {
            position: absolute;
            display: inline-block;
            width: 120px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            bottom: 0;
            right: 0;
            background: #358ff0;
            color: #fff;
        }

        /* 服务 */
        .fuwu-list {
            width: 800px;
        }

        .fuwu-list ul>li {
            float: left;
            width: 33.33%;
            height: 80px;
            line-height: 80px;
            font-size: 24px;
        }

        .fuwu-list ul>li>a {
            display: inline-block;
        }

        .fuwu-list ul>li>a>i {
            width: 30px;
            height: 30px;
            margin: 0 20px;
            vertical-align: middle;
        }

        i.qywh {
            background-position: 0 -50px;
        }

        i.jzaz {
            width: 20px !important;
            background-position: -28px -50px;
            margin-right: 30px !important;
        }

        i.jyfw {
            background-position: -50px -50px;
        }

        i.jypx {
            background-position: -90px -50px;
        }

        i.jxtw {
            background-position: -130px -50px;
        }

        i.ydfx {
            background-position: -160px -50px;
        }

        i.bybz {
            background-position: 0 -80px;
        }

        i.ylbh {
            background-position: -30px -80px;
        }

        i.wgty {
            background-position: -60px -80px;
        }

        i.sxzz {
            background-position: -90px -80px;
        }

        i.sygz {
            background-position: -130px -80px;
        }

        /* 平台 */
        .pingtai {
            padding-top: 40px;
        }

        .pingtai>ul {
            width: 300px;
            height: 215px;
            display: inline-block;
            vertical-align: top;
            margin-left: 0px;
        }

        .pingtai>ul a {
            display: block;
            height: 75px;
            margin-bottom: 8px;
            font: bold 18px/75px "微软雅黑";
            text-align: center;
            color: #fff;
        }

        .pingtai>a {
            display: inline-block;
            width: 55px;
            height: 242px;
            vertical-align: top;
        }
        .jdzygb img,.zyzypt img {
            width:330px;
            height:75px;
        }

        .lhxxpt {
            background: url(../images/luohuxinxi.jpg) no-repeat top center;background-size: 176%;
        }

        /* 友情连接 */
        .link {
            min-height: 150px;
            margin-top: 44px;
            padding: 36px 0;
            background: #e9f6ff;
        }

        .link-title {
            float: left;
            width: 160px;
            font: bold 22px/40px "微软雅黑";
            color: #fff;
            background: #2b71c2;
        }

        .link-title i {
            width: 23px !important;
            height: 23px !important;
            margin: 0 6px;
            vertical-align: middle;
        }

        .friend-link {
            margin-bottom: 10px;
        }

        i.yq-icon {
            background-position: -139px -20px;
        }

        i.rk-icon {
            background-position: -162px -20px;
        }

        .link-nav {
            background: #358ff0;
        }

        .link-nav>ul {
            width: 1040px;
        }

        .link-nav>ul>li {
            float: left;
            width: 16.66%;
            text-align: center;
            border-right: 1px solid #fff;
            font: normal 18px/40px "微软雅黑";
            color: #fff;
            letter-spacing: 1px;
            cursor: pointer;
        }

        /* .enter  ul > li {width:15% !important;} */
        /* .enter  ul > li:nth-last-child(2) { width:24.3% !important;} */
        .link-nav>ul>li a {
            display: block;
            font: normal 18px/40px "微软雅黑";
            color: #fff;
            letter-spacing: 1px;
        }

        .link-nav>ul>li a:hover {
            text-decoration: none;
            cursor: pointer
        }

        .link-cont>ul {
            display: none;
            padding: 14px 20px 0 80px;
            ;
            height: 170px;
            overflow-y: auto !important;
            border: 1px solid #666;
            background: #fff;
        }

        .link-cont>ul>li {
            width: 20%;
            float: left;
        }

        .link-cont>ul>li a {
            font: normal 14px/30px "微软雅黑";
            color: #4c4c4c;
        }

        .main-right {
            width: 360px !important;
        }

        .main-left {
            width: 780px !important;
        }

        /* zt -光荣牌*/
        .zt-gr {
            position: relative;
            height: 240px;
        }

        /* 本例子css */
        .zt-gr {
            width: 1200px;
            height: 240px;
            overflow: hidden;
            position: relative;
        }

        .zt-gr .bd {
            position: relative;
            height: 100%;
            z-index: 0;
        }

        .zt-gr .bd li {
            zoom: 1;
            vertical-align: middle;
            position: relative;
        }

        .zt-gr .bd img {
            width: 1200px;
            height: 240px;
            display: block;
        }

        .zt-gr .hd ul {
            position: absolute;
            right: 10px;
            bottom: 10px;
            overflow: hidden;
            z-index: 10
        }

        .zt-gr .hd ul li {
            float: left;
            width: 30px;
            height: 5px;
            overflow: hidden;
            margin-right: 10px;
            cursor: pointer;
            background: #D9D9D9
        }

        .zt-gr .hd ul li.on {
            background: #0075c4
        }


        .zt-gr1 {
            width: 1200px;
            height: 240px;
            overflow: hidden;
            position: relative;
        }

        .zt-gr1 .bd {
            position: relative;
            height: 100%;
            z-index: 0;
        }

        .zt-gr1 .bd li {
            zoom: 1;
            vertical-align: middle;
            position: relative;
        }

        .zt-gr1 .bd img {
            width: 1200px;
            height: 240px;
            display: block;
        }

        .zt-gr1 .hd ul {
            position: absolute;
            right: 10px;
            bottom: 10px;
            overflow: hidden;
            z-index: 10
        }

        .zt-gr1 .hd ul li {
            float: left;
            width: 30px;
            height: 5px;
            overflow: hidden;
            margin-right: 10px;
            cursor: pointer;
            background: #D9D9D9
        }

        .zt-gr1 .hd ul li.on {
            background: #0075c4
        }



        .w360 {
            display: inline-block;
            width: 360px;
            vertical-align: top
        }

        .gk-list {
            padding-top: 14px;
        }

        .gk-list>li {
            float: left;
			line-height: 36px;
        }

        .gk-list>li a {
            line-height: 22px;
            display: inline-block;
        }

        .gk-list>li b {
            height: 50px;
            line-height: 50px;
            display: inline-block;
        }


        .nomargin {
            margin: 0 !important;
        }

        .syImgList li {
            float: left;
            margin-right: 15px;
            width: 110px;
            height: 74px;
        }

        .syImgList li img {
            width: 110px;
            height: 74px;
        }

        .syImgList li:last-child {
            margin: 0;
        }

        .sy-list li {
            height: 38px;
            line-height: 38px;
            padding-left: 20px;
            overflow: hidden;
            background: url(../images/sprit.png) no-repeat -184px 10px;
        }

        .sy-list li .date {
            float: right;
        }

        .w360 .list-more {
            float: right;
            margin-top: 10px;
        }

        /* 侧边栏 */
        .close1 {
            color: #18388b;
            background: #e2e2e2;
            border: 1px solid #c9c9c9;
            padding: 4px;
            float: right;
            cursor: pointer;
        }

        #sidebar {
            position: fixed;
            right: 0;
            top: 160px;
            z-index: 999;
        }

        #sidebar ul {
            background: #18388b;
        }

        #sidebar ul li {
            width: 66px;
            height: 66px;
            border-top: 1px solid #6f84bb;
        }

        #sidebar ul li a {
            display: block;
            height: 66px;
        }

        .side1,
        .side2,
        .side3,
        .side4,
        .side5 {
            background-position: center center;
        }

        .side1 {
            background-image: url(../images/side1.png);
            background-repeat: no-repeat;
            background-color: #2a61b3
        }

        .side2 {
            background-image: url(../images/side2.png);
            background-repeat: no-repeat;
        }

        .side3 {
            background-image: url(../images/side3.png);
            background-repeat: no-repeat;
        }

        .side4 {
            position: relative;
            background-image: url(../images/side4.png);
            background-repeat: no-repeat;
        }

        .side5 {
            height: 37px !important;
            ;
            background-image: url(../images/side5.png);
            background-repeat: no-repeat;
            background-color: #4da3df
        }

        .side4 img {
            position: absolute;
            top: 0;
            left: -63px;
            display: none;
        }

        .side4:hover img {
            display: block;
        }

       
    </style>
    <!-- 首页 -->
    <!-- 全媒体播放器 -->
    <style>
        .fl {
    float: left;
}

.fr {
    float: right;
}

/* 清除浮动 */

.clearfix {
    display: block;
    #zoom: 1;
    /*ie6-ie7*/
}

.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
}





/* 全媒体播放器pic
--------------------------------------------------*/


.focusBox .pageBtn,
#headLine .part3R .dataList11 .img .playBtn a,
#videoItem .dataList04 .img a,
#videoItem .dataList11 .img .playBtn a {
    background: url(../images/icon_video.png) no-repeat;
}

/* 顶部广告
--------------------------------------------------*/



#headLine .videoCloseBtnX,
#headLine .part2 .videoCloseBtn {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -16px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    background: #358ff0;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-weight: bold;

}




#headLine .part2 {
    width: 600px;
    position: relative;
}


/* focusBox --------------------------------------------------*/

.focusBox {
    width: 600px;
    height: 337px;
    overflow: hidden;
    /* background: url(../images/bg_video.png) no-repeat; */
    background: #358ff0;
    position: relative;
}

.focusBox .focusTitle {
    height: 15px;
    position: absolute;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    right: 12px;
    bottom: 4px;
    z-index: 3;
}

.on .focusTitle {
    background-position: -97px -272px;
}

.focusBox .focusBoxWrap {
    width: 600px;
    height: 337px;
    position: relative;
}

.focusBox .pic li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 337px;
    overflow: hidden;
}

.focusBox .pic li .lazyload {
    display: none;
}

.focusBox .pic .videoPlayBtn {
    display: none;
    width: 60px;
    height: 60px;
    font-size: 0px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    right: 14px;
    bottom: 68px;
    background:url("../images/big_play.png") no-repeat;
    background-size:100%;
    cursor: pointer;
}


.focusBox .pic .iframeSrc,
.focusBox .pic .videoPlayBtn a {
    display: none;
}

.focusBox .pic img {
    width: 600px;
    height: 337px;
}

.focusBox .txt {
    position: absolute;
            left: 0;
            bottom: 0;
            width: 600px;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
            padding-left: 10px;
            color: #fff;
            background-color: rgba(0, 0, 0, .5);
            z-index: 2;
}

.focusBox .txt ul {
    width: 100%;
    height: 20px;
}

.focusBox .txt li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -20px;
}

.focusBox .txt li a {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-family: \5FAE\8F6F\96C5\9ED1;
    line-height: 43px;
overflow: hidden;
    height: 50px;
}

.focusBox .num {
            height: 10px;
            overflow: hidden;
            position: absolute;
            right: 30%;
            bottom: 4px;
            z-index: 3;
}

.focusBox .num li {
    float: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    margin: 0;
    cursor: pointer;
    background: #fff;
    border-radius:50%;
    margin-right: 20px;
}

.focusBox .num li.on,
.focusBox .num li:hover {
  color: #fff;
  background: #bd1a2d;
}

.focusBox .pageBtn {
    width: 21px;
    height: 24px;
    position: absolute;
    z-index: 1;
    bottom: 28px;
    cursor: pointer;
}


.focusBox .playVideo {
    width: 600px;
    height: 337px;
    background: #333;
    position: absolute;
    top: 0;
    left: -600px;
    z-index: 10;
}

.focusBox .playVideo #player_container {
    width: 600px;
    height: 337px;
}

.focusBox #xPlayVideo {
    width: 600px;
    height: 337px;
    background: #333;
    position: absolute;
    top: 0;
    left: -600px;
    z-index: 10;
}
.zztp li { float:left; width:50%; height:173px; margin-top:10px; text-align: center; }
.zztp img { width:127px; }

 .Nums {
        position: absolute;
        top: 20px;
        right: 134px;
        font-size: 18px;
        width: 30px;
        height: 30px;
        border: 3px solid #ff6633;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
    }

    .count-down {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 100px;
        color: #ff6633;
        text-shadow: black 1px 1px 1px;
        top: 0;
        left: 0;
        z-index: 99999999;
        width: 100%;
        min-height: 1080px;
        background-image: url(../images/P020230109627673003467.jpg );
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        transition: all 1s;
    }

    .count-down.active {
        width: 0;
        height: 0;
        top: 0px !important;
        bottom: auto !important;
        left: 0%;
        right: auto !important;
        font-size: 16px;
    }

    .count-down.move {
        left: -20px !important;
        top: 400px !important;
        bottom: auto !important;
        right: auto !important;
    }
	
/*关于我们*/	
 .overview,.overview-left,.overview-right {min-height: 300px;}
       .overview-left {width: 210px; border: 1px solid #f6f6f6;}
       .overview-left > h2 {height: 70px; padding-left: 32px; font: bold 22px/70px "微软雅黑"; color: #fff; background: url(../images/jigou.jpg) no-repeat top center}
       .overview-left ul.first > li { font: bold 18px/60px "微软雅黑"; color: #999; }
       .overview-left ul.first > li a {color: #999;display: block;}
       .overview-left ul.first > li {padding-left: 32px; background: url(../images/gailan-sj.jpg) no-repeat 16px 24px;border-bottom: 1px solid #f6f6f6;}
       .sub-list  {padding-left: 32px;}
       .overview-left ul.first > li.on { background: url(../images/gailan-sj-on.jpg) no-repeat 16px 24px;}
       .overview-left ul.first > li.on a { color: #358ff0;}
       .overview-left p{width: 207px;height: 50px;font: bold 18px/50px "微软雅黑"; text-align: center; background: #91d2ff; color: #fff;}
       .overview-right{width: 890px;}
       .overview-right h3{height: 42px; font: normal 20px/42px "微软雅黑"; color: #358ff0;margin-top: 34px; border-bottom: 1px solid #e4e4e4;} 
       .overview-right h3  span {display: inline-block; line-height: 40px; border-bottom: 2px solid #358ff0;}

        /*文章信息*/
        .details_page {margin-bottom: 22px;}
        .details_page h2 {display: block;overflow: hidden;text-align: center;font: normal 24px/36px "Microsoft YaHei"; padding: 22px 0px;}
        .details_page .article-info { height: 28px;border-bottom: 1px #d9d9d9 solid; font: normal 12px/24px "宋体"; display: block;color:#999;}
        .details_page .article-info .bdsharebuttonbox {float: right; margin-top: -4px; }
        .details_page .article-info .auxiliary { float: right;margin-right: 40px;color: #999999;height: 24px;}
        .details_page .article-info .auxiliary a {color: #999;}
        .details_page .article-info .auxiliary img {vertical-align: middle;margin-right: 3px;}
        .details_page .article-info .auxiliary  .size_box {display: inline-block;width: 110px;text-align: center;font: normal 12px/24px "宋体";}
         /* 概览右-列表 */
         .public_list .public_list_team {display:block;overflow: hidden;margin-top:22px;}
        .public_list .public_list_team ul{display:block;overflow: hidden;margin-top:-1px; }
        .public_list .public_list_team li{display:block;overflow: hidden; font:normal 14px/36px "宋体";}
        .public_list .public_list_team li a{float:left;width:85%;background:url(../images/dot001.gif) no-repeat left 14px;padding-left:15px;}
        .public_list .public_list_team li span{float:right;}
        /*正文*/
        #div_zhengwen { padding: 30px 0px;font-size: 14px;line-height: 200%;font-family: "宋体";}
        
         .left-title { border-bottom: 1px solid #e4e4e4; line-height: 40px; margin-top: 20px;}
         .left-title  span {display: inline-block;font: normal 20px/42px "微软雅黑"; color: #358ff0; line-height: 40px; border-bottom: 2px solid #358ff0;}
        p.work { line-height: 30px;margin-top: 20px;}
		
		
		   /* 概览右-分页 */
        .fanye{padding:6px 0px; color:#666666; font:normal 14px/20px "宋体";}
        .fanye a{width: 40px;height: 40px;line-height: 40px;text-align: center; display:inline-block;margin:0px 5px; border:1px solid #d9d9d9;color:#333;}
        .fanye span{display:inline-block;width: 40px;height: 40px;line-height: 40px;text-align: center;background: #608ed3;color:#fff; }
        .fanye .updown {width: 80px;height: 40px; line-height: 40px; color:#fff; background: #358ff0;}
        .fanye .fast{border:1px #a7c1ce solid;display:inline-block;width:24px; line-height: 20px; outline: none; text-align: center;}
        .fanye font{ color:#2578c9;}
        .fanye .btu{background-color:#d1e3f0;display:inline-block;border:1px #a7c1ce solid;color:#2578c9;padding:0px 5px;cursor: pointer;font-size:14px;line-height:22px;}
		  .luo_li{position: relative;}
        .luo_span{display: block;width: 284px;height: 65px;position: absolute;text-align: center;line-height: 65px;top: 0;color: #2F5AAA;font: bold 16px/65px "黑体";}

/*文章信息*/
        .details_page {
            margin-bottom: 22px;
        }
        .details_page h2 {
            display: block;
            overflow: hidden;
            text-align: center;
            font: normal 24px/36px "Microsoft YaHei";
            padding: 22px 0px;
        }
        .details_page .article-info {
            height: 28px;
            border-bottom: 1px #d9d9d9 solid;
            font: normal 12px/24px "宋体";
            display: block;
            color:#999;
        }
        .details_page .article-info .bdsharebuttonbox {
            float: right;
            margin-top: -4px;
        }
        .details_page .article-info .auxiliary {
            float: right;
            margin-right: 40px;
            color: #999999;
            height: 24px;
        }
        .details_page .article-info .auxiliary a {
            color: #999;
        }
        .details_page .article-info .auxiliary img {
           vertical-align: middle;
           margin-right: 3px;
        }

        .details_page .article-info .auxiliary  .size_box {
            display: inline-block;
            width: 110px;
            text-align: center;
            font: normal 12px/24px "宋体";

        }
        /*正文*/
        #div_zhengwen {
            padding: 30px 90px;
            font-size: 16px;
            line-height: 200%;
            font-family: "宋体";
        }
    #div_zhengwen p{
     line-height: 32px;
    margin-top:20px;
     }
        /*相关文章*/
        .relevant {
            padding-bottom: 20px;
                display:none;
        }
        .relevant dt {
            border-left: 3px #12589f solid;
            color: #12589f;
            font: bold 16px/20px "宋体";
            padding-left: 10px;
            height: 20px;
        }
        .relevant dd {
            padding-top: 20px;
        }
        .relevant dd a {
            display: block;
            padding-left: 12px;
            font: normal 14px/24px "宋体";
            color: #666;
            background: url(../images/dot002.gif) no-repeat left 10px;
        }
        .fujian { padding:20px 90px; }
        .fujian span { display:inline-block; vertical-align:top; font-family: "宋体"; font-size: 14px; line-height: 200%; }
		
		