* {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  outline: 0; }

button {
  outline: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style-type: none; }

.bg-box {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../images/bg.jpg);
  background-size: cover; }

.none-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px; }
  .none-box .box {
    text-align: center; }
    .none-box .box img {
      display: inline-block;
      width: 50px !important;
      height: auto; }
    .none-box .box .none {
      font-size: 14px;
      color: #666; }

.underside-box {
  display: flex;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 140px;
  background-color: white; }
  .underside-box .news-box {
    flex: .4;
    position: relative;
    margin-top: 20px;
    margin-left: 26px; }
    .underside-box .news-box .news-title {
      position: absolute;
      top: 0;
      left: 0;
      width: 120px;
      height: 100px;
      background-image: url(../images/img-news.png); }
    .underside-box .news-box .news-list {
      height: 100px;
      margin-left: 90px;
      padding: 10px;
      padding-left: 40px;
      border: 1px solid #666;
      border-radius: 10px; }
      .underside-box .news-box .news-list .item {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        padding-left: 14px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #000;
        text-decoration: none;
        overflow: hidden; }
        .underside-box .news-box .news-list .item:hover {
          color: #015eea; }
        .underside-box .news-box .news-list .item::before {
          content: "";
          position: absolute;
          top: 10px;
          left: 0;
          width: 6px;
          height: 6px;
          background-color: #ea8712; }
  .underside-box .function-box {
    flex: .6;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px; }
    .underside-box .function-box .flex-box {
      display: flex; }
      .underside-box .function-box .flex-box .opt-box {
        width: 30px; }
      .underside-box .function-box .flex-box .button-box {
        width: 30px;
        height: 100px;
        border: 0;
        background-color: transparent; }
        .underside-box .function-box .flex-box .button-box:hover {
          cursor: pointer; }
      .underside-box .function-box .flex-box .pre {
        background-image: url(../images/pre-act.png); }
        .underside-box .function-box .flex-box .pre:disabled {
          background-image: url(../images/pre-dis.png); }
          .underside-box .function-box .flex-box .pre:disabled:hover {
            cursor: auto; }
      .underside-box .function-box .flex-box .next {
        background-image: url(../images/next-act.png); }
        .underside-box .function-box .flex-box .next:disabled {
          background-image: url(../images/next-dis.png); }
          .underside-box .function-box .flex-box .next:disabled:hover {
            cursor: auto; }
      .underside-box .function-box .flex-box .list-box {
        flex: 1;
        position: relative; }
        .underside-box .function-box .flex-box .list-box .cont-box {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          white-space: nowrap;
          overflow: hidden; }
          .underside-box .function-box .flex-box .list-box .cont-box .item {
            display: inline-block;
            margin: 0 6px; }
            .underside-box .function-box .flex-box .list-box .cont-box .item:hover {
              cursor: pointer; }

.center-box {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 480px;
  left: 0;
  top: 50%;
  margin-top: -360px;
  text-align: center; }
  .center-box .logo-box {
    display: inline-block;
    width: 50%; }
    .center-box .logo-box img {
      width: 100%;
      height: auto; }
  .center-box .search-box {
    display: inline-block;
    width: 50%;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    font-size: 0; }
    .center-box .search-box .range-box {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 20%;
      height: 54px; }
      .center-box .search-box .range-box .range {
        line-height: 54px;
        font-size: 16px;
        color: white;
        background-image: url(../images/more.png);
        background-size: 10px 10px;
        background-repeat: no-repeat;
        background-position: right 22px;
        cursor: pointer; }
      .center-box .search-box .range-box ul {
        position: absolute;
        z-index: 10;
        top: 60px;
        right: 0;
        left: 0;
        padding: 10px;
        border-radius: 10px;
        background-color: white;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
        .center-box .search-box .range-box ul li {
          list-style-type: none;
          line-height: 32px;
          font-size: 14px;
          color: #333; }
          .center-box .search-box .range-box ul li:hover {
            cursor: pointer;
            background-color: #f8f8f8; }
    .center-box .search-box input {
      display: inline-block;
      vertical-align: middle;
      width: 60%;
      height: 54px;
      padding-left: 20px;
      padding-right: 20px;
      font-weight: 300;
      color: white;
      font-size: 16px;
      background-color: transparent;
      border: 0;
      outline: 0; }
      .center-box .search-box input::placeholder {
        color: white; }
    .center-box .search-box button {
      display: inline-block;
      vertical-align: middle;
      width: 20%;
      height: 54px;
      text-align: center;
      border-radius: 10px;
      background-color: #0089f9;
      color: white;
      font-size: 16px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .center-box .hot-search {
    display: inline-block;
    width: 50%;
    margin-top: 24px;
    text-align: center; }
    .center-box .hot-search .title {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px;
      font-size: 14px;
      color: white; }
    .center-box .hot-search .item {
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      height: 24px;
      padding: 0 10px;
      margin-right: 4px;
      line-height: 24px;
      font-size: 14px;
      color: white;
      font-weight: 300;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 6px; }
      .center-box .hot-search .item:hover {
        background-color: rgba(255, 255, 255, 0.4); }
  .center-box .main-box {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-top: 60px;
    font-size: 0;
    padding: 0; }
    .center-box .main-box .flex-box {
      display: flex; }
      .center-box .main-box .flex-box .flex-item {
        flex: 1; }
        .center-box .main-box .flex-box .flex-item .item {
          position: relative;
          display: inline-block;
          width: 130px;
          height: 130px;
          margin: 0 10px;
          background-size: cover;
          transition: all .4s; }
          .center-box .main-box .flex-box .flex-item .item .icon {
            position: absolute;
            top: 0;
            left: 20px;
            right: 20px;
            transition: 1s; }
            .center-box .main-box .flex-box .flex-item .item .icon img {
              width: 100%;
              height: auto; }
          .center-box .main-box .flex-box .flex-item .item .name {
            position: absolute;
            top: 80px;
            left: 20px;
            right: 20px;
            transition: 1s; }
            .center-box .main-box .flex-box .flex-item .item .name img {
              width: 100%;
              height: auto; }
          .center-box .main-box .flex-box .flex-item .item .go {
            opacity: 0;
            position: absolute;
            top: 160px;
            left: 26px;
            right: 26px;
            transition: 1s; }
            .center-box .main-box .flex-box .flex-item .item .go img {
              width: 100%;
              height: auto; }
          .center-box .main-box .flex-box .flex-item .item:hover {
            width: 150px;
            height: 150px; }
            .center-box .main-box .flex-box .flex-item .item:hover .icon {
              opacity: 0;
              transform: translateY(-80px); }
            .center-box .main-box .flex-box .flex-item .item:hover .name {
              transform: translateY(-55px); }
            .center-box .main-box .flex-box .flex-item .item:hover .go {
              opacity: .8;
              transform: translateY(-70px); }
        .center-box .main-box .flex-box .flex-item .first {
          background-image: url(../images/main-01.png); }
        .center-box .main-box .flex-box .flex-item .secend {
          background-image: url(../images/main-02.png); }
        .center-box .main-box .flex-box .flex-item .thirth {
          background-image: url(../images/main-03.png); }
        .center-box .main-box .flex-box .flex-item .forth {
          background-image: url(../images/main-04.png); }

.top-box {
  height: 170px;
  padding-top: 24px;
  background-color: #f1f8ff; }
  .top-box .logo-box {
    height: 146px;
    background-image: url(../images/sub-bg.png);
    background-position: right top;
    background-repeat: no-repeat; }
    .top-box .logo-box img {
      margin: 0 auto;
      display: block; }

.top-box-sub .logo-box {
  position: relative;
  text-align: center; }
  .top-box-sub .logo-box img {
    position: absolute;
    left: 50%;
    margin-left: -930px; }
  .top-box-sub .logo-box .menu-box {
    display: inline-block;
    padding-top: 30px;
    width: 1200px;
    text-align: right; }
    .top-box-sub .logo-box .menu-box a {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 30px;
      font-size: 22px;
      font-weight: 500;
      color: white; }
      .top-box-sub .logo-box .menu-box a:hover {
        font-weight: 600; }
    .top-box-sub .logo-box .menu-box .active {
      cursor: auto; }
      .top-box-sub .logo-box .menu-box .active::before {
        content: '';
        position: absolute;
        top: 34px;
        left: 14px;
        right: 14px;
        height: 4px;
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 4px; }
      .top-box-sub .logo-box .menu-box .active:hover {
        font-weight: 500; }

.content-box {
  padding: 20px 0;
  background-color: #f1f8ff; }
  .content-box .content-center-box {
    width: 1200px;
    min-height: 600px;
    margin: 0 auto;
    padding: 30px;
    background-color: white; }
    .content-box .content-center-box .local-box {
      padding-bottom: 14px;
      padding-left: 10px;
      font-size: 14px;
      color: #333;
      border-bottom: 1px solid #eee; }
      .content-box .content-center-box .local-box a {
        color: #333;
        margin: 0 4px; }
        .content-box .content-center-box .local-box a:hover {
          color: #015eea; }
      .content-box .content-center-box .local-box span {
        margin: 0 4px; }
    .content-box .content-center-box .news-list .item {
      display: block;
      padding: 20px 10px;
      border-bottom: 1px solid #eee;
      font-size: 0; }
      .content-box .content-center-box .news-list .item .line-left {
        display: inline-block;
        vertical-align: top;
        width: 820px;
        line-height: 30px; }
        .content-box .content-center-box .news-list .item .line-left .title {
          display: block;
          font-size: 22px;
          color: #333;
          font-weight: 600;
          margin-bottom: 10px;
          margin-top: 10px; }
          .content-box .content-center-box .news-list .item .line-left .title:hover {
            color: #015eea; }
        .content-box .content-center-box .news-list .item .line-left .pro {
          font-size: 18px;
          color: #333;
          font-weight: 300;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
      .content-box .content-center-box .news-list .item .line-right {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        text-align: right;
        font-size: 16px;
        color: #333;
        font-weight: 300; }
        .content-box .content-center-box .news-list .item .line-right .date {
          line-height: 50px; }
        .content-box .content-center-box .news-list .item .line-right .from {
          line-height: 30px; }
    .content-box .content-center-box .news-detail {
      margin: 60px; }
      .content-box .content-center-box .news-detail .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center; }
      .content-box .content-center-box .news-detail .info {
        font-size: 16px;
        color: #333;
        font-weight: 300;
        text-align: center; }
        .content-box .content-center-box .news-detail .info span {
          margin: 0 10px; }
      .content-box .content-center-box .news-detail .detail p {
        line-height: 36px;
        font-size: 18px;
        color: #333; }
      .content-box .content-center-box .news-detail .detail img {
        max-width: 100%;
        height: auto;
        margin: 10px; }
    .content-box .content-center-box .talent-detail {
      display: flex;
      margin: 60px; }
      .content-box .content-center-box .talent-detail .job-box {
        width: 760px; }
        .content-box .content-center-box .talent-detail .job-box .name {
          margin-bottom: 20px;
          font-size: 24px;
          color: #000;
          font-weight: 600; }
          .content-box .content-center-box .talent-detail .job-box .name span {
            margin-right: 20px; }
          .content-box .content-center-box .talent-detail .job-box .name .money {
            color: #d82121; }
        .content-box .content-center-box .talent-detail .job-box .info {
          margin: 10px 0;
          font-size: 16px;
          color: #333;
          font-weight: 300; }
          .content-box .content-center-box .talent-detail .job-box .info span {
            margin-right: 4px; }
        .content-box .content-center-box .talent-detail .job-box .label {
          position: relative;
          margin: 10px 0;
          padding-right: 100px;
          font-size: 14px;
          font-weight: 300; }
          .content-box .content-center-box .talent-detail .job-box .label span {
            display: inline-block;
            height: 26px;
            line-height: 26px;
            padding: 0 10px;
            margin-right: 6px;
            background-color: #f8f8f8; }
          .content-box .content-center-box .talent-detail .job-box .label .send {
            position: absolute;
            top: -6px;
            right: 0; }
            .content-box .content-center-box .talent-detail .job-box .label .send button {
              background-color: #0089f9;
              padding: 0 20px;
              line-height: 36px;
              color: white;
              font-size: 16px;
              font-weight: 400;
              border-radius: 10px;
              border: 0; }
              .content-box .content-center-box .talent-detail .job-box .label .send button:hover {
                background-color: #0071d5;
                cursor: pointer; }
        .content-box .content-center-box .talent-detail .job-box .label-blue {
          position: relative;
          margin: 10px 0;
          font-size: 14px;
          font-weight: 300;
          color: white; }
          .content-box .content-center-box .talent-detail .job-box .label-blue span {
            display: inline-block;
            height: 32px;
            line-height: 32px;
            padding: 0 16px;
            margin-right: 6px;
            border-radius: 16px; }
          .content-box .content-center-box .talent-detail .job-box .label-blue .blue-1 {
            background-color: #2f6ecd; }
          .content-box .content-center-box .talent-detail .job-box .label-blue .blue-2 {
            background-color: #3845b5; }
          .content-box .content-center-box .talent-detail .job-box .label-blue .blue-3 {
            background-color: #7361d2; }
        .content-box .content-center-box .talent-detail .job-box .l {
          margin-bottom: 30px;
          height: 10px;
          border-bottom: 1px solid #eee; }
        .content-box .content-center-box .talent-detail .job-box .title {
          margin: 10px 0;
          font-size: 16px;
          color: #000;
          font-weight: 600; }
        .content-box .content-center-box .talent-detail .job-box .title-icon {
          margin: 10px 0;
          font-size: 16px;
          line-height: 40px;
          color: #000;
          font-weight: 600;
          margin-bottom: 16px;
          border-bottom: 1px solid #eee; }
          .content-box .content-center-box .talent-detail .job-box .title-icon span {
            display: inline-block;
            vertical-align: middle; }
          .content-box .content-center-box .talent-detail .job-box .title-icon img {
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            height: 20px;
            margin-right: 10px; }
        .content-box .content-center-box .talent-detail .job-box .con {
          margin-bottom: 30px;
          padding-right: 20px;
          font-size: 14px;
          color: #333;
          line-height: 30px; }
          .content-box .content-center-box .talent-detail .job-box .con .line {
            font-size: 0;
            line-height: 30px; }
            .content-box .content-center-box .talent-detail .job-box .con .line .item {
              display: inline-block;
              vertical-align: top;
              width: 25%;
              font-size: 16px;
              color: #000;
              line-height: 24px; }
            .content-box .content-center-box .talent-detail .job-box .con .line .item-75 {
              display: inline-block;
              vertical-align: top;
              width: 75%;
              font-size: 16px;
              color: #000;
              line-height: 24px;
              font-weight: 300; }
          .content-box .content-center-box .talent-detail .job-box .con img {
            width: 100%;
            height: 100%; }
        .content-box .content-center-box .talent-detail .job-box .map {
          margin: 20px 0;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .content-box .content-center-box .talent-detail .company-box {
        width: 320px;
        margin-left: 20px;
        margin-top: 8px; }
        .content-box .content-center-box .talent-detail .company-box .info-box {
          display: flex;
          font-size: 0; }
          .content-box .content-center-box .talent-detail .company-box .info-box .logo {
            width: 70px;
            height: 70px;
            margin-right: 14px;
            border: 1px solid #eee;
            border-radius: 4px;
            background-color: white;
            overflow: hidden; }
            .content-box .content-center-box .talent-detail .company-box .info-box .logo img {
              width: 70px;
              height: auto; }
          .content-box .content-center-box .talent-detail .company-box .info-box .name {
            flex: 1; }
            .content-box .content-center-box .talent-detail .company-box .info-box .name .com-name {
              margin-bottom: 10px;
              line-height: 22px;
              font-size: 20px;
              color: #000;
              font-weight: 600; }
            .content-box .content-center-box .talent-detail .company-box .info-box .name .com-info {
              line-height: 18px;
              font-size: 14px;
              color: #333; }
        .content-box .content-center-box .talent-detail .company-box .com-job {
          margin-top: 40px;
          padding: 20px;
          background-color: #f8f9fa; }
          .content-box .content-center-box .talent-detail .company-box .com-job .title {
            margin-top: 4px;
            margin-bottom: 10px;
            font-size: 16px;
            color: #000;
            font-weight: 600; }
          .content-box .content-center-box .talent-detail .company-box .com-job .list-box .item {
            display: block;
            padding: 16px;
            margin-bottom: 16px;
            background-color: white;
            border-radius: 10px; }
            .content-box .content-center-box .talent-detail .company-box .com-job .list-box .item:hover {
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
            .content-box .content-center-box .talent-detail .company-box .com-job .list-box .item .name {
              font-size: 14px;
              font-weight: 600;
              color: #000; }
            .content-box .content-center-box .talent-detail .company-box .com-job .list-box .item .money {
              font-size: 14px;
              font-weight: 600;
              color: #d82121; }
            .content-box .content-center-box .talent-detail .company-box .com-job .list-box .item .info {
              font-size: 12px;
              font-weight: 300;
              color: #333; }
            .content-box .content-center-box .talent-detail .company-box .com-job .list-box .item .label span {
              display: inline-block;
              height: 25px;
              line-height: 25px;
              padding: 0 10px;
              margin-right: 4px;
              font-size: 14px;
              color: #333;
              font-weight: 300;
              background-color: #f8f8f8; }
            .content-box .content-center-box .talent-detail .company-box .com-job .list-box .item .label-blue span {
              display: inline-block;
              height: 26px;
              line-height: 26px;
              padding: 0 10px;
              margin-right: 4px;
              font-size: 12px;
              color: white;
              font-weight: 300;
              border-radius: 13px; }
            .content-box .content-center-box .talent-detail .company-box .com-job .list-box .item .label-blue .blue-1 {
              background-color: #2f6ecd; }
            .content-box .content-center-box .talent-detail .company-box .com-job .list-box .item .label-blue .blue-2 {
              background-color: #3845b5; }
            .content-box .content-center-box .talent-detail .company-box .com-job .list-box .item .label-blue .blue-3 {
              background-color: #7361d2; }
      .content-box .content-center-box .talent-detail .person-box {
        width: 260px;
        padding: 40px 0;
        margin-left: 40px;
        text-align: center;
        border: 1px solid #eee; }
        .content-box .content-center-box .talent-detail .person-box img {
          display: inline-block;
          width: 100px;
          height: auto;
          margin-bottom: 30px; }
        .content-box .content-center-box .talent-detail .person-box .name {
          height: 36px;
          font-size: 16px;
          font-weight: 600; }
        .content-box .content-center-box .talent-detail .person-box .box {
          height: 36px;
          font-size: 14px;
          font-weight: 400; }
    .content-box .content-center-box .company-detail {
      display: flex;
      margin: 60px; }
      .content-box .content-center-box .company-detail .logo-box {
        width: 200px;
        height: 200px;
        border: 1px solid #eee; }
        .content-box .content-center-box .company-detail .logo-box img {
          width: 100%;
          height: auto; }
      .content-box .content-center-box .company-detail .info-box {
        flex: 1;
        padding-left: 40px; }
        .content-box .content-center-box .company-detail .info-box .name {
          margin: 6px 0;
          font-size: 22px;
          font-weight: 600;
          line-height: 36px; }
        .content-box .content-center-box .company-detail .info-box .label {
          margin: 10px 0;
          color: #063869;
          font-size: 14px;
          line-height: 32px; }
          .content-box .content-center-box .company-detail .info-box .label span {
            padding: 4px 16px;
            margin-right: 10px;
            background-color: #f1f8ff;
            border-radius: 6px; }
        .content-box .content-center-box .company-detail .info-box .table table {
          border-collapse: collapse;
          border-spacing: 0;
          width: 100%;
          font-size: 16px;
          color: #757575;
          font-weight: 300;
          text-align: center;
          border: 1px solid #eee; }
          .content-box .content-center-box .company-detail .info-box .table table tr {
            border: 1px solid #eee; }
            .content-box .content-center-box .company-detail .info-box .table table tr td {
              padding: 16px 0;
              line-height: 18px;
              border: 1px solid #eee; }
    .content-box .content-center-box .company-pro {
      margin: 60px; }
      .content-box .content-center-box .company-pro p {
        font-size: 16px;
        color: #333;
        line-height: 36px;
        text-indent: 2em;
        font-weight: 300; }
      .content-box .content-center-box .company-pro img {
        width: 1000px;
        height: auto; }
      .content-box .content-center-box .company-pro .title {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 600; }
      .content-box .content-center-box .company-pro .img-box .item {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        height: 300px;
        line-height: 300px;
        margin-right: 5px;
        margin-bottom: 10px;
        border: 1px solid #eee;
        text-align: center; }
        .content-box .content-center-box .company-pro .img-box .item img {
          display: inline-block;
          vertical-align: middle;
          width: 260px;
          height: auto;
          max-height: 260px;
          width: auto;
          max-width: 260px; }
    .content-box .content-center-box .park-pro {
      width: 1130px; }
      .content-box .content-center-box .park-pro img {
        width: 1130px;
        height: auto; }
      .content-box .content-center-box .park-pro .attachment-box {
        margin: 20px; }
        .content-box .content-center-box .park-pro .attachment-box a {
          display: block;
          margin: 10px;
          line-height: 20px;
          font-size: 14px;
          color: #035999; }
    .content-box .content-center-box .search-list .item {
      display: block;
      padding: 20px 10px;
      border-bottom: 1px solid #eee;
      font-size: 0; }
      .content-box .content-center-box .search-list .item .line-left {
        display: inline-block;
        vertical-align: top;
        width: 820px;
        line-height: 30px; }
        .content-box .content-center-box .search-list .item .line-left .title {
          display: block;
          font-size: 22px;
          color: #333;
          font-weight: 600;
          margin-bottom: 10px;
          margin-top: 10px; }
          .content-box .content-center-box .search-list .item .line-left .title:hover {
            color: #015eea; }
          .content-box .content-center-box .search-list .item .line-left .title .type {
            display: inline;
            padding: 4px 16px;
            margin-right: 10px;
            font-size: 16px;
            color: white;
            font-weight: 300;
            background-color: #015eea;
            border-radius: 4px; }
          .content-box .content-center-box .search-list .item .line-left .title .key {
            color: #f59023; }
        .content-box .content-center-box .search-list .item .line-left .pro {
          font-size: 14px;
          color: #333;
          font-weight: 300;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
          .content-box .content-center-box .search-list .item .line-left .pro .label {
            padding: 4px 10px;
            margin-right: 6px;
            background-color: #f8f8f8;
            font-size: 14px; }
      .content-box .content-center-box .search-list .item .line-right {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        text-align: right;
        font-size: 16px;
        color: #333;
        font-weight: 300; }
        .content-box .content-center-box .search-list .item .line-right .date {
          line-height: 50px; }
        .content-box .content-center-box .search-list .item .line-right .from {
          line-height: 30px; }
    .content-box .content-center-box .search-list .item-talent .line-left {
      width: 560px; }
      .content-box .content-center-box .search-list .item-talent .line-left .title .money {
        margin-left: 10px;
        color: #d82121; }
      .content-box .content-center-box .search-list .item-talent .line-left .pro .label {
        padding: 4px 10px;
        margin-right: 6px;
        background-color: #f8f8f8;
        font-size: 14px; }
    .content-box .content-center-box .search-list .item-talent .line-right {
      width: 560px; }
    .content-box .content-center-box .search-list .item-internship .line-left {
      width: 1120px; }
      .content-box .content-center-box .search-list .item-internship .line-left .pro .label {
        padding: 4px 10px;
        margin-right: 6px;
        background-color: #f8f8f8;
        font-size: 14px; }
  .content-box .label-box {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    background-color: white;
    border-radius: 30px;
    font-size: 0; }
    .content-box .label-box .item {
      display: inline-block;
      width: 33.33%;
      height: 60px;
      line-height: 60px;
      border-radius: 30px;
      text-align: center;
      font-size: 24px;
      color: #4c96ec;
      cursor: pointer; }
      .content-box .label-box .item:hover {
        font-weight: 600; }
    .content-box .label-box .item-50 {
      width: 50%; }
    .content-box .label-box .active {
      color: white;
      background-color: #4c96ec; }
      .content-box .label-box .active:hover {
        font-weight: 400;
        cursor: auto; }
  .content-box .search-box {
    width: 1200px;
    margin: 20px auto;
    padding: 20px 0;
    background-color: white; }
    .content-box .search-box .input-box {
      width: 920px;
      margin: 20px auto;
      height: 66px;
      border: 6px solid rgba(217, 232, 237, 0.4);
      border-radius: 33px; }
      .content-box .search-box .input-box input {
        display: inline-block;
        vertical-align: middle;
        width: 720px;
        height: 40px;
        margin-left: 32px;
        border: 0;
        outline: 0;
        font-size: 18px;
        color: #333; }
        .content-box .search-box .input-box input::placeholder {
          color: #333; }
      .content-box .search-box .input-box button {
        display: inline-block;
        vertical-align: middle;
        width: 150px;
        height: 54px;
        background-color: #48519c;
        border-radius: 27px;
        box-shadow: 1px 0 0 #48519c;
        font-size: 18px;
        color: white;
        font-weight: 300; }
    .content-box .search-box .filter-box {
      font-size: 16px;
      color: #333; }
      .content-box .search-box .filter-box .line .title {
        display: inline-block;
        vertical-align: top;
        width: 90px;
        margin: 6px 0;
        margin-left: 60px;
        font-weight: 600;
        line-height: 32px; }
      .content-box .search-box .filter-box .line .item-box {
        display: inline-block;
        vertical-align: top;
        width: 1040px;
        line-height: 32px; }
        .content-box .search-box .filter-box .line .item-box .item {
          display: inline-block;
          padding: 0 14px;
          margin: 8px 0;
          border-radius: 24px;
          border: 1px solid white;
          white-space: nowrap; }
          .content-box .search-box .filter-box .line .item-box .item:hover {
            color: #015eea;
            border: 1px solid #015eea;
            cursor: pointer; }
        .content-box .search-box .filter-box .line .item-box .active {
          font-weight: 600;
          color: #015eea;
          border: 1px solid #015eea; }
      .content-box .search-box .filter-box .line-more {
        border-top: 1px solid #f1f8ff;
        margin-top: 10px;
        padding-left: 60px;
        padding-top: 10px; }
        .content-box .search-box .filter-box .line-more .select-box {
          position: relative;
          display: inline-block;
          vertical-align: top;
          width: 170px;
          height: 32px;
          margin-right: 40px;
          padding-right: 10px;
          line-height: 32px; }
          .content-box .search-box .filter-box .line-more .select-box .select {
            display: inline-block;
            padding-right: 20px;
            font-size: 16px;
            color: #333;
            text-align: left;
            font-weight: 600;
            background-image: url(../images/more-gray.png);
            background-size: 10px 10px;
            background-repeat: no-repeat;
            background-position: right 12px;
            cursor: pointer; }
          .content-box .search-box .filter-box .line-more .select-box ul {
            display: none;
            position: absolute;
            top: 40px;
            left: -10px;
            min-width: 100px;
            padding: 4px 20px;
            background-color: white;
            border-radius: 4px;
            box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1); }
            .content-box .search-box .filter-box .line-more .select-box ul li {
              line-height: 32px; }
              .content-box .search-box .filter-box .line-more .select-box ul li:hover {
                cursor: pointer;
                background-color: #f8f8f8; }
  .content-box .search-park-box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 1200px;
    margin: 20px auto;
    margin-bottom: 0;
    height: 250px;
    background-image: url(../images/park-bg.png); }
    .content-box .search-park-box .lebal-box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 200px;
      width: 900px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 100px; }
      .content-box .search-park-box .lebal-box .line {
        width: 700px;
        margin: 5px 0; }
        .content-box .search-park-box .lebal-box .line span {
          display: inline-block;
          height: 40px;
          line-height: 36px;
          font-size: 16px;
          color: white;
          font-weight: 300;
          padding: 0 16px;
          border-radius: 20px;
          border: 2px solid transparent; }
          .content-box .search-park-box .lebal-box .line span:hover {
            cursor: pointer;
            background-color: #000;
            border: 2px solid white; }
        .content-box .search-park-box .lebal-box .line .active {
          background-color: #000;
          border: 2px solid white; }
  .content-box .talent-box {
    display: flex;
    width: 1200px;
    margin: 0 auto; }
    .content-box .talent-box .list-box {
      flex: 1;
      background-color: white; }
      .content-box .talent-box .list-box .company-title {
        width: 1130px;
        margin: 10px 30px;
        height: 50px;
        border-bottom: 6px solid #f1f8ff; }
        .content-box .talent-box .list-box .company-title .title {
          width: 110px;
          height: 50px;
          line-height: 38px;
          font-size: 24px;
          font-weight: 600;
          border-bottom: 6px solid #015eea; }
      .content-box .talent-box .list-box .info-box {
        margin: 10px 30px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #333;
        font-weight: 300; }
        .content-box .talent-box .list-box .info-box .left-box {
          float: left; }
        .content-box .talent-box .list-box .info-box .right-box {
          float: right; }
          .content-box .talent-box .list-box .info-box .right-box button {
            width: 96px;
            height: 40px;
            margin: 0 5px;
            font-size: 16px;
            font-weight: 300;
            color: #333;
            background-color: white;
            border: 1px solid #eee;
            border-radius: 4px; }
          .content-box .talent-box .list-box .info-box .right-box .active {
            font-weight: 400;
            color: #015eea;
            background-color: #e3edfb;
            border: 1px solid #e3edfb;
            cursor: auto; }
      .content-box .talent-box .list-box .img-a {
        display: block;
        width: 1130px;
        height: 370px;
        margin: 20px 30px; }
        .content-box .talent-box .list-box .img-a img {
          width: 1130px;
          height: 370px; }
      .content-box .talent-box .list-box .line {
        display: block;
        padding: 20px 30px;
        font-size: 0;
        border-bottom: 1px solid #eee; }
        .content-box .talent-box .list-box .line:hover {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        .content-box .talent-box .list-box .line .item {
          display: inline-block;
          vertical-align: top;
          width: 50%; }
          .content-box .talent-box .list-box .line .item .major-box {
            padding: 0 4px;
            line-height: 30px;
            font-size: 18px;
            color: #000;
            font-weight: 600; }
            .content-box .talent-box .list-box .line .item .major-box .money {
              margin-left: 20px;
              color: #d82121; }
            .content-box .talent-box .list-box .line .item .major-box .product {
              font-size: 20px; }
            .content-box .talent-box .list-box .line .item .major-box .company {
              font-size: 14px; }
          .content-box .talent-box .list-box .line .item .assistant-box {
            margin-top: 10px;
            line-height: 26px;
            font-size: 14px;
            color: #333;
            font-weight: 300; }
            .content-box .talent-box .list-box .line .item .assistant-box span {
              margin: 6px; }
            .content-box .talent-box .list-box .line .item .assistant-box .label {
              display: inline-block;
              height: 26px;
              padding: 0 10px;
              margin-right: 6px;
              background-color: #f8f8f8; }
        .content-box .talent-box .list-box .line .company {
          text-align: right; }
        .content-box .talent-box .list-box .line .item-100 {
          display: flex;
          width: 100%; }
          .content-box .talent-box .list-box .line .item-100 .img-box {
            display: inline-block;
            vertical-align: top;
            width: 230px;
            margin-right: 10px; }
            .content-box .talent-box .list-box .line .item-100 .img-box img {
              width: 100%;
              height: auto; }
          .content-box .talent-box .list-box .line .item-100 .internship-info-box {
            display: inline-block;
            vertical-align: top;
            flex: 1;
            padding-left: 20px; }
            .content-box .talent-box .list-box .line .item-100 .internship-info-box .major-box {
              line-height: 30px;
              font-size: 18px;
              color: #000;
              font-weight: 600; }
            .content-box .talent-box .list-box .line .item-100 .internship-info-box .field-box {
              margin: 10px 0;
              line-height: 24px;
              font-size: 14px;
              color: #000;
              font-weight: 300; }
              .content-box .talent-box .list-box .line .item-100 .internship-info-box .field-box span {
                padding: 4px 10px;
                margin-right: 10px;
                border: 1px solid #ddd; }
            .content-box .talent-box .list-box .line .item-100 .internship-info-box .industry-box {
              margin: 10px 0;
              line-height: 24px;
              font-size: 14px;
              color: #063869;
              font-weight: 300; }
              .content-box .talent-box .list-box .line .item-100 .internship-info-box .industry-box span {
                padding: 4px 10px;
                margin-right: 10px;
                background-color: #f1f8ff; }
            .content-box .talent-box .list-box .line .item-100 .internship-info-box .infopro-box {
              margin: 10px 0;
              line-height: 24px;
              font-size: 14px;
              color: #333;
              font-weight: 300; }
              .content-box .talent-box .list-box .line .item-100 .internship-info-box .infopro-box span {
                font-weight: 500;
                padding: 4px 10px;
                margin-right: 10px; }
            .content-box .talent-box .list-box .line .item-100 .internship-info-box .feature-box {
              line-height: 24px;
              font-size: 14px;
              color: #000;
              font-weight: 300; }
        .content-box .talent-box .list-box .line .company-box {
          color: #000;
          font-size: 14px; }
          .content-box .talent-box .list-box .line .company-box .product {
            line-height: 30px;
            font-size: 20px;
            font-weight: 500; }
          .content-box .talent-box .list-box .line .company-box .other-box {
            margin-top: 16px; }
            .content-box .talent-box .list-box .line .company-box .other-box .company {
              margin-right: 10px;
              font-size: 16px;
              font-weight: 500; }
            .content-box .talent-box .list-box .line .company-box .other-box .type {
              padding: 4px 14px;
              margin-right: 6px;
              color: white;
              font-size: 14px;
              font-weight: 300;
              border-radius: 14px; }
            .content-box .talent-box .list-box .line .company-box .other-box .blue-1 {
              background-color: #2f6ecd; }
            .content-box .talent-box .list-box .line .company-box .other-box .blue-2 {
              background-color: #3845b5; }
            .content-box .talent-box .list-box .line .company-box .other-box .blue-3 {
              background-color: #7361d2; }
      .content-box .talent-box .list-box .line-50 {
        display: inline-block;
        width: 555px;
        margin-right: 12px;
        margin-bottom: 12px;
        padding: 20px;
        font-size: 0;
        border: 1px solid #eee; }
        .content-box .talent-box .list-box .line-50:nth-child(even) {
          margin-left: 30px; }
        .content-box .talent-box .list-box .line-50:hover {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        .content-box .talent-box .list-box .line-50 .item {
          display: inline-block;
          vertical-align: top;
          width: 50%; }
          .content-box .talent-box .list-box .line-50 .item .major-box {
            padding: 0 4px;
            line-height: 30px;
            font-size: 18px;
            color: #000;
            font-weight: 600; }
            .content-box .talent-box .list-box .line-50 .item .major-box .money {
              margin-left: 20px;
              color: #d82121; }
          .content-box .talent-box .list-box .line-50 .item .assistant-box {
            margin-top: 10px;
            line-height: 26px;
            font-size: 14px;
            color: #333;
            font-weight: 300; }
            .content-box .talent-box .list-box .line-50 .item .assistant-box span {
              margin: 6px; }
            .content-box .talent-box .list-box .line-50 .item .assistant-box .label {
              display: inline-block;
              height: 26px;
              padding: 0 10px;
              margin-right: 6px;
              background-color: #f8f8f8; }
        .content-box .talent-box .list-box .line-50 .company {
          text-align: right; }
      .content-box .talent-box .list-box .tec-50 {
        display: inline-block;
        width: 555px;
        height: 200px;
        margin-right: 12px;
        margin-bottom: 12px;
        padding: 20px;
        font-size: 0;
        background-image: url(../images/tec-bg.png);
        overflow: hidden; }
        .content-box .talent-box .list-box .tec-50:nth-child(even) {
          margin-left: 30px; }
        .content-box .talent-box .list-box .tec-50:hover {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        .content-box .talent-box .list-box .tec-50 .logo {
          display: inline-block;
          vertical-align: top;
          width: 160px;
          height: 160px;
          padding: 10px;
          margin-right: 20px;
          background-color: #fff; }
          .content-box .talent-box .list-box .tec-50 .logo img {
            width: 140px;
            height: auto;
            max-height: 140px;
            width: auto;
            max-width: 140px; }
        .content-box .talent-box .list-box .tec-50 .item {
          display: inline-block;
          vertical-align: top; }
          .content-box .talent-box .list-box .tec-50 .item .major-box {
            width: 330px;
            height: 64px;
            margin-bottom: 10px;
            margin-top: 4px;
            line-height: 24px;
            font-size: 20px;
            font-weight: 600;
            color: #000; }
          .content-box .talent-box .list-box .tec-50 .item .assistant-box {
            margin-top: 8px; }
            .content-box .talent-box .list-box .tec-50 .item .assistant-box .icon {
              display: inline-block;
              vertical-align: middle;
              margin-right: 14px; }
              .content-box .talent-box .list-box .tec-50 .item .assistant-box .icon img {
                width: 22px;
                height: 22px; }
            .content-box .talent-box .list-box .tec-50 .item .assistant-box .label {
              display: inline-block;
              vertical-align: middle;
              font-size: 14px;
              font-weight: 300;
              color: #000; }
    .content-box .talent-box .brand-box {
      width: 250px;
      margin-left: 20px;
      text-align: center;
      background-color: white; }
      .content-box .talent-box .brand-box .item {
        display: inline-block; }
        .content-box .talent-box .brand-box .item a img {
          width: 200px;
          height: auto; }

.page-box {
  margin-top: 30px;
  text-align: right; }
  .page-box .com-box {
    display: inline-block; }

.down-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 250px;
  padding: 30px 0;
  vertical-align: middle;
  background-color: #032c69; }
  .down-box .line-box {
    margin: 0 auto;
    line-height: 30px;
    font-size: 14px;
    color: white;
    text-align: center; }
    .down-box .line-box span {
      margin: 0 10px; }

.banner-box {
  width: 1200px;
  margin: 0 auto; }
  .banner-box img {
    width: 1200px;
    height: auto; }

@media screen and (min-width: 1440px) {
  .center-box {
    margin-top: -400px; }
    .center-box .search-box {
      height: 66px; }
      .center-box .search-box .range-box {
        height: 66px; }
        .center-box .search-box .range-box .range {
          line-height: 66px;
          font-size: 20px;
          background-size: 14px 14px;
          background-position: right 28px;
          cursor: pointer; }
        .center-box .search-box .range-box ul {
          top: 66px;
          padding: 14px; }
          .center-box .search-box .range-box ul li {
            line-height: 40px;
            font-size: 16px; }
      .center-box .search-box input {
        height: 66px;
        font-size: 20px;
        padding-left: 30px;
        padding-right: 30px; }
      .center-box .search-box button {
        height: 66px;
        font-size: 20px; }
    .center-box .hot-search {
      margin-top: 24px; }
      .center-box .hot-search .title {
        margin-right: 6px;
        font-size: 16px; }
      .center-box .hot-search .item {
        height: 34px;
        padding: 0 16px;
        margin-right: 8px;
        line-height: 34px;
        font-size: 16px; }
    .center-box .main-box {
      margin-top: 60px; }
      .center-box .main-box .flex-box .flex-item .item {
        width: 160px;
        height: 160px;
        margin: 0 14px; }
        .center-box .main-box .flex-box .flex-item .item .icon {
          left: 26px;
          right: 26px; }
        .center-box .main-box .flex-box .flex-item .item .name {
          top: 100px;
          left: 34px;
          right: 34px; }
        .center-box .main-box .flex-box .flex-item .item .go {
          top: 150px; }
        .center-box .main-box .flex-box .flex-item .item:hover {
          width: 210px;
          height: 210px; }
          .center-box .main-box .flex-box .flex-item .item:hover .icon {
            transform: translateY(-40px); }
          .center-box .main-box .flex-box .flex-item .item:hover .name {
            transform: translateY(-90px); }
          .center-box .main-box .flex-box .flex-item .item:hover .go {
            transform: translateY(-40px); } }
@media screen and (min-width: 1920px) {
  .center-box {
    margin-top: -400px; }
    .center-box .search-box {
      height: 66px; }
      .center-box .search-box .range-box {
        height: 66px; }
        .center-box .search-box .range-box .range {
          line-height: 66px;
          font-size: 20px;
          background-size: 14px 14px;
          background-position: right 28px;
          cursor: pointer; }
        .center-box .search-box .range-box ul {
          top: 66px;
          padding: 14px; }
          .center-box .search-box .range-box ul li {
            line-height: 40px;
            font-size: 16px; }
      .center-box .search-box input {
        height: 66px;
        font-size: 20px;
        padding-left: 30px;
        padding-right: 30px; }
      .center-box .search-box button {
        height: 66px;
        font-size: 20px; }
    .center-box .hot-search {
      margin-top: 24px; }
      .center-box .hot-search .title {
        margin-right: 6px;
        font-size: 16px; }
      .center-box .hot-search .item {
        height: 34px;
        padding: 0 16px;
        margin-right: 8px;
        line-height: 34px;
        font-size: 16px; }
    .center-box .main-box {
      margin-top: 60px; }
      .center-box .main-box .flex-box .flex-item .item {
        width: 200px;
        height: 200px;
        margin: 0; }
        .center-box .main-box .flex-box .flex-item .item .icon {
          left: 34px;
          right: 34px; }
        .center-box .main-box .flex-box .flex-item .item .name {
          top: 120px;
          left: 34px;
          right: 34px; }
        .center-box .main-box .flex-box .flex-item .item .go {
          top: 150px; }
        .center-box .main-box .flex-box .flex-item .item:hover {
          width: 210px;
          height: 210px; }
          .center-box .main-box .flex-box .flex-item .item:hover .icon {
            transform: translateY(-40px); }
          .center-box .main-box .flex-box .flex-item .item:hover .name {
            transform: translateY(-90px); }
          .center-box .main-box .flex-box .flex-item .item:hover .go {
            transform: translateY(-40px); } }

/*# sourceMappingURL=style.css.map */
