.hl-page {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .hl-page .cont {
    width: 100%;
    height: 690px;
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .hl-page .cont .icons {
      display: flex;
      position: absolute;
      left: 80px;
      bottom: 20px; }
      .hl-page .cont .icons .icon {
        width: 50px;
        height: 72px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 80px; }
      .hl-page .cont .icons .icon1 {
        background-image: url("../images/icon1.png"); }
      .hl-page .cont .icons .icon2 {
        background-image: url("../images/icon2.png"); }
      .hl-page .cont .icons .icon3 {
        background-image: url("../images/icon3.png"); }
    .hl-page .cont .search-wrap {
      position: absolute;
      right: 120px;
      top: 180px;
      width: 380px;
      height: 400px; }
      .hl-page .cont .search-wrap .title {
        color: #1384c7;
        text-align: center;
        font-size: 30px; }
      .hl-page .cont .search-wrap .search-box {
        width: 100%;
        height: 290px;
        background: #fff;
        margin-top: 20px;
        border-radius: 4px;
        overflow: hidden; }
        .hl-page .cont .search-wrap .search-box .entry {
          display: flex;
          color: #478cc4;
          justify-content: center;
          font-weight: bold;
          margin-top: 30px;
          font-size: 16px; }
          .hl-page .cont .search-wrap .search-box .entry .icon {
            width: 30px;
            height: 30px;
            background-image: url("../images/tit-icon.png");
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 6px; }
        .hl-page .cont .search-wrap .search-box .input-box {
          margin-top: 20px; }
          .hl-page .cont .search-wrap .search-box .input-box .input-item {
            width: 300px;
            height: 40px;
            border: 1px solid #b7ccea;
            margin: 10px auto 0;
            display: flex; }
            .hl-page .cont .search-wrap .search-box .input-box .input-item .icon {
              width: 40px;
              height: 40px;
              display: inline-block;
              background-color: #1584c7;
              background-repeat: no-repeat;
              background-size: 20px 20px;
              background-position: center center; }
            .hl-page .cont .search-wrap .search-box .input-box .input-item .icon1 {
              background-image: url("../images/input-icon1.png"); }
            .hl-page .cont .search-wrap .search-box .input-box .input-item .icon2 {
              background-image: url("../images/input-icon2.png"); }
            .hl-page .cont .search-wrap .search-box .input-box .input-item .input {
              height: 100%;
              border: none;
              width: 80%;
              padding-left: 10px;
              outline: none;
              font-size: 14px; }
        .hl-page .cont .search-wrap .search-box .search-btn {
          width: 300px;
          height: 40px;
          background: #1584c7;
          color: #fff;
          text-align: center;
          line-height: 40px;
          font-size: 20px;
          margin: 10px auto 0;
          border: none;
          display: block;
          outline: none; }
        .hl-page .cont .search-wrap .search-box .tips {
          color: #999999;
          font-size: 12px;
          margin-left: 40px;
          margin-top: 20px; }
          .hl-page .cont .search-wrap .search-box .tips .icon {
            width: 12px;
            height: 12px;
            background-image: url("../images/tips.png");
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block; }
  .hl-page .copy-right {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 12px;
    color: #7f7f7f;
    background: #eaeaea;
    padding-top: 10px; }

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