.hoverImg {
  display: block;
  overflow: hidden;
}
.hoverImg:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hoverImg > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.defaultBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.textAlign {
  word-break: break-all;
  overflow-wrap: anywhere;
}
.fix-nav-style {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.fix-nav-style .main-menu-ul-list .main-menu > a {
  color: #222222;
}
.fix-nav-style .main-menu-ul-list .has-child {
  color: #222222;
}
.fix-nav-style .nav-icon-item {
  color: #222222;
}
.fix-nav-style .nav-logo .abs-log {
  opacity: 1;
  top: 0;
}
.main-banner-con {
  position: relative;
  height: 10.8rem;
  overflow: hidden;
}
.main-banner-con .swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-banner-con .swiper-wrapper,
.main-banner-con .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner-con .banner-text-con {
  width: var(--main-width);
  margin: 0 auto;
  padding-top: 2.7rem;
}
.main-banner-con .banner-text {
  color: #ffffff;
  font-size: 0.48rem;
  font-family: "gilroy-bold-4";
}
.main-banner-con .banner-detail-text {
  margin-top: 0.7rem;
  padding-top: 0;
  font-size: 0.16rem;
  color: #ffffff;
  width: 7.2rem;
  line-height: 0.26rem;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.factory-con {
  width: var(--main-width);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.7rem;
}
.factory-con .common-container-con {
  width: 6.2rem;
  margin-right: 1rem;
}
.factory-con .common-container-con .common-sub-title {
  height: 2.7rem;
}
.factory-con .img-list-con {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
}
.factory-con .img-list-con .list-item {
  position: relative;
  width: 2rem;
  height: 1.3rem;
  border: 5px solid #ffffff;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
.factory-con .img-list-con .list-item:hover {
  border-color: #0085ff;
}
.factory-con .img-list-con .img-con {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.factory-con .img-list-con .img-con:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.factory-con .img-list-con .img-con > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.factory-con .img-list-con .img-con > img {
  width: 100%;
  height: 100%;
}
.factory-con .img-list-con:hover {
  border-color: #0085ff;
}
.factory-con .img-list-con .abs-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.15rem 0.1rem;
  color: #ffffff;
  font-size: 0.18rem;
  font-family: "gilroy-bold-4";
  word-break: break-all;
  overflow-wrap: anywhere;
}
.factory-con .swiper-con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 5.7rem;
  margin-top: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
.factory-con .swiper-con .swiper {
  width: 100%;
  height: 100%;
}
.factory-con .swiper-con .swiper-slide {
  width: 100%;
  height: 100%;
}
.factory-con .swiper-con .swiper-slide:hover .bg-con {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.factory-con .swiper-con .swiper-slide .bg-con {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.introduction-con {
  position: relative;
  width: 100%;
  height: 10.8rem;
}
.introduction-con .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.introduction-con .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.introduction-con .text-content {
  width: var(--main-width);
  padding-top: 2.7rem;
  margin: 0 auto;
  color: #ffffff;
}
.introduction-con .title-con {
  font-size: 0.48rem;
  font-family: "gilroy-bold-4";
  text-shadow: 0 0.06rem 0.16rem rgba(0, 0, 0, 0.25);
}
.introduction-con .text-info {
  width: 7.2rem;
  margin-top: 0.65rem;
}
.introduction-con .text-info > p {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.introduction-con .img-list-con {
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: var(--main-width);
  z-index: 2;
  gap: 0.3rem;
}
.introduction-con .list-item {
  position: relative;
  width: 3rem;
  height: 1.5rem;
  overflow: hidden;
  cursor: pointer;
}
.introduction-con .img-con {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.introduction-con .img-con:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.introduction-con .img-con > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.introduction-con .img-con > img {
  width: 100%;
  height: 100%;
}
.introduction-con:hover {
  border-color: #0085ff;
}
.introduction-con .abs-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.2rem;
  color: #ffffff;
  font-size: 0.18rem;
  word-break: break-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 760px) {
  .factory-con {
    display: block;
    padding-bottom: 1rem;
  }
  .factory-con .common-container-con .common-sub-title {
    height: auto;
  }
  .factory-con .img-list-con {
    gap: 0.1rem;
    margin-top: 0.4rem;
  }
  .factory-con .img-list-con .list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
  }
  .factory-con .img-list-con .abs-title {
    font-size: 0.24rem;
  }
  .factory-con .swiper-con {
    margin-top: 0.2rem;
    width: 100%;
    height: 3.6rem;
  }
  .introduction-con .text-info > p {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
