@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: 20px;
      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: 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 .hero_search .browseLink {
    bottom: -10px; } }
/*手机端*/
.landing_banner .hero_search .hero_slogan {
  padding-bottom: 30px; }

.wrap {
  padding-bottom: 30px; }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: hidden; }

.main_content .title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #333;
  line-height: 53px; }

.company_card_layout {
  font-size: 0; }
  .company_card_layout > .col-sm-3 {
    display: inline-block;
    width: 25%;
    vertical-align: top; }
  .company_card_layout .card {
    margin: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #E5E5E5;
    box-shadow: none;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -ms-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease; }
    .company_card_layout .card:hover {
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1); }
    .company_card_layout .card .company_logo {
      padding: 0px;
      height: 150px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 70% auto; }
    .company_card_layout .card .divider {
      height: 1px;
      width: 100%;
      display: block;
      overflow: hidden;
      background-color: #E5E5E5; }
    .company_card_layout .card .company_info {
      margin-bottom: 6px;
      padding: 0 30px; }
      .company_card_layout .card .company_info .company_name {
        font-size: 18px;
        height: 76px;
        line-height: 28px;
        padding-top: 20px;
        font-weight: 400; }
      .company_card_layout .card .company_info ul {
        padding-left: 20px;
        margin: 24px 0 10px 0;
        min-height: 60px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.54); }
        .company_card_layout .card .company_info ul li {
          list-style: disc; }
    .company_card_layout .card .company_links {
      padding: 20px 0;
      text-align: center;
      font-size: 14px; }
      .company_card_layout .card .company_links a {
        font-weight: 500;
        color: #4a5b9b; }
        .company_card_layout .card .company_links a:hover {
          text-decoration: underline; }

.footerlinks {
  background: #fff;
  border-top: 2px solid #f7f7f7;
  color: rgba(0, 0, 0, 0.54);
  padding-top: 30px; }
  .footerlinks .row {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 0;
    overflow-x: hidden; }
    .footerlinks .row > .col-sm-3 {
      display: inline-block;
      width: 25%;
      vertical-align: top; }
    .footerlinks .row ul li {
      border-left: 0 none;
      display: block;
      padding: 3px 0;
      font-size: 14px; }
      .footerlinks .row ul li h3 {
        color: rgba(0, 0, 0, 0.87);
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin: 0; }
      .footerlinks .row ul li a {
        color: rgba(0, 0, 0, 0.54);
        text-decoration: none;
        font-weight: 400;
        display: inline-block; }
        .footerlinks .row ul li a:hover {
          color: #4a5b9b;
          text-decoration: underline; }

.pagingWrapper {
  margin-bottom: 30px; }
  .pagingWrapper .simple-pagination {
    display: block;
    text-align: center;
    overflow: visible; }
    .pagingWrapper .simple-pagination ul {
      list-style: none;
      margin: 20px auto;
      position: relative;
      display: inline-table; }
    .pagingWrapper .simple-pagination li {
      float: left !important;
      margin: 0 3px; }
    .pagingWrapper .simple-pagination a,
    .pagingWrapper .simple-pagination span {
      display: block;
      font-size: 12px;
      line-height: 24px;
      min-width: 26px;
      padding: 0 7px;
      color: #4a5b9b;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.12);
      border-radius: 30px; }
    .pagingWrapper .simple-pagination a:hover {
      color: #4a5b9b;
      border: 1px solid #4a5b9b; }
    .pagingWrapper .simple-pagination .current {
      background: #4a5b9b;
      color: #fff;
      border-color: #4a5b9b;
      cursor: default;
      background-color: #4a5b9b; }

/*适配*/
/*小屏电脑*/
@media screen and (max-width: 1320px) {
  .container {
    max-width: 1200px; } }
/*ipad pro等*/
@media screen and (max-width: 1279px) {
  .container {
    max-width: 1000px; } }
/*ipad、平板电脑*/
@media screen and (max-width: 1023px) {
  .container {
    max-width: auto; } }
/*手机端横屏*/
@media screen and (max-width: 999px) {
  .main_content .title {
    font-size: 20px; }

  .company_card_layout > .col-sm-3 {
    width: 100%; }

  .company_card_layout .card {
    margin: 5px 15px !important; }

  .footerlinks .row > .col-sm-3 {
    width: 100%;
    padding: 0 15px; } }
/*手机端*/
