/*@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: 50px;
  text-transform: uppercase;
  text-align: center;
}
._title p {
  font-size: 36px;
  font-weight: bold;
  color: black;
}
._title .line {
  margin: 0 auto;
  background: #db261d;
  margin-top: 30px;
  width: 50px;
  height: 2px;
}

.fenlei {
  margin-top: 120px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fenlei .item {
  text-align: center;
  margin-bottom: 30px;
}
.fenlei .item:hover .pic img {
  transform: scale(1.1);
}
.fenlei .item .pic {
  overflow: hidden;
}
.fenlei .item .pic img {
  transition: .5s;
}
.fenlei .item .name {
  font-size: 22px;
  margin-top: 15px;
}

.chanpin .owl-controls {
  bottom: 67%;
}
.chanpin .owl-controls .owl-buttons div {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 19px;
}
.chanpin .owl-controls .owl-buttons div.owl-prev {
  left: -18px;
  top: 0;
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
}
.chanpin .owl-controls .owl-buttons div.owl-next {
  right: 33px;
  bottom: 0;
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
}
.chanpin .list {
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 100px;
}
.chanpin .list .item {
  text-align: center;
  width: 95%;
  margin: 0 auto;
  transition: .5s;
  position: relative;
  top: 0;
  margin: 10px;
}
.chanpin .list .item:hover {
  top: -10px;
}
.chanpin .list .item .pic {
  box-shadow: 2px 2px 5px #b9b9b9;
  padding: 20px;
}
.chanpin .list .item .name {
  margin-top: 25px;
  font-size: 16px;
  min-height: 50px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.chanpin .list .item .more {
  display: inline-block;
  background: #db261d;
  font-size: 16px;
  margin-top: 20px;
  color: white;
  padding: 10px 30px;
  border-radius: 10px;
}

.poster {
  padding-top: 170px;
  padding-bottom: 170px;
  background: url("../images/poster.jpg") no-repeat center;
  background-size: cover;
  color: white;
  margin-bottom: 90px;
}
.poster .title {
  margin-bottom: 50px;
  font-size: 42px;
  font-weight: bold;
  text-transform: capitalize;
}
.poster .summary {
  margin-bottom: 50px;
  font-size: 26px;
}
.poster .more_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.poster .more_list .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 51px;
  background: #db261d;
  font-size: 18px;
  color: white;
  border-radius: 10px;
  margin: 0 8px;
}

.about {
  margin-top: 60px;
  margin-bottom: 100px;
}
.about .summary {
  font-size: 18px;
  margin-bottom: 100px;
  line-height: 26px;
  text-align: center;
}
.about .list {
  display: flex;
  justify-content: space-around;
}
.about .list .item {
  display: flex;
  align-items: center;
}
.about .list .item .message {
  margin-left: 44px;
  width: 130px;
  font-size: 16px;
  color: black;
  text-transform: capitalize;
}
.about .list .item .num {
  position: relative;
}
.about .list .item .num h5 {
  font-weight: bold;
  color: #db261d;
  font-size: 36px;
}
.about .list .item .num .year {
  position: absolute;
  right: -21px;
  top: -2px;
  color: black;
  font-size: 14px;
}

@media (max-width: 1450px) {
  .fenlei .item {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .fenlei {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .fenlei .item .name {
    font-size: 20px;
    margin-top: 15px;
  }

  .poster .title {
    font-size: 30px;
  }

  .poster .summary {
    font-size: 22px;
  }

  .poster .title {
    margin-bottom: 25px;
  }

  .poster {
    padding-top: 83px;
    padding-bottom: 111px;
  }

  ._title p {
    font-size: 28px;
  }

  .chanpin .list {
    margin-bottom: 50px;
  }

  .about {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .fenlei .item .name {
    font-size: 15px;
    margin-top: 8px;
  }

  .fenlei {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 46px;
    margin-bottom: 50px;
  }

  .fenlei .item {
    margin: 0 auto;
    width: 95%;
    margin-bottom: 15px;
  }

  ._title p {
    font-size: 22px;
  }

  ._title .line {
    margin-top: 12px;
  }

  .chanpin .list {
    margin-bottom: 55px;
    display: block;
  }

  .chanpin .list .item .more {
    margin-top: 12px;
  }

  .chanpin .list .item .typename {
    margin-top: 17px;
  }

  ._title {
    margin-bottom: 30px;
  }

  .poster .title {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .poster .summary {
    font-size: 16px;
    margin-bottom: 41px;
  }

  .poster {
    padding-top: 85px;
    padding-bottom: 65px;
  }

  .poster .more_list .more {
    font-size: 15px;
    width: 129px;
    height: 39px;
  }
  .poster .more_list .more img {
    max-width: 100px;
  }

  .about {
    margin-bottom: 22px;
    margin-top: 0;
  }

  .about .list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }

  .about .list .item .message {
    margin-left: 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }

  .about .list .item {
    width: 50%;
  }

  .about .summary {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .about .list .item {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .chanpin .list .item {
    width: auto;
  }

  .about .list {
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=index.css.map */
