@charset "UTF-8";
.landing_banner {
  width: 100%;
  padding: 1px 0;
  margin-bottom: 30px;
  background-size: cover; }
  .landing_banner .hero_search {
    position: relative;
    width: 850px;
    height: 170px;
    display: block;
    text-align: center;
    margin: 124px auto;
    padding: 0 28px; }
    .landing_banner .hero_search .hero_slogan {
      padding-bottom: 10px;
      font-size: 32px;
      color: #FFFFFF;
      line-height: 1.1;
      font-weight: 700;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
    .landing_banner .hero_search .browseLink {
      position: absolute;
      left: 50%;
      bottom: 50px;
      text-align: center;
      margin-left: -71px;
      color: #fff; }
      .landing_banner .hero_search .browseLink:hover {
        color: #cf2257 !important; }
    .landing_banner .hero_search p {
      font-size: 20px;
      font-weight: normal;
      color: #ebebec;
      margin-top: 6px; }
    .landing_banner .hero_search .banner_span {
      width: 100%;
      height: 55px;
      padding-top: 21px;
      text-align: left;
      margin-left: 25px; }
      .landing_banner .hero_search .banner_span span {
        margin-right: 15px; }
      .landing_banner .hero_search .banner_span a {
        color: #BFBBBB;
        display: inline-block;
        vertical-align: top; }
        .landing_banner .hero_search .banner_span a:hover {
          color: #cf2257; }
      .landing_banner .hero_search .banner_span .seachthis {
        text-decoration: underline;
        color: #fff; }
    .landing_banner .hero_search .form-group {
      float: left;
      margin-left: 25px;
      position: relative;
      display: inline-block;
      vertical-align: top;
      border-radius: 5px; }
      .landing_banner .hero_search .form-group .form-control,
      .landing_banner .hero_search .form-group .input-lg {
        display: block;
        width: 300px;
        height: 40px;
        padding: 10px 10px 10px 40px;
        font-size: 16px;
        background: rgba(255, 255, 255, 0.8);
        border: none;
        border-radius: 5px; }
        .landing_banner .hero_search .form-group .form-control::-webkit-input-placeholder,
        .landing_banner .hero_search .form-group .input-lg::-webkit-input-placeholder {
          color: #4a5b9b; }
      .landing_banner .hero_search .form-group .form-control-feedback {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 40px;
        height: 40px;
        color: #4a5b9b;
        font-size: 0;
        padding: 8px; }
    .landing_banner .hero_search .search_hero,
    .landing_banner .hero_search .btn-purple-fill {
      float: left;
      margin-left: 25px;
      display: inline-block;
      vertical-align: top;
      min-width: 100px;
      height: 40px;
      text-align: center;
      touch-action: manipulation;
      cursor: pointer;
      white-space: nowrap;
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      background: #cf2257;
      border: none;
      border-radius: 5px; }
      .landing_banner .hero_search .search_hero:hover, .landing_banner .hero_search .search_hero:focus,
      .landing_banner .hero_search .btn-purple-fill:hover,
      .landing_banner .hero_search .btn-purple-fill:focus {
        color: #4a5b9b;
        background: rgba(255, 255, 255, 0.8); }

/*适配*/
/*小屏电脑*/
/*ipad pro等*/
/*ipad、平板电脑*/
@media screen and (max-width: 1023px) {
  .landing_banner .hero_search {
    width: 90%;
    height: auto;
    padding: 0;
    padding-bottom: 40px;
    margin: 36px auto 60px; }

  .landing_banner .hero_search .hero_slogan,
  .landing_banner .hero_search p {
    display: none; }

  .landing_banner .hero_search .banner_span {
    margin-left: 0; }

  .landing_banner .hero_search .form-group {
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px; }

  .landing_banner .hero_search .form-group .input-lg {
    width: 100% !important;
    max-width: none; }

  .landing_banner .hero_search .search_hero {
    display: block;
    width: 100%;
    margin-left: 0; } }
/*手机端横屏*/
@media screen and (max-width: 999px) {
  .landing_banner .hero_search {
    width: 100%;
    height: auto;
    padding: 0 15px;
    padding-bottom: 40px;
    margin: 36px auto 60px; }

  .landing_banner .hero_search .hero_slogan,
  .landing_banner .hero_search p {
    display: none; }

  .landing_banner .hero_search .banner_span {
    margin-left: 0; }

  .landing_banner .hero_search .form-group {
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px; }

  .landing_banner .hero_search .form-group .input-lg,
  .landing_banner .hero_search .form-group .form-control {
    width: 100% !important;
    max-width: none; }

  .landing_banner .hero_search .search_hero,
  .landing_banner .hero_search .btn-purple-fill {
    display: block;
    width: 100%;
    margin-left: 0; } }
/*手机端*/
.landing_banner {
  width: 100%;
  padding: 1px 0;
  margin-bottom: 30px;
  background-image: url(../jpg/jobs_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  .landing_banner .hero_search {
    height: 110px; }
    .landing_banner .hero_search .hero_slogan {
      padding-bottom: 30px; }

.browse-jobs-section {
  background-color: #f7f7f7; }
  .browse-jobs-section a:not(.btn) {
    color: #4a5b9b;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px; }
  .browse-jobs-section .section-title {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 28px;
    text-align: center;
    padding-top: 40px; }
  .browse-jobs-section .row {
    font-size: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    .browse-jobs-section .row .col-md-6 {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 15px; }
  .browse-jobs-section .card-columns-4 li {
    width: 25%; }
  .browse-jobs-section .card-columns li {
    width: 33.33%; }

.top-jobs-section {
  background-color: #fff; }
  .top-jobs-section .section-title {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 28px;
    text-align: center;
    padding-top: 40px; }
  .top-jobs-section .row {
    font-size: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    .top-jobs-section .row .col-sm-4 {
      display: inline-block;
      vertical-align: top;
      width: 33.33%;
      padding: 0 15px; }
  .top-jobs-section .thumbnail {
    box-shadow: none; }
    .top-jobs-section .thumbnail ul {
      font-size: 14px; }
    .top-jobs-section .thumbnail ul li:after {
      content: '\00b7';
      vertical-align: middle;
      font-size: 16px;
      font-weight: 700; }
    .top-jobs-section .thumbnail a {
      color: #4a5b9b; }
      .top-jobs-section .thumbnail a:hover {
        text-decoration: underline; }

.thumbnail {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 24px;
  padding: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .thumbnail h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px; }
    .thumbnail h3 .fa {
      padding-right: 10px;
      font-size: 20px;
      color: #4a5b9b;
      vertical-align: middle; }
  .thumbnail ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .thumbnail ul li {
      display: inline-block;
      padding-right: 8px; }
    .thumbnail ul a:hover {
      text-decoration: underline; }

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca; }

.thumbnail .caption {
  padding: 0;
  color: rgba(0, 0, 0, 0.87); }

@media screen and (max-width: 1320px) {
  .browse-jobs-section .row {
    max-width: 1200px; } }
/*ipad pro等*/
@media screen and (max-width: 1279px) {
  .browse-jobs-section .row {
    max-width: 1000px; } }
@media screen and (max-width: 999px) {
  .landing_banner {
    margin-bottom: 0; }

  .browse-jobs-section {
    width: 100%; }
    .browse-jobs-section .row .col-md-6 {
      width: 100%; }
    .browse-jobs-section .card-columns-4 li,
    .browse-jobs-section .card-columns li {
      width: 50%; }

  .top-jobs-section .row .col-sm-4 {
    width: 100%;
    padding: 0; } }
