/********public**********/
.public_title {
  text-align: center; }
  .public_title .name {
    margin-top: 13px; }
    .public_title .name span {
      font-size: 18px;
      color: #000000;
      display: inline-block;
      margin: 0 36px; }
    .public_title .name .line {
      width: 280px;
      height: 1px;
      background: #d3d3d3; }

/*****************banner_btn**************/
.banner .owl-controls .owl-page span {
  width: 16px;
  height: 16px;
  border: none;
  background: #ffffff;
  border-radius: 100%;
  margin: 0 10px; }

.banner .owl-controls .owl-page.active span, .banner .owl-controls.clickable .owl-page:hover span {
  border: none;
  opacity: 1;
  background: #009b4c; }

.banner_btn {
  height: 41px;
  width: 100%;
  background: url("../images/banner_btn_bg.jpg") no-repeat center; }

.banner .owl-controls {
  bottom: -33px; }

/*********about***********/
.about {
  margin-top: 142px; }
  .about .main {
    margin-top: 62px;
    text-align: center;
    padding: 0 22px; }
    .about .main .summary {
      font-size: 16px;
      color: #989898;
      text-align: left;
      margin-top: 52px;
      line-height: 37px;
      margin-bottom: 143px;
      text-indent: 2em; }

/*************product************/
.product {
  /*background: url("../images/product_bg.jpg") no-repeat center; */
}
  .product .main {
    width: 960px;
    margin: 0 auto;

    position: relative; }
    .product .main .more {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 105px;
      height: 105px;
      border-radius: 100%;
      background: url("../images/product_more.png") no-repeat center;
      box-shadow: 0px 6px 6.16px 0.84px rgba(14, 5, 10, 0.62);
      color: white;
      z-index: 3;
      font-size: 18px;
      font-weight: 600;
      padding-left: 11px; }
    .product  .item {
      /*height: 406px;*/
      position: relative;
      overflow: hidden;
      transition: .5s; }
.product .main .item .hover_box,.product .lf_big_item .hover_box,.product .rt_big_item .hover_box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: .5s;
  background: rgba(0,0,0,0.6);
}

.product  .item:hover .hover_box{
  height: 100%;
}
      .product  .item:hover {
        /*transform: scale(1.1);*/
      }
        .product  .item:hover .name {
         bottom: 0;
          top: 0;
          margin: auto;
        }
      .product  .item .name,.product .lf_big_item .name,.product .rt_big_item .name {
        width: 253px;
        height: 57px;
        z-index: 3;
        position: absolute;
        left: 0;
        right: 0;

        top: inherit;
        margin: auto;
        bottom: -57px;
        font-size: 18px;
        transition: .5s;
        color: white;
        background: url("../images/product_name_bg.png") no-repeat center;
      }

.product .line{
  width: 100%;
  height: 40px;
  background: url("/templates/default/images/product_line.jpg") no-repeat center;
  margin: 10px 0;
}

/*poster*/
.poster {
  height: 272px;
  width: 100%;
  background: url("../images/poster.jpg") no-repeat center; }

/*news*/
.news {
  margin-top: 167px;
  margin-bottom: 97px; }
  .news .main {
    background: url("../images/news_main_bg.png") no-repeat right;
    background-position-x: 37px;
    padding-top: 38px;
    margin-top: 52px; }
    .news .main .item {
      position: relative;
      height: 524px; }
      .news .main .item .pic {
        background: #009b4c;
        padding-left: 20px; }
        .news .main .item .pic img {
          float: right; }
      .news .main .item .message {
        background: url("../images/news_message_bg.png") no-repeat center;
        width: 788px;
        padding-right: 77px;
        padding-top: 60px;
        padding-bottom: 50px;
        padding-left: 136px;
        position: absolute;
        right: 0;
        bottom: 0; }
        .news .main .item .message .summary {
          color: #9a9a9a;
          font-size: 14px;
          min-height: 156px;
          line-height: 30px;
          text-indent: 2em;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          .news .main .item .message .summary .more {
            transition: .5s;
            text-indent: 0em;
            width: 130px;
            height: 30px;
            background: #009b4c;
            font-weight: 600;
            color: white;
            border-radius: 10px;
            margin-top: 36px; }
            .news .main .item .message .summary .more:hover {
              transform: scale(1.1); }
        .news .main .item .message .title {
          font-size: 18px;
          color: #353535;
          padding-left: 87px;
          border-bottom: 1px dashed #009b4c;
          padding-bottom: 17px;
          margin-bottom: 35px; }
          .news .main .item .message .title .yuandian {
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background: #009b4c;
            display: inline-block;
            margin-right: 10px; }

.news .owl-controls {
  position: absolute;
  text-align: center;
  bottom: 71%;
  right: 56px;
  width: auto; }

.news .owl-controls .owl-buttons div {
  width: 117px;
  height: 30px;
  opacity: 1; }

.news .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/news_btn_lf.png") no-repeat center; }
  .news .owl-controls .owl-buttons div.owl-prev:hover {
    background: url("../images/news_btn_lf_hover.png") no-repeat center; }

.news .owl-controls .owl-buttons div.owl-next {
  background: url("../images/news_btn_rt.png") no-repeat center; }
  .news .owl-controls .owl-buttons div.owl-next:hover {
    background: url("../images/news_btn_rt_hover.png") no-repeat center; }

@media (max-width: 768px) {
  .banner .owl-controls {
    display: none !important; }

  .about {
    margin-top: 36px; }

  .public_title .name .line {
    width: 67px; }

  .about .main .summary {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 31px;
    margin-bottom: 55px; }

  .product {
    background: none; }

  .product .main {
    width: auto;
    margin-top: 38px; }

  .product .main .item {
    width: 50%;
    float: left;
    /*height: 210px;*/
  }

  .product .main .item .name {
    position: absolute;
    background: rgba(0,155,76,0.7);
    border: 1px solid;
    width: 141px;
    height: 39px;
    border-radius: 10px;

    z-index: 33;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

  }

  .product .main .more {
    width: 70px;
    padding-left: 0;
    height: 70px; }

  .poster {
    height: 114px;
    background-size: 236%; }

  .news {
    margin-top: 30px;
    background: none;
    margin-bottom: 0; }

  .news .main .item .pic {
    padding-left: 0; }

  .news .main {
    background: none;
    padding-top: 0; }

  .news .main .item .message {
    position: static;
    padding: 10px;
    padding-top: 73px;
    background: none;
    width: 100%;


  }

  .news .main .item .message .title {
    padding-left: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 4px; }

  .news .more_box {
    justify-content: center !important;
    /*margin-top: 57px;*/
  }
  .news .owl-controls{
    bottom: 47%;
  }


}

/*# sourceMappingURL=index.css.map */
