@charset "utf-8";

body {
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none
}

p {
  padding: 0;
  margin: 0;
}

@media screen and (max-width:1000px) {
  .techbanner {
    display: none !important;
  }

  .waptechbanner {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .waptechbanner img {
    width: 100%;
  }

  .waptechbanner .txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 45%;

  }

  .waptechbanner .txt p:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: normal;
  }

  .waptechbanner .txt p:nth-child(2) {
    font-size: 0.9rem;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2% 0 0 0;
    font-weight: normal;
    letter-spacing: 0.5rem;
  }

  .part1 .comm {
    width: 95% !important;
  }

  .part1 .comm .commbt {
    flex-direction: column !important;
  }

  .part1 .comm .commbt .bt-left {
    width: 100% !important;
  }

  .part1 .comm .commbt .bt-right {
    width: 100% !important;
  }

  .part1 .tech1 .list .item2 .list1 .swiper-container7 {
    display: none;
  }

  .part1 .tech2 .list .item2 .list1 .swiper-container8 {
    display: none;
  }

  .part1 .tech1 {
    width: 95% !important;
  }

  .part1 .tech1 .list .item2 .list1 .swiper-container9 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .part1 .tech1 .list .item2 .list1 .swiper-container9 .swiper-pagination9 .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.7) !important;
  }

  .part1 .tech2 {
    width: 95% !important;
  }

  .part1 .tech2 .list .item2 .list1 .swiper-container10 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .part1 .tech2 .list .item2 .list1 .swiper-container10 .swiper-pagination10 .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.7) !important;
  }

}

@media screen and (min-width:1000px) {
  .waptechbanner {
    display: none !important;
  }

  .swiper-container9 {
    display: none;
  }

  .swiper-container10 {
    display: none;
  }
}

@media screen and (min-width:1300px) and (max-width:1900px) {
  .part1 .comm .commbt .bt-left {
    width: 25% !important;
  }



}

/* banner */
.techbanner {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.techbanner img {
  width: 100%;
}

.techbanner .txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45%;

}

.techbanner .txt p:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: normal;
}

.techbanner .txt p:nth-child(2) {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 2% 0 0 0;
  font-weight: normal;
  letter-spacing: 0.5rem;
}

.part1 {
  width: 100%;
  /* height: 800px; */
  /* background-image: url('/template/resources/web/img/part2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
  background: #ffffff;
}

.part1 .comm {
  width: 80%;
  margin: auto;
}

.part1 .comm .commbt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5% 0 0 0;
}

.part1 .comm .commbt .bt-left {
  width: 18%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.part1 .comm .commbt .bt-left .line {
  position: relative;
}

.part1 .comm .commbt .bt-left .line::before {
  color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}

.part1 .comm .commbt .bt-left .line::after {
  color: rgba(219, 38, 29, 1);
  background: rgba(219, 38, 29, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 35px;
}

.part1 .comm .commbt .bt-left .wz {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 5%;
}

.part1 .comm .commbt .bt-left .wz p:nth-child(1) {
  font-size: 1.5rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;

}

.part1 .comm .commbt .bt-left .wz p:nth-child(2) {
  font-size: 1.5rem;
  color: rgba(153, 153, 153, 1);
  font-style: italic;
  margin: 10% 0 0 0;
}

.part1 .comm .commbt .bt-right {
  width: 82%;
  display: flex;
  flex-direction: column;
}

.part1 .comm .commbt .bt-right .line2 {
  width: 100%;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.part1 .tech1 {
  width: 80%;
  margin: auto;
  /* height: 350px; */
  /* border: 1px solid #000; */
}

.part1 .tech1 .list {
  display: flex;
  flex-direction: column;
  margin: 5% 0 0 0;
}

.part1 .tech1 .list .item1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid rgba(0, 85, 255, 1);
}

.part1 .tech1 .list .item1 img {
  width: 22px;
  height: 35px;
  margin: 0 0 0.5% 0;
}

.part1 .tech1 .list .item1 span {
  color: rgba(51, 51, 51, 1);
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin: 0 0 0.5% 1%;

}

