﻿@charset "UTF-8";
/*��������*/
.service_idea {
  background-color: #f5f5f7;
  padding-top: 80px;
  padding-bottom: 50px; }
  .service_idea .group {
    margin-top: 80px;
    padding: 0 30px; }
    .service_idea .group .list {
      display: inline-block;
      float: left;
      margin-bottom: 30px;
      margin-right: 30px;
      width: calc(33.3333% - 20px); }
      .service_idea .group .list:nth-child(3n) {
        margin-right: 0; }
      .service_idea .group .list .tit {
        background-color: #ffffff;
        font-size: 18px;
        color: #064575;
        line-height: 40px;
        padding: 10px 25px; }
      .service_idea .group .list .text {
        margin-top: 5px;
        padding: 25px 25px;
        background-color: #ffffff;
        min-height: 306px; }
        .service_idea .group .list .text p {
          font-size: 14px;
          color: #444444;
          line-height: 26px;
          margin-bottom: 15px; }
        .service_idea .group .list .text img {
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          max-width: 100%;
          margin-bottom: 15px; }

/*ʵʩ����*/
.process {
  background-color: #f5f5f7;
  padding-bottom: 60px; }
  .process .text {
    padding-top: 70px; }
    .process .text h2 {
      font-size: 30px;
      color: #000;
      line-height: 36px;
      text-align: center;
      margin-bottom: 40px; }
    .process .text p {
      font-size: 16px;
      color: #555555;
      line-height: 30px; }
  .process .img {
    margin-top: 45px; }
    .process .img img {
      max-width: 100%;
      height: auto;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }

