@media (max-width: 767px) {
  .mainContent .desc .imgList .img-item {
    width: 46% !important;
    height: 300px !important;
    margin-right: 3% !important; } }

.dots li.active {
  background: #119C3F !important; }

.mainContent {
  margin-top: 20px; }
  .mainContent .step {
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 0; }
    .mainContent .step > .container {
      border-bottom: 1px solid #ddd; }
    .mainContent .step:hover, .mainContent .step.hover {
      background: #fff !important; }
    .mainContent .step ul li {
      float: left;
      padding: 0 3px;
      margin: 0 4px;
      cursor: pointer;
      min-width: 49px;
      text-align: center; }
      .mainContent .step ul li:hover {
        color: #119C3F; }
      .mainContent .step ul li.active {
        border-bottom: 2px solid #119C3F; }
  .mainContent .desc {
    margin-top: 20px; }
    .mainContent .desc h3 {
      color: #189F45;
      padding: 0; }
    .mainContent .desc .content-desc {
      margin-top: 20px;
      padding: 26px 0;
      line-height: 2;
      font-size: 16px;
      color: #444; }
    .mainContent .desc .imgList {
      padding-left: 8%;
      margin-bottom: 100px; }
      .mainContent .desc .imgList .img-item {
        width: 28%;
        height: 400px;
        float: left;
        margin-right: 5%;
        margin-top: 30px;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        overflow: hidden; }
        .mainContent .desc .imgList .img-item .tipItem {
          width: 100%;
          height: 50%;
          background: #119C3F;
          position: absolute;
          bottom: -50%;
          left: 0;
          text-align: center;
          transition: all .4s ease; }
          .mainContent .desc .imgList .img-item .tipItem p {
            margin-top: 20%;
            color: #fff;
            font-size: 16px; }
          .mainContent .desc .imgList .img-item .tipItem a {
            text-decoration: none;
            color: #86CC9D;
            padding: 8px 30px;
            border: 1px solid #86CC9D;
            border-radius: 25px;
            margin-top: 15px;
            display: inline-block; }
        .mainContent .desc .imgList .img-item:hover .tipItem {
          bottom: 0;
          transition: all .4s ease; }
  .mainContent .list {
    margin-top: 10px; }
    .mainContent .list ul li {
      background: #F4F4F4;
      margin-top: 35px; }
      .mainContent .list ul li > div {
        padding-left: 0; }
      .mainContent .list ul li > div:last-child {
        padding-left: 15px; }
      .mainContent .list ul li img {
        width: 100%; }
      .mainContent .list ul li h3 {
        color: #343434;
        line-height: 2; }
      .mainContent .list ul li .textDesc {
        line-height: 2.3; }
      .mainContent .list ul li .btn {
        background: #119C3F;
        margin-top: 20px; }
        .mainContent .list ul li .btn a {
          color: #fff;
          width: 146px;
          height: 40px;
          display: inline-block; }
    .mainContent .list .button {
      width: 100%;
      height: 50px;
      line-height: 50px;
      font-size: 20px;
      color: #B2B2B2;
      text-align: center;
      margin-top: 70px;
      background: #ddd;
      cursor: pointer;
      border-radius: 5px; }
      .mainContent .list .button:hover {
        background: #aaa;
        color: #fff; }
  .mainContent .topBanner {
    height: 450px; }
    .mainContent .topBanner img {
      width: 100%;
      height: 450px; }
    .mainContent .topBanner .prev, .mainContent .topBanner .next {
      font-size: 28px;
      width: 50px;
      height: 130px;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      line-height: 130px;
      text-align: center;
      position: absolute;
      top: calc(50% - 60px);
      cursor: pointer;
      display: none; }
    .mainContent .topBanner .prev {
      left: 80px; }
    .mainContent .topBanner .next {
      right: 80px; }
    .mainContent .topBanner:hover .prev, .mainContent .topBanner:hover .next {
      display: block; }
  .mainContent .detailDescription {
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 75px; }
    .mainContent .detailDescription .row > div:last-child {
      border-left: 1px solid #ddd; }
      .mainContent .detailDescription .row > div:last-child img {
        width: 60px; }
    .mainContent .detailDescription .row .col-lg-8 h3 {
      color: #119C3F; }
    .mainContent .detailDescription .row .col-lg-8 .content {
      color: #9B9B9B;
      padding-right: 15px;
      letter-spacing: 1px; }
    .mainContent .detailDescription .row .col-lg-4 {
      padding-left: 25px;
      text-align: center; }
      .mainContent .detailDescription .row .col-lg-4 img {
        margin-bottom: 10px; }
      .mainContent .detailDescription .row .col-lg-4 p {
        text-align: left;
        padding-left: 20px; }
        .mainContent .detailDescription .row .col-lg-4 p i {
          margin-right: 10px; }
  .mainContent .photos {
    margin-top: 50px;
    padding-bottom: 90px;
    border-bottom: 1px solid #ddd; }
    .mainContent .photos h3 {
      padding: 0;
      color: #999; }
      .mainContent .photos h3 i {
        margin-right: 10px; }
    .mainContent .photos .photos-list {
      margin-top: 50px; }
      .mainContent .photos .photos-list .listItem {
        width: 20%;
        height: 135px;
        float: left; }
        .mainContent .photos .photos-list .listItem img {
          width: 98%;
          height: inherit;
          transition: all .5s ease; }
        .mainContent .photos .photos-list .listItem:hover img {
          border-radius: 10px;
          transition: all .3s ease;
          -webkit-transform: scale(2.5);
          -ms-transform: scale(2.5);
          transform: scale(2.5); }
  .mainContent .address {
    margin-top: 50px;
    padding-bottom: 90px;
    border-bottom: 1px solid #ddd; }
    .mainContent .address h3 {
      padding: 0;
      color: #999; }
      .mainContent .address h3 i {
        margin-right: 10px; }
    .mainContent .address .row > div {
      margin-top: 60px;
      height: 500px; }
  .mainContent .more {
    margin-top: 50px; }
    .mainContent .more h3 {
      padding: 0;
      color: #999; }
      .mainContent .more h3 i {
        margin-right: 10px; }
    .mainContent .more .row {
      margin-top: 50px; }
      .mainContent .more .row > div img {
        height: 150px;
        transition: all .3s ease; }
      .mainContent .more .row > div p {
        line-height: 2.4;
        font-size: 14px;
        color: #757575; }
      .mainContent .more .row > div:hover img {
        transition: all .3s ease;
        border-radius: 8px;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1); }

