.mainContent {
  margin-top: 20px; }
  .mainContent .step {
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 0;
    border-bottom: 1px solid #DDDDDD; }
    .mainContent .step ul li {
      float: left;
      padding: 0 3px;
      margin: 0 4px;
      cursor: pointer; }
      .mainContent .step ul li.active {
        border-bottom: 2px solid #119C3F; }
  .mainContent .honer {
    margin-top: 20px; }
  .mainContent .swiper-box {
    position: relative;
    margin-top: 100px; }
    .mainContent .swiper-box .butns {
      color: #81BF6D; }
      .mainContent .swiper-box .butns i {
        width: 30px;
        height: 30px;
        display: inline-block;
        border: 2px solid #81BF6D;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 15px);
        z-index: 1000;
        font-size: 22px;
        transition: all .3s ease; }
        .mainContent .swiper-box .butns i:hover {
          background: #81BF6D;
          color: #fff;
          border-color: #fff; }
      .mainContent .swiper-box .butns .pre {
        left: -50px; }
      .mainContent .swiper-box .butns .next {
        right: -50px; }
  .mainContent .swiper-container .swiper-slide {
    position: relative; }
  .mainContent .swiper-container .honerItem {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50px;
    padding-top: 30px; }
    .mainContent .swiper-container .honerItem:hover img {
      transition: all .4s ease;
      border-radius: 8px; }
    .mainContent .swiper-container .honerItem img {
      transition: all .4s ease; }
    .mainContent .swiper-container .honerItem p {
      margin-top: 22px;
      width: 100%;
      overflow: hidden; }
    .mainContent .swiper-container .honerItem:before {
      content: "";
      width: 2px;
      height: 100%;
      display: inline-block;
      position: absolute;
      left: -10%;
      bottom: -15px;
      background: #81BF6D; }
    .mainContent .swiper-container .honerItem:after {
      content: "";
      width: 10px;
      height: 10px;
      border: 2px solid #81BF6D;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      left: calc(-10% - 5px);
      top: 2px; }
  .mainContent .desc {
    margin-top: 20px; }
    .mainContent .desc .leader {
      font-size: 50px;
      color: #F1EFF1; }
    .mainContent .desc h3 {
      color: #189F45;
      padding: 0; }
    .mainContent .desc .content-desc {
      margin-top: 20px;
      padding: 10px 0;
      line-height: 2;
      font-size: 16px;
      color: #6C6C6C; }
    .mainContent .desc .person-desc {
      margin: 20px 0;
      position: relative;
      background: #F2F2F2;
      color: #707070; }
      .mainContent .desc .person-desc .bgImg {
        width: 110%;
        background: url(/src/images/Bitmap.png) no-repeat 104%;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0; }
      .mainContent .desc .person-desc > div.col-lg-3 {
        padding-left: 0; }
      .mainContent .desc .person-desc > div h2 span {
        font-size: 14px;
        color: #A0A0A0; }
      .mainContent .desc .person-desc > div ul {
        padding-top: 10px; }
        .mainContent .desc .person-desc > div ul ol {
          line-height: 2; }
      .mainContent .desc .person-desc > div.col-lg-5 ul {
        padding-top: 70px; }
    .mainContent .desc .cliLine {
      width: 100%;
      height: 1px;
      background: #ddd;
      margin: 65px 0; }
    .mainContent .desc .association .associationLogo {
      text-align: center; }
    .mainContent .desc .association .associationImg {
      margin-top: 50px; }
      .mainContent .desc .association .associationImg p {
        text-align: center;
        color: #A1A1A1; }
    .mainContent .desc .association .associationList ul {
      margin-top: 30px;
      padding: 10px; }
      .mainContent .desc .association .associationList ul ol {
        position: relative;
        padding-left: 20px;
        font-size: 18px;
        color: #A9A9A9;
        line-height: 2; }
        .mainContent .desc .association .associationList ul ol:before {
          content: "";
          width: 5px;
          height: 5px;
          background: #ddd;
          border-radius: 50%;
          display: inline-block;
          position: absolute;
          left: 0;
          top: calc(50% - 3px); }

.culture > p {
  font-size: 48px;
  color: #f1eff1; }

.culture .cultureContent {
  padding-right: 80px; }

.check, .chatUs {
  padding-top: 50px; }
  .check .parner h4, .chatUs .parner h4 {
    font-weight: bold;
    color: #6A6A6A; }
  .check .parner p, .chatUs .parner p {
    width: 600px;
    color: #A5A5A5; }
  .check .chat, .chatUs .chat {
    background: url(/assets/images/Bitmap.png) no-repeat 104%;
    background-size: contain;
    margin-top: 90px;
    height: 200px; }
    .check .chat p, .chatUs .chat p {
      font-weight: 600;
      font-size: 16px; }
    .check .chat .pgreen, .chatUs .chat .pgreen {
      color: #38AB5E; }
    .check .chat span, .chatUs .chat span {
      vertical-align: middle; }
  .check .all, .chatUs .all {
    background: url(/assets/images/Bitmap.png) no-repeat 104%;
    background-size: contain;
    margin-top: 20px;
    height: 200px; }
    .check .all h3, .chatUs .all h3 {
      color: #119C3F;
      padding-bottom: 20px; }
    .check .all p, .chatUs .all p {
      line-height: 1;
      color: #999;
      padding-left: 5px; }

@media (max-width: 700px) {
  .swiper-container .honerItem {
    width: 80% !important;
    margin-left: -5% !important; } }

