.cif-scroll ::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.cif-scroll ::-webkit-scrollbar-track {
  width: 8px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f2f4f6; }

.cif-scroll ::-webkit-scrollbar-thumb {
  background-color: #999;
  width: 8px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center; }

.cif-scroll--white ::-webkit-scrollbar-track {
  background: #fff; }

.cif-scroll--transparent ::-webkit-scrollbar-track {
  background: transparent; }

.cif-scroll--hover ::-webkit-scrollbar-track {
  background-color: transparent; }

.cif-scroll--hover ::-webkit-scrollbar-thumb {
  background-color: transparent; }

.cif-scroll--hover:hover.cif-scroll--white ::-webkit-scrollbar-track, .cif-scroll--hover.is-hover.cif-scroll--white ::-webkit-scrollbar-track {
  background: #fff; }

.cif-scroll--hover:hover ::-webkit-scrollbar-track, .cif-scroll--hover.is-hover ::-webkit-scrollbar-track {
  background: #f2f4f6; }

.cif-scroll--hover:hover ::-webkit-scrollbar-thumb, .cif-scroll--hover.is-hover ::-webkit-scrollbar-thumb {
  background-color: #999; }

.cif-layer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20; }
  .cif-layer__mask {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
  .cif-layer__cont {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 400px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    z-index: 2;
    max-height: 85vh;
    overflow: auto; }
  .cif-layer__scroll {
    width: 100%;
    height: 100%;
    max-height: 85vh;
    overflow: auto; }
  .cif-layer__close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #999;
    cursor: pointer;
    z-index: 15; }
    .cif-layer__close .icon-guanbi1 {
      font-size: 14px; }
  .cif-layer__btn {
    width: 98px;
    height: 34px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    font-size: 14px;
    line-height: 34px; }
    .cif-layer__btn.is-auto {
      width: auto; }
  .cif-layer--normal {
    width: 100%;
    height: 0;
    overflow: hidden; }
    .cif-layer--normal .cif-layer__mask {
      display: none; }
    .cif-layer--normal.is-show {
      width: auto;
      height: auto;
      overflow: auto; }
      .cif-layer--normal.is-show .cif-layer__mask {
        display: block; }
      .cif-layer--normal.is-show .cif-layer__wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 11;
        overflow: auto; }
  .cif-layer--layui ::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .cif-layer--layui ::-webkit-scrollbar-track {
    width: 8px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2f4f6; }
  .cif-layer--layui ::-webkit-scrollbar-thumb {
    background-color: #999;
    width: 8px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center; }
  .cif-layer--layui .cif-form {
    margin: 0 30px;
    text-align: left; }
  .cif-layer--layui.layui-layer {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cif-layer--layui .cif-layer__scroll {
    max-height: 70vh; }
  .cif-layer--layui .cif-layer__cont {
    width: auto;
    min-width: 440px;
    max-height: 70vh;
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3); }
  .cif-layer--layui .cif-layer__close {
    background: none; }
  .cif-layer--layui .cif-layer__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px; }
  .cif-layer--layui .cif-layer__qrcode {
    width: 160px;
    height: 160px;
    padding: 0 68px;
    margin: 20px auto 50px; }
  .cif-layer--layui .cif-layer__tit {
    margin-top: 45px;
    font-size: 22px;
    line-height: 40px;
    padding: 0 63px;
    color: #333; }
  .cif-layer--layui .cif-layer__desc {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #999; }
    .cif-layer--layui .cif-layer__desc a {
      color: #ff6600;
      text-decoration: none; }
    .cif-layer--layui .cif-layer__desc a.cif-btn {
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      height: 30px; }
  .cif-layer--layui .cif-layer__attention {
    padding-top: 2px;
    margin-bottom: 26px; }
    .cif-layer--layui .cif-layer__attention.is-email input {
      width: 190px;
      height: 36px;
      font-size: 14px;
      line-height: 36px;
      color: #333;
      outline: none;
      padding-left: 15px;
      border: 1px solid #ebeced;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      margin-right: 10px; }
    .cif-layer--layui .cif-layer__attention.is-email .cif-btn {
      width: 100px;
      height: 34px;
      line-height: 34px; }
    .cif-layer--layui .cif-layer__attention .cif-btn {
      width: 118px;
      height: 34px;
      font-size: 14px;
      line-height: 34px; }
      .cif-layer--layui .cif-layer__attention .cif-btn.is-attentioned {
        color: #999;
        border: #eaeaea;
        background: #eaeaea; }
  .cif-layer--layui .cif-layer__gagd {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 700px;
    padding-left: 50px;
    padding-right: 50px;
    max-height: 50vh; }
    .cif-layer--layui .cif-layer__gagd .tit {
      margin-bottom: 10px;
      line-height: 40px;
      font-size: 18px;
      color: #666; }
      .cif-layer--layui .cif-layer__gagd .tit span {
        position: relative;
        width: auto; }
        .cif-layer--layui .cif-layer__gagd .tit span::before, .cif-layer--layui .cif-layer__gagd .tit span::after {
          content: '';
          position: absolute;
          top: 50%;
          width: 50px;
          border-bottom: 1px solid #e8e8e8; }
        .cif-layer--layui .cif-layer__gagd .tit span::before {
          left: -63px; }
        .cif-layer--layui .cif-layer__gagd .tit span::after {
          right: -61px; }
    .cif-layer--layui .cif-layer__gagd .cif-imgbox {
      background-color: #f2f4f6;
      width: 600px;
      height: 150px;
      margin: 0 auto 16px; }

.cif-poptip {
  width: 440px; }
  .cif-poptip .tip-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin: 0 0 4px; }
  .cif-poptip .tip-icon {
    text-align: center;
    margin: 10px 0 14px; }
    .cif-poptip .tip-icon .icon-tijiaochenggong {
      font-size: 40px;
      color: #57b749; }
  .cif-poptip .tip-icon + .tip-title {
    margin-top: 0; }
  .cif-poptip .tip-desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 22px; }
  .cif-poptip .tip-img {
    width: 160px;
    height: 160px;
    margin: 14px auto 0; }
    .cif-poptip .tip-img img {
      width: 100%;
      height: 100%; }
  .cif-poptip .layui-layer-btn {
    text-align: center;
    padding-bottom: 50px !important; }
    .cif-poptip .layui-layer-btn .layui-layer-btn0 {
      width: 100px;
      height: 36px;
      line-height: 36px;
      background-color: #ff6d00;
      border-color: #ff6d00;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #ffffff;
      text-align: center;
      -webkit-box-sizing: border-box !important;
              box-sizing: border-box !important; }
  .cif-poptip .layui-layer-title {
    background: white;
    border-bottom: 0; }
  .cif-poptip .layui-layer-content {
    padding: 0 !important;
    overflow-y: hidden !important; }

.cif-document--detail .layui-layer-title {
  background: #fff;
  border-bottom: 0; }

.cif-document--detail.layui-layer-dialog .layui-layer-content {
  text-align: center;
  font-size: 16px;
  color: #666;
  overflow-y: hidden; }

.cif-document--detail.layui-layer-msg .layui-layer-content {
  color: #fff; }

.cif-document--detail .layui-layer-btn {
  padding-top: 10px;
  padding-bottom: 50px;
  font-size: 14px; }
  .cif-document--detail .layui-layer-btn .layui-layer-btn0 {
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border: 1px solid #ff6d00;
    color: #ff6d00;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding: 0;
    margin: 0 10px; }
    .cif-document--detail .layui-layer-btn .layui-layer-btn0:hover {
      background: #ff994d;
      border: 1px solid #ff994d;
      color: white; }
  .cif-document--detail .layui-layer-btn .layui-layer-btn1 {
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background: #ff6d00;
    border: 1px solid #ff6d00;
    color: #fff;
    padding: 0;
    margin: 0 10px; }
    .cif-document--detail .layui-layer-btn .layui-layer-btn1:hover {
      color: #fff;
      background: #ff6d00; }

.cif-document--detail .cif-imgbox img {
  position: relative;
  top: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  left: 0; }

.cif-adviser-layer .cif-layer__cont {
  text-align: left;
  width: 440px;
  background: #fff; }

.cif-adviser-layer .cif-layer__close {
  top: 10px;
  right: 18px; }

.cif-adviser-layer .cif-layer__close .iconfont {
  font-size: 13px; }

.cif-adviser-layer.is-big .cif-layer__cont {
  width: 530px; }

.cif-adviser-layer__tit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  padding: 0 0 0 20px;
  line-height: 55px;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ebeced; }

.cif-adviser-layer__cont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.cif-adviser-layer__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 20px; }

.cif-adviser-layer__info .cif-imgbox {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px 0 0px;
  background: #f2f4f6;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.cif-adviser-layer__info .cont {
  line-height: 24px; }

.cif-adviser-layer__info .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333; }

.cif-adviser-layer__info .tag {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 6px;
  line-height: 20px;
  padding: 0 10px;
  font-weight: normal;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f7f7f7; }

.cif-adviser-layer__info .tag.is-type1 {
  color: #ff6600;
  background: rgba(254, 109, 0, 0.1); }

.cif-adviser-layer__info .tag.is-type2 {
  color: #299cf7;
  background: rgba(41, 156, 247, 0.1); }

.cif-adviser-layer__info .tag.is-type3 {
  color: #999;
  background: #f7f7f7; }

.cif-adviser-layer__info .desc {
  font-size: 12px;
  color: #999; }

.cif-adviser-layer__qrcode {
  padding-bottom: 38px;
  text-align: center;
  font-size: 0; }

.cif-adviser-layer__qrcode img {
  display: inline-block;
  margin: 0 auto;
  width: 120px;
  height: 120px; }

.cif-adviser-layer__qrcode .desc {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  text-align: center;
  margin: 11px 0 0; }

.cif-adviser-layer__qrcode .item {
  margin: 5px 0;
  display: inline-block; }

.cif-adviser-layer__qrcode .item img {
  width: 140px;
  height: 140px; }

.cif-adviser-layer__qrcode .item .desc {
  font-size: 14px;
  margin: 7px 0 0; }

.cif-adviser-layer__qrcode .item + .item {
  margin-left: 50px; }

.cif-adviser-layer__qrcode.is-custom img {
  width: auto;
  height: auto;
  max-width: 320px; }

.cif-layer-image.layui-layer-dialog .layui-layer-content {
  padding: 0;
  background: none;
  line-height: normal;
  font-size: 0; }

.cif-layer-image .layui-layer-setwin .layui-layer-close {
  width: 26px;
  height: 26px;
  background: url("https://img.cifnews.com/dev/20220424/a35d37c6906f4f10b8163077fcae9239.png") no-repeat;
  background-position: 0 0;
  top: -50px;
  right: -20px; }
  .cif-layer-image .layui-layer-setwin .layui-layer-close:hover {
    background-position: 0 0; }

.cif-layer-image .layui-layer-resize {
  display: none; }

html,
body {
  font-family: Microsoft YaHei, Microsoft YaHei;
  background: #f3f5f7; }

.live-right-box {
  display: none !important; }

.footer-page-wrap .cif-footer {
  margin-top: 0 !important; }

.cif-industrialPark-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cif-banner-industrialPark {
  width: 100%;
  height: 270px;
  overflow: hidden;
  position: relative; }
  .cif-banner-industrialPark .banner-image {
    display: block;
    width: 2560px;
    height: 270px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .cif-banner-industrialPark .breadCrumb {
    position: absolute;
    top: 30px;
    display: none; }
    .cif-banner-industrialPark .breadCrumb .breadCrumb-wrapper {
      width: auto;
      height: 30px;
      background: #e8f0fb;
      -webkit-border-radius: 20px 20px 20px 20px;
              border-radius: 20px 20px 20px 20px;
      color: #333333;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .cif-banner-industrialPark .breadCrumb .breadCrumb-item {
      font-size: 14px; }
      .cif-banner-industrialPark .breadCrumb .breadCrumb-item.hover {
        cursor: pointer; }
        .cif-banner-industrialPark .breadCrumb .breadCrumb-item.hover:hover {
          color: #2c50fa !important; }
  .cif-banner-industrialPark .banner-title {
    position: absolute;
    top: 88px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center; }
    .cif-banner-industrialPark .banner-title .title {
      font-size: 30px;
      font-weight: bold;
      color: #000000; }
    .cif-banner-industrialPark .banner-title .tips {
      margin-top: 17px;
      font-size: 20px;
      color: #2c50fa;
      font-weight: bold; }

.cif-container-industrialPark {
  width: 880px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 73px; }
  .cif-container-industrialPark .industrialPark-cell {
    width: 880px;
    -webkit-border-radius: 3px 3px 3px 3px;
            border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.03); }
    .cif-container-industrialPark .industrialPark-cell:not(:first-child) {
      margin-top: 20px; }
    .cif-container-industrialPark .industrialPark-cell .industrialPark-cell__header {
      width: 100%;
      height: 57px;
      border-bottom: 1px solid #ebeced;
      background-repeat: no-repeat;
      -webkit-background-size: 120px 57px;
              background-size: 120px 57px;
      background-image: url(https://img.cifnews.com/dev/20250825/1aa65846bf104127bcff4a4cbfbd270f.png);
      background-color: #ffffff;
      background-position: -1px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-border-radius: 3px 3px 0 0;
              border-radius: 3px 3px 0 0; }
      .cif-container-industrialPark .industrialPark-cell .industrialPark-cell__header .headerTitle-logo {
        width: auto;
        height: 27px; }
      .cif-container-industrialPark .industrialPark-cell .industrialPark-cell__header .headerTitle-description {
        display: block;
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        margin-left: 12px; }
    .cif-container-industrialPark .industrialPark-cell .industrialPark-cell__content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 18px 30px;
      background: #ffffff;
      -webkit-border-radius: 0 0 3px 3px;
              border-radius: 0 0 3px 3px; }
    .cif-container-industrialPark .industrialPark-cell.deseription-cell .industrialPark-cell__content, .cif-container-industrialPark .industrialPark-cell.location-cell .industrialPark-cell__content {
      font-size: 14px;
      color: #333333;
      line-height: 25px; }
    .cif-container-industrialPark .industrialPark-cell.cluster-cell .industrialPark-cell__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 20px 60px; }
      .cif-container-industrialPark .industrialPark-cell.cluster-cell .industrialPark-cell__content .cluster-item {
        font-size: 14px;
        color: #666666;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .cif-container-industrialPark .industrialPark-cell.cluster-cell .industrialPark-cell__content .cluster-item::before {
          display: inline-block;
          content: '';
          width: 6px;
          height: 6px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background: #2c50fa;
          margin-right: 10px; }
    .cif-container-industrialPark .industrialPark-cell.table-cell {
      background: #fff;
      padding-bottom: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-container-industrialPark .industrialPark-cell.table-cell .industrialPark-cell__content {
        -webkit-box-shadow: unset;
                box-shadow: unset;
        padding-bottom: 0; }
      .cif-container-industrialPark .industrialPark-cell.table-cell .el-pagination__total {
        margin-left: 20px !important; }
    .cif-container-industrialPark .industrialPark-cell.richText-cell .industrialPark-cell__content {
      font-size: 14px;
      color: #333333;
      line-height: 25px; }
      .cif-container-industrialPark .industrialPark-cell.richText-cell .industrialPark-cell__content img {
        max-width: 100%; }
  .cif-container-industrialPark .cif-section.is-propaganda .cif-section__head.is-tab {
    padding: 0 20px; }

.table {
  width: 820px;
  text-align: center;
  --cols: 40px 260px 130px 150px 1fr;
  --cell-x: 12px; }
  .table .thead,
  .table .tbody .tr {
    display: grid;
    grid-template-columns: var(--cols);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .table .thead {
    height: 35px;
    background: #cee2ff;
    -webkit-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
    padding: 0 var(--cell-x); }
    .table .thead .th {
      font-weight: 600;
      font-size: 14px;
      color: #333;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
  .table .tbody .tr {
    height: 52px;
    background: #fff;
    padding: 0 var(--cell-x); }
    .table .tbody .tr:nth-of-type(even) {
      background: #ecf4ff; }
    .table .tbody .tr:hover {
      opacity: 0.85; }
    .table .tbody .tr .td {
      font-size: 14px;
      color: #333;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
      .table .tbody .tr .td:last-child {
        text-align: left; }

.act-pagination {
  margin: auto;
  margin-top: 30px;
  text-align: center; }

.cif-moduleSide-industrialPark {
  margin-left: 20px; }
  .cif-moduleSide-industrialPark .side-item {
    width: 300px;
    height: 173px;
    -webkit-border-radius: 3px 3px 3px 3px;
            border-radius: 3px 3px 3px 3px;
    border: 1px solid #e8e8e8; }
    .cif-moduleSide-industrialPark .side-item .side-item__header {
      width: 100%;
      height: 50px;
      font-weight: bold;
      font-size: 16px;
      color: #333333;
      padding-left: 21px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      line-height: 50px;
      border-bottom: 1px solid #ebeced;
      background: #fff; }
    .cif-moduleSide-industrialPark .side-item .side-item__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: -webkit-linear-gradient(271deg, #ffffff 0%, #e4edfc 100%);
      background: -o-linear-gradient(271deg, #ffffff 0%, #e4edfc 100%);
      background: linear-gradient(179deg, #ffffff 0%, #e4edfc 100%);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 15px;
      height: 123px; }
      .cif-moduleSide-industrialPark .side-item .side-item__container .qrCode {
        width: 100px;
        height: 100px; }
      .cif-moduleSide-industrialPark .side-item .side-item__container .description {
        font-size: 18px;
        color: #333333;
        line-height: 24px;
        margin-left: 19px; }
