@charset "UTF-8";
.index {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-size: 100% 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  background: url(../img/bg2.png) center 20px no-repeat;
  background-size: 100% 98%; }
  .index .bggg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .index .bggg .bggg1 {
      position: relative;
      width: 50%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .index .bggg .bggg1 img {
        width: 100%; }
      .index .bggg .bggg1 .nimg1 {
        display: block;
        bottom: 5%;
        position: absolute;
        z-index: 1; }
      .index .bggg .bggg1 .nimg2 {
        position: relative;
        z-index: 3; }
  .index .header {
    position: relative;
    z-index: 999;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 3% 3% 0;
    background: url(../img/head_bg.png) center no-repeat;
    background-size: 99.6% 100%;
    box-sizing: border-box; }
    .index .header .hLeft {
      display: flex;
      width: auto;
      height: auto; }
      .index .header .hLeft .logo {
        margin-right: 20px;
        width: auto; }
      .index .header .hLeft .nav {
        width: auto;
        height: auto;
        display: flex;
        align-items: first baseline; }
        .index .header .hLeft .nav .nav1 {
          margin-right: 15px;
          display: flex;
          height: 100px; }
          .index .header .hLeft .nav .nav1 p {
            writing-mode: vertical-rl;
            font-size: 16px;
            color: #666;
            letter-spacing: 2px;
            font-family: zi; }
          .index .header .hLeft .nav .nav1 span {
            margin-left: 3px;
            font-size: 11px;
            color: #DDB26C;
            writing-mode: vertical-rl;
            font-family: zi; }
        .index .header .hLeft .nav .nav1_1 {
          margin-bottom: 50px;
          margin-right: 15px;
          height: 150px;
          box-sizing: border-box; }
          .index .header .hLeft .nav .nav1_1 p {
            writing-mode: vertical-rl;
            font-size: 19px;
            color: #000;
            letter-spacing: 3px;
            padding-left: 10px;
            border-left: 1px solid #ccc;
            font-family: zi; }
    .index .header .hRight {
      position: relative;
      width: auto;
      height: auto; }
      .index .header .hRight .icon {
        margin-right: 50px;
        width: auto;
        height: auto; }
      .index .header .hRight:hover .mysubnav {
        display: block; }
      .index .header .hRight .mysubnav {
        position: absolute;
        top: 50px;
        left: -50px;
        display: none;
        width: 150px;
        height: auto;
        background-color: #fff;
        box-shadow: 0 0 5px #ccc; }
        .index .header .hRight .mysubnav li {
          width: 100%;
          height: 40px;
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: center;
          border-bottom: 1px solid #eee;
          cursor: pointer; }
          .index .header .hRight .mysubnav li:hover {
            background-color: #d8d4d4; }
          .index .header .hRight .mysubnav li p {
            font-size: 14px;
            color: #000; }
  .index .headerMobile {
    position: relative;
    z-index: 9999;
    display: none; }
    .index .headerMobile .mmm {
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      padding: 1% 3%;
      border-bottom: 1px solid #ccc; }
      .index .headerMobile .mmm img {
        width: 100px; }
    .index .headerMobile .caidan {
      width: 35px;
      height: 25px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      cursor: pointer; }
      .index .headerMobile .caidan span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #666; }
    .index .headerMobile .allxianshi {
      position: fixed;
      width: 35%;
      height: 100vh;
      left: -35%;
      top: 0;
      z-index: 999;
      background-color: #fff;
      box-sizing: border-box;
      padding: 3%;
      padding-right: 0;
      box-shadow: 0 0 10px #ccc; }
      .index .headerMobile .allxianshi .close {
        position: absolute;
        top: 1%;
        right: 1%;
        cursor: pointer; }
        .index .headerMobile .allxianshi .close img {
          width: 25px;
          height: 25px; }
      .index .headerMobile .allxianshi .x_top {
        margin-bottom: 10px;
        width: 96%;
        height: auto; }
        .index .headerMobile .allxianshi .x_top .logo {
          float: left;
          width: auto; }
          .index .headerMobile .allxianshi .x_top .logo img {
            width: 50%; }
        .index .headerMobile .allxianshi .x_top .geren {
          float: right;
          width: 50px;
          height: 50px; }
          .index .headerMobile .allxianshi .x_top .geren img {
            width: 100%;
            height: 100%; }
        .index .headerMobile .allxianshi .x_top .mysubnav {
          float: right;
          width: 50px;
          height: 50px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
      .index .headerMobile .allxianshi .nav {
        width: 100%;
        height: 86vh;
        display: flex;
        flex-direction: column;
        overflow: auto; }
        .index .headerMobile .allxianshi .nav::-webkit-scrollbar {
          width: 6px;
          height: 6px; }
        .index .headerMobile .allxianshi .nav::-webkit-scrollbar-track {
          border-radius: 0;
          background: rgba(0, 0, 0, 0.1); }
        .index .headerMobile .allxianshi .nav:-webkit-scrollbar-thumb {
          background: rgba(0, 0, 0, 0.2); }
        .index .headerMobile .allxianshi .nav::-webkit-scrollbar-thumb:hover {
          background: rgba(0, 0, 0, 0.4);
          background-color: #1e58a7; }
        .index .headerMobile .allxianshi .nav .nav1 {
          margin-bottom: 15px;
          display: flex;
          flex-direction: column;
          align-items: baseline; }
          .index .headerMobile .allxianshi .nav .nav1 p {
            font-size: 16px;
            color: #000;
            font-family: zi; }
          .index .headerMobile .allxianshi .nav .nav1 span {
            font-size: 11px;
            color: #DDB26C;
            font-family: zi; }
        .index .headerMobile .allxianshi .nav .nav1_1 {
          width: auto;
          margin-bottom: 15px; }
          .index .headerMobile .allxianshi .nav .nav1_1 p {
            font-size: 18px;
            color: #000;
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc;
            font-family: zi; }
  .index .content {
    z-index: 999;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .index .content .cccc {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 50%;
      margin-bottom: 100px; }
      .index .content .cccc .fr {
        margin-bottom: 20px;
        font-size: 18px;
        color: #000;
        line-height: 32px;
        text-align: center;
        font-weight: 400; }
      .index .content .cccc .c1 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
        .index .content .cccc .c1 p {
          font-size: 18px;
          color: #000;
          line-height: 32px;
          text-align: left;
          font-weight: 400; }
      .index .content .cccc .gglist {
        margin-bottom: 100px;
        position: relative;
        z-index: 999;
        width: 100%;
        height: auto; }
        .index .content .cccc .gglist .dropdown {
          margin-bottom: 25px;
          float: right;
          position: relative;
          z-index: 999;
          width: 150px;
          height: auto; }
          .index .content .cccc .gglist .dropdown span {
            display: block;
            width: 150px;
            height: 30px;
            border: 1px solid #999;
            text-align: center;
            line-height: 30px;
            font-size: 15px;
            border-radius: 5px; }
          .index .content .cccc .gglist .dropdown .noborder {
            border: none !important; }
          .index .content .cccc .gglist .dropdown .dropdown-content {
            width: 150px;
            height: auto; }
            .index .content .cccc .gglist .dropdown .dropdown-content label {
              display: block;
              width: 150px; }
        .index .content .cccc .gglist ul {
          width: 100%;
          height: 100%;
          overflow: auto; }
          .index .content .cccc .gglist ul li {
            margin-bottom: 15px;
            width: 100%;
            height: 90px;
            background: url(../img/xu_bg.png) center no-repeat;
            background-size: 100% 100%;
            box-sizing: border-box;
            padding: 0 3%; }
            .index .content .cccc .gglist ul li a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              width: 100%;
              height: 100%; }
              .index .content .cccc .gglist ul li a:hover .li_left .xuhao {
                background: url(../img/xu_a.png) center no-repeat;
                background-size: 100% 100%; }
              .index .content .cccc .gglist ul li a .li_left {
                width: 85%;
                height: 100%;
                display: flex;
                align-items: center; }
                .index .content .cccc .gglist ul li a .li_left .xuhao {
                  margin-right: 25px;
                  width: 54px;
                  height: 54px;
                  background: url(../img/xu.png) center no-repeat;
                  background-size: 100% 100%;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center; }
                  .index .content .cccc .gglist ul li a .li_left .xuhao p {
                    font-size: 26px;
                    color: #fff; }
                .index .content .cccc .gglist ul li a .li_left h3 {
                  font-size: 18px;
                  color: #212121;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  line-clamp: 2;
                  -webkit-box-orient: vertical; }
              .index .content .cccc .gglist ul li a .li_right {
                width: auto;
                height: 80%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-evenly; }
                .index .content .cccc .gglist ul li a .li_right p {
                  font-size: 14px;
                  color: #999;
                  white-space: nowrap; }
          .index .content .cccc .gglist ul::-webkit-scrollbar {
            width: 10px;
            height: 10px; }
          .index .content .cccc .gglist ul::-webkit-scrollbar-track {
            border-radius: 0;
            background: #FFFFFF; }
          .index .content .cccc .gglist ul::-webkit-scrollbar-thumb {
            background: #F5EFE5; }
          .index .content .cccc .gglist ul::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.4);
            background-color: #1e58a7; }
        .index .content .cccc .gglist .page-bar {
          margin-top: 30px;
          display: flex;
          list-style: none;
          padding: 0;
          width: 100%;
          justify-content: center; }
          .index .content .cccc .gglist .page-bar .page_link {
            margin: 0 5px;
            padding: 4px 10px;
            border: 1px solid #ccc;
            background-color: #fff;
            cursor: pointer;
            font-size: 16px; }
          .index .content .cccc .gglist .page-bar .page_link:hover {
            background-color: #ddd; }
          .index .content .cccc .gglist .page-bar .active .page_link {
            background-color: #007BFF;
            color: #fff; }
          .index .content .cccc .gglist .page-bar .prev_link, .index .content .cccc .gglist .page-bar .next_link {
            margin: 0 5px;
            padding: 4px 10px;
            border: 1px solid #ccc;
            background-color: #fff;
            cursor: pointer;
            font-size: 16px; }
          .index .content .cccc .gglist .page-bar .prev_link:hover, .index .content .cccc .gglist .page-bar .next_link:hover {
            background-color: #007BFF;
            color: #fff; }
      .index .content .cccc .ggdetail {
        position: relative;
        z-index: 2;
        width: 100%;
        height: auto;
        margin-bottom: 15%; }
        .index .content .cccc .ggdetail .gg_t {
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          padding-bottom: 20px;
          margin-bottom: 20px;
          border-bottom: 1px solid #DDB26C; }
          .index .content .cccc .ggdetail .gg_t .back {
            width: 42px;
            height: 42px;
            margin-right: 25px; }
          .index .content .cccc .ggdetail .gg_t .tt {
            width: auto;
            height: 42px;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            .index .content .cccc .ggdetail .gg_t .tt h1 {
              font-size: 22px;
              color: #DDB26C; }
            .index .content .cccc .ggdetail .gg_t .tt span {
              font-size: 14px;
              color: #999; }
        .index .content .cccc .ggdetail .gg_con {
          width: 100%;
          height: auto; }
          .index .content .cccc .ggdetail .gg_con img {
            width: 100%; }
          .index .content .cccc .ggdetail .gg_con p {
            font-size: 15px;
            color: #000;
            line-height: 28px;
            margin-bottom: 15px;
            text-indent: 36px; }
          .index .content .cccc .ggdetail .gg_con .wei {
            float: right;
            display: flex;
            flex-direction: column; }
            .index .content .cccc .ggdetail .gg_con .wei span {
              display: block;
              font-size: 15px;
              color: #000;
              float: right;
              margin-bottom: 10px; }
          .index .content .cccc .ggdetail .gg_con::-webkit-scrollbar {
            width: 10px;
            height: 10px; }
          .index .content .cccc .ggdetail .gg_con::-webkit-scrollbar-track {
            border-radius: 0;
            background: #FFFFFF; }
          .index .content .cccc .ggdetail .gg_con::-webkit-scrollbar-thumb {
            background: #F5EFE5; }
          .index .content .cccc .ggdetail .gg_con::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.4);
            background-color: #1e58a7; }
      .index .content .cccc .zhuce {
        position: relative;
        z-index: 9999;
        width: 100%;
        height: auto; }
        .index .content .cccc .zhuce .z_top {
          margin-bottom: 30px;
          width: 100%;
          height: auto;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .index .content .cccc .zhuce .z_top h1 {
            font-size: 36px;
            color: #000;
            font-weight: normal; }
          .index .content .cccc .zhuce .z_top p {
            font-size: 16px;
            color: #999;
            margin-top: 20px;
            text-align: center; }
        .index .content .cccc .zhuce .zhuce_list {
          margin-bottom: 30px;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: center; }
          .index .content .cccc .zhuce .zhuce_list .zhuce1 {
            width: 50px;
            height: 50px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: url(../img/zhuce_bg.png) center no-repeat;
            background-size: 100% 100%;
            cursor: pointer; }
            .index .content .cccc .zhuce .zhuce_list .zhuce1.xu {
              opacity: 0.4; }
            .index .content .cccc .zhuce .zhuce_list .zhuce1 img {
              display: none;
              width: auto; }
            .index .content .cccc .zhuce .zhuce_list .zhuce1 p {
              color: #fff;
              font-size: 22px; }
          .index .content .cccc .zhuce .zhuce_list .heng {
            margin: 0 10px;
            width: 157px;
            height: 2px;
            background-color: #DDB26C; }
        .index .content .cccc .zhuce .zhuce_bbb {
          margin-bottom: 20px;
          width: 100%;
          height: auto;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .index .content .cccc .zhuce .zhuce_bbb h2 {
            margin-bottom: 20px;
            font-size: 23px;
            color: #000;
            font-weight: bold;
            text-align: center; }
          .index .content .cccc .zhuce .zhuce_bbb p {
            margin-bottom: 20px;
            font-size: 16px;
            color: #666;
            text-align: left;
            line-height: 28px; }
          .index .content .cccc .zhuce .zhuce_bbb .tiaojian {
            margin-bottom: 20px;
            width: 100%;
            height: auto;
            display: flex;
            align-items: start;
            flex-direction: column;
            justify-content: center; }
            .index .content .cccc .zhuce .zhuce_bbb .tiaojian p {
              margin: 0;
              text-align: left;
              font-size: 15px;
              color: #000; }
        .index .content .cccc .zhuce .zhuce_xuanze {
          width: 100%;
          height: 56px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .index .content .cccc .zhuce .zhuce_xuanze .xuanze1 {
            position: relative;
            margin: 0 20px;
            width: 230px;
            height: 56px;
            background: url(../img/xz.png) center no-repeat;
            background-size: 100% 100%;
            box-sizing: border-box;
            padding: 0 4%;
            font-size: 20px;
            color: #000;
            display: flex;
            align-items: center;
            justify-content: space-between;
            /* 隐藏默认样式 */
            /* 自定义样式 */ }
            .index .content .cccc .zhuce .zhuce_xuanze .xuanze1.selected {
              background: url(../img/xz_a.png) center no-repeat;
              background-size: 100% 100%; }
              .index .content .cccc .zhuce .zhuce_xuanze .xuanze1.selected label {
                color: #D71C1C; }
            .index .content .cccc .zhuce .zhuce_xuanze .xuanze1 #shi:checked {
              background-color: #ff0000;
              /* 选中时的背景色（红色） */ }
            .index .content .cccc .zhuce .zhuce_xuanze .xuanze1 #fou:checked {
              background-color: #ff0000;
              /* 选中时的背景色（红色） */ }
            .index .content .cccc .zhuce .zhuce_xuanze .xuanze1 input[type="radio"] {
              width: 20px;
              height: 20px; }
            .index .content .cccc .zhuce .zhuce_xuanze .xuanze1 input[type="radio"] + label {
              position: relative;
              padding-left: 30px;
              /* 增加左侧空白，用于显示自定义样式 */
              cursor: pointer; }
            .index .content .cccc .zhuce .zhuce_xuanze .xuanze1 input[type="radio"] + label:before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 20px;
              /* radio 宽度 */
              height: 20px;
              /* radio 高度 */
              border: 1px solid #aaa;
              /* 边框样式 */
              background-color: #fff;
              /* 背景色 */
              border-radius: 50%;
              /* 圆形 */ }
            .index .content .cccc .zhuce .zhuce_xuanze .xuanze1 input[type="radio"]:checked + label:before {
              background-color: #ff0000 !important;
              /* 选中时的背景色 */
              content: '✔';
              /* 对号符号 */
              color: #fff;
              /* 对号颜色 */
              text-align: center;
              line-height: 20px;
              /* 使对号垂直居中 */ }
          .index .content .cccc .zhuce .zhuce_xuanze .xx1 {
            position: relative;
            margin: 0 20px;
            width: 230px;
            height: 56px;
            background: url(../img/xz.png) center no-repeat;
            background-size: 100% 100%;
            box-sizing: border-box;
            padding: 0 4%;
            font-size: 20px;
            color: #000;
            display: flex;
            align-items: center;
            justify-content: space-between;
            /* 隐藏默认样式 */
            /* 自定义样式 */ }
            .index .content .cccc .zhuce .zhuce_xuanze .xx1.selected {
              background: url(../img/xz_a.png) center no-repeat;
              background-size: 100% 100%; }
              .index .content .cccc .zhuce .zhuce_xuanze .xx1.selected label {
                color: #D71C1C; }
            .index .content .cccc .zhuce .zhuce_xuanze .xx1 #shi:checked {
              background-color: #ff0000;
              /* 选中时的背景色（红色） */ }
            .index .content .cccc .zhuce .zhuce_xuanze .xx1 #fou:checked {
              background-color: #ff0000;
              /* 选中时的背景色（红色） */ }
            .index .content .cccc .zhuce .zhuce_xuanze .xx1 input[type="radio"] {
              width: 20px;
              height: 20px; }
            .index .content .cccc .zhuce .zhuce_xuanze .xx1 input[type="radio"] + label {
              position: relative;
              padding-left: 30px;
              /* 增加左侧空白，用于显示自定义样式 */
              cursor: pointer; }
            .index .content .cccc .zhuce .zhuce_xuanze .xx1 input[type="radio"] + label:before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 20px;
              /* radio 宽度 */
              height: 20px;
              /* radio 高度 */
              border: 1px solid #aaa;
              /* 边框样式 */
              background-color: #fff;
              /* 背景色 */
              border-radius: 50%;
              /* 圆形 */ }
            .index .content .cccc .zhuce .zhuce_xuanze .xx1 input[type="radio"]:checked + label:before {
              background-color: #ff0000 !important;
              /* 选中时的背景色 */
              content: '✔';
              /* 对号符号 */
              color: #fff;
              /* 对号颜色 */
              text-align: center;
              line-height: 20px;
              /* 使对号垂直居中 */ }
        .index .content .cccc .zhuce .zhuce_shuru {
          width: 100%;
          height: auto;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .index .content .cccc .zhuce .zhuce_shuru .shuru1 {
            margin-bottom: 5px;
            width: 400px;
            height: 62px;
            background: url(../img/shuru_bg.png) center no-repeat;
            background-size: 100% 100%;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            padding: 0 2%;
            justify-content: space-between; }
            .index .content .cccc .zhuce .zhuce_shuru .shuru1 p {
              font-size: 16px;
              color: #000;
              white-space: nowrap; }
            .index .content .cccc .zhuce .zhuce_shuru .shuru1 input {
              width: 78%;
              height: 62px;
              border: none;
              background: none;
              outline: none;
              border-left: 1px solid #ccc;
              font-size: 16px;
              box-sizing: border-box;
              padding-left: 20px; }
          .index .content .cccc .zhuce .zhuce_shuru .tishi {
            margin-bottom: 15px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .index .content .cccc .zhuce .zhuce_shuru .tishi p {
              font-size: 14px;
              color: #D41C1B; }
          .index .content .cccc .zhuce .zhuce_shuru .shuru2 {
            margin-bottom: 5px;
            width: 400px;
            height: 62px;
            background: url(../img/shuru_bg.png) center no-repeat;
            background-size: 100% 100%;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            padding: 0 2%;
            justify-content: space-between; }
            .index .content .cccc .zhuce .zhuce_shuru .shuru2 p {
              font-size: 16px;
              color: #000;
              white-space: nowrap; }
            .index .content .cccc .zhuce .zhuce_shuru .shuru2 input {
              width: 60%;
              height: 62px;
              border: none;
              background: none;
              outline: none;
              border-left: 1px solid #ccc;
              font-size: 16px;
              box-sizing: border-box;
              padding-left: 20px;
              margin-left: 20px; }
            .index .content .cccc .zhuce .zhuce_shuru .shuru2 .anniu {
              width: auto;
              height: auto;
              padding-bottom: 5px;
              border-bottom: 1px solid #ccc;
              cursor: pointer; }
              .index .content .cccc .zhuce .zhuce_shuru .shuru2 .anniu p {
                font-size: 15px;
                color: #000; }
          .index .content .cccc .zhuce .zhuce_shuru .tijiao {
            margin-bottom: 20px;
            margin-top: 20px;
            width: 400px;
            height: 58px;
            background: url(../img\/login_bg.png) center no-repeat;
            background-size: 100% 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            .index .content .cccc .zhuce .zhuce_shuru .tijiao p {
              font-size: 16px;
              color: #000; }
          .index .content .cccc .zhuce .zhuce_shuru a {
            width: auto;
            font-size: 16px;
            color: #000;
            padding-bottom: 5px;
            border-bottom: 1px solid #ccc; }
        .index .content .cccc .zhuce .zhuce2con {
          display: none; }
        .index .content .cccc .zhuce .zhuce3con {
          display: none; }
      .index .content .cccc .contact {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .index .content .cccc .contact .lianxi_left {
          width: auto;
          height: auto;
          display: flex;
          flex-direction: column; }
          .index .content .cccc .contact .lianxi_left .cc1 {
            margin-bottom: 40px;
            width: auto;
            display: flex;
            align-items: center; }
            .index .content .cccc .contact .lianxi_left .cc1 img {
              margin-right: 20px;
              width: 56px;
              height: 56px; }
            .index .content .cccc .contact .lianxi_left .cc1 .des {
              display: flex;
              flex-direction: column; }
              .index .content .cccc .contact .lianxi_left .cc1 .des p {
                font-size: 15px;
                color: #666; }
              .index .content .cccc .contact .lianxi_left .cc1 .des span {
                font-size: 20px;
                color: #000; }
        .index .content .cccc .contact .lianxi_right {
          width: auto;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .index .content .cccc .contact .lianxi_right p {
            font-size: 15px;
            color: #000; }
          .index .content .cccc .contact .lianxi_right img {
            margin-top: 10px;
            width: 262px;
            height: 262px; }
      .index .content .cccc .product {
        position: relative;
        z-index: 999;
        width: 100%;
        height: auto;
        overflow: auto; }
        .index .content .cccc .product::-webkit-scrollbar {
          display: none;
          width: 10px;
          height: 10px; }
        .index .content .cccc .product::-webkit-scrollbar-track {
          border-radius: 0;
          background: #FFFFFF; }
        .index .content .cccc .product::-webkit-scrollbar-thumb {
          background: #F5EFE5; }
        .index .content .cccc .product::-webkit-scrollbar-thumb:hover {
          background: rgba(0, 0, 0, 0.4);
          background-color: #1e58a7; }
        .index .content .cccc .product .cp_gglist {
          margin-bottom: 100px;
          position: relative;
          z-index: 999;
          width: 100%;
          height: auto; }
          .index .content .cccc .product .cp_gglist .dropdown {
            margin-bottom: 25px;
            float: right;
            position: relative;
            z-index: 999;
            width: 150px;
            height: auto; }
            .index .content .cccc .product .cp_gglist .dropdown span {
              display: block;
              width: 150px;
              height: 30px;
              border: 1px solid #999;
              text-align: center;
              line-height: 30px;
              font-size: 15px;
              border-radius: 5px; }
            .index .content .cccc .product .cp_gglist .dropdown .noborder {
              border: none !important; }
            .index .content .cccc .product .cp_gglist .dropdown .dropdown-content {
              width: 150px;
              height: auto; }
              .index .content .cccc .product .cp_gglist .dropdown .dropdown-content label {
                display: block;
                width: 150px; }
          .index .content .cccc .product .cp_gglist ul {
            width: 100%;
            height: 100%;
            overflow: auto; }
            .index .content .cccc .product .cp_gglist ul li {
              margin-bottom: 15px;
              width: 100%;
              height: 90px;
              background: url(../img/xu_bg.png) center no-repeat;
              background-size: 100% 100%;
              box-sizing: border-box;
              padding: 0 3%; }
              .index .content .cccc .product .cp_gglist ul li a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                height: 100%; }
                .index .content .cccc .product .cp_gglist ul li a:hover .li_left .xuhao {
                  background: url(../img/xu_a.png) center no-repeat;
                  background-size: 100% 100%; }
                .index .content .cccc .product .cp_gglist ul li a .li_left {
                  width: 85%;
                  height: 100%;
                  display: flex;
                  align-items: center; }
                  .index .content .cccc .product .cp_gglist ul li a .li_left .xuhao {
                    margin-right: 25px;
                    width: 54px;
                    height: 54px;
                    background: url(../img/xu.png) center no-repeat;
                    background-size: 100% 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center; }
                    .index .content .cccc .product .cp_gglist ul li a .li_left .xuhao p {
                      font-size: 26px;
                      color: #fff; }
                  .index .content .cccc .product .cp_gglist ul li a .li_left h3 {
                    font-size: 18px;
                    color: #212121;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical; }
                .index .content .cccc .product .cp_gglist ul li a .li_right {
                  width: auto;
                  height: 80%;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: space-evenly; }
                  .index .content .cccc .product .cp_gglist ul li a .li_right p {
                    font-size: 14px;
                    color: #999;
                    white-space: nowrap; }
            .index .content .cccc .product .cp_gglist ul::-webkit-scrollbar {
              width: 10px;
              height: 10px; }
            .index .content .cccc .product .cp_gglist ul::-webkit-scrollbar-track {
              border-radius: 0;
              background: #FFFFFF; }
            .index .content .cccc .product .cp_gglist ul::-webkit-scrollbar-thumb {
              background: #F5EFE5; }
            .index .content .cccc .product .cp_gglist ul::-webkit-scrollbar-thumb:hover {
              background: rgba(0, 0, 0, 0.4);
              background-color: #1e58a7; }
          .index .content .cccc .product .cp_gglist .page-bar {
            margin-top: 30px;
            display: flex;
            list-style: none;
            padding: 0;
            width: 100%;
            justify-content: center; }
            .index .content .cccc .product .cp_gglist .page-bar .page_link {
              margin: 0 5px;
              padding: 4px 10px;
              border: 1px solid #ccc;
              background-color: #fff;
              cursor: pointer;
              font-size: 16px; }
            .index .content .cccc .product .cp_gglist .page-bar .page_link:hover {
              background-color: #ddd; }
            .index .content .cccc .product .cp_gglist .page-bar .active .page_link {
              background-color: #007BFF;
              color: #fff; }
            .index .content .cccc .product .cp_gglist .page-bar .prev_link, .index .content .cccc .product .cp_gglist .page-bar .next_link {
              margin: 0 5px;
              padding: 4px 10px;
              border: 1px solid #ccc;
              background-color: #fff;
              cursor: pointer;
              font-size: 16px; }
            .index .content .cccc .product .cp_gglist .page-bar .prev_link:hover, .index .content .cccc .product .cp_gglist .page-bar .next_link:hover {
              background-color: #007BFF;
              color: #fff; }
        .index .content .cccc .product .cp1 {
          margin-bottom: 40px;
          width: 100%;
          height: 170px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          box-sizing: border-box;
          padding: 0 3%;
          background: url(../img/cp_bg.png) center no-repeat;
          background-size: 100% 100%; }
          .index .content .cccc .product .cp1 h2 {
            font-size: 22px;
            color: #000;
            font-weight: bold;
            margin-bottom: 20px; }
          .index .content .cccc .product .cp1 .sub {
            display: flex; }
            .index .content .cccc .product .cp1 .sub .list {
              height: auto;
              display: flex;
              align-items: center; }
              .index .content .cccc .product .cp1 .sub .list .list1 {
                margin-left: 10px;
                margin-right: 10px;
                width: auto;
                display: flex;
                align-items: center; }
                .index .content .cccc .product .cp1 .sub .list .list1 img {
                  margin-right: 10px;
                  width: auto; }
                .index .content .cccc .product .cp1 .sub .list .list1 p {
                  font-size: 16px;
                  color: #000; }
              .index .content .cccc .product .cp1 .sub .list .chakan {
                width: 140px;
                height: 36px;
                background: url(../img/xz_a.png) center no-repeat;
                background-size: 100% 100%;
                font-size: 15px;
                color: #000;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center; }
                .index .content .cccc .product .cp1 .sub .list .chakan p {
                  font-size: 15px;
                  color: #D41C1B; }
        .index .content .cccc .product .cp2 {
          margin-bottom: 40px;
          width: 100%;
          height: auto; }
          .index .content .cccc .product .cp2 .cp2cc {
            width: 100%;
            height: 170px;
            background: url(../img/cp_kuang.png) center no-repeat;
            background-size: 100% 100%;
            box-sizing: border-box;
            padding: 3%; }
            .index .content .cccc .product .cp2 .cp2cc p {
              margin-bottom: 15px;
              line-height: 28px;
              font-size: 15px;
              color: #666; }
        .index .content .cccc .product .cp3 {
          margin-bottom: 40px;
          width: 100%;
          height: auto; }
          .index .content .cccc .product .cp3 .cp3cc {
            width: 100%;
            height: 264px;
            background: url(../img/cp_kuang1.png) center no-repeat;
            background-size: 100% 100%;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            padding: 0 3%; }
            .index .content .cccc .product .cp3 .cp3cc img {
              margin-right: 40px;
              width: auto; }
            .index .content .cccc .product .cp3 .cp3cc .des {
              display: flex;
              flex-direction: column;
              width: auto; }
              .index .content .cccc .product .cp3 .cp3cc .des h3 {
                font-size: 26px;
                color: #DDB26C;
                font-weight: bold;
                margin-bottom: 10px; }
              .index .content .cccc .product .cp3 .cp3cc .des span {
                font-size: 18px;
                color: #000;
                margin-bottom: 25px; }
              .index .content .cccc .product .cp3 .cp3cc .des p {
                font-size: 15px;
                color: #666;
                line-height: 28px;
                margin-bottom: 15px; }
                .index .content .cccc .product .cp3 .cp3cc .des p:last-child {
                  margin-bottom: 0; }
        .index .content .cccc .product .cp4 {
          position: relative;
          width: auto;
          height: auto; }
          .index .content .cccc .product .cp4::after {
            position: absolute;
            content: '';
            left: 14.2%;
            top: 0;
            width: 1px;
            height: 100%;
            background: #DDB26C; }
          .index .content .cccc .product .cp4 .cp4cc {
            width: 100%;
            max-height: 310px;
            overflow: auto;
            position: relative;
            z-index: 999;
            box-sizing: border-box;
            padding-right: 10px; }
            .index .content .cccc .product .cp4 .cp4cc::-webkit-scrollbar {
              margin-left: 3%;
              width: 10px;
              height: 10px; }
            .index .content .cccc .product .cp4 .cp4cc::-webkit-scrollbar-track {
              border-radius: 0;
              background: #FFFFFF; }
            .index .content .cccc .product .cp4 .cp4cc::-webkit-scrollbar-thumb {
              background: #F5EFE5; }
            .index .content .cccc .product .cp4 .cp4cc::-webkit-scrollbar-thumb:hover {
              background: rgba(0, 0, 0, 0.4);
              background-color: #1e58a7; }
            .index .content .cccc .product .cp4 .cp4cc .cp41 {
              margin-bottom: 15px;
              width: 100%;
              height: 60px;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .index .content .cccc .product .cp4 .cp4cc .cp41 .time {
                width: 110px;
                height: auto; }
                .index .content .cccc .product .cp4 .cp4cc .cp41 .time p {
                  font-size: 18px;
                  color: #DDB26C; }
              .index .content .cccc .product .cp4 .cp4cc .cp41 .qiu {
                margin: 0 15px;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #DDB26C; }
              .index .content .cccc .product .cp4 .cp4cc .cp41 .neirong {
                width: 740px;
                height: 60px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                box-sizing: border-box;
                padding: 0 3%;
                background: url(../img/jx_bg.png) center no-repeat;
                background-size: 100% 100%; }
                .index .content .cccc .product .cp4 .cp4cc .cp41 .neirong p {
                  font-size: 16px;
                  color: #000; }
        .index .content .cccc .product .jj_ccc2 {
          margin-bottom: 40px;
          width: 100%;
          height: auto; }
          .index .content .cccc .product .jj_ccc2 .ccc_tt {
            margin-bottom: 20px;
            width: 100%;
            height: auto;
            display: flex;
            align-items: center; }
            .index .content .cccc .product .jj_ccc2 .ccc_tt img {
              margin-right: 15px;
              width: auto; }
            .index .content .cccc .product .jj_ccc2 .ccc_tt p {
              font-size: 22px;
              color: #000;
              font-weight: bold; }
          .index .content .cccc .product .jj_ccc2 .ccc_table {
            height: auto;
            border: 1px solid #F0DABA;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            border-radius: 15px;
            overflow: hidden; }
            .index .content .cccc .product .jj_ccc2 .ccc_table .list {
              width: 33.33%;
              height: 55px;
              display: flex;
              align-items: center; }
              .index .content .cccc .product .jj_ccc2 .ccc_table .list .L1 {
                width: 45%;
                height: 55px;
                background-color: #FEFCF9;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                border-bottom: 1px solid #FCF7F0;
                box-sizing: border-box;
                padding: 1%; }
                .index .content .cccc .product .jj_ccc2 .ccc_table .list .L1 p {
                  font-size: 14px;
                  color: #666; }
              .index .content .cccc .product .jj_ccc2 .ccc_table .list .L2 {
                width: 60%;
                height: 55px;
                background-color: #fff;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: center;
                box-sizing: border-box;
                padding: 1% 3%;
                border-bottom: 1px solid #FCF7F0;
                box-sizing: border-box; }
                .index .content .cccc .product .jj_ccc2 .ccc_table .list .L2 p {
                  font-size: 14px;
                  color: #000; }
            .index .content .cccc .product .jj_ccc2 .ccc_table .list2 {
              width: 66.66%;
              height: 55px;
              display: flex;
              align-items: center; }
              .index .content .cccc .product .jj_ccc2 .ccc_table .list2 .L1 {
                width: 20%;
                height: 55px;
                background-color: #FEFCF9;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                border-bottom: 1px solid #FCF7F0;
                box-sizing: border-box; }
                .index .content .cccc .product .jj_ccc2 .ccc_table .list2 .L1 p {
                  font-size: 14px;
                  color: #666; }
              .index .content .cccc .product .jj_ccc2 .ccc_table .list2 .L2 {
                width: 80%;
                height: 55px;
                background-color: #fff;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: center;
                box-sizing: border-box;
                padding: 0 3%;
                border-bottom: 1px solid #FCF7F0;
                box-sizing: border-box; }
                .index .content .cccc .product .jj_ccc2 .ccc_table .list2 .L2 p {
                  font-size: 14px;
                  color: #000; }
        .index .content .cccc .product .jj_ccc6 {
          margin-bottom: 40px;
          width: 100%;
          height: auto; }
          .index .content .cccc .product .jj_ccc6 .ccc_tt {
            margin-bottom: 20px;
            width: 100%;
            height: auto;
            display: flex;
            align-items: center; }
            .index .content .cccc .product .jj_ccc6 .ccc_tt img {
              margin-right: 15px;
              width: auto; }
            .index .content .cccc .product .jj_ccc6 .ccc_tt p {
              font-size: 22px;
              color: #000;
              font-weight: bold; }
          .index .content .cccc .product .jj_ccc6 .jj_ccc6_list {
            width: 100%;
            height: 95px;
            background: url(../img/xu_bg.png) center no-repeat;
            background-size: 100% 100%;
            box-sizing: border-box;
            padding: 0 3%;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .index .content .cccc .product .jj_ccc6 .jj_ccc6_list .list1 {
              width: auto;
              display: flex;
              align-items: center; }
              .index .content .cccc .product .jj_ccc6 .jj_ccc6_list .list1 img {
                margin-right: 13px;
                width: auto; }
              .index .content .cccc .product .jj_ccc6 .jj_ccc6_list .list1 .des {
                display: flex;
                flex-direction: column; }
                .index .content .cccc .product .jj_ccc6 .jj_ccc6_list .list1 .des p {
                  font-size: 15px;
                  color: #999; }
                .index .content .cccc .product .jj_ccc6 .jj_ccc6_list .list1 .des span {
                  font-size: 15px;
                  color: #000;
                  font-family: zi; }
        .index .content .cccc .product .biaoti {
          margin-bottom: 20px;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center; }
          .index .content .cccc .product .biaoti img {
            margin-right: 15px;
            width: auto; }
          .index .content .cccc .product .biaoti p {
            font-size: 20px;
            color: #000; }
      .index .content .cccc .jjtese {
        width: 100%;
        height: auto; }
        .index .content .cccc .jjtese .tese {
          width: 100%;
          height: auto; }
          .index .content .cccc .jjtese .tese .tese1 {
            margin-bottom: 30px;
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center; }
            .index .content .cccc .jjtese .tese .tese1 img {
              margin: 0 15px;
              width: auto; }
            .index .content .cccc .jjtese .tese .tese1 h2 {
              font-size: 26px;
              color: #000;
              font-weight: bold; }
          .index .content .cccc .jjtese .tese .teseList {
            margin-bottom: 50px;
            width: 100%;
            height: auto; }
            .index .content .cccc .jjtese .tese .teseList .list {
              width: 100%;
              height: auto;
              margin-bottom: 20px;
              padding-bottom: 20px;
              border-bottom: 1px solid #DDB26C;
              display: flex;
              align-items: center; }
              .index .content .cccc .jjtese .tese .teseList .list .xu {
                margin-right: 20px;
                width: 50px;
                height: 50px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background: url(../img/zhuce_bg.png) center no-repeat;
                background-size: 100% 100%; }
                .index .content .cccc .jjtese .tese .teseList .list .xu p {
                  font-size: 16px;
                  color: #fff; }
              .index .content .cccc .jjtese .tese .teseList .list .des {
                display: flex;
                flex-direction: column;
                width: 90%;
                height: auto; }
                .index .content .cccc .jjtese .tese .teseList .list .des p {
                  font-size: 20px;
                  color: #DDB26C;
                  font-weight: bold;
                  margin-bottom: 10px; }
                .index .content .cccc .jjtese .tese .teseList .list .des span {
                  font-size: 15px;
                  color: #000;
                  line-height: 25px; }
      .index .content .cccc .jingying {
        margin-bottom: 100px;
        width: 100%;
        height: auto; }
        .index .content .cccc .jingying .jy1 {
          margin-bottom: 30px;
          width: 100%;
          height: 170px;
          background: url(../img/cp_bg.png) center no-repeat;
          background-size: 100% 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .index .content .cccc .jingying .jy1 .jy1_t {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .index .content .cccc .jingying .jy1 .jy1_t i {
              margin: 10px;
              display: block;
              width: 5px;
              height: 5px;
              background-color: #DDB26C;
              border-radius: 50%; }
            .index .content .cccc .jingying .jy1 .jy1_t p {
              font-size: 20px;
              color: #000; }
          .index .content .cccc .jingying .jy1 h2 {
            font-size: 26px;
            color: #D71C1C; }
        .index .content .cccc .jingying .jyList {
          width: 100%;
          height: auto; }
          .index .content .cccc .jingying .jyList .list {
            width: 100%;
            height: auto;
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #DDB26C;
            display: flex; }
            .index .content .cccc .jingying .jyList .list .xu {
              margin-right: 20px;
              width: 50px;
              height: 50px;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              background: url(../img/zhuce_bg.png) center no-repeat;
              background-size: 100% 100%; }
              .index .content .cccc .jingying .jyList .list .xu p {
                font-size: 16px;
                color: #fff; }
            .index .content .cccc .jingying .jyList .list .des {
              display: flex;
              flex-direction: column;
              width: 90%;
              height: auto; }
              .index .content .cccc .jingying .jyList .list .des p {
                font-size: 20px;
                color: #DDB26C;
                font-weight: bold;
                margin-bottom: 10px; }
              .index .content .cccc .jingying .jyList .list .des span {
                font-size: 15px;
                color: #000;
                line-height: 25px; }
      .index .content .cccc .zhaopin {
        margin-bottom: 120px;
        position: relative;
        z-index: 999;
        width: 100%;
        height: auto; }
        .index .content .cccc .zhaopin .zp1 {
          margin-bottom: 40px;
          position: relative;
          width: 100%;
          height: auto;
          box-sizing: border-box;
          padding: 4%;
          background: url(../img/cp_bg.png) center no-repeat;
          background-size: cover;
          display: flex;
          flex-direction: column;
          border-radius: 15px; }
          .index .content .cccc .zhaopin .zp1 h2 {
            font-size: 26px;
            color: #000;
            font-weight: bold;
            padding-bottom: 25px;
            margin-bottom: 25px;
            border-bottom: 2px solid #DDB26C;
            text-align: center; }
          .index .content .cccc .zhaopin .zp1 .des {
            width: 100%;
            height: auto; }
            .index .content .cccc .zhaopin .zp1 .des .des1 {
              display: flex;
              flex-direction: column;
              margin-bottom: 30px;
              padding-bottom: 30px;
              border-bottom: 1px solid #F5EFE5; }
            .index .content .cccc .zhaopin .zp1 .des .des1:last-child {
              margin-bottom: 0;
              padding-bottom: 0;
              border-bottom: none; }
              .index .content .cccc .zhaopin .zp1 .des .des1 h3 {
                font-size: 18px;
                color: #DDB26C;
                font-weight: bold;
                margin-bottom: 15px; }
              .index .content .cccc .zhaopin .zp1 .des .des1 span {
                font-size: 14px;
                color: #666;
                margin-bottom: 8px;
                line-height: 24px; }
              .index .content .cccc .zhaopin .zp1 .des .des1 p {
                font-size: 14px;
                color: #000;
                margin-bottom: 8px;
                line-height: 24px; }
          .index .content .cccc .zhaopin .zp1 .zk {
            position: absolute;
            bottom: 4%;
            right: 4%;
            width: 80px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: url(../img/z.png) center no-repeat;
            background-size: 100% 100%;
            cursor: pointer;
            transition: opacity 0.3s ease; }
          .index .content .cccc .zhaopin .zp1 .zk:hover {
            opacity: 0.8; }
            .index .content .cccc .zhaopin .zp1 .zk p {
              font-size: 14px;
              color: #fff;
              font-weight: 400; }
            .index .content .cccc .zhaopin .zp1 .zk img {
              margin-left: 8px;
              width: 12px;
              height: auto;
              transition: transform 0.3s ease; }
            .index .content .cccc .zhaopin .zp1 .zk img.zhuan {
              transform: rotate(180deg); }
    .index .content .fazhan {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 80%;
      height: auto; }
      .index .content .fazhan .fazhan1 {
        margin-bottom: 50px;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center; }
        .index .content .fazhan .fazhan1 i {
          display: block;
          width: 8px;
          height: 8px;
          background-color: #DDB26C;
          border-radius: 50%;
          margin: 0 15px; }
        .index .content .fazhan .fazhan1 h1 {
          font-size: 26px;
          color: #D71C1C; }
      .index .content .fazhan .fazhanList {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between; }
        .index .content .fazhan .fazhanList .list1 {
          width: 165px;
          height: auto;
          display: flex; }
          .index .content .fazhan .fazhanList .list1:nth-child(2) {
            margin-top: 5%; }
          .index .content .fazhan .fazhanList .list1:nth-child(3) {
            margin-top: 8%; }
          .index .content .fazhan .fazhanList .list1:nth-child(4) {
            margin-top: 12%; }
          .index .content .fazhan .fazhanList .list1:nth-child(5) {
            margin-top: 8%; }
          .index .content .fazhan .fazhanList .list1:nth-child(6) {
            margin-top: 5%; }
          .index .content .fazhan .fazhanList .list1 .bian {
            margin-right: 10px;
            width: auto;
            display: flex;
            flex-direction: column;
            align-items: center; }
            .index .content .fazhan .fazhanList .list1 .bian .qiu {
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background-color: #DDB26C;
              margin-bottom: 3px; }
            .index .content .fazhan .fazhanList .list1 .bian .shu {
              width: 2px;
              height: 310px;
              background: linear-gradient(to bottom, #DDB26C, transparent 50%); }
          .index .content .fazhan .fazhanList .list1 .des {
            display: flex;
            flex-direction: column;
            width: 120px;
            height: auto; }
            .index .content .fazhan .fazhanList .list1 .des .time {
              margin-bottom: 15px;
              width: 120px;
              height: 36px;
              background: url(../img/time_bg.png) center no-repeat;
              background-size: 100% 100%;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center; }
              .index .content .fazhan .fazhanList .list1 .des .time p {
                font-size: 22px;
                color: #fff; }
            .index .content .fazhan .fazhanList .list1 .des .shijian {
              width: 160px;
              height: auto; }
              .index .content .fazhan .fazhanList .list1 .des .shijian p {
                font-size: 14px;
                color: #333;
                line-height: 26px; }
    .index .content .my {
      position: relative;
      z-index: 999;
      margin-bottom: 150px;
      width: 60%;
      height: auto;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .index .content .my .my1 {
        margin-bottom: 30px;
        width: 100%;
        height: 280px;
        background: url(../img/my_bg.png) center no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 0 6%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .index .content .my .my1 .my1_left {
          width: auto;
          height: auto;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .index .content .my .my1 .my1_left p {
            font-size: 26px;
            color: #000;
            font-weight: bold; }
          .index .content .my .my1 .my1_left .tel {
            margin-top: 15px;
            display: flex;
            align-items: center; }
            .index .content .my .my1 .my1_left .tel img {
              margin-right: 10px;
              width: 20px; }
            .index .content .my .my1 .my1_left .tel span {
              font-size: 20px;
              color: #666; }
        .index .content .my .my1 .my1_right {
          width: auto;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .index .content .my .my1 .my1_right .des {
            display: flex;
            align-items: center;
            justify-content: center; }
            .index .content .my .my1 .my1_right .des p {
              font-size: 22px;
              color: #000; }
            .index .content .my .my1 .my1_right .des img {
              margin-left: 10px;
              width: auto; }
          .index .content .my .my1 .my1_right span {
            font-size: 35px;
            color: #D71C1C;
            font-family: zi;
            font-weight: bold; }
      .index .content .my .my2 {
        margin-bottom: 30px;
        width: 100%;
        height: auto; }
        .index .content .my .my2 .my2cc {
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .index .content .my .my2 .my2cc .my2_left {
            width: 48%;
            height: 385px; }
            .index .content .my .my2 .my2cc .my2_left #echarts {
              width: 100%;
              height: 100%; }
          .index .content .my .my2 .my2cc .my2_right {
            width: 40%;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            .index .content .my .my2 .my2cc .my2_right .my21 {
              width: 100%;
              height: auto;
              padding-left: 25px;
              border-left: 5px solid #707070;
              padding-top: 20px; }
              .index .content .my .my2 .my2cc .my2_right .my21:nth-child(2) {
                border-left: 5px solid #DDB26C; }
              .index .content .my .my2 .my2cc .my2_right .my21:nth-child(3) {
                border-left: 5px solid #D71C1C; }
              .index .content .my .my2 .my2cc .my2_right .my21 .t {
                width: 100%;
                height: auto;
                margin-bottom: 10px; }
                .index .content .my .my2 .my2cc .my2_right .my21 .t p {
                  font-size: 16px;
                  color: #000; }
              .index .content .my .my2 .my2cc .my2_right .my21 .list {
                width: 100%;
                height: auto;
                display: flex;
                align-items: center; }
                .index .content .my .my2 .my2cc .my2_right .my21 .list .list1 {
                  margin-right: 25px;
                  width: auto;
                  display: flex;
                  flex-direction: column; }
                  .index .content .my .my2 .my2cc .my2_right .my21 .list .list1 p {
                    font-size: 14px;
                    color: #666; }
                  .index .content .my .my2 .my2cc .my2_right .my21 .list .list1 span {
                    font-size: 20px;
                    color: #D71C1C;
                    font-family: zi; }
      .index .content .my .my3 {
        width: 100%;
        height: auto; }
        .index .content .my .my3 .my3_t {
          margin-bottom: 20px;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .index .content .my .my3 .my3_t .title {
            display: flex;
            align-items: center; }
            .index .content .my .my3 .my3_t .title img {
              margin-right: 20px;
              width: auto; }
            .index .content .my .my3 .my3_t .title p {
              font-size: 18px;
              color: #000; }
          .index .content .my .my3 .my3_t .choose {
            display: flex;
            align-items: center; }
            .index .content .my .my3 .my3_t .choose .choose1 {
              margin-right: 15px;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 196px;
              height: 36px;
              background: url(../img/my_bg1.png) center no-repeat;
              background-size: 100% 100%;
              cursor: pointer; }
              .index .content .my .my3 .my3_t .choose .choose1 p {
                font-size: 14px;
                color: #666; }
              .index .content .my .my3 .my3_t .choose .choose1 select {
                border: none;
                width: 65%; }
            .index .content .my .my3 .my3_t .choose .choose2 {
              margin-right: 15px;
              width: 140px;
              height: 36px;
              background: url(../img/my_bg2.png) center no-repeat;
              background-size: 100% 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              cursor: pointer; }
              .index .content .my .my3 .my3_t .choose .choose2 p {
                font-size: 14px;
                color: #666; }
              .index .content .my .my3 .my3_t .choose .choose2 select {
                border: none; }
        .index .content .my .my3 .my3_list {
          position: relative;
          width: 100%;
          max-height: 690px;
          overflow: auto; }
          .index .content .my .my3 .my3_list::after {
            content: '';
            position: absolute;
            top: 0;
            left: 10.5%;
            width: 1px;
            height: 100%;
            background-color: #999999; }
          .index .content .my .my3 .my3_list .list {
            margin-bottom: 20px;
            width: 100%;
            height: 86px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-sizing: border-box; }
            .index .content .my .my3 .my3_list .list .time {
              width: 90px;
              height: auto; }
              .index .content .my .my3 .my3_list .list .time p {
                font-size: 16px;
                color: #666;
                white-space: nowrap; }
            .index .content .my .my3 .my3_list .list .dian {
              margin: 0 20px;
              width: 8px;
              height: 8px;
              background-color: #999999;
              border-radius: 50%; }
            .index .content .my .my3 .my3_list .list .des {
              min-width: 930px;
              height: 86px;
              background: url(../img/my_bg4.png) center no-repeat;
              background-size: 100% 100%;
              box-sizing: border-box;
              padding: 0 3%;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .index .content .my .my3 .my3_list .list .des .des1 {
                width: 120px; }
                .index .content .my .my3 .my3_list .list .des .des1 p {
                  text-align: center;
                  font-size: 16px;
                  color: #000;
                  font-weight: bold;
                  white-space: nowrap; }
              .index .content .my .my3 .my3_list .list .des .des2 {
                margin-right: 30px;
                width: auto;
                display: flex;
                flex-direction: column; }
                .index .content .my .my3 .my3_list .list .des .des2 p {
                  text-align: center;
                  font-size: 16px;
                  color: #666; }
                .index .content .my .my3 .my3_list .list .des .des2 span {
                  text-align: center;
                  font-size: 16px;
                  color: #000; }
              .index .content .my .my3 .my3_list .list .des .des3 {
                margin-right: 30px;
                width: auto;
                display: flex;
                align-items: center;
                justify-content: flex-end; }
                .index .content .my .my3 .my3_list .list .des .des3 p {
                  font-size: 22px;
                  color: #DDB26C;
                  font-weight: bold; }
                .index .content .my .my3 .my3_list .list .des .des3 .anniu {
                  margin-left: 20px;
                  width: 56px;
                  height: 24px;
                  background: url(../img/my_bg3.png) center no-repeat;
                  background-size: 100% 100%;
                  display: flex;
                  align-items: center;
                  flex-direction: column;
                  justify-content: center;
                  cursor: pointer; }
          .index .content .my .my3 .my3_list::-webkit-scrollbar {
            width: 10px;
            height: 10px; }
          .index .content .my .my3 .my3_list::-webkit-scrollbar-track {
            border-radius: 0;
            background: #FFFFFF; }
          .index .content .my .my3 .my3_list::-webkit-scrollbar-thumb {
            background: #F5EFE5; }
          .index .content .my .my3 .my3_list::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.4);
            background-color: #1e58a7; }
      .index .content .my .biaoti {
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center; }
        .index .content .my .biaoti img {
          margin-right: 15px;
          width: auto; }
        .index .content .my .biaoti p {
          font-size: 20px;
          color: #000; }
    .index .content .jjdetail {
      position: relative;
      z-index: 999;
      margin-bottom: 150px;
      width: 60%;
      height: auto;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .index .content .jjdetail .jj_top {
        margin-bottom: 30px;
        width: 100%;
        height: 280px;
        background: url(../img/my_bg.png) center no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 0 6%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 3%; }
        .index .content .jjdetail .jj_top h1 {
          font-size: 28px;
          color: #000;
          font-weight: bold;
          margin-bottom: 20px; }
        .index .content .jjdetail .jj_top .topList {
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .index .content .jjdetail .jj_top .topList .topList_left {
            display: flex;
            align-items: center;
            width: auto; }
            .index .content .jjdetail .jj_top .topList .topList_left .jj1 {
              display: flex;
              flex-direction: column;
              width: auto;
              margin-right: 40px; }
              .index .content .jjdetail .jj_top .topList .topList_left .jj1 p {
                font-size: 15px;
                color: #999; }
              .index .content .jjdetail .jj_top .topList .topList_left .jj1 span {
                font-size: 18px;
                color: #000; }
          .index .content .jjdetail .jj_top .topList .topList_right {
            width: 120px;
            height: 36px;
            background: url(../img/time_bg.png) center no-repeat;
            background-size: 100% 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            cursor: pointer; }
            .index .content .jjdetail .jj_top .topList .topList_right p {
              font-size: 15px;
              color: #fff; }
      .index .content .jjdetail .jj_ccc {
        margin-bottom: 40px;
        width: 100%;
        height: auto; }
        .index .content .jjdetail .jj_ccc .ccc_tt {
          margin-bottom: 20px;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center; }
          .index .content .jjdetail .jj_ccc .ccc_tt img {
            margin-right: 15px;
            width: auto; }
          .index .content .jjdetail .jj_ccc .ccc_tt p {
            font-size: 22px;
            color: #000;
            font-weight: bold; }
        .index .content .jjdetail .jj_ccc .ccc_tt2 {
          margin-bottom: 20px;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .index .content .jjdetail .jj_ccc .ccc_tt2 .tt2_left {
            display: flex;
            align-items: center;
            width: auto;
            height: auto; }
            .index .content .jjdetail .jj_ccc .ccc_tt2 .tt2_left .c1 {
              margin-right: 15px;
              display: flex;
              align-items: center;
              width: 190px;
              height: 36px;
              background: url(../img/d1.png) center no-repeat;
              background-size: 100% 100%;
              justify-content: center;
              box-sizing: border-box;
              padding: 0 3%; }
              .index .content .jjdetail .jj_ccc .ccc_tt2 .tt2_left .c1 p {
                font-size: 15px;
                color: #666;
                white-space: nowrap; }
              .index .content .jjdetail .jj_ccc .ccc_tt2 .tt2_left .c1 select {
                background: none;
                outline: none;
                border: none;
                width: 100px;
                height: auto; }
          .index .content .jjdetail .jj_ccc .ccc_tt2 .tt2_right {
            display: flex;
            align-items: center; }
            .index .content .jjdetail .jj_ccc .ccc_tt2 .tt2_right .r1 {
              width: auto;
              height: auto;
              display: flex;
              align-items: center;
              margin-left: 25px; }
              .index .content .jjdetail .jj_ccc .ccc_tt2 .tt2_right .r1:nth-child(2) i {
                background-color: #5A96DC; }
              .index .content .jjdetail .jj_ccc .ccc_tt2 .tt2_right .r1:nth-child(3) i {
                background-color: #FF9D3C; }
              .index .content .jjdetail .jj_ccc .ccc_tt2 .tt2_right .r1 i {
                display: block;
                width: 14px;
                height: 4px;
                background-color: #D71C1C; }
              .index .content .jjdetail .jj_ccc .ccc_tt2 .tt2_right .r1 p {
                margin: 0 8px;
                font-size: 15px;
                color: #666; }
              .index .content .jjdetail .jj_ccc .ccc_tt2 .tt2_right .r1 span {
                font-size: 16px;
                font-weight: bold;
                color: #D71C1C; }
        .index .content .jjdetail .jj_ccc .ccc_echarts {
          width: 100%;
          height: 420px; }
          .index .content .jjdetail .jj_ccc .ccc_echarts #zhe {
            width: 100%;
            height: 100%; }
      .index .content .jjdetail .jj_ccc2 {
        margin-bottom: 40px;
        width: 100%;
        height: auto; }
        .index .content .jjdetail .jj_ccc2 .ccc_tt {
          margin-bottom: 20px;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center; }
          .index .content .jjdetail .jj_ccc2 .ccc_tt img {
            margin-right: 15px;
            width: auto; }
          .index .content .jjdetail .jj_ccc2 .ccc_tt p {
            font-size: 22px;
            color: #000;
            font-weight: bold; }
        .index .content .jjdetail .jj_ccc2 .ccc_table {
          width: 100%;
          height: auto;
          border: 1px solid #F0DABA;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
          border-radius: 15px;
          overflow: hidden; }
          .index .content .jjdetail .jj_ccc2 .ccc_table .list {
            width: 33.33%;
            height: 55px;
            display: flex;
            align-items: center; }
            .index .content .jjdetail .jj_ccc2 .ccc_table .list .L1 {
              width: 45%;
              height: 55px;
              background-color: #FEFCF9;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              border-bottom: 1px solid #FCF7F0;
              box-sizing: border-box;
              padding: 1%; }
              .index .content .jjdetail .jj_ccc2 .ccc_table .list .L1 p {
                font-size: 14px;
                color: #666; }
            .index .content .jjdetail .jj_ccc2 .ccc_table .list .L2 {
              width: 60%;
              height: 55px;
              background-color: #fff;
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              justify-content: center;
              box-sizing: border-box;
              padding: 1% 3%;
              border-bottom: 1px solid #FCF7F0;
              box-sizing: border-box; }
              .index .content .jjdetail .jj_ccc2 .ccc_table .list .L2 p {
                font-size: 14px;
                color: #000; }
          .index .content .jjdetail .jj_ccc2 .ccc_table .list2 {
            width: 66.66%;
            height: 55px;
            display: flex;
            align-items: center; }
            .index .content .jjdetail .jj_ccc2 .ccc_table .list2 .L1 {
              width: 20%;
              height: 55px;
              background-color: #FEFCF9;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              border-bottom: 1px solid #FCF7F0;
              box-sizing: border-box; }
              .index .content .jjdetail .jj_ccc2 .ccc_table .list2 .L1 p {
                font-size: 14px;
                color: #666; }
            .index .content .jjdetail .jj_ccc2 .ccc_table .list2 .L2 {
              width: 80%;
              height: 55px;
              background-color: #fff;
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              justify-content: center;
              box-sizing: border-box;
              padding: 0 3%;
              border-bottom: 1px solid #FCF7F0;
              box-sizing: border-box; }
              .index .content .jjdetail .jj_ccc2 .ccc_table .list2 .L2 p {
                font-size: 14px;
                color: #000; }
      .index .content .jjdetail .jj_ccc3 {
        margin-bottom: 40px;
        width: 100%;
        height: auto; }
        .index .content .jjdetail .jj_ccc3 .jj_ccc3_top {
          margin-bottom: 20px;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .index .content .jjdetail .jj_ccc3 .jj_ccc3_top .ccc_tt {
            display: flex;
            align-items: center; }
            .index .content .jjdetail .jj_ccc3 .jj_ccc3_top .ccc_tt img {
              width: auto;
              margin-right: 15px; }
            .index .content .jjdetail .jj_ccc3 .jj_ccc3_top .ccc_tt p {
              font-size: 22px;
              color: #000;
              font-weight: bold; }
          .index .content .jjdetail .jj_ccc3 .jj_ccc3_top span {
            font-size: 16px;
            color: #999; }
        .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc {
          width: 100%;
          height: auto;
          border-radius: 15px;
          border: 1px solid #DDB26C;
          overflow: hidden; }
          .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_tab {
            width: 100%;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_tab ul {
              width: 100%;
              height: 55px;
              display: flex;
              align-items: center;
              justify-content: space-between;
              background-color: #FDFCF8; }
              .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_tab ul li {
                width: 25%;
                height: 55px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center; }
                .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_tab ul li p {
                  font-size: 15px;
                  color: #666; }
          .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_cc {
            background-color: #fff;
            width: 100%;
            height: 230px;
            overflow: auto; }
            .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_cc ul {
              width: 100%;
              height: 55px;
              display: flex;
              align-items: center;
              justify-content: space-between;
              background-color: #fff;
              box-sizing: border-box;
              border-bottom: 1px solid #FCF7F0; }
              .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_cc ul li {
                width: 25%;
                height: 55px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center; }
                .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_cc ul li.hong p {
                  color: #D71C1C; }
                .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_cc ul li.lv p {
                  color: #2cbc70; }
                .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_cc ul li p {
                  font-size: 15px;
                  color: #666;
                  font-family: zi; }
            .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_cc::-webkit-scrollbar {
              width: 6px;
              height: 6px; }
            .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_cc::-webkit-scrollbar-track {
              border-radius: 0;
              background: #FFFFFF; }
            .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_cc::-webkit-scrollbar-thumb {
              background: #F5EFE5; }
            .index .content .jjdetail .jj_ccc3 .jj_ccc3_cc .cc_cc::-webkit-scrollbar-thumb:hover {
              background: rgba(0, 0, 0, 0.4);
              background-color: #1e58a7; }
      .index .content .jjdetail .jj_ccc4 {
        margin-bottom: 40px;
        width: 100%;
        height: auto; }
        .index .content .jjdetail .jj_ccc4 .jj_ccc4_top {
          margin-bottom: 20px;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .index .content .jjdetail .jj_ccc4 .jj_ccc4_top .ccc_tt {
            display: flex;
            align-items: center; }
            .index .content .jjdetail .jj_ccc4 .jj_ccc4_top .ccc_tt img {
              width: auto;
              margin-right: 15px; }
            .index .content .jjdetail .jj_ccc4 .jj_ccc4_top .ccc_tt p {
              font-size: 22px;
              color: #000;
              font-weight: bold; }
          .index .content .jjdetail .jj_ccc4 .jj_ccc4_top span {
            font-size: 16px;
            color: #999; }
        .index .content .jjdetail .jj_ccc4 .jj_ccc4_list {
          margin-bottom: 20px;
          width: 100%;
          height: auto;
          border-radius: 15px;
          border: 1px solid #DDB26C;
          overflow: hidden; }
          .index .content .jjdetail .jj_ccc4 .jj_ccc4_list .tab {
            width: 100%;
            height: 55px;
            background-color: #FDFCF8; }
            .index .content .jjdetail .jj_ccc4 .jj_ccc4_list .tab ul {
              width: 100%;
              height: 55px;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .index .content .jjdetail .jj_ccc4 .jj_ccc4_list .tab ul li {
                width: 30%;
                height: 55px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center; }
                .index .content .jjdetail .jj_ccc4 .jj_ccc4_list .tab ul li p {
                  font-size: 14px;
                  color: #000; }
          .index .content .jjdetail .jj_ccc4 .jj_ccc4_list .tab_ccc {
            width: 100%;
            height: auto;
            background-color: #fff; }
            .index .content .jjdetail .jj_ccc4 .jj_ccc4_list .tab_ccc ul {
              width: 100%;
              height: 55px;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .index .content .jjdetail .jj_ccc4 .jj_ccc4_list .tab_ccc ul li {
                width: 30%;
                height: 55px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                border-bottom: 1px solid #FCF7F0; }
                .index .content .jjdetail .jj_ccc4 .jj_ccc4_list .tab_ccc ul li p {
                  font-size: 14px;
                  color: #000;
                  font-family: zi; }
      .index .content .jjdetail .jj_ccc5 {
        margin-bottom: 40px;
        width: 100%;
        height: auto; }
        .index .content .jjdetail .jj_ccc5 .jj_ccc5_top {
          margin-bottom: 20px;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .index .content .jjdetail .jj_ccc5 .jj_ccc5_top .ccc_tt {
            display: flex;
            align-items: center; }
            .index .content .jjdetail .jj_ccc5 .jj_ccc5_top .ccc_tt img {
              width: auto;
              margin-right: 15px; }
            .index .content .jjdetail .jj_ccc5 .jj_ccc5_top .ccc_tt p {
              font-size: 22px;
              color: #000;
              font-weight: bold; }
          .index .content .jjdetail .jj_ccc5 .jj_ccc5_top .xiala {
            width: 140px;
            height: 36px;
            background: url(../img/my_bg2.png) center no-repeat;
            background-size: 100% 100%;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            padding: 0 2%; }
            .index .content .jjdetail .jj_ccc5 .jj_ccc5_top .xiala p {
              font-size: 14px;
              color: #666; }
            .index .content .jjdetail .jj_ccc5 .jj_ccc5_top .xiala select {
              background: none;
              outline: none;
              border: none; }
        .index .content .jjdetail .jj_ccc5 .jj_ccc5_list {
          width: 100%;
          height: auto; }
          .index .content .jjdetail .jj_ccc5 .jj_ccc5_list .list1 {
            margin-bottom: 20px;
            width: 100%;
            height: 94px;
            background: url(../img/xu_bg.png) center no-repeat;
            background-size: 100% 100%;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            padding: 0 4%; }
            .index .content .jjdetail .jj_ccc5 .jj_ccc5_list .list1 .xu {
              margin-right: 30px;
              width: 54px;
              height: 54px;
              background: url(../img/xu.png) center no-repeat;
              background-size: 100% 100%;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center; }
              .index .content .jjdetail .jj_ccc5 .jj_ccc5_list .list1 .xu p {
                font-size: 20px;
                color: #fff;
                font-family: zi; }
            .index .content .jjdetail .jj_ccc5 .jj_ccc5_list .list1 span {
              font-size: 18px;
              color: #000;
              font-family: zi; }
      .index .content .jjdetail .jj_ccc6 {
        margin-bottom: 40px;
        width: 100%;
        height: auto; }
        .index .content .jjdetail .jj_ccc6 .ccc_tt {
          margin-bottom: 20px;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center; }
          .index .content .jjdetail .jj_ccc6 .ccc_tt img {
            margin-right: 15px;
            width: auto; }
          .index .content .jjdetail .jj_ccc6 .ccc_tt p {
            font-size: 22px;
            color: #000;
            font-weight: bold; }
        .index .content .jjdetail .jj_ccc6 .jj_ccc6_list {
          width: 100%;
          height: 95px;
          background: url(../img/xu_bg.png) center no-repeat;
          background-size: 100% 100%;
          box-sizing: border-box;
          padding: 0 3%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .index .content .jjdetail .jj_ccc6 .jj_ccc6_list .list1 {
            width: auto;
            display: flex;
            align-items: center; }
            .index .content .jjdetail .jj_ccc6 .jj_ccc6_list .list1 img {
              margin-right: 13px;
              width: auto; }
            .index .content .jjdetail .jj_ccc6 .jj_ccc6_list .list1 .des {
              display: flex;
              flex-direction: column; }
              .index .content .jjdetail .jj_ccc6 .jj_ccc6_list .list1 .des p {
                font-size: 15px;
                color: #999; }
              .index .content .jjdetail .jj_ccc6 .jj_ccc6_list .list1 .des span {
                font-size: 15px;
                color: #000;
                font-family: zi; }
    .index .content .zi {
      position: absolute;
      top: 40%;
      right: 6%; }
      .index .content .zi img {
        width: auto; }
  .index .footer {
    padding: 0 3%;
    background: url(../img/footer_bg.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: absolute;
    bottom: 0; }
    .index .footer p {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #999; }
      .index .footer p a {
        font-size: 14px;
        color: #999; }
  .index .denglu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    backdrop-filter: blur(2px);
    /* 可以调整值以控制模糊的程度 */
    background: rgba(255, 255, 255, 0.8);
    /* 背景颜色，用于模糊效果 */
    border: 1px solid transparent; }
    .index .denglu .closeT {
      position: absolute;
      top: 5%;
      right: 5%;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      .index .denglu .closeT img {
        width: 100%;
        height: 100%; }
    .index .denglu .dl_con {
      width: 700px;
      height: 443px;
      background: url(../img/log_bg.png) center no-repeat;
      background-size: 100% 100%;
      position: relative;
      box-sizing: border-box;
      padding: 2%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .index .denglu .dl_con .dl_t {
        margin-bottom: 10px;
        width: 40%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .index .denglu .dl_con .dl_t a {
          display: block;
          width: auto;
          height: auto;
          padding-bottom: 5px;
          border-bottom: 3px solid transparent;
          color: #000;
          font-size: 25px; }
          .index .denglu .dl_con .dl_t a.active {
            color: #D71C1C;
            border-bottom: 3px solid #D71C1C; }
      .index .denglu .dl_con .dl_b {
        width: 60%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .index .denglu .dl_con .dl_b .shuru {
          margin-bottom: 5px;
          width: 100%;
          height: 55px;
          background: url(../img/shuru_bg.png) center no-repeat;
          background-size: 100% 100%;
          box-sizing: border-box;
          padding: 0 3%;
          display: flex;
          align-items: center; }
          .index .denglu .dl_con .dl_b .shuru img {
            margin-right: 20px;
            width: auto; }
          .index .denglu .dl_con .dl_b .shuru input {
            width: 90%;
            height: 55px;
            background: none;
            outline: none;
            border: none;
            color: #000;
            font-size: 18px; }
            .index .denglu .dl_con .dl_b .shuru input::placeholder {
              color: #999; }
        .index .denglu .dl_con .dl_b .tishi {
          margin-bottom: 15px;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: center; }
          .index .denglu .dl_con .dl_b .tishi p {
            font-size: 14px;
            color: #D41C1B; }
        .index .denglu .dl_con .dl_b .anniu {
          width: 100%;
          height: 58px;
          background: url(../img/login_bg.png) center no-repeat;
          background-size: 100% 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin-top: 15px;
          margin-bottom: 30px;
          cursor: pointer; }
          .index .denglu .dl_con .dl_b .anniu p {
            font-size: 22px;
            color: #fff; }
        .index .denglu .dl_con .dl_b a {
          width: auto;
          padding-bottom: 5px;
          border-bottom: 1px solid #000;
          color: #000;
          font-size: 16px; }

/*# sourceMappingURL=style.css.map */
