@charset "UTF-8";
.bc-main {
  width: 100%;
  min-width: 1400px;
  overflow: hidden; }
  .bc-main .seach-content {
    width: 100%; }
    .bc-main .seach-content .boxs {
      display: flex;
      width: 90%;
      max-width: 1100px;
      border-radius: 20px;
      border: 2px solid #0c37bf;
      margin: 0 auto;
      margin-top: 80px;
      margin-bottom: 100px;
      overflow: hidden;
      border-radius: 40px; }
      .bc-main .seach-content .boxs .middle {
        position: relative; }
        .bc-main .seach-content .boxs .middle::before {
          content: '';
          position: absolute;
          width: 2px;
          height: 60%;
          background: #dedede;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
        .bc-main .seach-content .boxs .middle::after {
          content: '';
          position: absolute;
          width: 2px;
          height: 60%;
          background: #dedede;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
      .bc-main .seach-content .boxs li {
        flex: 0 0 26%;
        padding: 25px 0; }
        .bc-main .seach-content .boxs li:last-child {
          flex: 1 1 auto;
          padding: 0;
          cursor: pointer; }
        .bc-main .seach-content .boxs li input {
          border: none;
          width: 100%;
          height: 100%;
          outline: none;
          padding-left: 15%;
          font-size: 18px;
          caret-color: #999999;
          color: #999999; }
          .bc-main .seach-content .boxs li input::-webkit-input-placeholder {
            /* placeholder颜色  */
            color: #999999;
            /* placeholder字体大小  */
            font-size: 18px;
            /* placeholder位置  */
            letter-spacing: 1px; }
        .bc-main .seach-content .boxs li button {
          border: none;
          background: none;
          width: 100%;
          height: 100%;
          background: linear-gradient(to right, #3566f2, #0f3fc7);
          color: #fff;
          font-size: 18px;
          font-weight: 600;
          letter-spacing: 1px;
          padding: 20px;
          cursor: pointer;
          outline: none; }
          .bc-main .seach-content .boxs li button:hover {
            background: linear-gradient(to right, rgba(53, 102, 242, 0.6), #0f3fc7); }
  .bc-main .company-heming {
    width: 100%; }
    .bc-main .company-heming .company-heming-row {
      width: 1300px;
      margin: auto; }
      .bc-main .company-heming .company-heming-row .heming-list {
        margin-top: 50px;
        width: 100%;
        display: flex;
        justify-content: center; }
        .bc-main .company-heming .company-heming-row .heming-list li {
          width: 260px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          padding: 20px 20px;
          box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.18);
          border-radius: 8px;
          text-align: center;
          margin: 0 20px; }
          .bc-main .company-heming .company-heming-row .heming-list li h1 {
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 20px;
            font-weight: bold; }
          .bc-main .company-heming .company-heming-row .heming-list li P {
            font-size: 13px;
            color: #999999;
            margin-bottom: 50px; }
          .bc-main .company-heming .company-heming-row .heming-list li button {
            width: 139px;
            height: 34px;
            font-size: 16px;
            background: linear-gradient(180deg, #ff7462, #ffbd4a);
            border-radius: 8px;
            color: #fff;
            margin-bottom: 10px; }
            .bc-main .company-heming .company-heming-row .heming-list li button a{
              color: #fff;
            }
      .bc-main .company-heming .company-heming-row .heming-result {
        width: 90%;
        background: linear-gradient(90deg, #494aff 0%, #8947fb 100%);
        boxs-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.18);
        margin: auto;
        padding: 40px 20px;
        margin-top: 100px;
        color: #fff; }
        .bc-main .company-heming .company-heming-row .heming-result h1 {
          font-size: 20px;
          font-weight: bold;
          padding: 0 15px; }
        .bc-main .company-heming .company-heming-row .heming-result .result-list-row {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 40px; }
          .bc-main .company-heming .company-heming-row .heming-result .result-list-row .result-list {
            overflow: hidden;
            position: relative;
            width: 33%; }
            .bc-main .company-heming .company-heming-row .heming-result .result-list-row .result-list .bd {
              padding: 0 15px; }
              .bc-main .company-heming .company-heming-row .heming-result .result-list-row .result-list .bd li {
                height: 24px;
                line-height: 24px;
                margin-bottom: 10px; }
                .bc-main .company-heming .company-heming-row .heming-result .result-list-row .result-list .bd li a {
                  display: inline-block;
                  width: 75%;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  color: #fff; }
                .bc-main .company-heming .company-heming-row .heming-result .result-list-row .result-list .bd li .isRegister {
                  float: right; }
                .bc-main .company-heming .company-heming-row .heming-result .result-list-row .result-list .bd li .noRegister {
                  color: #FEBB3B; }
  .bc-main .heming-matters {
    background: url("../images/heming/background1.png") no-repeat center;
    background-size: 100% 100%;
    padding: 50px 0;
    margin-top: 100px;
    padding-bottom: 100px; }
    .bc-main .heming-matters .heming-matters-row {
      width: 1300px;
      margin: auto;
      margin-top: 80px; }
      .bc-main .heming-matters .heming-matters-row ul {
        display: flex;
        justify-content: center; }
        .bc-main .heming-matters .heming-matters-row ul li {
          width: 220px;
          height: 282px;
          padding: 20px;
          background: linear-gradient(0deg, #1033d7 0%, #5875ff 100%);
          color: #fff;
          text-align: center; }
          .bc-main .heming-matters .heming-matters-row ul li h1 {
            height: 50px;
            line-height: 30px;
            font-size: 20px;
            margin: 20px 0;
            margin-bottom: 30px; }
          .bc-main .heming-matters .heming-matters-row ul li p {
            font-size: 14px; }
        .bc-main .heming-matters .heming-matters-row ul .matter-bg01 {
          background: url("../images/heming/matters01.png") no-repeat center;
          background-size: 100% 100%; }
        .bc-main .heming-matters .heming-matters-row ul .matter-bg02 {
          background: url("../images/heming/matters02.png") no-repeat center;
          background-size: 100% 100%; }
        .bc-main .heming-matters .heming-matters-row ul .matter-bg03 {
          background: url("../images/heming/matters03.png") no-repeat center;
          background-size: 100% 100%; }
  .bc-main .heming-must-matters {
    width: 100%;
    margin: auto;
    padding: 70px 0; }
    .bc-main .heming-must-matters .must-matters-row {
      width: 1300px;
      margin: auto;
      margin-top: 100px; }
      .bc-main .heming-must-matters .must-matters-row ul {
        display: flex;
        justify-content: center; }
        .bc-main .heming-must-matters .must-matters-row ul li {
          text-align: center;
          margin: 0 50px; }
          .bc-main .heming-must-matters .must-matters-row ul li img {
            width: 100px;
            height: 100px; }
          .bc-main .heming-must-matters .must-matters-row ul li p {
            font-size: 15px;
            font-weight: 600;
            margin-top: 20px; }
      .bc-main .heming-must-matters .must-matters-row .submit-button {
        text-align: center;
        margin-top: 100px; }
        .bc-main .heming-must-matters .must-matters-row .submit-button button {
          width: 200px;
          height: 58px;
          background: linear-gradient(-90deg, #5cdea8 0%, #03cca8 100%);
          border-radius: 5px;
          color: #fff;
          font-size: 22px; }
          .bc-main .heming-must-matters .must-matters-row .submit-button button>a{
            color:#fff;
        }
  .bc-main .heming-passageway {
    width: 100%;
    background: url("../images/heming/background2.png") no-repeat center;
    background-size: 100% 100%;
    padding: 50px 0; }
    .heming-passageway  .heming-box-mask{
          position: fixed;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 9999;
    }
    .heming-passageway  .heming-box-mask .heming-mask-row{
      position: relative;
      padding: 20px 30px;
      background: #fff;
      box-shadow: 0 0 6px rgb(199,199,199);
      text-align: center;
    }
    .heming-passageway  .heming-box-mask .heming-mask-row .heming-grop{
      margin-bottom: 10px;
    }
    .heming-passageway  .heming-box-mask .heming-mask-row .heming-grop input{
      padding: 8px 10px;
      border: none;
      border-bottom: 1px solid rgb(222,222,222);
      width: 200px;
    }
    .heming-passageway  .heming-box-mask .heming-mask-row .close-icon{
      width: 30px;
      height: 30px;
      border-radius: 50%;
      position: absolute;
      background: #eee;
      text-align: center;
      line-height: 30px;
      right: -10px;
      top: -10px;
    }
    .heming-passageway  .heming-box-mask .heming-mask-row .close-icon:hover{
      background: rgb(211,211,211);
    }
    .heming-passageway  .heming-box-mask .heming-mask-row button{
      padding: 5px 30px;
      background: linear-gradient(-90deg, #5bedb5, #05cca8);
      color: #fff;
      font-size:15px;
      margin-top: 10px;
    }
    .bc-main .heming-passageway .modular-title h1 {
      opacity: .3; }
    .bc-main .heming-passageway .modular-title h2 {
      color: #fff; }
    .bc-main .heming-passageway .heming-adv {
      margin: 50px auto;
      color: #fff;
      font-size: 17px;
      text-align: center; }
      .bc-main .heming-passageway .heming-adv .adv-list {
        display: inline-flex;
        border: 2px solid #59caff;
        border-radius: 26px;
        padding: 5px 20px;
        align-items: center;
        margin: 0; }
        .bc-main .heming-passageway .heming-adv .adv-list label {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #fff;
          margin: 0;
          margin-right: 10px; }
    .bc-main .heming-passageway .passageway-row {
      width: 800px;
      margin: auto; }
      .bc-main .heming-passageway .passageway-row .input-box {
        display: flex;
        position: relative; }
        .bc-main .heming-passageway .passageway-row .input-box .input-icon {
          position: absolute;
          left: 21px;
          top: 0;
          bottom: 0;
          margin: auto;
          line-height: 63px; }
          .bc-main .heming-passageway .passageway-row .input-box .input-icon img {
            width: 25px;
            height: auto; }
        .bc-main .heming-passageway .passageway-row .input-box input {
          padding: 20px 60px;
          flex: 1;
          font-size: 16px; }
        .bc-main .heming-passageway .passageway-row .input-box button {
          width: 200px;
          height: 68px;
          background: linear-gradient(-90deg, #5bedb5, #05cca8);
          color: #fff;
          font-size: 20px; }
  .bc-main .heming-service {
    width: 100%;
    padding: 50px 0;
    background: #FBFBFB; }
    .bc-main .heming-service .heming-service-row {
      width: 1300px;
      height: auto;
      margin: auto;
      margin-top: 80px; }
      .bc-main .heming-service .heming-service-row ul {
        width: 100%;
        text-align: center; }
        .bc-main .heming-service .heming-service-row ul li {
          display: inline-block;
          width: 28%;
          margin: 0 30px;
          margin-bottom: 40px;
          vertical-align: top; }
          .bc-main .heming-service .heming-service-row ul li img {
            width: 130px;
            height: auto; }
          .bc-main .heming-service .heming-service-row ul li h1 {
            margin: 30px 0;
            font-size: 18px;
            font-weight: bold; }
          .bc-main .heming-service .heming-service-row ul li p {
            font-size: 14px;
            width: 300px;
            margin: auto;
            color: #999999; }
