.navigation {
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #E7E8ED; }
  .navigation .container {
    height: 100%; }
    .navigation .container ul {
      height: 100%; }
      .navigation .container ul li {
        float: left;
        height: 100%;
        width: 199px;
        border-left: 1px solid #E7E8ED;
        position: relative;
        padding: 0 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        cursor: pointer; }
        .navigation .container ul li a {
          display: block;
          text-align: center;
          font-size: 22px;
          color: #333333;
          text-align: center;
          width: 154px;
          text-decoration: none; }
        .navigation .container ul li p {
          width: 100%;
          position: absolute;
          bottom: -37px;
          left: 0;
          padding: 0 66px; }
      .navigation .container ul .targ {
        background-image: linear-gradient(-44deg, #0CB2ED 0%, #573DE9 100%);
        background: #2f7beb; }
        .navigation .container ul .targ a {
          color: #fff; }
        .navigation .container ul .targ p span {
          width: 0px;
          height: 0px;
          display: block;
          border-top: 19px solid #2f7beb;
          border-left: 30px solid transparent;
          border-bottom: 19px solid transparent;
          border-right: 30px solid transparent; }
      .navigation .container ul .lastLi {
        border-right: 1px solid #E7E8ED; }

.join-bg {
  width: 100%; }
  .join-bg img {
    display: block;
    width: 100%; }

.company-list table {
  width: 100%;
  background: #fff;
  font-size: 14px;
  color: #333333; }
  .company-list table tr .title {
    background: #F9FCFF;
    width: 272px; }
  .company-list table tr td {
    padding: 17px 24px 17px 45px;
    border: 1px solid #DDE8F6; }

.Code-section {
  background: #fff;
  margin-top: 32px;
  padding-bottom: 60px; }
  .Code-section .column {
    width: 100%;
    border-bottom: 1px solid #DDE8F6;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    padding-top: 28px; }
    .Code-section .column .column-cont .tip {
      height: 100%;
      text-align: center;
      font-size: 22px;
      color: #333333; }
    .Code-section .column .column-cont .line {
      height: 3px;
      width: 88px;
      background: #0D5FE0;
      margin: 27px auto 0; }
  .Code-section .search-frame {
    margin: 62px auto 47px;
    float: none;
    width: 584px;
    height: 62px;
    background: #F7F8FA;
    font-size: 14px;
    color: #000;
    padding-left: 26px;
    border: 1px solid #DDE8F6; }
    .Code-section .search-frame input {
      display: block;
      width: 450px;
      height: 100%;
      outline: none;
      border: none;
      background: #F7F8FA;
      float: left;
      color: #000; }
    .Code-section .search-frame p {
      height: 100%;
      padding: 6px;
      margin: 0;
      float: right; }
      .Code-section .search-frame p img {
        display: block;
        width: 50px;
        float: right; }
      .Code-section .search-frame p:active {
        background: #DDE8F6; }
  .Code-section .about-list {
    margin-top: 47px;
    padding: 0 45px;
    width: 100%;
    overflow: hidden; }
    .Code-section .about-list table {
      width: 100%;
      margin: 0 auto;
      font-size: 16px;
      color: #333333; }
      .Code-section .about-list table thead, .Code-section .about-list table tbody {
        width: 100%;
        display: block; }
        .Code-section .about-list table thead tr, .Code-section .about-list table tbody tr {
          width: 100%;
          display: block; }
        .Code-section .about-list table thead td, .Code-section .about-list table thead th, .Code-section .about-list table tbody td, .Code-section .about-list table tbody th {
          border: 1px solid #DDE8F6;
          padding: 19px 0;
          text-align: center; }
        .Code-section .about-list table thead .part-1, .Code-section .about-list table tbody .part-1 {
          width: 135px; }
        .Code-section .about-list table thead .part-2, .Code-section .about-list table tbody .part-2 {
          width: 24%; }
      .Code-section .about-list table thead {
        background: #F7F8FA; }
    .Code-section .about-list .pc {
      display: block; }
    .Code-section .about-list .move {
      display: none; }
  .Code-section .page-select {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .Code-section .page-select .pagination {
      margin: 44px 0 52px 0; }
      .Code-section .page-select .pagination li a, .Code-section .page-select .pagination li span {
        margin-right: 8px;
        padding: 14px 20px; }
      .Code-section .page-select .pagination li:last-child a {
        margin-right: 0; }

@media (min-width: 601px) and (max-width: 1000px) {
  .company-list {
    margin-top: 0; }
    .company-list table {
      font-size: 18px; }

  .page-section {
    padding-top: 30px; }

  .Code-section .about-list {
    padding: 0 30px; }
    .Code-section .about-list table {
      font-size: 16px; }
  .Code-section .column .tip {
    font-size: 30px; }
  .Code-section .search-frame {
    margin: 50px auto 41px;
    font-size: 16px;
    width: 65%; }
    .Code-section .search-frame input {
      width: 79%; } }
@media (min-width: 320px) and (max-width: 600px) {
  .company-list {
    margin-top: 0; }
    .company-list table tr .title {
      width: 100px; }
    .company-list table tr td {
      padding: 10px 14px;
      font-size: 14px; }

  .Code-section {
    margin-top: 15px; }
    .Code-section .column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 20px; }
      .Code-section .column .column-cont {
        width: 262px; }
        .Code-section .column .column-cont .tip {
          font-size: 17px;
          height: auto; }
        .Code-section .column .column-cont .line {
          margin-top: 20px; }
    .Code-section .search-frame {
      margin: 20px auto;
      width: 92%;
      padding-left: 11px;
      height: 40px; }
      .Code-section .search-frame input {
        width: 80%; }
      .Code-section .search-frame p {
        height: 100%;
        margin: 0;
        float: right; }
        .Code-section .search-frame p img {
          width: 28px; }
    .Code-section .about-list {
      margin-top: 0;
      padding: 0 12px; }
      .Code-section .about-list .pc {
        display: none; }
      .Code-section .about-list .move {
        display: block;
        font-size: 14px; }
        .Code-section .about-list .move tr td, .Code-section .about-list .move tr th {
          text-align: center;
          font-size: 14px;
          padding: 8px 0;
          width: 76%; }
        .Code-section .about-list .move tr td:first-child, .Code-section .about-list .move tr th:first-child {
          width: 120px; }
    .Code-section .page-select .pagination {
      margin: 25px 0 26px 0; }
      .Code-section .page-select .pagination li a {
        padding: 14px 18px; } }
.page-select {
  margin-top: 40px; }

.join-bg {
  width: 100%;
  position: relative; }
  .join-bg img {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 1842px; }

.max-header {
  display: none; }

.new-state-nav {
  border-bottom: 1px solid #DDE8F6;
  padding: 20px 0;
  height: 59px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .new-state-nav a {
    text-decoration: none;
    color: #666666; }
  .new-state-nav .current-page {
    color: #0D5FE0; }

.headline {
  width: 100%;
  overflow: hidden; }
  .headline .title {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-align: center; }
  .headline .line {
    display: block;
    width: 70px;
    height: 2px;
    margin: 28px auto 0;
    background: #DDE8F6; }

.navigation {
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #E7E8ED; }
  .navigation .container {
    height: 100%; }
    .navigation .container ul {
      height: 100%; }
      .navigation .container ul li {
        cursor: pointer;
        float: left;
        height: 100%;
        width: 12.5%;
        position: relative;
        padding: 0 10px;
        cursor: pointer;
        border-right: 1px solid #E7E8ED; }
        .navigation .container ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          text-align: center;
          font-size: 17px;
          color: #333333;
          text-align: center;
          text-decoration: none; }
        .navigation .container ul li p {
          width: 100%;
          position: absolute;
          bottom: -37px;
          left: 0;
          padding: 0 45px; }
      .navigation .container ul .targ {
        background-image: linear-gradient(-44deg, #0CB2ED 0%, #573DE9 100%);
        background: #2f7beb; }
        .navigation .container ul .targ a {
          color: #fff; }
        .navigation .container ul .targ p span {
          width: 0px;
          height: 0px;
          display: block;
          border-top: 19px solid #2f7beb;
          border-left: 30px solid transparent;
          border-bottom: 19px solid transparent;
          border-right: 30px solid transparent; }
      .navigation .container ul .firstLi {
        border-left: 1px solid #E7E8ED; }

@media (max-width: 1200px) {
  .headline .title {
    font-size: 21px; }
  .headline .line {
    margin-top: 18px; }

  .navigation-up {
    height: 117px; }
    .navigation-up .navigation {
      height: 100%;
      background: #F7F8FA;
      overflow-x: scroll;
      -webkit-overflow-x: scroll; }
      .navigation-up .navigation .container {
        width: 1595px;
        max-width: initial;
        background: #fff;
        height: 80px;
        padding: 0; }
        .navigation-up .navigation .container ul li p {
          margin-bottom: 0;
          bottom: -36px;
          padding: 0 72px; } }
@media (min-width: 320px) and (max-width: 600px) {
  body {
    background: #fff; }

  .page-select {
    margin-top: 30px; }

  .navigation-up {
    height: 77px; }
    .navigation-up .navigation .container {
      height: 50px;
      width: 789px; }
      .navigation-up .navigation .container ul li {
        width: auto; }
        .navigation-up .navigation .container ul li a {
          font-size: 15px;
          line-height: 16px;
          width: 77px; }
        .navigation-up .navigation .container ul li p {
          bottom: -25px;
          padding: 0 26px; }
      .navigation-up .navigation .container ul .targ p span {
        width: 0px;
        height: 0px;
        display: block;
        border-top: 13px solid #2f7beb;
        border-left: 25px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 25px solid transparent; } }
a {
  text-decoration: none;
  cursor: pointer; }

.map-pop {
  width: 338px;
  padding: 10px 12px 0; }
  .map-pop .title {
    margin-bottom: 29px; }
    .map-pop .title .tip {
      font-size: 22px;
      color: #000000;
      text-align: center;
      margin-bottom: 15px; }
    .map-pop .title .label {
      width: 100%;
      height: 2px; }
      .map-pop .title .label span {
        display: block;
        border: 2px solid #0D5FE0;
        width: 65px;
        margin: 0 auto; }
  .map-pop .place-pc span {
    display: block; }
  .map-pop .place-1 {
    font-size: 14px;
    color: #666666;
    margin-bottom: 8px; }
    .map-pop .place-1 span {
      display: block; }
  .map-pop .remove {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #CDD2D7;
    line-height: 45px;
    margin: 28px auto;
    text-align: center; }
    .map-pop .remove .iconfont {
      font-size: 30px;
      color: #CDD2D7; }

/*# sourceMappingURL=public_inform_invest.css.map */
