.container {
  width: 1200px;
  margin: 0 auto; }
th,td,tr {
    box-sizing: border-box;
}
body {
  min-width: 1200px;
  background-color: #F7FCFF;
  /*background-image: url(../img/bg.jpg);*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-attachment: fixed; }

@media screen and (min-width: 1921px) {
  body {
    background-size: 100% auto; } }

.header {
  position: relative;
  /*height: 126px; */
    
}
  .header .hd-logo {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0; }
  .header .hd-logo-sub {
    position: absolute;
    z-index: 1;
    left: 194px;
    top: 20px; }
  .header .hd-search {
    position: absolute;
    top: 27px;
    left: 250px; }
    .header .hd-search .searchNav {
      float: left;
      overflow: hidden; }
      .header .hd-search .searchNav li {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 126px;
        height: 34px;
        border: 1px solid transparent;
        border-bottom: 0;
        border-radius: 8px 8px 0px 0px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 34px;
        color: #ffffff;
        cursor: pointer; }
        .header .hd-search .searchNav li.active {
          color: #fff;
          border-color: #fff;
          background: rgba(0, 0, 0, 0.3); }
    .header .hd-search .searchkey {
      float: left;
      height: 34px;
      margin-left: 10px;
      line-height: 34px;
      color: #439575;
      font-weight: bold; }
      .header .hd-search .searchkey span {
        margin-right: 5px; }
      .header .hd-search .searchkey a {
        margin-right: 5px; }
    .header .hd-search .searchInput {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 510px;
      height: 42px;
      border: 1px solid #fff;
      border-radius: 0 8px 8px 8px;
      background: rgba(0, 0, 0, 0.3); }
      .header .hd-search .searchInput input {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 16px;
        text-indent: 24px;
        color: #fff; }
        .header .hd-search .searchInput input::-webkit-input-placeholder {
          color: #fff; }
        .header .hd-search .searchInput input::-moz-placeholder {
          color: #fff; }
        .header .hd-search .searchInput input:-ms-input-placeholder {
          color: #fff; }
      .header .hd-search .searchInput .icon-search {
        position: absolute;
        z-index: 10;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer; }
  .header .hd-right .icon-collection {
    position: absolute;
    top: 2px;
    right: 131px; }
  .header .hd-right .icon-setHome {
    position: absolute;
    top: 2px;
    right: 22px; }
  .header .hd-right .icon-buyQQ {
    position: absolute;
    top: 56px;
    right: 134px; }
  .header .hd-right .icon-authorization {
    position: absolute;
    top: 36px;
    right: 22px; }

.main .nav {
  width: 1220px;
  margin: 0 -10px; }
  .main .nav li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66%;
    height: 67px;
    padding-top: 16px;
    background-image: url(../img/nav.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    text-align: center;
    font-weight: bold;
    color: #773906;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .main .nav li p {
      font-size: 16px; }
    .main .nav li span {
      font-size: 12px; }
    .main .nav li.active {
      color: #6E1C1C;
      background-image: url(../img/nav-active.png); }

.main .top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1232px;
  height: 77px;
  /*margin: -8px -16px -6px;*/
  margin:-4px -16px -2px;	
  background: url(../img/qqBg.png) no-repeat left 5px center; }
  .main .top ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 0 0 36px; }
    .main .top ul li {
      float: left;
      width: 168px;
      margin-right: 30px;
      font-size: 12px;
      font-weight: bold;
      line-height: 24px;
      color: #845116; }
      .main .top ul li span {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .main .top ul li:nth-child(6n) {
        margin-right: 0; }

.main .zb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1280px;
  height: 185px;
  padding: 26px 0 0 38px;
  margin: -8px -40px 0;
  background: url(../img/zb.png) no-repeat; }
  .main .zb ul li {
    float: left;
    width: 180px;
    height: 145px;
    margin-left: 16px;
    border-radius: 6px;
    cursor: pointer;
    background: #fff;
    overflow: hidden; }
    .main .zb ul li .zbImg-wrap {
      display: block;
      position: relative;
      width: 100%;
      height: 101px;
      overflow: hidden; }
      .main .zb ul li .zbImg-wrap .zbImg-pic {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
        .main .zb ul li .zbImg-wrap .zbImg-pic img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
    .main .zb ul li .zb-video {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .main .zb ul li .zb-mask {
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .main .zb ul li .zb-mask .zb-hot,
      .main .zb ul li .zb-mask .zb-classify {
        position: absolute;
        top: 7px;
        height: 14px;
        padding: 0 5px;
        border-radius: 7px;
        font-size: 12px;
        line-height: 14px;
        color: #fff;
        background: rgba(0, 0, 0, 0.4); }
      .main .zb ul li .zb-mask .zb-hot {
        left: 7px; }
      .main .zb ul li .zb-mask .zb-classify {
        right: 7px; }
    .main .zb ul li .zb-play {
      display: block;
      position: absolute;
      z-index: 3;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 24px;
      height: 24px;
      margin: auto;
      opacity: 0;
      background: url(../img/play.png) no-repeat center;
      -webkit-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); }
    .main .zb ul li .zb-content {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 44px;
      padding: 15px 7px;
      line-height: 14px; }
      .main .zb ul li .zb-content .zb-status {
        float: right; }
      .main .zb ul li .zb-content .zb-title {
        padding-right: 5px;
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .main .zb ul li:hover .zbImg-pic {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .main .zb ul li:hover .zb-play {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .main .zb ul li:hover .zb-mask {
      background: rgba(0, 0, 0, 0.3); }

.main .table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-left: 1px solid #FF6501;
  text-align: center; }

.main .table th {
  height: 28px;
  border-right: 1px solid #FF6501;
  border-bottom: 1px solid #FF6501;
  background: #FF6501 !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#446D37), to(#B6D75D));
  background: linear-gradient(0deg, #446D37, #B6D75D);
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  font-family: '宋体';
  color: #fffdec; }

.main .table td {
  height: 33px;
  border-right: 1px solid #FF6501;
  border-bottom: 1px solid #FF6501;
  /*background: rgb(255, 255, 204);*/
  font-size: 12px;
  line-height: 33px;
  font-family: Arial; }

.main .table th,
.main .table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.main .table th:first-child,
.main .table td:first-child {
  width: 144px; }

.main .table th:nth-child(2),
.main .table td:nth-child(2) {
  width: 138px; }

.main .table th:nth-child(3),
.main .table td:nth-child(3) {
  width: 140px; }

.main .table th:nth-child(4),
.main .table td:nth-child(4) {
  width: 114px; }

.main .table th:nth-child(5),
.main .table td:nth-child(5) {
  width: 296px; }

.main .table th:nth-child(6),
.main .table td:nth-child(6) {
  width: 180px; }

.main .table th:nth-child(7),
.main .table td:nth-child(7) {
  width: 110px; }

.main .table th:nth-child(8),
.main .table td:nth-child(8) {
  width: 77px; }

.main .table td:nth-child(3) {
  color: #ff0000; }

.main .table td:nth-child(5) {
  text-align: left;
  padding-left: 5px; }

.main .table td:nth-child(1),
.main .table td:nth-child(2) {
  color: #000; }

.main .table td:nth-child(4),
.main .table td:nth-child(5),
.main .table td:nth-child(6) {
  color: #425568; }

.main .table td:nth-child(7) a {
  padding: 1px 6px;
  border-radius: 5px;
  text-decoration: none;
  color: #333; }
  
  .main .table tr {
      
  }

.main .table tr:hover td {
  background: #fff; }

.main .table .tableRmdTr td {
  background: rgb(255, 235, 153);; }

.main .table .tableRmdTr:hover td {
  background: #fff; }

/* .main .table .trYellow td {
  background: rgb(255, 235, 153);
} */

.main .table .trYellow:hover td {
  background: #fff; 
}

.main .table .trWhite td {
  background: rgb(255, 255, 204);
}

.main .table .trWhite:hover td {
  background: #fff;
}

.main .table .icon-rec {
  vertical-align: -8px;
  margin-left: 3px;
}

/* .main .table .abtn1 a {
  color: #ffffff;
  cursor: pointer; 
}
.main .table .abtn3 a {
  color: #ffffff;
  cursor: pointer; 
} */
/* .abtn0 a {
  color: #ffffff;
  cursor: pointer; 
} */
.main .table a {
  color: #333;
  cursor: pointer; 
}
.footer {
  background-color: #C47B17;
  text-align: center;
  color: #fff; }
  .footer .copyright {
    height: 90px;
    background: url(../img/footerBg.png) no-repeat center top; }
    .footer .copyright::before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .footer .copyright .inner {
      display: inline-block;
      vertical-align: middle; }
  .footer .p1 {
    font-size: 16px;
    line-height: 24px; }
  .footer .p2 {
    font-size: 16px;
    line-height: 36px; }

.zb-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5); }
  .zb-modal .modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1070px;
    margin-top: -300px;
    margin-left: -535px; }
    .zb-modal .modal-content .modal-close {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .zb-modal .modal-content .modal-title {
      padding: 0 10px;
      height: 34px;
      border-radius: 4px 4px 0 0;
      background: #2d2e36;
      font-size: 14px;
      font-weight: bold;
      line-height: 34px;
      color: #fff; }
    .zb-modal .modal-content .modal-main {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 547px;
      padding: 0 10px 10px;
      background: #2d2e36;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 0 0 4px 4px; }
      .zb-modal .modal-content .modal-main .iframe-box {
        float: left;
        width: 890px;
        height: 100%; }
      .zb-modal .modal-content .modal-main .btn-box {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 160px;
        height: 100%;
        padding: 100px 0 0;
        background: #333335; }
        .zb-modal .modal-content .modal-main .btn-box .btn-item {
          display: block;
          width: 108px;
          margin: 56px auto; }
        .zb-modal .modal-content .modal-main .btn-box img {
          width: 100%; }
.abtn{height: 25px;
        line-height: 25px;
        padding: 0 11px;
        background: #a61f0d;
        border: 1px #ffe68e solid;
        border-radius: 3px;
        /*color: #fff;*/
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
        outline: none;

        color:#ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f4290f));
        background: -moz-linear-gradient(top,  #faa51a, #f4180d);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');}
        .abtn:hover{color:#eee}
		.abtn1{height: 25px;
        line-height: 25px;
        padding: 0 11px;
        background: #73DCFF;
        border: 1px #00A3D9 solid;
        /* border-radius: 3px; */
        border-radius: 10px;
        /*color: #fff;*/
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
        outline: none;

        /* color:#333; */
        color:#ffffff;
        /* background: -webkit-gradient(linear, left top, left bottom, from(#73DCFF), to(#00A3D9)); */
        /* background: -moz-linear-gradient(top,  #73DCFF, #00A3D9); */
        /* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#73DCFF', endColorstr='#00A3D9'); */
        background: -webkit-gradient(linear, left top, left bottom, from(#73DCFF), to(#0f7ef1));
        background: -moz-linear-gradient(top,  #73DCFF, #0f7ef1);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#73DCFF', endColorstr='#0f7ef1');
        -webkit-box-shadow: 2px 1px 0px #60a898;
        -moz-box-shadow: 2px 1px 0px #60a898;
        box-shadow: 2px 1px 0px #60a898;
      }
        .abtn1no{height: 25px;
          line-height: 25px;
          padding: 0 11px;
          background: #aaa;
          border: 1px #999 solid;
          border-radius: 3px;
          /*color: #fff;*/
          display: inline-block;
          text-decoration: none;
          font-size: 12px;
          outline: none;
  
          color:#333; background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#aaa));
          background: -moz-linear-gradient(top,  #aaa, #aaa);
          filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#73DCFF', endColorstr='#00A3D9');}
        .abtn1:hover{color:#fff}
        .abtn2{
          height: 25px;
          line-height: 25px;
          padding: 0 11px;
          background: #73DCFF;
          border: 1px #00A3D9 solid;
          border-radius: 3px;
          /*color: #fff;*/
          display: inline-block;
          text-decoration: none;
          font-size: 12px;
          outline: none;
          color:#333; background: -webkit-gradient(linear, left top, left bottom, from(#73DCFF), to(#00A3D9));
          background: -moz-linear-gradient(top,  #73DCFF, #00A3D9);
          filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#73DCFF', endColorstr='#00A3D9');
          }
          .abtn3{
            height: 25px;
            line-height: 25px;
            padding: 0 11px;
            background: #73DCFF;
            /* border: 1px #00A3D9 solid; */
            border: 1px #00d901 solid;
            /* border-radius: 3px; */
            border-radius: 10px;
            /*color: #fff;*/
            display: inline-block;
            text-decoration: none;
            font-size: 12px;
            outline: none;
            /* color:#333; background: -webkit-gradient(linear, left top, left bottom, from(#73DCFF), to(#00A3D9));
            background: -moz-linear-gradient(top,  #73DCFF, #00A3D9);
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#73DCFF', endColorstr='#00A3D9'); */
            color:#333; background: -webkit-gradient(linear, left top, left bottom, from(#1eeb15), to(#24b912));
            background: -moz-linear-gradient(top,  #1eeb15, #24b912);
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eeb15', endColorstr='#24b912');
            -webkit-box-shadow: 2px 1px 0px #acc7a9;
            -moz-box-shadow: 2px 1px 0px #acc7a9;
            box-shadow: 2px 1px 0px #acc7a9;
            }
		.abtn0{
        height: 25px;
        line-height: 25px;
        padding: 0 11px;
        background: #CCC;
        border: 1px #AAA solid;
        /* border-radius: 3px; */
        border-radius: 10px;
        /*color: #fff;*/
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
        outline: none;

        color:#444; background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#AAA));
        background: -moz-linear-gradient(top,  #CCC, #AAA);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#AAA');
        -webkit-box-shadow: 2px 1px 0px #aab1b0;
        -moz-box-shadow: 2px 1px 0px #aab1b0;
        box-shadow: 2px 1px 0px #aab1b0;
      }

		#caishen{position:fixed;bottom:220px;right:0;width:260px;}
		#caishen>div{width:260px;height:248px;margin:0 auto;margin-left: 0px;position: relative;background-image: url("../../img/0.png");background-repeat: no-repeat;}
		#timedjs{width:120px;height:33px;margin: 0 auto;display:block;padding-top:130px;font-size:14px;text-align:center; color:#600;font-weight: bold;}
		.timeBox{width:74px;display:inline-block;}
		
		.topBanner1 img {
		    width: 100%;
		}
		
		.biaoti {
		    display: flex;
		    height: 30px;
            line-height: 30px;
            bottom: 0;
            background-color: #FFF;
            opacity: 0.9;
            font-size: 14px;
            font-family: "Arial","宋体";
            color: #333;
		}
		
		.biaoti .leftbar{
		    width: 230px;
            line-height: 30px;
            font-size: 12px;
            text-align: center;
            font-family: "Arial","宋体";
            color: #333;
		}
		
		.centerbar {
		    display: flex;
		}
		
		.centerbar a {
        	width: 120px;
            text-align: center;
            margin-left: 1px;
            background-color: #777;
            display: block;
            height: 30px;
            color: #FFF;
            text-decoration: none;
		}
    .centerbarthree a {
      background-color: #900;
  }
		.centerbar a:hover {
		    background-color: #900;
		}
		
		.rightbar {
		    width: 250px;
            height: 30px;
            text-align: center;
            font-size: 12px;
            line-height: 30px;
		}
		
		.p1 a {
		    color: #000;
		    font-family: '宋体';
		}
		
		.bottomBanner ul {
		    height: 31px;
		    line-height: 31px;
		    color: #000;
		    font-family: '宋体';
		    display: flex;
		    justify-content: center;
		    background: url(../../zong/images/bottomBanner.gif);
		    font-size: 12px;
		}
		
		.bottomBanner ul li {
		    margin: 0 8px;
		}


    .archiveh1{color:#333}
    /* archiveend ff6501*/
 .contentArea_list1{
width:33%;float:left;
padding-left:8px;
background-color: #fff8dc;
border-top: 1px solid #e1e1e2;
border-left: 1px solid #e1e1e2;
 }
 .contentArea_list2{
  width:32%;float:left;
  padding-left:8px;
  border-top: 1px solid #e1e1e2;
  background-color: #fff8dc;
  border-left: 1px solid #e1e1e2;
   }
 .contentArea_list3{
  width:32.6%;float:left;
  padding-left:8px;
  border-left: 1px solid #e1e1e2;
  border-right: 1px solid #e1e1e2;
  border-top: 1px solid #e1e1e2;
  background-color: #fff8dc;
   }
 .indexarchivetitle{width:75%;float:left;line-height: 30px;}
 .indexarchivetime{width:25%;float:right;line-height: 30px;}
 .footerindex {float:left;}
 .archiveh1 {border-bottom:1px dotted #e1e1e2;}
 .fourimgdiv{
  display:flex;width:100%;
  justify-content:space-around;align-items:center;
  padding: 20px 0px;
  background-color: #fff8dc;
 }
 .fourimg{

 }
 .biaoti{background-color: #fa0;}
 .icon-search-no{color:#e00}
 .s_kw{display:inline;}
 .s_kwb{display:inline;}
 .s_kwb a{color:#e00;margin:3px;line-height: 40px;font-size: 15px;}
 .fl{float:left}
 .fr{float:right;margin:8px 10px;}
 .search{
  width: 100%;
  height: 40px;

  background-color: #fbe9d3b3;
 }
.fourimgdiv a p{
  text-align: center;
  border: 1px solid #aaa;
  font-size: 18px;
}