/*@font-face {
   font-family:'PlayfairDisplay';
   src: url('../fonts/PlayfairDisplay-Regular-7.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.pd{
   font-family: "PlayfairDisplay";
}*/
._title {
  margin-bottom: 80px;
  padding-left: 140px;
}
._title h5 {
  font-size: 36px;
  margin-bottom: 25px;
  color: #393939;
  font-weight: bold;
}
._title p {
  font-size: 16px;
  color: #393939;
  width: 80%;
}

.banner .swiper-container-horizontal > .swiper-scrollbar {
  left: unset;
  right: 10%;
  width: 300px;
  background: white;
  bottom: 10%;
  height: 2px;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  background: none;
  position: static;
  opacity: 1;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.banner .swiper-pagination {
  display: flex;
  align-items: center;
  color: white;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: static;
}
.banner .btn_list {
  position: absolute;
  left: 10%;
  bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.xilie {
  margin-top: 120px;
  margin-bottom: 100px;
}
.xilie .top_title {
  margin-bottom: 20px;
  display: flex;
  padding-left: 24px;
  align-items: center;
}
.xilie .top_title p {
  font-size: 22px;
  color: #393939;
}
.xilie .top_title a {
  color: #393939;
  font-size: 16px;
}
.xilie .top_title .line {
  background: #393939;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
  width: 30px;
}
.xilie .owl_chanpin .swiper-slide {
  width: 450px;
}
.xilie .owl_chanpin .item {
  padding-bottom: 100px;
  margin-right: 20px;
}
.xilie .owl_chanpin .item .pic {
  position: relative;
  overflow: hidden;
}
.xilie .owl_chanpin .item .pic img {
  transition: .5s;
}
.xilie .owl_chanpin .item .pic:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  content: '';
}
.xilie .owl_chanpin .item .pic .back {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.xilie .owl_chanpin .item .pic .back .name {
  font-size: 50px;
  font-weight: bold;
  font-family: "PlayfairDisplay";
}
.xilie .owl_chanpin .item .pic .back .name2 {
  font-size: 18px;
}
.xilie .owl_chanpin .item .message {
  line-height: 2;
  margin-top: 10px;
  font-size: 22px;
}
.xilie .owl_chanpin .item:hover .message {
  opacity: 0;
}
.xilie .owl_chanpin .item:hover .pic img {
  transform: scale(1.1);
}
.xilie .owl_chanpin .item:hover .pic .back {
  display: flex;
}
.xilie .owl_chanpin .item:hover .pic:after {
  display: block;
}
.xilie .owl_chanpin .swiper-button-next,
.xilie .owl_chanpin .swiper-button-prev {
  background: white;
  right: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 45px;
  margin-top: -58px;
  height: 45px;
  border-radius: 100%;
}
.xilie .owl_chanpin .swiper-button-prev {
  right: 0;
  left: 20px;
}
.xilie .owl_chanpin .swiper-button-prev img {
  transform: rotate(180deg);
}
.xilie .swiper-container-horizontal > .swiper-scrollbar {
  height: 2px;
  width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.sheji {
  margin-bottom: 150px;
  background: url("../images/bg1.png") no-repeat top;
  background-position-y: 36px;
}
.sheji .container2 {
  overflow: visible;
}
.sheji .top_box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.sheji .top_box .lf {
  position: relative;
}
.sheji .top_box .lf .lf_word {
  position: absolute;
  left: -96px;
  top: 188px;
}
.sheji .top_box .rt {
  flex: 1;
  margin-top: 40px;
}
.sheji .top_box .rt .rt_word {
  padding-left: 70px;
}
.sheji .top_box .rt p {
  font-size: 18px;
  width: 70%;
  color: #393939;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 70px;
}
.sheji .bottom {
  text-align: center;
}

.case {
  margin-bottom: 80px;
}
.case .item {
  margin-bottom: 60px;
}
.case .item:hover .pic img {
  transform: scale(1.1);
}
.case .item .pic {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.case .item .pic img {
  transition: .5s;
}
.case .item .name {
  font-size: 22px;
  color: #393939;
  margin-top: 40px;
}
.case .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.case .list .item {
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .banner .btn_list {
    display: none;
  }

  .xilie {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sheji .top_box {
    display: block;
    margin-bottom: 25px;
  }

  .xilie .owl_chanpin .item {
    padding: 15px;
    margin-right: 0;
  }

  .sheji .top_box .rt .rt_word {
    padding-left: 0;
  }

  .case ._title h5 {
    margin-bottom: 9px;
  }

  .sheji {
    margin-bottom: 60px;
  }

  .sheji .top_box .rt p {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 2;
    font-size: 16px;
  }

  .case .item {
    margin-bottom: 30px;
  }

  .case .item .pic {
    border-radius: 7px;
  }

  .case .item .name {
    text-align: center;
    font-size: 16px;
    margin-top: 27px;
  }

  .xilie .owl_chanpin .item .message {
    text-align: center;
  }

  ._title {
    padding-left: 0;
    margin-bottom: 40px;
    line-height: 2;
  }

  .xilie .top_title a {
    font-size: 14px;
  }

  .xilie .top_title p {
    flex: 1;
  }

  .xilie .top_title {
    padding-left: 0;
  }

  ._title h5 {
    font-size: 20px;
    line-height: 2;
  }

  ._title p {
    width: 100%;
  }

  .case {
    margin-bottom: 60px;
  }
}

/*# sourceMappingURL=index.css.map */
