/*public_title*/
.public_title {
  display: inline-block;
  border-bottom: 2px solid #008b36;
  color: black;
}
.public_title strong {
  font-size: 29px;
  font-weight: 600;
}
.public_title p {
  font-size: 16px;
}

/*service*/
.service {
  margin: 120px 0;
}
.service ul {
  display: flex;
  justify-content: space-between;
}
.service ul li {
  max-width: 337px;
  display: flex;
  align-items: center;
}
.service ul li .message {
  margin-left: 20px;
}
.service ul li .message .title {
  font-size: 18px;
  color: #3e3e3e;
  margin-bottom: 10px;
  font-weight: 600;
}
.service ul li .message .summary {
  font-size: 14px;
  color: #3e3e3e;
  line-height: 22px;
}

/*product*/
.product {
  padding-top: 130px;
  background: url("../images/product_bg.png") no-repeat top;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 80px;
  width: 90%;
  min-width: 1200px;
}
.product .public_title {
  position: relative;
  left: 101px;
}
.product .more {
  position: relative;
  left: 101px;
  width: 164px;
  height: 40px;
  background: #008b36;
  color: white;
  font-size: 18px;
  border-radius: 20px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .product .container{
    position: relative;
    padding-bottom: 30px;
    width: 100%;
  }
  .product .more{
    position: absolute;
    right: 128px;
    bottom: 2px;
  }
}
.product .goods_list {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.product .goods_list li {
  margin-bottom: 30px;
}
.product .goods_list li:hover .pic {
  background: white;
}
.product .goods_list li img {
  margin: 0 auto;
}
.product .goods_list li .item {
  text-align: center;
}
.product .goods_list li .item .pic {
  width: 384px;
  height: 252px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.product .goods_list li .item .name {
  font-size: 18px;
  color: black;
  margin-top: 12px;
}

/*about*/
.about {
  margin-bottom: 100px;
  background: #fff6ea;
  padding-top: 128px;
  padding-bottom: 86px;
}
.about .about_pic {
  margin-bottom: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .about_pic div {
  height: 360px;
}
.about .about_pic .pic1 {
  width: 60%;
  margin-right: 10px;
}
.about .about_pic .pic2 {
  flex: 1;
}
.about .bottom {
  position: relative;
  padding-top: 29px;
}
.about .bottom .about_rt {
  position: absolute;
  right: 10%;
  top: 64px;
}
.about .bottom .message {
  width: 50%;
}
.about .bottom .message .summary {
  font-size: 15px;
  color: #7e7e7e;
  margin-top: 41px;
  line-height: 30px;
  text-indent: 2em;
  width: 90%;
}

/*news*/
.news {
  text-align: center;
  padding-bottom: 140px;
}
.news .top_title {
  font-size: 30px;
  font-weight: 600;
}
.news .top_title p {
  color: #898989;
  font-size: 24px;
}
.news .top_title h3 {
  font-weight: 600;
  color: black;
  font-size: 30px;
}
.news .top_title .line {
  background: #008b36;
  height: 2px;
  width: 100px;
  display: block;
  margin: 10px auto;
}
.news .news_list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.news .news_list li {
  width: 30%;
  text-align: left;
}
.news .news_list li .date {
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 600;
  margin-top: 5px;
}
.news .news_list li .title {
  border-bottom: 1px solid #008b36;
  font-size: 15px;
  color: #323232;
  padding: 10px 0;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about .bottom .message{
  margin-left: 10%;
}

@media (min-width: 1400px) {

  .product .goods_list li {
    width: 30%;
  }
  .product .goods_list li .item {
    width: 100%;
  }
  .product .goods_list li .item .pic {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .service {
    margin: 65px 0;
  }

  .about {
    margin-bottom: 49px;
  }
}
@media (max-width: 768px) {
  .about .about_pic div{
    height: inherit;
  }
  .product {
    margin-top: 0 !important;
    min-width: inherit;
  }

  .service ul li img {
    width: 50px;
    margin-bottom: 15px;
  }

  .service ul li {
    /*width: 50%;*/
    flex-direction: column;
    align-items: center;
    padding: 5px;
  }

  .service ul li .message {
    margin-left: 10px;
  }

  .service ul li .message .title {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: inherit;
  }

  .service ul li .message .summary {
    display: none;
  }

  .service {
    margin: 19px 0;
  }

  .product .public_title {
    position: static;
  }

  .product {
    width: 100%;
    padding-top: 0px;
    padding: 15px;
  }

  .public_title strong {
    font-size: 16px;
  }

  .product .more {
    width: 112px;
    height: 29px;
    background: #008b36;
    color: white;
    font-size: 16px;
    border-radius: 20px;
    margin: 18px 0;
    position: static;
  }

  .product {
    margin-bottom: 0;
    padding-top: 36px;
    background: #edf8f2;
  }

  .product .goods_list {
    padding-bottom: 0;
  }

  .product .goods_list li .item .name {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .product .goods_list li .item .pic {
    width: 100%;
    height: 134px;
  }

  .product .goods_list li {
    width: 45%;
  }

  .about .bottom .about_rt {
    display: none;
  }

  .about .bottom .message {
    width: 100%;
    padding: 15px;
    margin-left: 0;
  }

  .about .bottom .message .summary {
    margin-top: 20px;
    width: 100%;
  }

  .about .about_pic .pic1 {
    width: 100%;
    margin-right: 0;
    height: 174px;
  }

  .about .about_pic .pic2 {
    display: none;
  }

  .about .bottom {
    padding-top: 0;
  }

  .about {
    padding-top: 0;
    padding-bottom: 11px;
    margin-bottom: 30px;
  }

  .about .about_pic {
    margin-bottom: 9px;
  }

  .news .top_title h3 {
    font-size: 16px;
  }

  .news .top_title .line {
    width: 57px;
  }

  .news .top_title p {
    font-size: 16px;
  }

  .news {
    padding-bottom: 32px;
  }

  .news .news_list {
    display: block;
    margin-top: 23px;
  }

  .news .news_list li {
    width: 100%;
    padding: 15px;
  }

  .index_en .service ul li .message .title{
    text-align: center;
  }
}

/*# sourceMappingURL=index.css.map */
