/*@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 {
  margin-left: auto;
  display: inline-block;
  margin-right: auto;
  font-size: 16px;
  color: black;
  padding: 7px 26px;
  border: 1px solid #cbcbcb;
}
.more img {
  margin-left: 5px;
  filter: brightness(10) invert(1);
}
.more:hover {
  background: #b29f70;
  color: white;
}
.more:hover img {
  filter: brightness(0) invert(1);
}

.more3 {
  background: #b29f70;
  color: white;
}
.more3 img {
  filter: brightness(0) invert(1);
}

.more2 {
  background: transparent;
}

._mt {
  margin-top: 90px;
}

._py {
  padding-top: 90px;
  padding-bottom: 90px;
}

._title {
  margin-bottom: 70px;
  text-align: center;
  text-transform: capitalize;
}
._title .t1 {
  font-size: 22px;
  color: #525252;
}
._title .t2 {
  font-size: 45px;
  font-weight: bold;
  color: black;
  margin: 15px 0 !important;
  margin-bottom: 20px !important;
}
._title .line {
  background: black;
  width: 100px;
  height: 2px;
  margin: 0 auto;
}

._title2 {
  text-align: left;
  margin-bottom: 0;
}
._title2 .line {
  margin-left: 0;
}

._title2 .t2 {
  font-size: 30px;
}

.fenlei .content {
  display: flex;
}
.fenlei .content .item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 36px;
  color: white;
  transition: .5s;
}
.fenlei .content .item:hover {
  transform: scale(1.01);
}
.fenlei .content .item .name {
  font-size: 18px;
  font-weight: unset;
}
.fenlei .content .item .more3 {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.fenlei .content .item .more3 img {
  margin-left: 5px;
}
.fenlei .content .lf {
  padding-right: 7px;
  padding-top: 8px;
  width: 30%;
}
.fenlei .content .lf .item {
  height: 661px;
}
.fenlei .content .rt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 70%;
}
.fenlei .content .rt .item {
  margin: 7px;
  height: 325px;
}

.chanpin {
  background: #f4f4f4;
}
.chanpin .swiper-button-next {
  right: -48px;
  top: 38%;
}
.chanpin .swiper-button-prev {
  left: -34px;
  top: 38%;
}
.chanpin .item {
  padding-bottom: 20px;
  text-align: center;
}
.chanpin .item:hover .name {
  color: #b29f70;
}
.chanpin .item .pic {
  background: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 405px;
  padding: 20px;
  margin-bottom: 45px;
}
.chanpin .item .name {
  font-size: 22px;
  color: #333333;
  margin-top: 17px;
  font-weight: bold;
  margin-bottom: 30px;
}
.chanpin .item .typename {
  font-size: 16px;
  font-weight: unset;
}

.about {
  padding-top: 166px;
  padding-bottom: 166px;
  background: url("../images/about_bg2.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.about .content {
  height: 588px;
}
.about .lf {
  height: 100%;
}
.about .rt {
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding-left: 50px;
  padding-top: 55px;
  padding-bottom: 90px;
  padding-right: 50px;
}
.about .summary {
  margin-bottom: 50px;
  margin-top: 23px;
  line-height: 26px;
  font-size: 16px;
}

.youshi {
  background: #f4f4f4;
  padding-top: 130px;
  padding-bottom: 60px;
}
.youshi .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.youshi .list .item {
  margin-bottom: 50px;
  width: 26%;
}
.youshi .list .item .pic {
  height: 38px;
}
.youshi .list .item .name {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.youshi .list .item .summary {
  font-size: 18px;
  color: #333333;
  width: 90%;
}

.news .list {
  display: flex;
  justify-content: space-between;
}
.news .list .item {
  width: 31%;
}
.news .list .item .message {
  padding-top: 34px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid black;
}
.news .list .item .addtime {
  font-size: 16px;
}
.news .list .item .summary {
  font-size: 16px;
  margin-bottom: 50px !important;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .list .item .more2 {
  border: 0;
  position: relative;
  top: -31px;
}
.news .list .item .more2 span {
  color: black;
}
.news .list .item .more2 img {
  filter: brightness(10) invert(1);
}
.news .list .item .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.news .list .item .title a {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.liuyan {
  background: url("../images/liuyan_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 90px;
}
.liuyan ._title {
  filter: brightness(0) invert(1);
}
.liuyan ._title .line {
  display: none;
}
.liuyan input::placeholder {
  color: white;
}
.liuyan textarea::placeholder {
  color: white;
}
.liuyan .message_list ul li .input_text {
  background: transparent;
  border: 0;
  color: white;
  border-bottom: 1px solid white;
}
.liuyan .message_list ul li .textarea {
  background: transparent;
  color: white;
  border: 0;
  border-bottom: 1px solid white;
}
.liuyan .message_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.liuyan .message_list ul li {
  color: white;
  float: none;
  display: inline-block;
}
.liuyan .message_list ul li.li1 {
  padding-right: 30px;
}
.liuyan .message_list ul li.li2 {
  padding-left: 30px;
}
.liuyan .more {
  border: 0;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1450px) {
  ._title .t2 {
    font-size: 37px;
  }

  .fenlei .content .lf .item {
    height: 553px;
  }

  .fenlei .content .rt .item {
    height: 269px;
  }

  .chanpin .item .name {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .more {
    font-size: 14px;
  }

  .about {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .about .content {
    height: 425px;
  }

  .about .rt {
    padding-top: 28px;
  }

  .about .summary {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
  }

  .youshi {
    padding-top: 85px;
    padding-bottom: 50px;
  }

  .liuyan {
    padding-top: 85px;
    padding-bottom: 50px;
  }

  .news .list .item .summary {
    font-size: 14px;
  }

  .about ._title .t2 {
    font-size: 27px;
    margin: 8px 0 !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  ._title .t2 {
    font-size: 23px;
  }

  ._title .t1 {
    font-size: 20px;
  }

  ._mt {
    margin-top: 60px;
  }

  .fenlei .content2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .fenlei .content .lf {
    width: 100%;
  }

  .fenlei .content .rt {
    width: 100%;
  }
  .fenlei .content .rt .item {
    width: 95%;
    margin-bottom: 10px;
  }

  .fenlei .content .lf .item {
    height: 368px;
  }

  .fenlei .content .item {
    padding: 0px;
    margin: 0;
    display: block;
    color: black;
    margin-bottom: 20px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .fenlei .content .item img {
    height: 103px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    overflow: hidden;
  }

  .fenlei .content .item .more3 {
    color: black;
  }
  .fenlei .content .item .more3 img {
    filter: brightness(10) invert(1);
  }

  .fenlei .content .item .name {
    font-size: 16px;
    margin-top: 10px;
  }

  ._py {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .fenlei .content .lf {
    padding-right: 0;
    margin-bottom: 1px;
  }

  ._title {
    margin-bottom: 45px;
  }

  .chanpin .item .name {
    font-size: 16px;
  }

  .chanpin .more {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .chanpin .item .pic {
    margin-bottom: 25px;
    height: auto;
    border-radius: 20px 20px 0 0;
  }

  .about .rt {
    border-radius: 0px 0px 20px 20px;
  }

  .about {
    padding-top: 68px;
    padding-bottom: 74px;
    background-attachment: unset;
  }

  .chanpin .item .name {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .about .content {
    height: auto;
  }

  .about .lf {
    height: 208px;
  }

  .about .rt {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about ._title .t2 {
    font-size: 19px;
  }

  ._title2 {
    margin-bottom: 0;
  }

  .youshi .list .item .name {
    font-size: 16px;
    height: 38px;
  }

  .youshi .list .item .summary {
    font-size: 14px;
  }

  .youshi .list .item {
    width: 50%;
    margin-bottom: 30px;
  }

  .youshi {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .news .list .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .news .list .item .pic {
    width: 100%;
  }

  .news .list {
    display: block;
  }

  .news .list .item .message {
    padding-left: 0;
    padding-right: 0;
  }

  .liuyan .message_list ul li.li2 {
    padding-left: 0;
  }

  .liuyan .message_list ul li.li1 {
    padding-right: 0;
  }

  .liuyan {
    padding-top: 62px;
    padding-bottom: 16px;
  }

  .chanpin .swiper-button-prev {
    display: none;
  }

  .chanpin .swiper-button-next {
    display: none;
  }
}
.swiper-button-next, .swiper-button-prev {
  background: none;
}

/*# sourceMappingURL=mystyle.css.map */
