/*
 * @Author: laosu 
 * @Date: 2019-02-14 14:51:12 
 * @Last Modified by: laosu
 * @Last Modified time: 2019-03-19 00:14:43
 */
/*
 * @Author: laosu 
 * @Date: 2019-02-14 16:52:52 
 * @Last Modified by: laosu
 * @Last Modified time: 2019-02-14 17:53:31
 */
/*
 * @Author: laosu 
 * @Date: 2019-02-14 17:01:47 
 * @Last Modified by: laosu
 * @Last Modified time: 2019-02-14 22:39:54
 */
 .page-box-head {
  margin-top: 65px;
  text-align: center;
  margin-bottom: 65px; }
  .page-box-head h1 {
    color: #2b2b2b;
    font-size: 56px; }
  .page-box-head .desc {
    color: #333;
    font-size: 2.4rem;
    line-height: 1.8;
    margin-top: 2rem; }

.img-link {
    margin-bottom: 2rem;
    margin-top: 6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
  .img-link .item {
    width: calc(33.333333333333% - 5px);
    overflow: hidden; }
    .img-link .item img {
      -webkit-transition: .3s all;
      transition: .3s all; }
    .img-link .item:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  @media screen and (max-width: 768px) {
    .img-link {
      margin-top: 15px; }
      .img-link .item img {
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .img-link {
      font-size: 12px; } }

.pro-swiper {
  margin-top: 5rem; }
  .pro-swiper .head {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.4rem; }
    .pro-swiper .head .desc {
      font-size: 1.4rem; }
  .pro-swiper .body {
    padding-bottom: 30px; }
    .pro-swiper .body a {
      text-decoration: none;
      color: #7ec97a; }
      .pro-swiper .body a:hover {
        text-decoration: underline; }
    .pro-swiper .body dl {
      border: 1px solid #d2d2d2;
      overflow: hidden; }
      .pro-swiper .body dl dt {
        overflow: hidden; }
        .pro-swiper .body dl dt img {
          -webkit-transition: .3s all;
          transition: .3s all;
          width: 100%; }
        .pro-swiper .body dl dt:hover img {
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
      .pro-swiper .body dl dd {
        background: #eeeeee;
        text-align: center;
        height: 4.8rem;
        line-height: 4.8rem;
        font-size: 1.6rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #7ec97a; }
    .pro-swiper .body .pro-dot {
      bottom: -0px; }
      .pro-swiper .body .pro-dot .pro-bullet {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 8px;
        border: 1px #7ec97a solid;
        margin: 0 5px; }
      .pro-swiper .body .pro-dot .pro-bullet-cur {
        background: #7ec97a; }
  @media screen and (max-width: 768px) {
    .pro-swiper {
      margin-top: 1.5rem; }
      .pro-swiper .head {
        font-size: 1.8rem;
        margin-bottom: 10px; }
        .pro-swiper .head .desc {
          font-size: 1.2rem; }
      .pro-swiper .body dl dt img {
        width: 100%; }
      .pro-swiper .body dl dd {
        font-size: 12px;
        height: 2rem;
        line-height: 2rem; } }

.case-box {

  padding: 4rem 0; }
  .case-box .case-head {
    text-align: center; }
    .case-box .case-head .title {
      font-size: 2.6rem;
      margin-bottom: 5px; }
    .case-box .case-head .desc {
      font-size: 1.4rem; }
  .case-box .case-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px; }
    .case-box .case-body .column {
      width: calc(33.33333333% - 20px);
      overflow: hidden; }
      .case-box .case-body .column .item {
        position: relative;
        margin-bottom: 20px;
        cursor: pointer; }
        .case-box .case-body .column .item .desc {
          position: absolute;
          z-index: 1;
          top: 0;
          background: rgba(153, 212, 149, 0.8);
          bottom: 0;
          right: 0;
          left: 0;
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
          -webkit-transition: .3s all ease-in;
          transition: .3s all ease-in;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          color: white;
          padding: 30px; }
          .case-box .case-body .column .item .desc .title {
            font-size: 1.6rem;
            font-weight: 700;
            background: #3ab035;
            padding: 4px 10px;
            }
        .case-box .case-body .column .item .desc .body{
          background: #3ab035;
          padding: 4px 10px;

          font-weight: 700;
        }
          
          .case-box .case-body .column .item .desc .line {
            height: 10%;
            width: 2px;
            background: white;
            display: inline-block;
            margin: 1rem 0; }
          .case-box .case-body .column .item .desc::before {
            position: absolute;
            border: 1px white solid;
            display: block;
            top: 10px;
            bottom: 10px;
            right: 10px;
            left: 10px;
            z-index: 13;
            content: ''; }
          .case-box .case-body .column .item .desc::after {
            content: '';
            display: inline-block;
            background: url(/skin/st/resource/jt.png) center center no-repeat;
            height: 28px;
            width: 30px;
            position: absolute;
            z-index: 14;
            bottom: 15px;
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            margin-left: -15px; }
        .case-box .case-body .column .item .img {
          -webkit-transform: translateX(0);
          transform: translateX(0);
          -webkit-transition: .3s all ease-out;
          transition: .3s all ease-out; }
        .case-box .case-body .column .item:hover .desc {
          -webkit-transform: translateX(0);
          transform: translateX(0); }
        .case-box .case-body .column .item:hover .img {
          -webkit-transform: translateX(-60%);
          transform: translateX(-60%); }
  @media screen and (max-width: 768px) {
    .case-box {
      margin-top: 1.5rem;
      padding: 1.5rem 0; }
      .case-box .case-head .title {
        font-size: 1.6rem; }
      .case-box .case-head .desc {
        font-size: 1.2rem; }
      .case-box .case-body {
        margin-top: 1.5rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .case-box .case-body .column {
          width: calc(50% - 5px); }
          .case-box .case-body .column:nth-of-type(3) {
            display: none; } }

.zz-box {
  margin-top: 40px; }
  .zz-box .w {
    padding: 0 50px; }
  .zz-box .num-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.8rem;
    color: #9fa0a0; }
    .zz-box .num-box .item {
      display: inline-block;
      border: 2px #7f7f7f solid;
      width: calc(20% - 5px);
      text-align: center;
      padding: 5px; }
      .zz-box .num-box .item dt {
        font-size: 4.5rem;
        color: #7ec97a; }
  @media screen and (max-width: 768px) {
    .zz-box {
      margin-top: 1.5rem; }
      .zz-box .w {
        padding: 0; }
      .zz-box .num-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .zz-box .num-box .item {
          border-width: 1px;
          margin-bottom: 5px; }
          .zz-box .num-box .item dt {
            font-size: 2rem; }
          .zz-box .num-box .item dd {
            font-size: 1.2rem; }
          .zz-box .num-box .item:nth-of-type(5) {
            width: 100%; } }
  @media screen and (max-width: 600px) {
    .zz-box {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .zz-box .num-box .item {
        width: calc(50% - 5px); } }

.zz-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }
  .zz-list .item {
    position: relative;
    overflow: hidden; }
    .zz-list .item .img {
      -webkit-transition: .3s all ease-out;
      transition: .3s all ease-out; }
      .zz-list .item .img img {
        width: 100%; }
    .zz-list .item .desc {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 11;
      background: #7ec97a;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: white;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 14px;
      line-height: 1.8;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: .3s all ease-in;
      transition: .3s all ease-in; }
    .zz-list .item:hover .desc {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .zz-list .item:hover .img {
      opacity: 0; }
  @media screen and (max-width: 768px) {
    .zz-list {
      margin-top: 1.5rem;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .zz-list .item {
        width: 50%; } }

.info-box {
  background: url(/skin/st/resource/vbg.jpg);
  color: white;
  padding: 60px 0 30px;
  margin-top: 40px; }
  .info-box .w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    }
  .info-box .side {
    line-height: 1.8;
    padding-right: 30px;
    width: 50%;
    }
    .info-box .side .head .h1 {
      font-size: 2.6rem; }
    .info-box .side .head .desc {
      font-size: 14px;
      display: inline-block;
      border-bottom: 2px solid white; }
    .info-box .side .body {
        font-size: 1.6rem;
        margin-top: 20px;
        padding-left: 30px;
    }
      .info-box .side .body .zh {
        color: #7ec97a;
        
        padding-bottom: 20px;
        border-bottom: 1px solid #7ec97a; }
      .info-box .side .body .en {
        margin-top: 30px; }
      .info-box .side .body .seeMore {
        display: inline-block;
        color: white;
        background: #7ec97a;
        padding: 0 10px;
        margin-top: 3px;
        cursor: pointer;
        text-decoration: none; }
  .info-box .main {
    max-width: 50%;
    flex: 1;
    }
    .info-box .main video {
      width: 100%;
      height: 350px;
      }
  @media screen and (max-width: 768px) {
    .info-box {
      margin-top: 1.5rem;
      padding: 1.5rem 0; }
      .info-box .w {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      .info-box .side {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0;
        margin-top: 10px; }
        .info-box .side .head .h1 {
          font-size: 1.6rem; }
        .info-box .side .head .desc {
          font-size: 1.2rem; }
      .info-box .main {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        text-align: center; }
        .info-box .main img {
          display: inline-block; } }

.news-box {
  margin-top: 4rem; }
  .news-box .head {
    text-align: center;
    line-height: 1.8; }
    .news-box .head .title {
      font-size: 2.6rem; }
    .news-box .head .desc {
      font-size: 1.4rem; }
  .news-box .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px; }
    .news-box .body .side .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px; }
      .news-box .body .side .item .date {
        width: 100px; }
        .news-box .body .side .item .date .day {
          font-size: 5.6rem; }
        .news-box .body .side .item .date .year {
          font-size: 1.6rem; }
      .news-box .body .side .item .info {
        padding-left: 10px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .news-box .body .side .item .info a {
          text-decoration: none;
          color: black; }
          .news-box .body .side .item .info a:hover {
            color: #7ec97a; }
        .news-box .body .side .item .info .title {
          color:#000000;
          font-size: 1.6rem;
          height: 24px;
          line-height: 24px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .news-box .body .side .item .info .desc {
            color: #cccccc;
            margin-top: 5px;
            font-size: 12px;
            max-height: 60px;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }
            .news-box .body .side .item .info .desc a {
                color: #333;
            }
            .news-box .body .side .item .info .see {
                color: white;
                background: #7ec97a;
                display: inline-block;
                padding: 0 10px;
                margin-top: 10px;
            }
      .news-box .body .side .item:hover {
        background: #eee;
        cursor: pointer; }
    .news-box .body .main {
      width: 560px;
      margin-left: 20px; }
      .news-box .body .main .swiper-slide {
        overflow: hidden; }
        .news-box .body .main .swiper-slide img {
          -webkit-transition: .3s all ease;
          transition: .3s all ease; }
        .news-box .body .main .swiper-slide:hover {
          cursor: pointer; }
          .news-box .body .main .swiper-slide:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1); }
      .news-box .body .main .new-bullet {
        width: 16px;
        height: 16px;
        background: white;
        display: inline-block;
        border-radius: 8px;
        margin: 0 5px; }
      .news-box .body .main .new-bullet-cur {
        background: #7ec97a; }
  @media screen and (max-width: 768px) {
    .news-box {
      margin-top: 1.5rem; }
      .news-box .head .title {
        font-size: 1.8rem; }
      .news-box .head .desc {
        font-size: 1.2rem; }
      .news-box .body {
        margin-top: 10px; } }
  @media screen and (max-width: 600px) {
    .news-box .body .main {
      display: none; } }

.Js-pro-swiper .swiper-button-next, .Js-pro-swiper .swiper-container-rtl .swiper-button-prev {
  right: 15px; }

.Js-pro-swiper .swiper-container-rtl .swiper-button-prev, .Js-pro-swiper .swiper-button-prev, .Js-pro-swiper .swiper-container-rtl .swiper-button-next {
  left: 15px; }



.gysz {
    padding-top: 5.125%;
    padding-bottom: 2.657%;
}

    .gysz ul {
        font-size: 0;
    }

    .gysz li {
        display: inline-block;
        width: 25%;
        position: relative;
        text-align: center;
        background: url(/skin/st/baseimg/gysz_bj.png) no-repeat 67% center;
    }

        .gysz li::after {
            content: '';
            position: absolute;
            width: 1px;
            height: 70%;
            background: rgba(0, 0, 0, 0.1);
            right: 0;
            bottom: 5%;
        }

        .gysz li:nth-child(4n)::after {
            display: none;
        }

        .gysz li h3 {
            font-size: 15px;
            font-weight: normal;
            line-height: 1;
            color: #dd2c33;
        }

            .gysz li h3 span {
                font-family: Impact;
                font-size: 4rem;
                font-weight: normal;
                line-height: 1;
                letter-spacing: 0.3rem;
                color: #dd2c33;
            }

        .gysz li h4 {
            font-size: 15px;
            font-weight: normal;
            line-height: 1;
            color: #333333;
            margin-top: 15px;
        }

@media(max-width: 768px) {
    .gysz {
        padding: 25px 0;
    }

        .gysz li {
            width: 50%;
            margin: 5px 0;
        }

            .gysz li:nth-child(2n)::after {
                display: none;
            }

            .gysz li h4 {
                margin-top: 10px;
            }
}

@media(max-width: 468px) {
    .gysz li h3 span {
        font-family: MicrosoftYaHei;
        font-weight: bold;
        letter-spacing: 2px;
    }
}