/*@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: 60px;
  text-align: center;
  text-transform: capitalize;
}
._title h2 {
  font-size: 36px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
}
._title .line {
  width: 80px;
  margin: 0 auto;
  height: 3px;
  background: #e50009;
}

._title2 {
  text-align: left;
}
._title2 .line {
  margin-left: 0;
}

._more {
  border: 1px solid #a9a9a9;
  font-size: 15px;
  padding: 6px 38px;
  display: inline-block;
}
._more:hover {
  background: #da251c;
  color: white;
  border: 1px solid #da251c;
}

.fenlei {
  background: white;
  padding-top: 100px;
}
.fenlei .list {
  display: flex;
  justify-content: center;
}
.fenlei .list .item {
  text-align: center;
  margin: 5px 13px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.3);
  width: 23.5%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: .5s;
  top: 0;
}
.fenlei .list .item:hover {
  top: -10px;
}
.fenlei .list .item:hover ._more {
  background: #da251c;
  color: white;
  border: 1px solid #da251c;
}
.fenlei .list .item .pic {
  height: 281px;
}
.fenlei .list .item .pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.fenlei .list .item .message {
  padding: 30px 5px;
  background: #f5f5f5;
}
.fenlei .list .item .name {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 23px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods {
  background: white;
  padding-top: 80px;
  padding-bottom: 50px;
}
.goods .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.goods .list .item {
  width: 97%;
  text-align: center;
  margin: 0 auto;
  top: 0;
  position: relative;
  transition: .5s;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.goods .list .item:hover {
  top: -10px;
}
.goods .list .item:hover ._more {
  background: #da251c;
  color: white;
  border: 1px solid #da251c;
}
.goods .list .item:hover .name {
  color: #da251c;
}
.goods .list .item .pic {
  overflow: hidden;
  border-radius: 10px;
  height: 260px;
  margin-bottom: 35px;
  padding: 3px;
  background: white;
}
.goods .list .item .pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.goods .list .item .typename {
  font-size: 16px;
  font-weight: unset;
  opacity: .7;
  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: 19px;
  min-height: 48px;
  margin-bottom: 15px;
  font-weight: unset;
}
.goods .list .item .name a {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.about {
  margin-bottom: 80px;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.about .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  margin-bottom: 25px;
}
.about ._title h2 {
  font-size: 25px;
  text-align: left;
}
.about .line {
  margin-left: 0;
}
.about ._more {
  margin: 0 auto;
  margin-top: 50px;
}
.about .pic {
  margin-top: 30px;
}
.about .summary {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 25px;
  opacity: .7;
  text-align: left;
}

.youshi {
  padding-top: 60px;
  padding-bottom: 50px;
}
.youshi .swiper-button-next, .youshi .swiper-button-prev {
  margin-top: -36px;
}
.youshi .swiper-button-prev {
  left: -22px;
}
.youshi .swiper-button-next {
  right: -22px;
}
.youshi .owl_list {
  padding-bottom: 50px;
}
.youshi .owl_list .pic {
  width: 100%;
  object-position: center;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
.youshi .list {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}
.youshi .list .item {
  width: 30%;
}
.youshi .list .item .summary {
  font-size: 15px;
  opacity: .7;
}
.youshi .list .item .name {
  font-size: 22px;
  text-transform: capitalize;
  margin: 10px 0;
  font-weight: bold;
  color: black;
}

.youshi2 {
  padding-top: 0;
}

.liuyan {
  background: url("../images/liuyan_bg.jpg") no-repeat center;
  background-size: cover;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.liuyan .top_title {
  font-size: 15px;
  margin-bottom: 20px;
}
.liuyan .lf {
  padding-right: 10%;
}
.liuyan .rt {
  overflow: hidden;
  border-radius: 10px;
}
.liuyan ._title {
  margin-bottom: 30px;
}
.liuyan .form {
  margin-top: 30px;
}
.liuyan .form .input_text {
  margin-bottom: 20px;
  padding: 10px 15px;
  display: block;
  width: 100%;
  border: 1px solid white;
  font-size: 14px;
}
.liuyan .form .textarea {
  height: 120px;
}
.liuyan .form .btn {
  background: #da251c;
  color: white;
}

@media (max-width: 1450px) {
  .fenlei .list .item .message {
    padding: 25px 5px;
  }

  .fenlei .list .item .name,
  .goods .list .item .name {
    font-size: 16px;
  }

  ._more {
    font-size: 14px;
    padding: 8px 30px;
  }

  .about .rt img {
    max-width: 90%;
  }

  .fenlei .list .item .pic {
    height: auto;
  }

  .liuyan {
    margin-top: 0px;
  }
}
@media (max-width: 1366px) {
  ._title h2,
  .about .title {
    font-size: 32px;
  }

  .fenlei {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  ._title h2,
  .about .title {
    font-size: 22px;
    margin-bottom: 13px;
  }

  .fenlei .list {
    flex-wrap: wrap;
  }

  .fenlei .list .item {
    width: 47%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
  }

  .fenlei .list .item .pic {
    height: auto;
  }

  ._more {
    font-size: 13px;
    padding: 6px 15px;
  }

  .fenlei .list .item .name, .goods .list .item .name {
    font-size: 16px;
  }

  .goods .list .item .name {
    height: 38px;
  }

  .fenlei .list .item .message {
    padding: 15px 5px;
  }

  .fenlei .list .item .name {
    margin-bottom: 11px;
  }

  ._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;
    line-height: 22px;
  }

  .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 {
    display: none;
  }

  .youshi .list .item img {
    height: 30px;
  }

  .youshi .list .item {
    width: 30%;
  }

  .youshi .list {
    margin-bottom: 30px;
  }

  .fenlei, .goods {
    padding-top: 50px;
  }

  .liuyan .lf {
    padding-right: 0;
  }

  .youshi .list .item .name {
    height: 35px;
  }

  .goods .list .item .typename {
    height: 32px;
  }

  .youshi {
    margin-bottom: 0px;
  }

  .liuyan {
    margin-bottom: 55px;
  }

  .fenlei .list .item .pic {
    height: auto;
  }

  .fenlei .list .item .name {
    height: 36px;
    font-size: 15px;
  }

  .liuyan .lf {
    float: none;
  }

  .liuyan .rt {
    float: none;
    margin-top: 30px;
  }

  .goods .list .item .typename {
    font-size: 14px;
  }

  .about .lf {
    padding-top: 0px;
  }

  .about {
    margin-bottom: 0px;
    padding-top: 65px;
    padding-bottom: 60px;
  }

  .about .pic {
    margin-bottom: 30px;
  }

  .fenlei .list {
    justify-content: space-between;
  }

  .fenlei .list .item {
    width: 46%;
  }

  .youshi .swiper-button-next {
    right: 0;
    display: none;
  }

  .youshi .owl_list {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .youshi .swiper-button-prev {
    left: 0;
    display: none;
  }

  .liuyan {
    padding-top: 55px;
    padding-bottom: 65px;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=mystyle.css.map */
