.hr {
  height: 100px;
}

._title {
  text-align: center;
  margin-bottom: 70px;
}
._title h5 {
  font-weight: bold;
  color: black;
  font-size: 36px;
  margin-bottom: 8px;
}
._title .message {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
._title .message p {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0  10px;
}
._title .message .line {
  width: 45px;
  height: 2px;
  background: #1caa6f;
}

.banner .owl-controls {
  bottom: 49%;
}
.banner .owl-controls .owl-buttons div {
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  opacity: 1;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  left: 40px;
  transform: rotate(180deg);
}
.banner .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  right: 40px;
}
.banner .owl-controls .owl-buttons div:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/jiantou3.png") no-repeat center;
  background-size: cover;
  display: block;
}

.chanpin .swiper-pagination-bullet-active {
  background: #1caa6f !important;
}
.chanpin .swiper-pagination {
  bottom: -3px;
}
.chanpin .item {
  margin-bottom: 20px;
  overflow: hidden;
}
.chanpin .item .pic {
  overflow: hidden;
}
.chanpin .item .pic img {
  transition: .5s;
}
.chanpin .item:hover .name {
  background: #009944;
}
.chanpin .item:hover .pic img {
  transform: scale(1.1);
}
.chanpin .item .name {
  padding: 15px 5px;
  color: white;
  font-size: 18px;
  background: #289280;
}
.chanpin .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.chanpin .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}
.chanpin .swiper-slide:hover .item .pic {
  background-size: 115% !important;
}
.chanpin .swiper-grid-column > .swiper-wrapper {
  flex-direction: initial;
}

.about {
  height: 889px;
}
.about .rt {
  background: url("../images/about_rt.png") no-repeat center;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
}
.about .rt .content {
  width: 70%;
  margin-left: 60px;
  text-align: left;
}
.about .rt .content ._title {
  text-align: left;
}
.about .rt .content ._title .message {
  justify-content: flex-start;
}
.about .rt .content .title {
  margin-bottom: 30px;
  margin-top: 65px;
  font-size: 22px;
  font-weight: bold;
  color: black;
}
.about .rt .content .summary {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
}
.about .rt .content .more {
  border: 1px solid black;
  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
}
.about .rt .content .more:hover {
  background: #1caa6f;
  color: white;
  border: 1px solid #1caa6f;
}
.about .lf {
  background: url("../images/about_lf.png") no-repeat center;
  background-size: cover;
  height: 100%;
}

.youshi {
  box-shadow: 1.147px 1.638px 16px 0px rgba(4, 0, 0, 0.28);
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  margin-top: -100px;
  position: relative;
  background: white;
}
.youshi .item {
  font-size: 22px;
  border-right: 1px solid #ababab;
  width: 30%;
  color: black;
  text-align: center;
}
.youshi .item img {
  min-height: 71px;
}
.youshi .item p {
  margin-top: 25px;
}

.news .content {
  display: flex;
  justify-content: space-between;
}
.news .item_box3 {
  position: relative;
  padding: 40px;
  padding-top: 75px;
  background: #1caa6f;
  color: white;
}
.news .item_box3 .item {
  color: white;
  margin-bottom: 30px;
}
.news .item_box3 .item:last-child {
  margin-bottom: 0;
}
.news .item_box3 .title {
  margin-bottom: 5px;
}
.news .item_box3 .summary {
  margin-bottom: 8px;
}
.news .item_box3 .typename {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  display: inline-block;
  color: black;
  background: #cccccc;
}
.news .item_box3 .summary {
  color: white;
}
.news .item_box3 .addtime {
  color: white;
}
.news .addtime {
  font-size: 12px;
  color: #999999;
}
.news .summary {
  margin-bottom: 30px;
  font-size: 14px;
  color: #666666;
  line-height: 2;
}
.news .summary p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}
.news .item_box {
  width: 32%;
}
.news .item_box .message {
  background: #f2f2f2;
  padding: 30px;
}

.liuyan {
  background: url("../images/liuyan_bg.png") no-repeat center;
  background-size: cover;
  padding: 30px 0;
}
.liuyan .top_title {
  color: white;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.liuyan .top_title p {
  font-size: 35px;
  font-weight: bold;
}
.liuyan .top_title span {
  font-size: 22px;
}
.liuyan .infoInput {
  padding: 10px 10px;
  width: 100%;
  border: 0;
}
.liuyan #feedbackbotton {
  background: black;
  border: 0;
  padding: 10px 46px;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.liuyan .input_box {
  margin-bottom: 15px;
  display: inline-block;
}
.liuyan .formlist {
  position: relative;
}
.liuyan .input_box_1 {
  width: 50%;
}
.liuyan .input_box_2 {
  width: 48%;
  margin-left: 2%;
}
.liuyan .input_box_3 {
  width: 57%;
}
.liuyan .input_box_4 {
  width: 25%;
  margin-left: 5%;
}
.liuyan .code_box {
  display: flex;
  align-items: center;
}
.liuyan .code_box img {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .banner .owl-controls {
    display: none !important;
  }

  ._title {
    margin-bottom: 40px;
  }

  ._title h5 {
    font-size: 22px;
  }

  ._title .message p {
    font-size: 16px;
  }

  .chanpin .item .name {
    font-size: 14px;
    padding: 10px 5px;
    height: 64px;
  }

  .chanpin .swiper-pagination {
    bottom: -5px;
  }

  .about {
    height: auto;
  }

  .about .lf {
    display: none;
  }

  .about .rt {
    display: block;
    padding: 50px 0;
  }

  .about .rt .content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    text-align: center;
  }

  .youshi {
    margin-top: 0;
  }

  .about .rt .content .title {
    margin-top: 0;
  }

  .about .rt .content ._title {
    text-align: center;
  }

  .about .rt .content ._title .message {
    justify-content: center;
  }

  .about .rt .content .summary {
    margin-bottom: 40px;
  }

  .youshi {
    padding: 35px 0;
  }

  .youshi .item {
    font-size: 14px;
  }
  .youshi .item img {
    min-height: auto;
    max-height: 50px;
  }

  .news .content {
    display: block;
  }

  .news .item_box {
    width: 100%;
  }

  .news .item_box3 {
    padding: 20px;
    padding-top: 75px;
  }

  .liuyan .top_title p {
    font-size: 22px;
  }

  .news .item_box .message {
    padding: 20px;
  }

  .news .summary {
    margin-bottom: 10px;
  }

  .news .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .liuyan .top_title span {
    font-size: 14px;
  }

  .hr {
    height: 50px;
  }
}

/*# sourceMappingURL=index.css.map */
