/*@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";
}*/
._mt {
  margin-top: 130px;
}

._title {
  margin-bottom: 65px;
  text-align: center;
}
._title .line {
  width: 90px;
  height: 3px;
  margin: 0 auto;
  background: black;
}
._title .p {
  font-size: 45px;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-weight: bold;
}

._more {
  font-size: 16px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #a8a8a8;
  padding: 10px 30px;
}
._more:hover {
  background: #7fc9e6;
  border: 1px solid #7fc9e6;
  color: white;
}

._more2 {
  background: #7fc9e6;
  border: 1px solid #7fc9e6;
  color: white;
  transition: .5s;
}
._more2:hover {
  transform: scale(1.02);
}

.fenlei .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fenlei .list .item {
  text-align: center;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 70px;
  transition: .5s;
  position: relative;
  top: 0;
}
.fenlei .list .item:nth-child(6), .fenlei .list .item:nth-child(4), .fenlei .list .item:nth-child(5) {
  margin-bottom: 0;
}
.fenlei .list .item:nth-last-child(2), .fenlei .list .item:nth-last-child(3), .fenlei .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.fenlei .list .item:hover {
  top: -30px;
}
.fenlei .list .item:hover ._more {
  background: #7fc9e6;
  border: 1px solid #7fc9e6;
  color: white;
}
.fenlei .list .item .name {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
}

.swiper-button-next, .swiper-button-prev {
  background: none;
}

.chanpin .swiper-button-next, .chanpin .swiper-button-prev {
  top: 56%;
}
.chanpin .swiper-button-prev {
  left: -11px;
}
.chanpin .swiper-button-next {
  right: -34px;
}
.chanpin .list {
  position: relative;
  /*display: grid;
  grid-template-columns:repeat(4,1fr);*/
}
.chanpin .list .item {
  text-align: center;
  width: 94%;
  margin: 15px auto;
  transition: .5s;
}
.chanpin .list .item:hover {
  transform: scale(1.03);
}
.chanpin .list .item:hover ._more {
  background: #7fc9e6;
  border: 1px solid #7fc9e6;
  color: white;
}
.chanpin .list .item .pic {
  background: white;
  width: 95%;
  height: 326px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  box-shadow: 0px 0px 18px -5px rgba(202, 202, 202, 0.56) !important;
  margin: 10px auto;
}
.chanpin .list .item .name {
  font-size: 18px;
  margin: 25px auto;
  font-weight: unset;
  height: 42px;
}

.about {
  margin-top: 184px;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
  background-attachment: fixed;
}
.about ._title {
  text-align: left;
  margin-bottom: 22px;
}
.about ._title .p {
  font-size: 36px;
  margin-bottom: 15px;
}
.about ._title .line {
  background: white;
  margin-bottom: 0px;
  margin-left: 0;
}
.about .lf {
  position: relative;
  left: -40px;
  padding: 70px;
  background: rgba(64, 64, 64, 0.7);
  color: white;
  width: 55%;
  text-align: left;
}
.about .summary {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}
.about .t1 {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 30px;
}

.case .swiper-button-next, .case .swiper-button-prev {
  top: 43%;
}

.case .list .item .pic {
  width: 100%;
  height: auto;
  padding: 0;
  box-shadow: unset !important;
  margin: 0;
}

.youshi {
  margin-bottom: 60px;
}
.youshi .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.youshi .list .item {
  margin: 10px 15px;
  margin-bottom: 60px;
  padding: 55px 45px;
  background: white;
  width: 93%;
  box-shadow: 0px 0px 17px 0px rgba(202, 202, 202, 0.56);
}
.youshi .list .item .title {
  margin-top: 23px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 18px;
}
.youshi .list .item .summary {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px;
}

@media (max-width: 1600px) {
  ._mt {
    margin-top: 100px;
  }

  ._title .p {
    font-size: 40px;
  }

  .about {
    margin-top: 155px;
  }
}
@media (max-width: 1450px) {
  .chanpin .swiper-button-next, .chanpin .swiper-button-prev {
    top: 40%;
  }

  ._mt {
    margin-top: 80px;
  }

  ._title .p {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .about ._title .p {
    font-size: 35px;
  }

  ._title {
    margin-bottom: 50px;
  }

  ._more {
    font-size: 14px;
    padding: 9px 24px;
  }

  .fenlei .list .item {
    margin-bottom: 60px;
  }

  .chanpin .list .item .pic {
    height: 240px;
  }

  .case .list .item .pic {
    height: auto;
  }

  .about .lf {
    width: 60%;
  }

  .about {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 130px;
  }

  .youshi .list .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  ._title .p {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .about ._title .p {
    font-size: 26px;
  }

  .about .t1 {
    font-size: 22px;
  }

  .about {
    background-attachment: unset;
  }

  ._mt {
    margin-top: 65px;
  }

  .fenlei .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .fenlei .list .item .name,
  .chanpin .list .item .name {
    font-size: 16px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  ._more {
    font-size: 12px;
    padding: 7px 16px;
  }

  .fenlei .list .item {
    margin-bottom: 45px;
  }
  .fenlei .list .item:nth-last-child(3) {
    margin-bottom: 45px;
  }
  .fenlei .list .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .fenlei .list .item:nth-last-child(2) {
    margin-bottom: 0;
  }

  .case .list .item .name {
    margin-bottom: 45px;
  }

  .chanpin .list {
    grid-template-columns: repeat(2, 1fr);
  }

  ._title {
    margin-bottom: 40px;
  }

  .chanpin .list .item .pic {
    height: 163px;
  }

  .chanpin .list .item {
    margin-bottom: 45px;
  }

  .youshi {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .about {
    padding-top: 88px;
    padding-bottom: 88px;
    margin-top: 40px;
  }

  .about .lf {
    width: 100%;
    position: static;
    padding: 50px 15px;
  }

  .about .summary {
    margin-bottom: 15px;
  }

  .youshi .list .item .title {
    margin-bottom: 23px;
  }

  .youshi .list .item .summary {
    font-size: 14px;
  }

  .youshi .list {
    display: block;
  }

  .youshi .list .item {
    padding: 30px 15px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .chanpin .swiper-button-prev {
    left: 0px;
  }

  .chanpin .swiper-button-next {
    right: 0px;
  }

  .chanpin .list .item .name {
    height: 62px;
  }
}

/*# sourceMappingURL=mystyle.css.map */
