    body {
      margin: 0px;
      min-width: 1024px;
    }

    .banner {
      margin: 0;
      padding: 0;
      width: 100%;
      background-color: #f3f6d7;
      /* 确保容器宽度为全屏 */
      height: 400px;
      background-image: url("imgs/background.jpg");
      /* 指定背景图片路径 */
      background-position: center;
      /* 水平和垂直都居中对齐 */
      background-repeat: no-repeat;
      /* 不重复显示背景图像 */
    }

    .logo {
      margin: 30px 40px;
    }

    .show-div-qr {
      display: none;
      margin-top: -245px;
      margin-left: -180px;
      z-index: 9999999;
      height: 180px;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      border-radius: 5px;
      width: 180px;
      text-align: center;
      top: 240px;
      right: 600px;
      color: #000000
    }

    .title {
      position: absolute;
      margin: auto;
      top: 40px;
      left: 0;
      right: 0;
      text-align: center;
      width: 666px;
      height: 130px;
    }

    .tabBox {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #FFF;
      margin-top: 5px;
    }

    .tabs {
      display: flex;
      height: 54px;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      font-weight: bold;
      margin-top: 5px;
    }

    .tab {
      width: 120px;
      height: 54px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 50px;
      padding-left: 50px;
    }

    .tab_btn_zpgg {
      background: url('imgs/btn/btn_zpgg.png') no-repeat;
    }

    .tab_btn_zpgg:hover {
      background: url('imgs/btn/btn_zpgg_h.png') no-repeat;
    }

    .tab_btn_zpgg.active {
      background: url('imgs/btn/btn_zpgg_h.png') no-repeat;
    }

    .tab_btn_zpgw {
      background: url('imgs/btn/btn_zpgw.png') no-repeat;
    }

    .tab_btn_zpgw:hover {
      background: url('imgs/btn/btn_zpgw_h.png') no-repeat;
    }

    .tab_btn_zpgw.active {
      background: url('imgs/btn/btn_zpgw_h.png') no-repeat;
    }

    .tab_btn_bkzn {
      background: url('imgs/btn/btn_bkzn.png') no-repeat;
    }

    .tab_btn_bkzn:hover {
      background: url('imgs/btn/btn_bkzn_h.png') no-repeat;
    }

    .tab_btn_bkzn.active {
      background: url('imgs/btn/btn_bkzn_h.png') no-repeat;
    }

    .tab_btn_bmtd {
      background: url('imgs/btn/btn_bmtd.png') no-repeat;
    }

    .tab_btn_bmtd:hover {
      background: url('imgs/btn/btn_bmtd_h.png') no-repeat;
    }

    .tab_btn_bmtd.active {
      background: url('imgs/btn/btn_bmtd_h.png') no-repeat;
    }

    .tab_btn_cxtd {
      background: url('imgs/btn/btn_cxtd.png') no-repeat;
    }

    .tab_btn_cxtd:hover {
      background: url('imgs/btn/btn_cxtd_h.png') no-repeat;
    }

    .tab_btn_cxtd.active {
      background: url('imgs/btn/btn_cxtd_h.png') no-repeat;
    }

    .content {
      display: none;
      /*min-width:1024px; */
      width: 1024px;
    }

    .menu {
      flex-direction: column;
      align-items: center;
      border-radius: 0px 0px 10px 10px;
      background-color: #84b3cd;
      top: 90px;
      position: relative;
      font-family: 仿宋
        /*display: none;*/
    }

    .menu_item {
      padding: 9px 20px;
      cursor: pointer;
      transition: background-color 0.3s, color 0.3s;
      width: 100px;
      text-align: center;
    }

    .menu_item:hover {
      background-color: #4CAF50;
      color: white;
      width: 100px;
    }

    .contents {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 8px;
      padding-right: 20%;
      padding-left: 20%;
    }

    .activeContent {
      display: block;
      /* 默认展示第一个标签页 */
    }

    table {
      border: 1px solid black;
      border-bottom: none;
      border-right: none;
      border-collapse: separate;
      /* 分开单元格边界 */
    }

    tr {
      height: 40px;
    }

    td {
      border: 1px solid black;
      text-align: center;
      border-collapse: separate;
      /* 分开单元格边界 */
      border-top: none;
      border-left: none;
    }

    .container {
      display: flex;
      width: 100%;
      font-family: 仿宋;
    }

    .container td {
      text-align: left;
      font-size: 21px;

      line-height: 32px;
    }

    .container td:first-child {
      text-align: center;
    }

    .left {
      width: 128px;
      /*background-color: #f2f2f2;*/
      text-align: center;
      font-size: 21px;
    }

    .left a {
      display: block;
      text-decoration: none;
      color: #333;
      padding: 10px;
    }

    .right {
      flex: 1;
      /*background-color: #e5e5e5;*/
      padding: 20px;
    }

    .content-area {
      display: none;
    }

    .content-area.show {
      display: block;
    }

    .content-area p {
      font-size: 21px;
      line-height: 32px;
    }

    .link.active {
      background-color: #99b800;
      /* 设置背景颜色为黄色 */
      color: #fff;
      /* 设置文字颜色为白色 */
      font-weight: bold;
      /* 设置文字加粗 */
    }

    .content span {
      font-family: 仿宋;
      font-size: 21px;
      line-height: 34px;
    }

    .content p {
      text-indent: 60px;
    }