/*@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";
}*/
._more {
  background: #da251c;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 45px;
  transition: .5s;
  display: inline-block;
}
._more:hover {
  color: white;
  padding: 8px 50px;
  background: #a90c08;
}

.top_title {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
  align-items: center;
}
.top_title .lf {
  width: 60%;
}
.top_title .title {
  font-size: 50px;
  font-weight: bold;
}
.top_title .summary {
  font-size: 16px;
  line-height: 25px;
}

._title .title {
  font-size: 50px;
  font-weight: bold;
}

._summary {
  font-size: 16px;
  line-height: 25px;
}

._py {
  padding-top: 130px;
  padding-bottom: 100px;
}

.about {
  background: url("../images/bg1.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.about .lf {
  text-align: left;
}
.about .rt {
  padding-left: 40px;
}
.about .rt .name {
  font-size: 22px;
}
.about .bottom_box {
  margin-top: 55px;
  display: flex;
  justify-content: space-around;
}
.about .bottom_box .item {
  width: 219px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.about .bottom_box .item .name {
  margin-top: 10px;
  font-size: 16px;
}

.chanpin {
  background: url("../images/bg2.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.chanpin .more {
  border-bottom: 1px solid white;
  display: inline-block;
}
.chanpin .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.chanpin .list .item {
  width: 95%;
  margin: 5px auto;
  text-align: center;
}
.chanpin .list .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chanpin .list .item .name {
  margin-top: 13px;
  font-size: 18px;
}
.chanpin .list .item .more {
  font-size: 16px;
  border-bottom: 1px solid white;
  padding: 10px;
  display: inline-block;
}

.xinpin {
  background: #2e2e2e;
  color: white;
}
.xinpin .item_box {
  display: flex;
}
.xinpin .item_box .rt {
  flex: 1;
}
.xinpin .item_box .rt .item {
  height: 532px;
  width: 100%;
}
.xinpin .item_box .lf .item {
  width: 473px;
  height: 266px;
}
.xinpin .item_box .item {
  position: relative;
  display: flex;
  border: 3px solid #2e2e2e;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.xinpin .item_box .item:hover:after {
  display: block;
}
.xinpin .item_box .item:hover .name {
  display: block;
}
.xinpin .item_box .item:hover .more2 {
  display: flex;
}
.xinpin .item_box .item:after {
  display: none;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.xinpin .item_box .item .name {
  font-size: 22px;
  display: none;
  margin-bottom: 20px;
  color: white;
  position: relative;
  z-index: 2;
}
.xinpin .item_box .item .more2 {
  position: relative;
  z-index: 2;
  width: 145px;
  height: 35px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  background: #da251c;
  border-radius: 20px;
  font-size: 16px;
}
.xinpin .item_box2 {
  flex-direction: row-reverse;
}

.news {
  background: url("../images/bg3.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.news .more {
  background: white;
  color: black;
  width: auto;
  height: auto;
  display: inline-block;
}
.news .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.news .list .item {
  border: 1px solid #dddddd;
  margin-right: 5px;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
}
.news .list .item .pic img {
  max-width: 319px;
}
.news .list .item .message {
  padding-left: 20px;
  flex: 1;
  flex-wrap: wrap;
  color: #3f3f3f;
}
.news .list .item .message .title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  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 .addtime {
  font-size: 12px;
}
.news .list .item .message ._summary {
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.poster .container2 {
  height: 725px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  color: white;
  text-align: center;
  text-transform: capitalize;
}
.poster * {
  position: relative;
  z-index: 2;
}
.poster ._summary {
  font-size: 16px;
  margin-bottom: 60px;
  margin-top: 30px;
  width: 80%;
}
.poster .call {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.poster .call img {
  margin-right: 14px;
  position: relative;
  top: -8px;
}
.poster .title {
  width: 50%;
  font-size: 50px;
}

@media (max-width: 1600px) {
  ._title .title,
  .top_title .title {
    font-size: 40px;
  }

  ._summary {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1450px) {
  .chanpin .list .item {
    width: 90%;
  }

  .chanpin {
    padding-bottom: 70px;
  }

  .top_title .title {
    font-size: 40px;
  }

  .poster .title {
    font-size: 38px;
  }

  .poster .container2 {
    height: 548px;
  }

  .poster .call {
    font-size: 25px;
  }

  ._py {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .top_title .title {
    font-size: 25px;
    text-align: center;
  }

  .top_title .summary {
    font-size: 14px;
    text-align: center;
  }

  .top_title .more {
    display: none;
  }

  .top_title {
    margin-bottom: 30px;
    display: block;
  }
  .top_title .lf {
    width: 100%;
  }

  .chanpin .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .chanpin .list .item .name {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .chanpin .list .item {
    margin-bottom: 35px;
  }

  .chanpin .list .item .more2 {
    font-size: 14px;
    padding: 6px;
  }

  .chanpin {
    padding-bottom: 30px;
  }

  .xinpin .item_box {
    display: block;
  }

  .xinpin .item_box .lf .item {
    width: 100%;
  }

  .xinpin .item_box .rt .item {
    height: 300px;
  }

  .news .list .item {
    display: block;
    padding: 10px;
    padding-right: 0;
  }
  .news .list .item .pic {
    text-align: center;
  }
  .news .list .item .pic img {
    width: 100%;
  }

  .news .list {
    grid-template-columns: repeat(1, 1fr);
  }

  .news .list .item .message {
    padding-left: 0;
    margin-top: 10px;
  }

  .news .list .item .message .title {
    font-size: 15px;
  }

  .news .list .item .message .summary {
    font-size: 13px;
  }

  .poster .title {
    width: 93%;
    font-size: 21px;
  }

  .poster .summary {
    font-size: 14px;
    margin-bottom: 24px;
    margin-top: 21px;
    width: 95%;
  }

  .poster .call {
    font-size: 16px;
  }

  .poster .call img {
    width: 20px !important;
  }

  .chanpin .list .item .pic {
    width: 100%;
  }

  ._title .title, .top_title .title {
    font-size: 30px;
  }

  .about .rt .name {
    font-size: 18px;
  }

  .about .rt {
    padding-left: 0px;
    margin-top: 30px;
    text-align: center;
  }

  ._py {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._more {
    font-size: 14px;
    padding: 7px 22px;
  }

  .about .bottom_box {
    flex-wrap: wrap;
  }

  .about .bottom_box .item {
    width: 48%;
    height: auto;
    margin-bottom: 30px;
    background: none !important;
  }

  .about .bottom_box .item .name {
    font-size: 14px;
  }

  .about .bottom_box .item img {
    width: 35px;
  }

  .top_title {
    text-align: center;
  }

  .news .list .item {
    margin-right: 0;
    padding-right: 10px;
  }

  .poster .container2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .poster ._summary {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=index.css.map */
