/*@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: 70px;
  text-align: center;
  text-transform: capitalize;
}
._title .line {
  background: #c81b21;
  width: 50px;
  height: 1px;
  margin: 0 auto;
}
._title p {
  font-size: 22px;
  color: #c81b21;
}
._title h5 {
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}

._more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid grey;
  width: 150px;
  height: 29px;
  font-size: 16px;
  margin: 0 auto;
  border-radius: 20px;
}
._more:hover {
  background: #c81b21;
  color: white;
}

.fenlei {
  margin-bottom: 120px;
  margin-top: 85px;
  overflow: visible;
}
.fenlei .swiper-button-next, .fenlei .swiper-button-prev {
  background: none;
  margin-top: -42px;
  width: auto;
  height: auto;
}
.fenlei .swiper-button-next {
  right: -4px;
}
.fenlei .swiper-button-prev {
  left: -32px;
}
.fenlei .owl_fenlei {
  position: relative;
}
.fenlei .item {
  text-align: center;
}
.fenlei .item .name {
  font-size: 18px;
  margin-top: 40px;
  text-transform: capitalize;
}
.fenlei .item .pic {
  margin: 0 auto;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  padding: 10px;
  width: 206px;
  height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chanpin .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.chanpin .list .item {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  text-transform: capitalize;
}
.chanpin .list .item .pic {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
.chanpin .list .item .typename {
  font-size: 16px;
}
.chanpin .list .item .name {
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.about {
  background: url("../images/bg.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 140px;
}
.about .container2 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 150px;
}
.about .rt {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.about .lf ._title h5 {
  font-size: 39px;
}
.about .lf ._more {
  margin-left: 0;
}
.about .lf .summary {
  line-height: 32px;
  font-size: 18px;
  margin-bottom: 40px;
}
.about .lf ._title {
  text-align: left;
}
.about .lf ._title .line {
  margin-left: 0;
}

.youshi {
  margin-bottom: 100px;
}
.youshi .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.youshi .list .item {
  width: 90%;
  border-radius: 5px;
  padding: 30px;
  border: 1px solid #cacaca;
}
.youshi .list .item .name {
  font-size: 22px;
  font-weight: bold;
  color: black;
  margin-bottom: 30px;
  margin-top: 20px;
}
.youshi .list .item .summary {
  font-size: 18px;
}

.news {
  margin-bottom: 60px;
}
.news .content .item .message {
  flex: 1;
  padding: 20px;
}
.news .content .item .message .title {
  font-weight: bold;
  color: black;
  font-size: 16px;
}
.news .content .item .message .title p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news .content .item .message .addtime {
  font-size: 12px;
}
.news .content .item .message .summary {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.news .content .item .message .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 .content .rt .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid grey;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.news .content .rt .item:last-child {
  margin-bottom: 0;
}
.news ._title {
  text-align: left;
}
.news ._title .line {
  margin-left: 0;
}
.news ._title h5 {
  font-size: 39px;
}

@media (max-width: 768px) {
  .fenlei .item {
    width: 95%;
    margin: 0 auto;
  }

  .fenlei .item .pic {
    border: 0;
    height: auto;
    width: 100%;
  }

  .fenlei .swiper-button-prev {
    left: 0px;
  }

  .fenlei .swiper-button-next {
    right: 0;
  }

  .fenlei .item .name {
    font-size: 15px;
    margin-top: 12px;
  }

  ._title h5 {
    font-size: 22px;
    margin-bottom: 18px;
    margin-top: 13px;
  }

  .chanpin .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .chanpin .list .item .name {
    font-size: 15px;
    margin-top: 7px;
    margin-bottom: 8px;
    white-space: normal;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  ._more {
    width: 130px;
  }

  .chanpin .list .item .pic {
    padding: 20px;
    margin-bottom: 12px;
  }

  .chanpin .list .item .typename {
    font-size: 15px;
    height: 42px;
    display: none;
  }

  ._more {
    font-size: 14px;
  }

  .about .lf ._title h5 {
    font-size: 18px;
    line-height: 28px;
  }

  ._title {
    margin-bottom: 40px;
  }

  .about .lf ._more {
    margin-left: auto;
  }

  ._title p {
    font-size: 20px;
  }

  .about .lf ._title, .news ._title {
    text-align: center;
  }

  .about .lf ._title .line, .news ._title .line {
    margin-left: auto;
  }

  .about .rt {
    position: static;
    margin-top: 50px;
  }

  .about .lf .summary {
    line-height: 28px;
    font-size: 15px;
    text-align: center;
  }

  .about .container2 {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .fenlei {
    margin-bottom: 35px;
    margin-top: 35px;
  }

  .news .content .rt .item .pic img {
    width: 100%;
  }

  .about {
    margin-bottom: 60px;
  }

  .youshi .list .item {
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
  }

  .youshi .list .item .name {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .youshi .list .item .summary {
    font-size: 14px;
  }

  .youshi .list {
    display: block;
  }

  .news ._title h5 {
    font-size: 22px;
  }

  .youshi {
    margin-bottom: 56px;
  }

  .news .content .rt,
  .news .content .lf {
    float: none;
    width: 100%;
  }

  .news .content .rt .item {
    display: block;
  }
}

/*# sourceMappingURL=index.css.map */
