/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
._title {
  margin-bottom: 40px;
  text-align: center;
}
._title p {
  font-size: 36px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
}
._title .line {
  width: 80px;
  margin: 0 auto;
  height: 3px;
  background: #54af46;
}

._more {
  border: 1px solid black;
  font-size: 15px;
  padding: 10px 40px;
  display: inline-block;
}
._more:hover {
  background: #54af46;
  color: white;
  border: 1px solid #54af46;
}

.fenlei {
  background: #f5f5f5;
}
.fenlei .container2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fenlei .list {
  display: flex;
  justify-content: space-between;
}
.fenlei .list .item {
  text-align: center;
  margin: 5px;
  background: white;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.5);
  width: 90%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: .5s;
  top: 0;
}
.fenlei .list .item:hover {
  top: -10px;
}
.fenlei .list .item:hover ._more {
  background: #54af46;
  color: white;
  border: 1px solid #54af46;
}
.fenlei .list .item .pic {
  height: 260px;
}
.fenlei .list .item .message {
  padding: 30px 5px;
}
.fenlei .list .item .name {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.fenlei .list .item .name p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.goods {
  background: #f5f5f5;
  padding-bottom: 50px;
}
.goods .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.goods .list .item {
  width: 95%;
  text-align: center;
  margin: 0 auto;
  top: 0;
  transition: .5s;
  background: white;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.goods .list .item:hover {
  top: -10px;
}
.goods .list .item:hover ._more {
  background: #54af46;
  color: white;
  border: 1px solid #54af46;
}
.goods .list .item .pic {
  overflow: hidden;
  border-radius: 10px;
  height: 335px;
  margin-bottom: 10px;
}
.goods .list .item .category_name {
  font-size: 16px;
  margin-top: 10px;
}
.goods .list .item .category_name p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.goods .list .item .name {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 7px;
  min-height: 28px;
  padding-left: 15px;
  padding-right: 15px;
}
.goods .list .item .name p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.about {
  background: #f5f5f5;
  margin-bottom: 100px;
  padding-bottom: 50px;
}
.about .rt {
  text-align: right;
}
.about .rt img {
  margin-bottom: 20px;
}
.about .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  margin-bottom: 25px;
}
.about .summary {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 25px;
}

.zhengshu {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.zhengshu .item {
  padding: 0px 5px;
}

.youshi {
  margin-bottom: 100px;
}
.youshi .owl_list img {
  padding: 0 5px;
}
.youshi .list {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
.youshi .list .item {
  width: 25%;
}
.youshi .list .item .summary {
  font-size: 15px;
}
.youshi .list .item .name {
  font-size: 22px;
  text-transform: capitalize;
  margin: 10px 0;
  font-weight: bold;
  color: black;
}

.liuyan {
  margin-bottom: 50px;
}
.liuyan .top_title {
  font-size: 15px;
  margin-bottom: 20px;
}
.liuyan .lf {
  padding-right: 10%;
}
.liuyan .form .input_text {
  margin-bottom: 20px;
  padding: 10px 15px;
  display: block;
  width: 100%;
  border: 1px solid black;
  font-size: 16px;
}
.liuyan .form .textarea {
  height: 120px;
}
.liuyan .form .btn {
  background: black;
  color: white;
  padding: 10px 35px;
}

@media (max-width: 1450px) {
  .fenlei .list .item .message {
    padding: 25px 5px;
  }

  .fenlei .list .item .name,
  .goods .list .item .name {
    font-size: 18px;
  }

  ._more {
    font-size: 14px;
    padding: 8px 30px;
  }

  .goods .list .item .pic {
    height: 278px;
  }

  .about .rt img {
    max-width: 90%;
  }
}
@media (max-width: 1366px) {
  ._title p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  ._title p {
    font-size: 22px;
    margin-bottom: 13px;
  }

  .fenlei .list {
    flex-wrap: wrap;
  }

  .fenlei .list .item {
    width: 45%;
    margin-bottom: 30px;
  }

  .fenlei .list .item .pic {
    height: 161px;
  }

  ._more {
    font-size: 13px;
    padding: 6px 15px;
  }

  .fenlei .list .item .name, .goods .list .item .name {
    font-size: 16px;
  }

  .fenlei .list .item .message {
    padding: 15px 5px;
  }

  .fenlei .list .item .name {
    margin-bottom: 11px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ._title {
    margin-bottom: 30px;
  }

  .goods .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .goods .list .item .pic {
    height: 170px;
  }

  .goods .list .item {
    margin-bottom: 30px;
  }

  .about .summary {
    font-size: 14px;
  }

  .about .rt {
    margin-top: 30px;
  }

  .about .rt img {
    width: 100%;
    max-width: 100%;
  }

  .about ._more {
    margin: 0 auto;
  }

  .youshi .list .item .name {
    font-size: 14px;
  }

  .youshi .list .item .summary {
    font-size: 12px;
  }

  .youshi .list .item img {
    width: 30px;
  }

  .youshi .list .item {
    width: 30%;
  }

  .youshi .list {
    margin-bottom: 30px;
  }

  .goods, .fenlei, .about, .youshi {
    margin-bottom: 50px;
  }

  .fenlei {
    margin-top: 0px;
  }

  .goods, .fenlei {
    margin-bottom: 0px;
  }

  .liuyan .lf {
    padding-right: 0;
  }

  .liuyan {
    margin-bottom: 80px;
  }

  .fenlei .container2 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .goods {
    padding-bottom: 20px;
  }

  .zhengshu {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=index.css.map */
