/*@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 {
  font-size: 36px;
  font-weight: bold;
  color: black;
}

._more {
  display: flex;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  color: white;
  font-size: 16px;
  width: 193px;
  height: 43px;
  background: #359b3c;
}
._more:hover {
  background: #2f7636;
  color: white;
}

.xunpan {
  background: #359b3c;
  padding-top: 45px;
  padding-bottom: 45px;
  color: white;
}
.xunpan .lf_title {
  font-size: 33px;
  font-weight: bold;
}
.xunpan .rt_content .item {
  width: 30%;
  border: 1px solid white;
  border-radius: 20px;
  font-size: 16px;
  display: inline-block;
  padding: 15px;
  color: white;
  margin-bottom: 15px;
  margin-right: 10px;
}
.xunpan .rt_content .item:nth-child(5) {
  width: 100px;
  background: white;
  text-align: center;
  color: black;
  padding: 8px 15px;
}
.xunpan .rt_content .item:nth-child(4) {
  width: 50%;
}

@media (max-width: 1450px) {
  .xunpan .lf_title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .xunpan {
    display: none;
  }
}
.youshi {
  display: flex;
  position: relative;
  z-index: 222;
  justify-content: space-between;
  margin-top: -70px;
}
.youshi .item {
  background: url("../images/fenlei_bg.jpg") no-repeat center;
  background-size: cover;
  width: 297px;
  height: 137px;
  color: white;
  text-transform: capitalize;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.youshi .item .top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.youshi .item .top .shuzi {
  font-size: 45px;
  font-weight: 500;
  margin-right: 5px;
}
.youshi .item .top .instro {
  font-size: 16px;
  top: -13px;
  position: relative;
}
.youshi .item .bottom {
  font-size: 16px;
}

.women {
  background: url("../images/bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 77px;
}
.women ._more {
  background: white;
  color: #359b3c;
  float: none;
}
.women ._more:hover {
  background: #359b3c;
  color: white;
}
.women .lf p {
  font-size: 31px;
  margin-bottom: 40px;
  color: white;
  font-weight: bold;
  text-transform: capitalize;
}

.about {
  margin-top: 130px;
  margin-bottom: 100px;
}
.about .rt {
  text-align: right;
}
.about .lf {
  padding-right: 80px;
  padding-top: 40px;
}
.about .lf ._title {
  margin-bottom: 30px;
}
.about .lf .summary {
  font-size: 16px;
  margin-bottom: 50px;
}

.chanpin .top_box {
  margin-bottom: 40px;
}
.chanpin ._more {
  margin-left: auto;
  margin-right: auto;
}
.chanpin .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.chanpin .list .item {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.chanpin .list .item:hover .pic img {
  transform: scale(1.05);
}
.chanpin .list .item:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.chanpin .list .item .pic {
  position: relative;
}
.chanpin .list .item .pic img {
  height: 395px;
  object-position: center;
  object-fit: cover;
  transition: .5s;
}
.chanpin .list .item .name {
  font-size: 25px;
  letter-spacing: 1px;
  margin: 34px 0;
  position: absolute;
  top: 39%;
  left: 0;
  font-weight: bold;
  text-transform: capitalize;
  z-index: 2;
  color: white;
  right: 0;
}

.tedian {
  margin-top: 50px;
  background: #f2f2f2;
  padding-top: 65px;
  padding-bottom: 80px;
}
.tedian .swiper-pagination {
  bottom: -6px;
}
.tedian .swiper-container {
  padding-bottom: 30px;
}
.tedian .list .item {
  background: white;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tedian .list .item .pic {
  padding: 20px;
}
.tedian .list .item .pic img {
  max-height: 350px;
}
.tedian .list .item .summary {
  text-align: center;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  height: 88px;
}
.tedian .list .item .title {
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  min-height: 90px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shichang {
  padding-bottom: 100px;
  background: #f2f2f2;
}
.shichang .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.shichang .list .item {
  width: 95%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
.shichang .list .item .pic {
  border: 1px solid gainsboro;
  text-align: center;
  background: white;
  padding: 30px;
}
.shichang .list .item .pic img {
  height: 233px;
}
.shichang .list .item .name {
  font-size: 18px;
  color: black;
  text-align: center;
  text-transform: capitalize;
  margin-top: 25px;
}

.tedian ._title, .shichang ._title {
  margin-bottom: 57px;
}

.news {
  margin-top: 80px;
  padding-bottom: 80px;
}
.news .top_box {
  margin-bottom: 40px;
}
.news .list {
  display: flex;
  justify-content: space-between;
}
.news .list .item {
  width: 31%;
}
.news .list .item img {
  height: 328px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.news .list .item .message {
  padding: 25px;
  border-bottom: 1px solid black;
}
.news .list .item .title {
  font-size: 18px;
  font-weight: bold;
  height: 54px;
}
.news .list .item .title p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .list .item .summary {
  font-size: 16px;
  opacity: .7;
  height: 72px;
}
.news .list .item .summary p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .list .item .addtime {
  font-size: 12px;
}

@media (max-width: 1600px) {
  .youshi .item {
    width: 247px;
    height: 114px;
  }

  .youshi .item .top .shuzi {
    font-size: 41px;
  }

  .about {
    margin-top: 108px;
  }

  .chanpin .list .item .pic img {
    height: 325px;
  }

  .news .list .item img {
    height: 260px;
  }
}
@media (max-width: 1450px) {
  .about .rt {
    height: 381px;
  }

  .about {
    margin-bottom: 90px;
  }

  ._title {
    font-size: 33px;
  }

  .youshi .item {
    width: 220px;
    height: 100px;
  }

  .youshi .item .top .shuzi {
    font-size: 30px;
  }

  .youshi .item .bottom {
    font-size: 14px;
    padding: 0 10px;
    min-height: 42px;
  }

  .youshi .item .top .instro {
    top: -18px;
  }

  .about .lf {
    padding-top: 0;
  }

  .chanpin .list .item .name {
    font-size: 18px;
  }

  .chanpin .list .item .pic img {
    height: 280px;
  }

  .tedian .list .item {
    /*height: 280px;*/
  }

  .tedian .list .item .title {
    margin-top: 0px;
    padding-bottom: 20px;
    height: 87px;
  }

  .tedian {
    padding-bottom: 30px;
  }

  .women {
    padding-top: 68px;
    padding-bottom: 66px;
  }

  .women .lf p {
    font-size: 27px;
  }

  ._more {
    font-size: 14px;
    width: 155px;
    height: 37px;
  }

  .news .list .item .summary {
    font-size: 15px;
    opacity: .7;
    height: 95px;
  }

  .shichang {
    padding-bottom: 80px;
  }

  .xunpan .rt_content .item {
    padding: 10px;
  }

  .tedian .list .item .title {
    font-size: 14px;
    min-height: 93px;
  }

  .tedian .list .item .pic img {
    max-height: 300px;
  }

  .tedian .list .item .pic {
    padding: 10px;
  }

  .shichang .list .item .name {
    font-size: 16px;
  }

  .xunpan .rt_content .item {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .youshi {
    display: none;
  }

  ._title {
    font-size: 22px;
  }

  .about .lf .summary {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .about .lf {
    padding-right: 0;
  }

  ._more {
    font-size: 13px;
    width: 141px;
    height: 36px;
    margin: 0 auto;
  }

  .about {
    margin-top: 45px;
    margin-bottom: 60px;
  }

  .about .rt {
    height: auto;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .chanpin .top_box {
    margin-bottom: 17px;
  }

  .tedian .list .item {
    height: auto;
    padding-top: 30px;
  }

  .chanpin {
    margin-bottom: 0px;
  }

  .chanpin .list .item {
    margin-bottom: 50px;
    width: 100%;
  }

  .tedian .list .item {
    margin-bottom: 10px;
    padding: 10px;
  }

  .tedian .list .item .pic {
    padding: 0;
  }

  ._title {
    text-align: center;
  }

  .chanpin .list {
    display: block;
  }

  .chanpin .list .item .pic {
    height: 150px;
  }

  .chanpin .list .item .name {
    font-size: 14px;
    margin: 25px 0;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tedian .list .item .pic {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tedian .list .item .title {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    line-height: 21px;
    margin-bottom: 15px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    display: none;
  }

  .tedian .list .item .summary {
    text-align: center;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    height: 120px;
  }

  .tedian .list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }

  .shichang .list .item .name {
    font-size: 14px;
    min-height: 42px;
    margin-top: 15px;
  }

  .shichang .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news .list {
    display: block;
  }

  .women ._more {
    display: none;
  }

  .news {
    margin-top: 60px;
  }

  .women .lf p {
    font-size: 21px;
    margin-bottom: 36px;
  }

  .women .rt .title {
    font-size: 29px;
  }

  .bg {
    padding-bottom: 30px;
  }

  .news .list .item .title {
    font-size: 16px;
  }

  .shichang .list .item .pic {
    height: 166px;
  }

  .shichang .list .item {
    height: auto;
    margin-bottom: 15px;
  }

  .news .list .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .about .lf ._title {
    text-align: center;
  }

  .news {
    padding-bottom: 0;
    margin-bottom: 100px;
  }

  .tedian {
    padding-top: 60px;
    margin-bottom: 0px;
  }

  .tedian ._title, .shichang ._title {
    margin-bottom: 30px;
  }

  .shichang {
    padding-bottom: 33px;
  }
  .shichang .wap_list {
    display: grid !important;
  }

  .news {
    margin-bottom: 34px;
  }

  .women .lf p {
    font-size: 21px;
    margin-bottom: 0;
  }

  .news .list .item .summary {
    height: auto;
  }

  .chanpin .list .item .pic {
    height: auto;
  }

  .chanpin .list .item:after {
    display: none;
  }

  .chanpin .list .item .name {
    position: static;
    height: auto;
    color: black;
    display: block;
    word-break: break-word;
    margin: 15px 0;
    font-size: 16px;
  }

  .chanpin .list .item .pic img {
    height: 200px;
    width: 100%;
  }

  .chanpin .list .item {
    margin-bottom: 35px;
  }
  .chanpin .list .item:last-child {
    margin-bottom: 0;
  }

  .news .list .item .message {
    padding-left: 0;
    padding-right: 0;
  }

  .news .list .item .title {
    height: auto;
  }

  .news .list .item img {
    height: auto;
  }
}

/*# sourceMappingURL=mystyle.css.map */