/* 产品生产设备 */
.part1 .tech1 .list .item2 {
  width: 100%;
}

.part1 .tech1 .list .item2 .list1 {
  width: 100%;
  margin: 3% 0 0 0;
}




.part1 .tech1 .list .item2 .list1 .swiper-container7 {
  width: 100%;
  height: 100%;

}

.part1 .tech1 .list .item2.list1 .swiper-container7 .swiper-pagination7 {
  position: relative;
  padding: 2% 0 0 0;
}

.part1 .tech1 .list .item2 .list1 .swiper-container7 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(144, 161, 190, 0.1);
  overflow: hidden;

}

.part1 .tech1 .list .item2 .list1 .swiper-container7 .swiper-slide span {
  font-size: 1.2rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 4.5rem;

}

.part1 .tech1 .list .item2 .list1 .swiper-container7 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.part1 .tech1 .list .item2 .list1 .swiper-container7 .swiper-wrapper .swiper-slide img:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 1s ease 0s;  
  overflow: hidden;
}

.part1 .tech1 .list .item2 .list1 .swiper-container7 .swiper-pagination7 .swiper-pagination-bullet-active {
  background: #007aff !important;
}

.part1 .tech1 .list .item2 .list1 .swiper-container7 .swiper-pagination7 .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.7) !important;
}

.part1 .tech1 .list .item2 .list1 .swiper-container7 .swiper-pagination7.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
  position: relative !important;
  margin: 2% 0 2% 0;
}


/* 检测设备 */
.part1 .tech2 {
  width: 80%;
  margin: auto;
  /* height: 350px; */
  /* border: 1px solid #000; */
}

.part1 .tech2 .list {
  display: flex;
  flex-direction: column;
  margin: 3% 0 0 0;
}

.part1 .tech2 .list .item1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid rgba(0, 85, 255, 1);
}

.part1 .tech2 .list .item1 img {
  width: 22px;
  height: 35px;
  margin: 0 0 0.5% 0;
}

.part1 .tech2 .list .item1 span {
  color: rgba(51, 51, 51, 1);
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin: 0 0 0.5% 1%;

}

/* 产品生产设备 */
.part1 .tech2 .list .item2 {
  width: 100%;
}

.part1 .tech2 .list .item2 .list1 {
  width: 100%;
  margin: 3% 0 3% 0;
}




.part1 .tech2 .list .item2 .list1 .swiper-container8 {
  width: 100%;
  height: 100%;

}

.part1 .tech2 .list .item2.list1 .swiper-container8 .swiper-pagination8 {
  position: relative;
  padding: 2% 0 0 0;
}

.part1 .tech2 .list .item2 .list1 .swiper-container8 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(144, 161, 190, 0.1);
  overflow: hidden;
}

.part1 .tech2 .list .item2 .list1 .swiper-container8 .swiper-slide .bt {
  font-size: 1.2rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 4.5rem;

}

.part1 .tech2 .list .item2 .list1 .swiper-container8 .swiper-slide .nr {
  font-size: 0.9rem;
  color: rgba(102, 102, 102, 1);
  margin: 0 0 5% 0;
  width: 95%;
  text-align: center;
}

.part1 .tech2 .list .item2 .list1 .swiper-container8 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 350px;
  
  overflow: hidden;
}

.part1 .tech2 .list .item2 .list1 .swiper-container8 .swiper-wrapper .swiper-slide img:hover {
  cursor: pointer;
  overflow: hidden;
  transform: scale(1.1);
  transition: all 1s ease 0s;  
}

.part1 .tech2 .list .item2 .list1 .swiper-container8 .swiper-pagination8 .swiper-pagination-bullet-active {
  background: #007aff !important;
}

.part1 .tech2 .list .item2 .list1 .swiper-container8 .swiper-pagination8 .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.7) !important;
}

.part1 .tech2 .list .item2 .list1 .swiper-container8 .swiper-pagination8.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
  position: relative !important;
  margin: 2% 0 2% 0;
}