.banner {
  border-bottom: 34px solid #069752;
}
.banner.owl-theme .owl-controls {
  bottom: -4%;
}
.banner.owl-theme .owl-controls .owl-page span {
  background: white;
}

/*more*/
._more {
  font-size: 14px;
  color: #58bb2c;
  border-left: 2px solid #58bb2c;
  border-right: 2px solid #58bb2c;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  margin: 0 auto;
}
._more:hover {
  color: #58bb2c;
}

/*_title*/
._title {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._title .lf {
  font-size: 36px;
  color: #353535;
  font-weight: bold;
  text-transform: uppercase;
}
._title .rt {
  margin-left: 10px;
  font-size: 20px;
  color: white;
  background: url("../images/_title.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 33px;
}

/*product*/
.product .container {
  position: relative;
  overflow: visible;
}
.product .typename {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  overflow: visible;
}
.product .typename .item {
  margin: 0 30px;
  font-size: 18px;
  color: #555559;
  cursor: pointer;
  position: relative;
}
.product .typename .item:after {
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -5px;
  background: #069752;
}
.product .typename .item:hover, .product .typename .item.on {
  color: #069752;
}
.product .typename .item:hover:after, .product .typename .item.on:after {
  display: block;
}
.product .list_box {
  position: relative;
}
.product .list_box .list {
  display: none;
  position: relative;
}
.product .list_box .list.on {
  display: block;
}
.product .list_box .list .item {
  position: relative;
  margin: 5px;
}
.product .list_box .list .item:hover .name {
  background: #06a152;
}
.product .list_box .list .item .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: white;
  padding: 15px 0;
  text-align: center;
  z-index: 3;
  background: rgba(6, 161, 82, 0.5);
}
.product .swiper-button-prev {
  left: -55px;
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
}
.product .swiper-button-prev:hover {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: cover;
}
.product .swiper-button-next {
  right: -55px;
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
}
.product .swiper-button-next:hover {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: cover;
}
.product .swiper-button-next,
.product .swiper-button-prev {
  width: 56px;
  height: 56px;
}

/*youshi*/
.youshi {
  background: url("../images/youshi_bg.jpg") no-repeat center;
  background-size: cover;
  height: 755px;
  padding-top: 70px;
}
.youshi .container2 {
  position: relative;
}
.youshi ._title .lf {
  color: white;
}
.youshi .content {
  height: 600px;
  position: relative;
}
.youshi .content .item {
  color: white;
  display: flex;
  align-items: center;
}
.youshi .content .item .message {
  width: 130px;
}
.youshi .content .item .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.youshi .content .item .summary {
  font-size: 14px;
}
.youshi .content .item1 {
  position: absolute;
  left: 77px;
  bottom: 40px;
}
.youshi .content .item7 {
  position: absolute;
  right: 67px;
  bottom: 40px;
  flex-direction: row-reverse;
}
.youshi .content .item7 .pic {
  margin-right: 10px;
}
.youshi .content .item2 {
  position: absolute;
  left: 96px;
  bottom: 212px;
}
.youshi .content .item4 {
  position: absolute;
  left: 50%;
  top: -31px;
  margin-left: -75px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.youshi .content .item6 {
  position: absolute;
  right: 86px;
  bottom: 212px;
  flex-direction: row-reverse;
}
.youshi .content .item6 .pic {
  margin-right: 10px;
}
.youshi .content .item3 {
  position: absolute;
  left: 178px;
  top: 83px;
}
.youshi .content .item5 {
  position: absolute;
  right: 168px;
  top: 83px;
  flex-direction: row-reverse;
}
.youshi .content .item5 .pic {
  margin-right: 10px;
}

/*about*/
.about {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.about .content {
  display: flex;
  align-items: center;
}
.about .content .rt {
  width: 50%;
  padding-left: 96px;
  color: #363636;
}
.about .content .rt .summary {
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 23px;
}
.about .content .rt .title {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.about .content .rt .title:after, .about .content .rt .title:before {
  display: block;
  content: '';
  background: #58bb2c;
  width: 80px;
  height: 2px;
  margin: 0 10px;
}
.about .content .lf {
  width: 50%;
  border: 2px solid #58bb2c;
  padding: 25px;
}

/*news*/
.news {
  text-align: center;
}
.news .swiper-button-prev {
  left: -55px;
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
}
.news .swiper-button-prev:hover {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: cover;
}
.news .swiper-button-next {
  right: -55px;
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
}
.news .swiper-button-next:hover {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: cover;
}
.news .swiper-button-next,
.news .swiper-button-prev {
  width: 56px;
  height: 56px;
}
.news .container {
  overflow: visible;
}
.news .owl_list {
  position: relative;
  margin-bottom: 40px;
}
.news .owl_list .item {
  border: 1px solid #e4e4e4;
  padding: 15px;
  text-align: center;
  margin: 15px;
}
.news .owl_list .item:hover {
  background: #069752;
}
.news .owl_list .item:hover .name {
  color: white;
}
.news .owl_list .item .name {
  font-size: 18px;
  color: #555559;
  margin-top: 25px;
  margin-bottom: 20px;
}

/*feedback_box*/
.feedback_box {
  background: url("../images/feedback_bg.png") no-repeat center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.feedback_box .feedback_box_top_title {
  font-size: 16px;
  color: #a5a5a5;
  text-align: center;
}
.feedback_box .main_content .pic {
  position: absolute;
  top: -43px;
  left: 50%;
  margin-left: -42px;
}
.feedback_box .feedback_content {
  margin-top: 30px;
}
.feedback_box .feedback_content .formlist {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback_box .feedback_content .input_box {
  width: 30%;
  margin: 0 30px;
}
.feedback_box .feedback_content .code_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback_box .feedback_content .code_box img {
  margin-left: 15px;
}
.feedback_box .feedback_content .infoInput {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a5a5a5;
  padding: 5px;
  padding-left: 15px;
  color: white;
}
.feedback_box .feedback_content #feedbackbotton {
  background: #019851;
  color: white;
  border: 0;
  border-radius: 20px;
  width: 80px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1366px) {
  .about .content .rt {
    padding-left: 45px;
  }

  .news .swiper-button-next {
    right: -38px;
  }

  .news .swiper-button-prev {
    left: -38px;
  }
}
@media (max-width: 768px) {
  .banner {
    border-bottom: 10px solid #069752;
  }

  ._title {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
  }

  ._title .rt {
    margin-left: 0;
    font-size: 16px;
    width: 148px;
    height: 28px;
  }

  ._title .lf {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .product .typename {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .news .owl_list {
    margin-bottom: 10px;
  }

  .youshi .content {
    display: none;
  }

  .product .typename .item {
    font-size: 16px;
    margin: 0;
    width: 48%;
    text-align: center;
    border: 1px solid black;
    padding: 5px;
    float: left;
    margin-bottom: 15px;
  }
  .product .typename .item:hover {
    background: #58bb2c;
    color: white;
    border: 1px solid #58bb2c;
  }
  .product .typename .item:nth-child(2n) {
    float: right;
  }

  .product .list_box .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .product .typename .item:hover:after {
    display: none;
  }

  .product .typename .item:hover, .product .typename .item.on {
    color: white;
    background: #069752;
    border: 1px solid #069752;
  }

  .product .typename .item:hover:after, .product .typename .item.on:after {
    display: none;
  }

  .vertical-space8, .hr {
    height: 50px;
  }

  .about .content {
    display: block;
  }

  .product .swiper-button-prev {
    left: 0;
  }

  .feedback_box .main_content .pic {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    top: -24px;
  }

  .product .swiper-button-next {
    right: 0;
  }

  .about .content .lf {
    width: 100%;
    margin-bottom: 50px;
  }

  .about .content .rt {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .about .content .rt .title {
    margin-bottom: 25px;
  }

  .about ._more {
    float: none;
  }

  .about .content .rt .summary {
    text-align: left;
  }

  .about {
    padding: 50px 0;
  }

  .news .swiper-button-next {
    right: 0;
  }

  .news .swiper-button-prev {
    left: 0;
  }

  .news .swiper-button-next,
  .news .swiper-button-prev {
    width: 45px;
    height: 45px;
  }

  .news .owl_list .item .name {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .feedback_box .feedback_content .formlist {
    flex-direction: column;
  }

  .feedback_box .feedback_content #feedbackbotton {
    width: 109px;
    height: 29px;
  }

  .feedback_box .feedback_content .input_box {
    width: 82%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .product .list_box .list .item .name {
    position: static;
    background: #06a152;
    padding: 8px 0;
  }

  .youshi {
    background: url("../images/youshi_bg2.jpg") no-repeat bottom;
    background-size: cover;
    height: 381px;
    padding-top: 41px;
  }
}

/*# sourceMappingURL=index.css.map */