/*������̳ (��Աע�ᡢԤԼ��ʾ)*/
.forum {
  background-color: #f5f5f7;
  padding: 80px 0; }
  .forum .cont {
    width: 1200px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 115px;
    box-sizing: border-box;
    padding-bottom: 80px; }
    .forum .cont .tips .tips_left {
      float: left;
      font-size: 20px;
      color: #064575;
      line-height: 28px; }
    .forum .cont .tips .tips_right {
      float: right; }
      .forum .cont .tips .tips_right span {
        display: inline-block;
        font-size: 16px;
        line-height: 28px;
        color: #999; }
      .forum .cont .tips .tips_right a {
        display: inline-block;
        margin-left: 15px;
        font-size: 16px;
        line-height: 28px;
        color: #333333; }
    .forum .cont .form {
      margin-top: 45px; }
      .forum .cont .form .form_group .form_item {
        box-sizing: border-box;
        width: 525px;
        margin-bottom: 15px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid #e3e3e3;
        line-height: 43px;
        padding: 0 36px; }
        .forum .cont .form .form_group .form_item span {
          display: inline-block;
          letter-spacing: 5px;
          font-size: 14px;
          color: #666666;
          margin-right: 36px; }
        .forum .cont .form .form_group .form_item input {
          display: inline-block;
          line-height: 43px;
          height: 43px;
          font-size: 14px;
          color: #666666;
          width: 335px; }
      .forum .cont .form .form_group .form_login {
        display: inline-block;
        width: 525px;
        color: #fff;
        font-size: 18px;
        background-color: #064575;
        line-height: 45px;
        border-radius: 4px;
        text-align: center;
        letter-spacing: 20px;
        margin-top: 35px;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
      .forum .cont .form .form_group .form_item_box {
        clear: both;
        overflow: hidden;
        padding: 0 80px;
        margin-bottom: 15px; }
        .forum .cont .form .form_group .form_item_box .form_item {
          left: 0;
          transform: translateX(0);
          float: left;
          margin-bottom: 0; }
          .forum .cont .form .form_group .form_item_box .form_item span {
            margin-right: 36px;
            vertical-align: top;
            min-width: 76px; }
          .forum .cont .form .form_group .form_item_box .form_item.textarea {
            height: auto; }
            .forum .cont .form .form_group .form_item_box .form_item.textarea textarea {
              display: inline-block;
              line-height: 24px;
              height: 160px;
              font-size: 14px;
              color: #666666;
              width: 335px;
              margin: 10px 0; }
        .forum .cont .form .form_group .form_item_box i {
          display: inline-block;
          float: left;
          font-size: 12px;
          color: #cccccc;
          line-height: 23px;
          padding: 10px 0px;
          margin-left: 40px; }
      .forum .cont .form .form_group .form_register {
        padding: 0 80px;
        margin-top: 50px; }
        .forum .cont .form .form_group .form_register a {
          display: inline-block;
          float: left;
          width: 150px;
          height: 45px;
          line-height: 43px;
          text-align: center;
          box-sizing: border-box;
          font-size: 18px;
          border-radius: 4px; }
          .forum .cont .form .form_group .form_register a.register {
            background-color: #064575;
            color: #fff;
            border: 1px solid #064575;
            margin-right: 30px; }
          .forum .cont .form .form_group .form_register a.reset {
            color: #444444;
            border: 1px solid #bbbbbb; }

/*��������*/
.exper_down {
  background-color: #f5f5f7;
  padding-top: 80px;
  padding-bottom: 50px;
  /*.tit {
        font-size: 30px;
        line-height: 36px;
        color: #000000;
        text-align: center;
    }*/ }
  .exper_down .group {
    margin-top: 80px;
    padding: 0 30px; }
    .exper_down .group .list {
      background-color: #fff;
      margin-bottom: 30px; }
      .exper_down .group .list a {
        display: inline-block;
        position: relative;
        padding: 24px 30px;
        width: 100%; }
        .exper_down .group .list a .text {
          font-size: 18px;
          line-height: 30px;
          color: #222222;
          width: 80%; }
        .exper_down .group .list a .icon {
          position: absolute;
          right: 30px;
          top: 50%;
          transform: translateY(-50%); }
          .exper_down .group .list a .icon img {
            width: 32px;
            height: 32px; }
            .exper_down .group .list a .icon img.icon1 {
              display: none; }
        .exper_down .group .list a:hover .text {
          color: #064575; }
        .exper_down .group .list a:hover .icon img.icon1 {
          display: inline-block; }
        .exper_down .group .list a:hover .icon img.icon2 {
          display: none; }

/*�˲���Ƹ*/
.recruitment {
  background-color: #f5f5f7;
  padding-top: 80px;
  padding-bottom: 50px; }
  .recruitment .group {
    margin-top: 80px;
    padding: 0 30px; }
    .recruitment .group .list {
      margin-bottom: 30px; }
      .recruitment .group .list a {
        display: inline-block;
        position: relative;
        padding: 24px 30px;
        width: 100%;
        background-color: #fff; }
        .recruitment .group .list a .text {
          font-size: 18px;
          line-height: 30px;
          color: #222222;
          width: 80%; }
        .recruitment .group .list a .icon {
          position: absolute;
          right: 30px;
          top: 50%;
          transform: translateY(-50%);
          width: 32px;
          height: 32px; }
          .recruitment .group .list a .icon img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s; }
            .recruitment .group .list a .icon img.icon1 {
              opacity: 0; }
            .recruitment .group .list a .icon img.icon2 {
              opacity: 1; }
      .recruitment .group .list .list_requirement {
        background-color: #fafafb;
        margin-top: 5px;
        padding: 0 60px;
        padding-bottom: 75px;
        display: none; }
        .recruitment .group .list .list_requirement .requirement_item {
          padding-top: 20px; }
          .recruitment .group .list .list_requirement .requirement_item .requirement_tit {
            font-size: 16px;
            line-height: 48px;
            color: #555555;
            font-weight: bold;
            margin-bottom: 5px; }
          .recruitment .group .list .list_requirement .requirement_item ul li {
            font-size: 16px;
            line-height: 30px;
            color: #555555; }
      .recruitment .group .list.on a .text {
        color: #064575; }
      .recruitment .group .list.on a .icon img.icon1 {
        opacity: 1; }
      .recruitment .group .list.on a .icon img.icon2 {
        opacity: 0; }

.public_son_tit {
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  text-align: center; }

/*��˾����*/
.company_news {
  padding-top: 80px;
  padding-bottom: 50px; }
  .company_news .group {
    margin-top: 80px; }
    .company_news .group .list {
      /* float: left;
      margin-right: 30px;
      margin-bottom: 30px;
      width: calc(33.33% - 20px);  */
      float: left;
      margin-right: 30px;
      width: 100%; 
      border-bottom: 1px solid #eeeeee;
    }
      .company_news .group .list:nth-child(3n) {
        margin-right: 0; 
      }
      .company_news .group .list a {
        width: 100%;
        display: inline-block;
        padding: 25px 30px;
        box-sizing: border-box;
        background-color: #fff; }
        .company_news .group .list a .img {
          width: 320px;
          float: left;
        }
        .company_news .group .list a .img img{
          width: 320px;
          height: 267px;
        }
        .company_news .group .list a .text {
          /* border-bottom: 1px solid #eeeeee;
          padding-bottom: 18px; */
          width: calc(100% - 350px);
          float: left;
          margin-left: 30px;
         }
          .company_news .group .list a .text h2 {
            color: #222222;
            line-height: 36px; 
          height: 36px;

          font-size: 22px;
          font-weight: bold;
          margin-top: 35px;
        }
        .company_news .group .list a .text .time {
          font-size: 16px;
          line-height: 26px;
          margin-top: 10px;
      }

          .company_news .group .list a .text p {
            font-size: 14px;
            line-height: 26px;
            margin-top: 20px;
            min-height: 78px; 
          height: 78px;}
        .company_news .group .list a .date {
          margin-top: 18px;
          position: relative; }
          .company_news .group .list a .date .time {
            font-size: 16px;
            color: #666666; }
            .company_news .group .list a .date .time i {
              font-size: 30px;
              color: #222222; }
          .company_news .group .list a .date .icon {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 23px;
            height: 18px; }
            .company_news .group .list a .date .icon img {
              width: 100%;
              height: 100%; }
              .company_news .group .list a .date .icon img.icon2 {
                display: none; }
        .company_news .group .list a:hover {
          background-color: #064575; }
          .company_news .group .list a:hover .text .time{
            color: #fff;
          }
          /* .company_news .group .list a:hover .text {
            border-bottom: 1px solid #fff; } */
            .company_news .group .list a:hover .text h2 {
              color: #fff; }
            .company_news .group .list a:hover .text p {
              color: #fff; }
          .company_news .group .list a:hover .date .time {
            color: #fff; }
            .company_news .group .list a:hover .date .time i {
              color: #fff; }
          .company_news .group .list a:hover .date .icon .icon1 {
            display: none; }
          .company_news .group .list a:hover .date .icon .icon2 {
            display: inline-block; }

.page {
  margin-top: 30px; }
  .page ul {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    clear: both;
    overflow: hidden; }
    .page ul li {
      float: left;
      box-shadow: 0px 2px 2px 0px #ebebeb;
      margin: 3px 0;
      margin-right: 20px; }
      .page ul li:nth-last-child(1) {
        margin-right: 0; }
      .page ul li a {
        display: inline-block;
        font-size: 16px;
        color: #666666;
        line-height: 60px;
        padding: 0 15px;
        text-align: center;
        min-width: 60px;
        background-color: #ffffff; }
      .page ul li span {
        display: inline-block;
        font-size: 16px;
        color: #666666;
        line-height: 60px;
        padding: 0 15px;
        text-align: center;
        min-width: 60px;
        background-color: #ffffff; }
      .page ul li.active a {
        color: #fff;
        background-color: #064575; }
      .page ul li.active span {
        color: #fff;
        background-color: #064575; }
      .page ul li:hover a {
        color: #fff;
        background-color: #064575; }
      .page ul li:hover span {
        color: #fff;
        background-color: #064575; }

/*��ҵ�ſ�*/
.enter_info .enter_survey {
  padding-bottom: 30px; }
  .enter_info .enter_survey .text h2 {
    margin-top: 75px;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    text-align: center; }
  .enter_info .enter_survey .text p {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    margin-bottom: 30px; }
  .enter_info .enter_survey .text img {
    max-width: 100%;
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }

.enter_info .enter_culture {
  background-color: #fff; }
  .enter_info .enter_culture .cont .tit {
    text-align: center;
    padding-top: 75px; }
    .enter_info .enter_culture .cont .tit h2 {
      font-size: 30px;
      line-height: 36px;
      color: #000000;
      margin-bottom: 12px; }
    .enter_info .enter_culture .cont .tit span {
      font-size: 18px;
      color: #666666;
      line-height: 30px; }
  .enter_info .enter_culture .cont .group {
    margin-top: 60px;
    padding-bottom: 80px; }
    .enter_info .enter_culture .cont .group .list {
      display: inline-block;
      width: 50%;
      box-sizing: border-box;
      float: left;
      border: 1px solid #eaeaea;
      padding: 30px;
      padding-bottom: 15px;
      min-height: 334px; }
      .enter_info .enter_culture .cont .group .list:nth-child(1) {
        background-color: #f5f5f5;
        border-right: 0; }
      .enter_info .enter_culture .cont .group .list h3 {
        font-size: 18px;
        color: #064575;
        line-height: 20px;
        margin-bottom: 15px; }
      .enter_info .enter_culture .cont .group .list p {
        font-size: 14px;
        color: #444444;
        line-height: 36px; }

.enter_info .enter_advantage .cont h2 {
  margin-top: 75px;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  text-align: center; }

.enter_info .enter_advantage .cont .group {
  padding-bottom: 20px; }
  .enter_info .enter_advantage .cont .group .list {
    float: left;
    width: calc(25% - 45px);
    margin-right: 60px;
    margin-bottom: 40px; }
    .enter_info .enter_advantage .cont .group .list:nth-child(4n) {
      margin-right: 0; }
    .enter_info .enter_advantage .cont .group .list .list_num {
      position: relative;
      width: 100%;
      height: 200px;
      margin-bottom: 10px; }
      .enter_info .enter_advantage .cont .group .list .list_num span {
        font-size: 60px;
        color: #064575;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5; }
      .enter_info .enter_advantage .cont .group .list .list_num img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        height: 100%;
        width: auto; }
    .enter_info .enter_advantage .cont .group .list p {
      font-size: 14px;
      line-height: 26px;
      color: #555555; }

.enter_info .enter_personnel {
  background-color: #fff; }
  .enter_info .enter_personnel .cont .tit {
    text-align: center;
    padding-top: 75px; }
    .enter_info .enter_personnel .cont .tit h2 {
      font-size: 30px;
      line-height: 36px;
      color: #000000;
      margin-bottom: 12px; }
    .enter_info .enter_personnel .cont .tit span {
      font-size: 18px;
      color: #666666;
      line-height: 30px; }
  .enter_info .enter_personnel .cont .group {
    margin-top: 60px;
    padding-bottom: 80px; }
    .enter_info .enter_personnel .cont .group .list {
      display: inline-block;
      float: left;
      border: 1px solid #eaeaea;
      border-right: none;
      box-sizing: border-box;
      width: 25%;
      padding: 30px;
      min-height: 429px; }
      .enter_info .enter_personnel .cont .group .list:nth-child(2n-1) {
        background-color: #f5f5f5; }
      .enter_info .enter_personnel .cont .group .list:nth-last-child(1) {
        border-right: 1px solid #eaeaea; }
      .enter_info .enter_personnel .cont .group .list h3 {
        font-size: 18px;
        line-height: 30px;
        color: #064575;
        font-weight: bold;
        margin-bottom: 20px;
        min-height: 120px; }
      .enter_info .enter_personnel .cont .group .list p {
        font-size: 14px;
        color: #444444;
        line-height: 26px;
        margin-bottom: 15px; }

@media screen and (max-width: 1660px) {
  /*��������*/
  .service_idea {
    padding-top: 60px; }
    .service_idea .group {
      margin-top: 60px; }
      .service_idea .group .list .text {
        min-height: 332px; }
  /*��������*/
  .exper_down {
    padding-top: 60px; }
    .exper_down .group {
      margin-top: 60px; }
      .exper_down .group .list a {
        padding: 20px 30px; }
  /*�˲���Ƹ*/
  .recruitment {
    padding-top: 60px; }
    .recruitment .group {
      padding-top: 60px; }
      .recruitment .group .list a {
        padding: 20px 30px; }
  /*��˾����*/
  .company_news {
    padding-top: 60px; }
    .company_news .group {
      margin-top: 60px; }
      .company_news .group .list a .text {
        padding-bottom: 15px; }
        .company_news .group .list a .text h2 {
          font-size: 18px; }
      .company_news .group .list a .date {
        margin-top: 15px; }
        .company_news .group .list a .date .time {
          font-size: 16px; }
          .company_news .group .list a .date .time i {
            font-size: 28px; }
  .page ul li a {
    line-height: 50px;
    min-width: 50px; }
  .page ul li span {
    line-height: 50px;
    min-width: 50px; }
  /*��ҵ�ſ�*/
  .enter_info .enter_survey .text h2 {
    margin-top: 60px; }
  .enter_info .enter_culture .cont .tit {
    padding-top: 60px; }
  .enter_info .enter_advantage .cont h2 {
    margin-top: 60px; }
  .enter_info .enter_advantage .cont .group .list .list_num {
    height: 160px; }
  .enter_info .enter_personnel .cont .tit {
    padding-top: 60px; }
  .enter_info .enter_personnel .cont .group .list {
    min-height: 517px;
    padding-bottom: 10px; } }

@media screen and (max-width: 1220px) {
  /*��������*/
  .service_idea {
    padding-top: 40px; }
    .service_idea .group {
      margin-top: 35px; }
      .service_idea .group .list .tit {
        font-size: 16px;
        line-height: 36px;
        padding: 5px 20px; }
      .service_idea .group .list .text {
        margin-top: 5px;
        padding: 20px;
        min-height: 322px; }
  /*ʵʩ����*/
  .process .text {
    padding-top: 55px; }
    .process .text h2 {
      font-size: 25px;
      margin-bottom: 30px; }
    .process .text p {
      font-size: 15px;
      line-height: 28px; }
  .process .img {
    margin-top: 35px; }
  /*������̳*/
  .forum {
    padding: 60px 0; }
    .forum .cont {
      width: 935px;
      padding: 60px 105px; }
      .forum .cont .form .form_group .form_item_box {
        padding: 0; }
      .forum .cont .form .form_group .form_register {
        padding: 0; }
  /*��������*/
  .exper_down {
    padding-top: 40px;
    /*.tit {
                font-size: 22px;
                line-height: 28px;
            }*/ }
    .exper_down .group {
      margin-top: 35px; }
      .exper_down .group .list {
        margin-bottom: 20px; }
        .exper_down .group .list a {
          padding: 17px 20px; }
          .exper_down .group .list a .text {
            font-size: 14px;
            line-height: 22px; }
          .exper_down .group .list a .icon {
            right: 20px; }
            .exper_down .group .list a .icon img {
              width: 24px;
              height: 24px; }
  /*�˲���Ƹ*/
  .recruitment {
    padding-top: 40px; }
    .recruitment .group {
      padding-top: 35px;
      margin-top: 0; }
      .recruitment .group .list {
        margin-bottom: 20px; }
        .recruitment .group .list a {
          padding: 17px 20px; }
          .recruitment .group .list a .text {
            font-size: 14px;
            line-height: 22px; }
          .recruitment .group .list a .icon {
            right: 20px;
            width: 24px;
            height: 24px; }
        .recruitment .group .list .list_requirement {
          padding: 0 45px;
          padding-bottom: 35px; }
          .recruitment .group .list .list_requirement .requirement_item {
            padding-top: 20px; }
            .recruitment .group .list .list_requirement .requirement_item .requirement_tit {
              font-size: 15px;
              line-height: 35px; }
            .recruitment .group .list .list_requirement .requirement_item ul li {
              font-size: 13px;
              line-height: 26px; }
  .public_son_tit {
    font-size: 22px;
    line-height: 28px; }
  /*��˾����*/
  .company_news {
    padding-top: 40px; }
    .company_news .group {
      margin-top: 35px; }
      .company_news .group .list a {
        padding: 15px 20px; }

          .company_news .group .list a .img {
            width: 280px;
          }
          .company_news .group .list a .img img{
            width: 280px;
            height: 220px;
          }
          .company_news .group .list a .text {
            width: calc(100% - 310px);
           }

          .company_news .group .list a .text .time {
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 14px;
        }   



        .company_news .group .list a .text h2 {
          font-size: 16px; }
        .company_news .group .list a .text p {
          margin-top: 5px;
          font-size: 13px;
          line-height: 24px;
          min-height: 72px;
        height: 72px; }
        .company_news .group .list a .date {
          margin-top: 10px; }
          .company_news .group .list a .date .time {
            font-size: 14px; }
            .company_news .group .list a .date .time i {
              font-size: 24px; }
  .page {
    margin-top: 20px; }
    .page ul li a {
      font-size: 15px;
      line-height: 40px;
      min-width: 40px; }
    .page ul li span {
      line-height: 40px;
      min-width: 40px;
      font-size: 15px; }
  /*��ҵ�ſ�*/
  .enter_info .enter_survey {
    margin-top: 40px; }
    .enter_info .enter_survey .text h2 {
      font-size: 22px;
      line-height: 28px;
      margin-top: 0;
      margin-bottom: 30px; }
    .enter_info .enter_survey .text p {
      line-height: 26px;
      font-size: 15px;
      margin-bottom: 15px; }
    .enter_info .enter_survey .text img {
      margin-bottom: 15px; }
  .enter_info .enter_culture .cont .tit {
    padding-top: 40px; }
    .enter_info .enter_culture .cont .tit h2 {
      font-size: 22px;
      line-height: 28px; }
    .enter_info .enter_culture .cont .tit span {
      font-size: 15px;
      line-height: 16px; }
  .enter_info .enter_culture .cont .group {
    margin-top: 40px;
    padding-bottom: 50px; }
    .enter_info .enter_culture .cont .group .list {
      padding: 25px;
      min-height: 310px; }
      .enter_info .enter_culture .cont .group .list h3 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 10px; }
      .enter_info .enter_culture .cont .group .list p {
        line-height: 32px; }
  .enter_info .enter_advantage .cont {
    padding-top: 40px; }
    .enter_info .enter_advantage .cont h2 {
      font-size: 22px;
      line-height: 28px;
      margin-top: 0;
      margin-bottom: 20px; }
    .enter_info .enter_advantage .cont .group .list {
      margin-bottom: 22px; }
      .enter_info .enter_advantage .cont .group .list .list_num {
        height: 120px; }
        .enter_info .enter_advantage .cont .group .list .list_num span {
          font-size: 45px; }
  .enter_info .enter_personnel .cont .tit {
    padding-top: 40px; }
    .enter_info .enter_personnel .cont .tit h2 {
      font-size: 22px;
      line-height: 28px; }
    .enter_info .enter_personnel .cont .tit span {
      font-size: 15px;
      line-height: 16px; }
  .enter_info .enter_personnel .cont .group {
    margin-top: 40px;
    padding-bottom: 50px; }
    .enter_info .enter_personnel .cont .group .list {
      padding: 20px;
      min-height: 480px;
      padding-bottom: 10px; }
      .enter_info .enter_personnel .cont .group .list h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px; }
      .enter_info .enter_personnel .cont .group .list p {
        margin-bottom: 10px; } }

@media screen and (max-width: 1050px) {
  /*������̳*/
  .forum {
    padding: 40px 0; }
    .forum .cont {
      width: 850px;
      padding: 60px 120px; }
      .forum .cont .form {
        margin-top: 45px; }
        .forum .cont .form .form_group .form_item {
          width: 460px;
          padding: 0 20px; }
          .forum .cont .form .form_group .form_item input {
            width: 270px; }
        .forum .cont .form .form_group .form_login {
          width: 460px;
          font-size: 16px;
          border-radius: 4px;
          letter-spacing: 15px; }
        .forum .cont .form .form_group .form_item_box {
          position: relative; }
          .forum .cont .form .form_group .form_item_box .form_item {
            width: 370px; }
            .forum .cont .form .form_group .form_item_box .form_item span {
              margin-right: 20px; }
            .forum .cont .form .form_group .form_item_box .form_item input {
              width: 228px; }
            .forum .cont .form .form_group .form_item_box .form_item.textarea textarea {
              width: 228px; }
          .forum .cont .form .form_group .form_item_box i {
            margin-left: 15px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: calc(100% - 385px);
            padding: 0; }
          .forum .cont .form .form_group .form_item_box.last i {
            top: 10px;
            transform: translateY(0); }
        .forum .cont .form .form_group .form_register {
          padding: 0; }
  /*��������*/
  .service_idea {
    padding-top: 40px; }
    .service_idea .group {
      margin-top: 35px; }
      .service_idea .group .list {
        width: calc(50% - 10px);
        margin-bottom: 20px;
        margin-right: 20px; }
        .service_idea .group .list:nth-child(2n) {
          margin-right: 0; }
        .service_idea .group .list:nth-child(3n) {
          margin-right: 20px; }
        .service_idea .group .list:nth-child(6) {
          margin-right: 0; }
        .service_idea .group .list .text {
          margin-top: 5px;
          padding: 20px;
          min-height: 322px; }
  /*��ҵ�ſ�*/
  .enter_info .enter_survey {
    margin-top: 35px; }
    .enter_info .enter_survey .text h2 {
      font-size: 18px;
      margin-bottom: 15px; }
    .enter_info .enter_survey .text p {
      line-height: 23px;
      font-size: 14px;
      margin-bottom: 10px; }
    .enter_info .enter_survey .text img {
      margin-bottom: 10px; }
  .enter_info .enter_culture .cont .tit {
    padding-top: 35px; }
    .enter_info .enter_culture .cont .tit h2 {
      font-size: 18px;
      margin-bottom: 5px; }
    .enter_info .enter_culture .cont .tit span {
      font-size: 14px;
      line-height: 16px; }
  .enter_info .enter_culture .cont .group {
    margin-top: 30px;
    padding-bottom: 40px; }
    .enter_info .enter_culture .cont .group .list {
      width: 100%;
      padding: 15px;
      min-height: 0;
      height: auto;
      padding-bottom: 20px; }
      .enter_info .enter_culture .cont .group .list:nth-child(1) {
        border-bottom: none;
        border-right: 1px solid #eaeaea; }
      .enter_info .enter_culture .cont .group .list h3 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 10px; }
      .enter_info .enter_culture .cont .group .list p {
        line-height: 32px; }
  .enter_info .enter_advantage .cont {
    padding-top: 35px; }
    .enter_info .enter_advantage .cont h2 {
      font-size: 18px;
      margin-bottom: 20px; }
    .enter_info .enter_advantage .cont .group .list {
      margin-bottom: 15px; }
      .enter_info .enter_advantage .cont .group .list .list_num {
        height: 110px; }
        .enter_info .enter_advantage .cont .group .list .list_num span {
          font-size: 34px; }
      .enter_info .enter_advantage .cont .group .list p {
        font-size: 14px;
        line-height: 22px; }
  .enter_info .enter_personnel .cont .tit {
    padding-top: 35px; }
    .enter_info .enter_personnel .cont .tit h2 {
      font-size: 18px;
      margin-bottom: 5px; }
    .enter_info .enter_personnel .cont .tit span {
      font-size: 14px;
      line-height: 16px; }
  .enter_info .enter_personnel .cont .group {
    margin-top: 30px;
    padding-bottom: 40px; }
    .enter_info .enter_personnel .cont .group .list {
      padding: 15px;
      min-height: 502px;
      padding-bottom: 10px; }
      .enter_info .enter_personnel .cont .group .list h3 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
        min-height: 120px; }
      .enter_info .enter_personnel .cont .group .list p {
        line-height: 25px; } }

@media screen and (max-width: 870px) {
  /*ȥ���ƶ��˵���������ɫ����*/
  a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none; }
  /*��������*/
  .service_idea {
    padding-top: 35px;
    padding-bottom: 40px; }
    .service_idea .group {
      margin-top: 35px;
      padding: 0 15px; }
      .service_idea .group .list {
        width: 100%;
        margin-right: 0px; }
        .service_idea .group .list:nth-child(2n) {
          margin-right: 0; }
        .service_idea .group .list:nth-child(3n) {
          margin-right: 0px; }
        .service_idea .group .list .tit {
          font-size: 15px; }
        .service_idea .group .list .text {
          margin-top: 5px;
          padding: 20px;
          min-height: 0;
          height: auto; }
          .service_idea .group .list .text p {
            font-size: 12px;
            line-height: 22px; }
  /*ʵʩ����*/
  .process .text {
    padding-top: 35px; }
    .process .text h2 {
      font-size: 18px;
      margin-bottom: 10px; }
    .process .text p {
      font-size: 12px;
      line-height: 24px; }
  .process .img {
    margin-top: 20px; }
  /*������̳*/
  .forum {
    padding: 20px 0; }
    .forum .cont {
      width: 100%;
      padding: 15px;
      padding-bottom: 35px; }
      .forum .cont .tips .tips_left {
        float: none;
        font-size: 18px;
        width: 100%;
        text-align: center;
        padding-top: 10px; }
      .forum .cont .tips .tips_right {
        margin-top: 5px;
        float: none;
        text-align: center; }
        .forum .cont .tips .tips_right span {
          font-size: 14px; }
        .forum .cont .tips .tips_right a {
          font-size: 14px; }
      .forum .cont .form {
        margin-top: 20px; }
        .forum .cont .form .form_group .form_item {
          width: 100%;
          line-height: 36px;
          padding: 0 15px; }
          .forum .cont .form .form_group .form_item span {
            display: inline-block;
            letter-spacing: 5px;
            font-size: 14px;
            color: #666666;
            margin-right: 15px; }
          .forum .cont .form .form_group .form_item input {
            line-height: 36px;
            height: 36px;
            width: calc(100% - 95px); }
        .forum .cont .form .form_group .form_login {
          width: 100%;
          font-size: 16px;
          line-height: 36px;
          letter-spacing: 20px;
          margin-top: 15px; }
        .forum .cont .form .form_group .form_item_box .form_item {
          width: 100%; }
          .forum .cont .form .form_group .form_item_box .form_item span {
            display: inline-block;
            letter-spacing: 5px;
            font-size: 14px;
            color: #666666;
            margin-right: 15px; }
          .forum .cont .form .form_group .form_item_box .form_item input {
            width: calc(100% - 95px); }
          .forum .cont .form .form_group .form_item_box .form_item.textarea textarea {
            width: calc(100% - 95px);
            margin: 7px 0;
            height: 110px; }
        .forum .cont .form .form_group .form_item_box i {
          margin-left: 0;
          margin-top: 5px;
          position: relative;
          right: 0;
          top: 0;
          transform: translateY(0);
          width: 100%; }
        .forum .cont .form .form_group .form_item_box.last i {
          top: 0; }
        .forum .cont .form .form_group .form_register {
          padding: 0;
          margin-top: 25px; }
          .forum .cont .form .form_group .form_register a {
            font-size: 15px;
            height: 36px;
            line-height: 34px;
            width: 105px; }
            .forum .cont .form .form_group .form_register a.register {
              margin-right: 15px; }
  /*��������*/
  .exper_down {
    padding-top: 35px;
    padding-bottom: 40px;
    /*.tit {
            font-size: 18px;
            line-height: 25px;
        }*/ }
    .exper_down .group {
      margin-top: 20px;
      padding: 0 7.5px; }
      .exper_down .group .list {
        margin-bottom: 15px; }
        .exper_down .group .list a {
          padding: 10px 15px; }
          .exper_down .group .list a .text {
            font-size: 12px;
            line-height: 18px; }
          .exper_down .group .list a .icon {
            right: 15px; }
            .exper_down .group .list a .icon img {
              width: 18px;
              height: 18px; }
  /*�˲���Ƹ*/
  .recruitment {
    padding-top: 35px;
    padding-bottom: 40px;
    /*.tit {
            font-size: 18px;
            line-height: 25px;
        }*/ }
    .recruitment .group {
      margin-top: 20px;
      padding: 0 7.5px; }
      .recruitment .group .list {
        margin-bottom: 15px; }
        .recruitment .group .list a {
          padding: 10px 15px; }
          .recruitment .group .list a .text {
            font-size: 14px;
            line-height: 18px; }
          .recruitment .group .list a .icon {
            right: 15px;
            width: 18px;
            height: 18px; }
        .recruitment .group .list .list_requirement {
          padding: 0 20px;
          padding-bottom: 25px; }
          .recruitment .group .list .list_requirement .requirement_item {
            padding-top: 15px; }
            .recruitment .group .list .list_requirement .requirement_item .requirement_tit {
              font-size: 13px;
              line-height: 20px; }
            .recruitment .group .list .list_requirement .requirement_item ul li {
              font-size: 12px;
              line-height: 22px; }
  .public_son_tit {
    font-size: 18px;
    line-height: 25px; }
  /*��˾����*/
  .company_news {
    padding-top: 35px;
    padding-bottom: 40px; }
    .company_news .group {
      margin-top: 20px;
      padding: 0 7.5px; }
      .company_news .group .list {
        width: 100%;
        margin-right: 0; }
        .company_news .group .list:nth-child(2n) {
          margin-right: 0px; }
        .company_news .group .list:nth-child(3n) {
          margin-right: 20px; }
        .company_news .group .list a {
          padding: 15px 0px; }
          .company_news .group .list a .text {
            padding-bottom: 10px; }
            .company_news .group .list a .text h2 {
              font-size: 15px; 
            margin-top: 0;
          line-height: 22px;height: 22px;}

              .company_news .group .list a .img {
                width: 40%;
              }
              .company_news .group .list a .img img{
                width: 100%;
                height: auto;
              }
              .company_news .group .list a .text {
                width: calc(60% - 15px);
                padding-bottom: 0;
                margin-left: 15px;
               }
    
              .company_news .group .list a .text .time {
                margin-top: 0;
                margin-bottom: 0px;
                font-size: 12px;
                line-height: 18px;
            }   


            .company_news .group .list a .text p {
              margin-top: 0;
              font-size: 12px;
              line-height: 21px;
              min-height: 63px;
            height: 63px; 
              margin-top: 3px;
          }
          .company_news .group .list a .date {
            margin-top: 10px; }
            .company_news .group .list a .date .time {
              font-size: 14px; }
              .company_news .group .list a .date .time i {
                font-size: 22px; }
            .company_news .group .list a .date .icon {
              width: 20px;
              height: auto; }
          .company_news .group .list a:hover {
            background-color: #fff; }
            .company_news .group .list a:hover .text {
              border-bottom: 1px solid #eeeeee; }
              .company_news .group .list a:hover .text h2 {
                color: #222222; }
              .company_news .group .list a:hover .text p {
                color: #222222; }
            .company_news .group .list a:hover .date .time {
              color: #666666; }
              .company_news .group .list a:hover .date .time i {
                color: #222222; }
            .company_news .group .list a:hover .date .icon .icon1 {
              display: inline-block; }
            .company_news .group .list a:hover .date .icon .icon2 {
              display: none; }
  .page {
    margin-top: 0px;
    padding: 0 7.5px;
    margin-top: 20px;
  }
    .page ul {
      overflow-x: scroll;
      white-space: nowrap;
      max-width: 100%; }
      .page ul li {
        margin-right: 10px;
        display: inline-block;
        float: none; }
        .page ul li a {
          font-size: 12px;
          line-height: 32px;
          min-width: 32px; }
        .page ul li span {
          font-size: 12px;
          line-height: 32px;
          min-width: 32px; }
  /*��ҵ�ſ�*/
  .enter_info .enter_survey .text {
    padding: 0 7.5px; }
    .enter_info .enter_survey .text h2 {
      margin-bottom: 10px;
      line-height: 25px; }
    .enter_info .enter_survey .text p {
      font-size: 13px; }
    .enter_info .enter_survey .text img {
      margin-bottom: 10px; }
  .enter_info .enter_culture {
    padding-top: 35px; }
    .enter_info .enter_culture .cont .tit {
      padding: 0 7.5px; }
      .enter_info .enter_culture .cont .tit span {
        font-size: 13px;
        line-height: 20px; }
    .enter_info .enter_culture .cont .group {
      padding: 0 7.5px;
      margin-top: 20px;
      padding-bottom: 35px; }
      .enter_info .enter_culture .cont .group .list h3 {
        font-size: 15px;
        line-height: 22px; }
      .enter_info .enter_culture .cont .group .list p {
        line-height: 28px;
        font-size: 13px; }
  .enter_info .enter_advantage {
    padding-bottom: 15px; }
    .enter_info .enter_advantage .cont .group {
      padding: 0 7.5px; }
      .enter_info .enter_advantage .cont .group .list {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0; }
        .enter_info .enter_advantage .cont .group .list .list_num {
          height: 95px; }
          .enter_info .enter_advantage .cont .group .list .list_num span {
            font-size: 28px; }
        .enter_info .enter_advantage .cont .group .list p {
          font-size: 12px; }
  .enter_info .enter_personnel {
    padding-top: 35px; }
    .enter_info .enter_personnel .cont .tit {
      padding: 0 7.5px; }
      .enter_info .enter_personnel .cont .tit span {
        font-size: 13px;
        line-height: 20px; }
    .enter_info .enter_personnel .cont .group {
      margin-top: 30px;
      padding-bottom: 40px; }
      .enter_info .enter_personnel .cont .group .list {
        width: 100%;
        min-height: 0;
        height: auto;
        border: 1px solid #eaeaea;
        border-bottom: none; }
        .enter_info .enter_personnel .cont .group .list:nth-last-child(1) {
          border-bottom: 1px solid #eaeaea; }
        .enter_info .enter_personnel .cont .group .list h3 {
          margin-bottom: 10px;
          min-height: 0;
          height: auto; }
        .enter_info .enter_personnel .cont .group .list p {
          line-height: 24px;
          font-size: 13px; } }
