/*@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";
}*/
.swiper-button-next, .swiper-button-prev {
  width: auto;
  height: auto;
}

._title {
  margin-bottom: 30px;
}
._title p {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: capitalize;
}
._title .summary {
  font-size: 16px;
}
._title .line {
  background: #d1233c;
  width: 100px;
  height: 3px;
  margin-top: 20px;
}

._title2 {
  text-align: center;
}
._title2 .summary {
  margin-top: 10px;
}
._title2 .line {
  margin-left: auto;
  margin-right: auto;
}

._more {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid grey;
  width: 160px;
  height: 46px;
  font-size: 16px;
}
._more:hover {
  background: #c7000d;
  color: white;
}
._more:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
._more p {
  margin-right: 10px;
  margin-bottom: 0;
}

._more2 {
  background: #c7000d;
  color: white;
}
._more2 p {
  margin-right: 0;
}

.about {
  padding-top: 150px;
  background: #f9f9f9;
  padding-bottom: 80px;
}
.about .rt {
  width: 45%;
}
.about .rt video {
  height: 370px;
  width: 100%;
}
.about .summary {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}
.about .list {
  margin-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
}
.about .list .line {
  width: 1px;
  height: 100px;
  background: gainsboro;
}
.about .list .item {
  display: flex;
  align-items: center;
}
.about .list .item .year {
  font-size: 44px;
  color: #c7000d;
  font-weight: bold;
}
.about .list .item .message {
  margin-left: 26px;
  font-size: 18px;
  width: 197px;
}

.about .list .item:nth-child(2) .year {
  width: 64%;
}

.chanpin {
  background: url("../images/chanpin_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.chanpin .list {
  display: grid;
  margin-top: 65px;
  grid-template-columns: repeat(3, 1fr);
}
.chanpin .list .item {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
  top: 0;
  text-align: center;
  transition: .5s;
}
.chanpin .list .item:hover {
  top: -10px;
}
.chanpin .list .item ._more {
  border: 0;
  margin: 0 auto;
}
.chanpin .list .item .name {
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  z-index: 2;
  white-space: normal;
  min-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.chanpin .list .item .pic {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  /*.pic{
     aspect-ratio: 3 / 2;
  }*/
}
.chanpin .list .item .line {
  width: 50px;
  height: 1px;
  background: #c7000d;
  position: relative;
  z-index: 2;
}

.huoban {
  background: url("../images/huoban.jpg") no-repeat center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.huoban .top_title {
  margin-bottom: 85px;
}

.zhengshu {
  padding-top: 110px;
  background: url("../images/zhengshu_bg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 170px;
  color: white;
}
.zhengshu .top_title {
  margin-bottom: 100px;
  display: flex;
}
.zhengshu .title {
  font-size: 36px;
  font-weight: bold;
  margin-right: 100px;
}
.zhengshu .summary {
  width: 400px;
  font-size: 16px;
}

.news {
  background: url("../images/news_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.news .list {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.news .list .item {
  width: 32%;
  border-bottom: 1px solid black;
  padding-bottom: 30px;
}
.news .list .item .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news .list .item .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 .list .item .addtime {
  font-size: 12px;
}
.news .list .item .summary {
  margin-bottom: 10px;
  font-size: 15px;
}
.news .list .item .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;
}

.youshi {
  background: url("../images/youshi_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.youshi ._title {
  color: white;
}
.youshi .item {
  background: rgba(255, 255, 255, 0.7);
  width: 23%;
  padding: 57px 20px;
  text-align: center;
}
.youshi .item .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.youshi .item .summary {
  font-size: 16px;
}
.youshi .content {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

@media (max-width: 1450px) {
  .about {
    margin-top: 70px;
    padding-bottom: 35px;
  }

  .about .rt {
    height: 356px;
  }

  .about .list .item .message {
    font-size: 16px;
    width: 180px;
  }

  .about .list .item .year {
    font-size: 32px;
  }

  .about .list {
    margin-top: 50px;
  }

  .youshi .content {
    margin-top: 0;
    flex-wrap: wrap;
  }

  .youshi .item {
    padding: 20px;
    width: 48%;
    margin-bottom: 25px;
  }

  .huoban {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .huoban .content {
    text-align: center;
  }
  .huoban .content img {
    width: 70%;
  }

  .zhengshu .top_title {
    margin-bottom: 57px;
  }

  .zhengshu .item {
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  ._title p {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 12px;
  }

  .about .summary {
    font-size: 14px;
  }

  .about .lf {
    float: none;
    width: 100%;
  }

  .about .rt {
    height: 288px;
    float: none;
    width: 100%;
    margin-top: 50px;
  }

  .about .list .item {
    flex-direction: column;
  }

  .about .list .item .year {
    font-size: 23px;
    color: #d1233c;
  }

  .about .list .item .message {
    margin-left: 0px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  ._title {
    text-align: center;
  }
  ._title .line {
    margin: 0 auto;
  }

  .about .list {
    margin-top: 40px;
    padding-bottom: 60px;
  }

  ._more {
    margin: 0 auto;
  }

  .chanpin .list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 35px;
  }

  .about {
    padding-bottom: 60px;
    margin-top: 0px;
    padding-top: 60px;
  }

  .about .summary {
    text-align: center;
  }

  .about .list .item:nth-child(2) .year {
    width: 100%;
  }

  .huoban {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._more {
    width: 138px;
    height: 41px;
    font-size: 14px;
  }

  .chanpin {
    padding-bottom: 60px;
  }

  .zhengshu {
    padding-top: 70px;
    padding-bottom: 127px;
  }
  .zhengshu .item {
    padding: 5px;
  }

  .zhengshu .title {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .zhengshu .top_title {
    display: block;
  }

  .zhengshu .summary {
    width: auto;
    font-size: 14px;
  }

  .zhengshu .top_title {
    margin-bottom: 45px;
  }

  .news {
    padding-bottom: 60px;
  }

  .news .list {
    display: block;
  }

  .news .list .item {
    width: 100%;
    padding-bottom: 35px;
  }

  .chanpin {
    padding-top: 60px;
  }

  ._title2 .summary {
    margin-bottom: 20px;
  }

  .chanpin .list .item .name {
    font-size: 16px;
  }

  .chanpin .list .item .name {
    min-height: 53px;
  }

  .chanpin .list .item {
    margin-bottom: 30px;
  }

  .news {
    padding-top: 60px;
  }

  .youshi {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about .rt video {
    height: auto;
    width: 100%;
  }
}

/*# sourceMappingURL=mystyle.css.map */

