@charset "utf-8";
/*首页滑屏*/
.swiper-id1 {
  background-color: #000000;
  width: 100%;
  height: 650px;
}
.swiper-id1 .swiper-slide {
  z-index: 1;
  background-position: center center;
  background-size: cover;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}
.swiper-id1 .swiper-image-1 {
  background-image: url(/img/slider/slider1.jpg);
}
.swiper-id1 .swiper-image-2 {
  background-image: url(/img/slider/slider2.jpg);
}
.swiper-id1 .swiper-image-3 {
  background-image: url(/img/slider/slider3.jpg);
}
.swiper-id1 .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); /* 调节透明度让背景变暗 */
  z-index: 0;
}
.swiper-id1 .swiper-slide > * {
  position: relative;
  z-index: 1; /* 确保文字在遮罩层之上 */
}
.swiper-id1 .swiper-slide a {
  display: inline-block;
}
.swiper-id1 .swiper-slide .text1 {
  -webkit-background-clip: text;
  display: inline-block;
  margin-top: 160px;
  background-image: linear-gradient(45deg, #ccefff, #60cafc 50%, #2f65ff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #06467C;
  font-weight: 600;
  font-size: 60px;
  line-height: 100px;
  text-transform: uppercase;
}
.swiper-id1 .swiper-slide .text2 {
  color: #EFEFEF;
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
}
.swiper-id1 .swiper-slide .text3 {
  color: #EFEFEF;
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
}
.swiper-id1 .swiper-slide .button1 {
  zoom: 1;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 80px;
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #06467C;
  border-radius: 24px;
  background-color: #06467C;
  width: 200px;
  height: 40px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
}
.swiper-id1 .swiper-slide .button1:hover {
  border: 2px solid #FFFFFF;
}
.swiper-id1 .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 2px;
  background-color: #727272;
  width: 10px;
  height: 4px;
}
.swiper-id1 .swiper-pagination-bullet-active {
  border-radius: 2px;
  background: #FFFFFF;
  width: 20px;
  height: 4px;
}
.swiper-id1 .swiper-button-white {
  opacity: 0.1;
}
.swiper-id1 .swiper-button-white:hover {
  opacity: 0.9;
}
/*首页产品分类*/
.swiper-id2 {
  width: 1200px;
  height: 460px;
  overflow: hidden;
}
.swiper-id2 .swiper-slide {
  z-index: 1;
  text-align: center;
}
.swiper-id2 .product-img {
  margin-bottom: 10px;
  border-radius: 30px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 360px;
  height: 360px;
}
.swiper-id2 .product-topic {
  color: #3B3B3B;
  font-weight: 600;
  font-size: 20px;
}
.swiper-id2 .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 2px;
  background-color: #727272;
  width: 10px;
  height: 4px;
}
.swiper-id2 .swiper-pagination-bullet-active {
  border-radius: 2px;
  background: #06467C;
  width: 20px;
  height: 4px;
}
.swiper-id2 .swiper-button-black {
  opacity: 0.1;
}
.swiper-id2 .swiper-button-black:hover {
  opacity: 0.3;
}
/*首页解决方案*/
.swiper-id3 {
  width: 1200px;
  height: 550px;
  overflow: hidden;
}
.swiper-id3 .swiper-slide {
  z-index: 1;
  text-align: center;
}
.swiper-id3 .product-img {
  margin-bottom: 10px;
  border-radius: 30px;
  background-position: center center;
  background-size: cover;
  width: 360px;
  height: 360px;
}
.swiper-id3 .product-topic {
  color: #3B3B3B;
}
.swiper-id3 .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 2px;
  background-color: #727272;
  width: 10px;
  height: 4px;
}
.swiper-id3 .swiper-pagination-bullet-active {
  border-radius: 2px;
  background: #06467C;
  width: 20px;
  height: 4px;
}
/*产品展示*/
.swiper-id4 {
  background-color: #FFFFFF;
  width: 500px;
  height: 500px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #EFEFEF;
  border-radius: 20px;
}
.swiper-id4 .swiper-slide {
  z-index: 1;
}
.swiper-id4 .swiper-image {
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
}
.swiper-id4 .swiper-pagination4 {
  margin-left: 10px;
  border-radius: 10px;
  background-color: #212121;
  width: 50px;
  height: 20px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.swiper-id4 .swiper-pagination4 {
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
  background: rgba(0, 0, 0, 0.5);
}
.swiper-id4 .swiper-button-black {
  opacity: 0.1;
}
.swiper-id4 .swiper-button-black:hover {
  opacity: 0.3;
}
/*AGV*/
.swiper-id5 {
  width: 1200px;
  height: 260px;
  overflow: hidden;
}
.swiper-id5 .swiper-slide {
  z-index: 1;
  text-align: center;
}
.swiper-id5 .product-img {
  margin-bottom: 10px;
  border-radius: 30px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
}
.swiper-id5 .product-topic {
  color: #3B3B3B;
}
.swiper-id5 .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 2px;
  background-color: #727272;
  width: 10px;
  height: 4px;
}
.swiper-id5 .swiper-pagination-bullet-active {
  border-radius: 2px;
  background: #06467C;
  width: 20px;
  height: 4px;
}
.swiper-id5 .swiper-button-black {
  opacity: 0.1;
}
.swiper-id5 .swiper-button-black:hover {
  opacity: 0.3;
}