/*@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 {
  color: black;
}
._title .bottom {
  display: flex;
  align-items: center;
}
._title .bottom p {
  font-size: 25px;
}
._title .bottom .line {
  background: black;
  width: 70px;
  height: 5px;
  margin-left: 15px;
}
._title h5 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

._more {
  width: 157px;
  height: 41px;
  background: black;
  color: white;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: .5s;
}
._more:hover {
  color: white;
  width: 170px;
}

._top_box {
  margin-bottom: 65px;
  padding-right: 80px;
}
._top_box ._more {
  margin-top: 30px;
  text-transform: uppercase;
}

._typelist {
  display: flex;
  align-items: center;
}
._typelist .item {
  font-size: 22px;
  padding: 20px;
  margin: 0 10px;
  border-bottom: 2px solid transparent;
}
._typelist .item:hover, ._typelist .item.on {
  border-bottom: 2px solid black;
}

.swiper-pagination-progressbar-fill {
  background: black !important;
}

.swiper-pagination-progressbar {
  bottom: 0;
  width: 100%;
  top: unset;
  height: 4px;
}

.xinpin {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 150px;
  margin-bottom: 100px;
}
.xinpin .owl_xinpin {
  position: relative;
  padding-bottom: 70px;
}
.xinpin .owl_xinpin .swiper-slide .item {
  padding: 0 10px;
}

.about {
  display: flex;
  padding-top: 130px;
  align-items: center;
  background: url("../images/word_bg.png") no-repeat top;
}
.about .rt {
  padding-left: 60px;
  padding-right: 60px;
}
.about .rt .summary {
  font-size: 18px;
  line-height: 2;
  color: #2c2b2b;
  margin-top: 70px;
  margin-bottom: 70px;
}

.chanpin {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 150px;
  margin-bottom: 60px;
}
.chanpin .top_box {
  margin-bottom: 40px;
}
.chanpin .list {
  display: none;
  grid-template-columns: repeat(4, 1fr);
}
.chanpin .list.on {
  display: grid;
}
.chanpin .list .item {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 94%;
  text-align: center;
}
.chanpin .list .item:hover .name {
  background: black;
  color: white;
}
.chanpin .list .item .name {
  padding: 30px 15px;
  text-align: center;
  font-size: 18px;
}

.case {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 150px;
}
.case .top_box {
  margin-bottom: 65px;
}
.case .owl_case {
  position: relative;
  padding-bottom: 70px;
  display: none;
}
.case .owl_case.on {
  display: block;
}
.case .owl_case .item {
  padding: 0 10px;
  position: relative;
}
.case .owl_case .item:hover .pic:after {
  display: none;
}
.case .owl_case .item .pic {
  position: relative;
}
.case .owl_case .item .pic img {
  position: relative;
  z-index: 1;
}
.case .owl_case .item .pic:after {
  display: block;
  width: 100%;
  display: block;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.case .owl_case .item .name {
  z-index: 3;
  color: white;
  font-size: 16px;
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.news {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 100px;
}
.news .top_box {
  margin-bottom: 65px;
}
.news .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.news .list .item {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.news .list .item:nth-child(3), .news .list .item:nth-child(4) {
  flex-direction: row-reverse;
}
.news .list .item:hover .message_box {
  color: white;
  background: black;
}
.news .list .item:hover .message_box .title {
  color: white;
}
.news .list .item .pic {
  width: 50%;
  height: 410px;
}
.news .list .item .message_box {
  width: 50%;
  height: 410px;
  background: #ededed;
  padding: 50px;
  color: #ababab;
}
.news .list .item .message_box .addtime {
  font-size: 12px;
  float: left;
}
.news .list .item .message_box .more {
  font-size: 18px;
  float: right;
}
.news .list .item .message_box .title {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  color: black;
}
.news .list .item .message_box .title 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 .list .item .message_box .summary {
  line-height: 2;
  margin-bottom: 50px;
  font-size: 14px;
}
.news .list .item .message_box .summary p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.lianxi {
  height: 500px;
  background: url("../images/lianxi.png") no-repeat center;
  background-size: cover;
}
.lianxi .rt {
  font-size: 38px;
  float: right;
  width: 30%;
  color: white;
  height: 500px;
  padding-left: 35px;
  padding-top: 180px;
}
.lianxi .rt .more {
  margin-top: 20px;
  font-size: 16px;
  background: white;
  width: 157px;
  text-transform: uppercase;
  height: 40px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .xinpin {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  ._title {
    text-align: center;
    float: none;
    margin-bottom: 40px;
  }

  ._title h5 {
    font-size: 24px;
  }

  ._title .bottom p {
    font-size: 18px;
  }

  ._title .bottom {
    justify-content: center;
  }

  ._title .bottom .line {
    display: none;
  }

  ._top_box {
    padding-right: 0;
    margin-bottom: 0px;
  }

  .xinpin .owl_xinpin {
    padding-bottom: 35px;
  }

  .about {
    display: block;
    background: none;
    padding-top: 0px;
  }
  .about .pic {
    margin-top: 40px;
  }

  .about .rt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about .rt .summary {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  ._more {
    font-size: 15px;
    width: 157px;
    height: 34px;
    margin: 0 auto;
  }

  .chanpin {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  ._typelist {
    float: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  ._typelist .item {
    font-size: 16px;
    border: 1px solid black;
    margin: 0;
    padding: 10px 5px;
    margin-bottom: 15px;
    width: 90%;
    text-align: center;
  }

  .chanpin .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .chanpin .list .item .name {
    font-size: 14px;
    padding: 10px 5px;
  }

  .chanpin .list .item {
    margin-bottom: 25px;
  }

  .case {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 70px;
  }

  .case .top_box,
  .news .top_box {
    margin-bottom: 40px;
  }

  .case .owl_case {
    padding-bottom: 35px;
  }

  .case .owl_case .item .name {
    position: static;
    color: black;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
  }

  .news {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 70px;
  }

  .news .list {
    display: block;
  }

  .news .list .item .message_box {
    padding: 10px;
    height: 160px;
  }

  .news .list .item .pic {
    height: 160px;
    overflow: hidden;
  }

  .news .list .item:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .news .list .item:nth-child(3) {
    flex-direction: row;
  }

  .news .list .item .message_box .title {
    font-size: 16px;
    margin-bottom: 2px;
    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 .message_box .summary {
    margin-bottom: 3px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .news .list .item .message_box .more {
    display: none;
  }

  .lianxi .rt {
    float: none;
    font-size: 24px;
    width: 100%;
    padding: 0;
    height: auto;
    text-align: center;
  }

  .lianxi .rt .more {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    width: 146px;
    height: 35px;
  }

  .lianxi {
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  ._typelist .item:hover, ._typelist .item.on {
    border-bottom: 1px solid black;
    background: black;
    color: white;
  }
}

/*# sourceMappingURL=index.css.map */
