/*@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";
}*/
main .needs-validation label {
  font-size: 14px;
}

.ban_video video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.fenlei {
  padding-top: 60px;
  padding-bottom: 85px;
  margin-top: -7px;
}
.fenlei .typelist {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid black;
}
.fenlei .typelist .item {
  flex: 1;
  font-size: 22px;
  color: black;
  text-align: center;
  padding: 40px 0;
  border-bottom: 3px solid transparent;
  position: relative;
  top: 1px;
}
.fenlei .typelist .item:hover, .fenlei .typelist .item.on {
  color: #b1874d;
  font-weight: bold;
  border-bottom: 3px solid #b1874d;
}
.fenlei .btn_list {
  margin-top: 50px;
}
.fenlei .btn_list ._more {
  margin: 0 15px;
  transition: .5s;
}
.fenlei .btn_list ._more:hover {
  color: white;
  padding: 10px 50px;
}
.fenlei .typename {
  font-weight: bold;
  font-size: 36px;
}
.fenlei .pic {
  height: 620px;
}

._more {
  font-size: 16px;
  background: #444444;
  color: white;
  border-radius: 30px;
  padding: 10px 40px;
}
._more:hover {
  color: black;
}

._more2 {
  background: #b1874d;
}
._more2:hover {
  color: white;
}

._title {
  margin-bottom: 80px;
  text-align: center;
  color: black;
}
._title .t1 {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 10px;
}
._title .t2 {
  font-size: 22px;
}

.fw0 {
  font-weight: unset;
}

._mt {
  margin-top: 120px;
}

.news .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .item {
  width: 32.5%;
}
.news .item .message {
  padding: 20px;
}
.news .item .message .title {
  font-size: 18px;
  font-weight: bold;
}
.news .item .message .summary {
  font-size: 16px;
}

.liuyan_box {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ededed;
}
.liuyan_box .content {
  margin-top: 30px;
}
.liuyan_box .rt {
  background: white;
  padding: 50px 20px;
}
.liuyan_box .rt .form-control {
  background: #ededed;
  border-radius: 0px;
  border: 0px;
}

@media (max-width: 768px) {
  .ban_video video {
    height: 234px;
    object-fit: cover;
  }

  .fenlei .typelist {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  ._title .t1 {
    font-size: 28px;
  }

  ._title .t2 {
    font-size: 20px;
  }

  .fenlei .btn_list {
    flex-direction: column;
  }

  .fenlei .typelist .item {
    padding: 20px 0;
    font-size: 18px;
    width: 100%;
    padding-left: 5px;
    text-align: center;
    padding-right: 5px;
  }

  .liuyan_box {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  ._mt {
    margin-top: 60px;
  }

  .news .item {
    width: 100%;
  }

  .news .list {
    display: block;
  }

  .news .item .message {
    padding-left: 0;
    padding-right: 0;
  }

  .fenlei .typelist {
    margin-bottom: 20px;
  }

  .fenlei .pic {
    height: 354px;
  }

  .fenlei .typename {
    font-size: 20px;
  }

  .fenlei .btn_list {
    margin-top: 30px;
  }

  .fenlei .btn_list ._more {
    margin-bottom: 23px;
  }

  .fenlei {
    padding-top: 35px;
    padding-bottom: 47px;
  }

  ._title {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=mystyle.css.map */
