.banner {
  width: 100%;
  height: 6.25rem;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner div p {
  font-weight: bold;
  white-space: nowrap;
}
.banner div p:nth-of-type(1) {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.banner div p:nth-of-type(2) {
  font-size: 0.625rem;
  color: #fff;
  margin-top: -0.55rem;
  letter-spacing: 0.075rem;
}
.title {
  margin-bottom: 0.5rem;
}
.title p {
  font-size: 0.5rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.title span {
  width: 1rem;
  height: 0.05rem;
  background: #17449A;
  border-radius: 0.05rem;
  opacity: 1;
}
.factory {
  padding: 0.75rem 3rem;
}
.factory_content {
  width: 100%;
  margin-top: 0.225rem;
  overflow: hidden;
  padding: 0 1rem;
}
.factory_content .factory_swiper {
  width: 100%;
  height: 9.1rem;
  /*margin-bottom: 0.5rem;*/
  overflow: hidden;
}
.factory_content .factory_swiper .cont_pic {
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding-bottom: 20px;
}
.factory_content .factory_swiper .cont_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.factory_content .factory_swiper .cont_pic .videoIconZ{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
}

.factory_content .swiper-thumbs {
  height: 2.95rem;
  overflow: hidden;
  position: relative;
}
.factory_content .swiper-thumbs .swiper-button-next,
.factory_content .swiper-thumbs .swiper-button-prev {
  width: 0.375rem;
  height: 0.75rem;
  background: rgba(23, 68, 154, 0.9);
  background-image: none;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.factory_content .swiper-thumbs .swiper-button-next img,
.factory_content .swiper-thumbs .swiper-button-prev img {
  width: 0.25rem;
  height: 0.25rem;
  margin-left: 0.025rem;
}
.factory_content .swiper-thumbs .swiper-button-next {
  border-radius: 2px 0px 0px 2px;
  right: 0;
}
.factory_content .swiper-thumbs .swiper-button-prev {
  border-radius: 0px 2px 2px 0px;
  left: 0;
}
.factory_content .swiper-thumbs .swiper-slide-thumb-active .thumbsBox span {
  height: 100%;
  background: rgba(23, 68, 154, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
}
.factory_content .swiper-thumbs .thumbsBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.factory_content .swiper-thumbs .thumbsBox img {
  width: 100%;
  height: 100%;
}
.factory_content .swiper-thumbs .thumbsBox span {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.25rem;
  color: #fff;
  text-align: center;
  padding: 0 0.2rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 820px) {
  .banner {
    height: 15rem;
    margin-top: 2.875rem;
  }
  .banner img {
    width: 100%;
  }
  .banner div p:nth-of-type(1) {
    font-size: 1.25rem;
  }
  .banner div p:nth-of-type(2) {
    font-size: 1.5rem;
    margin-top: -1rem;
    letter-spacing: 0.125rem;
  }
  .title {
    margin-bottom: 0.75rem;
  }
  .title p {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
  .title span {
    width: 2.5rem;
    height: 0.125rem;
  }
  .factory {
    padding: 1.25rem 1rem;
  }
  .factory .factory_cont ul li {
    height: 18.75rem;
    border-radius: 0.125rem;
    box-shadow: 0px 0px 5px 1px rgba(181, 181, 181, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  .factory .factory_cont ul li img {
    width: 100%;
    height: calc(100% - 1.875rem);
  }
  .factory .factory_cont ul li p {
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 1rem;
    color: #333;
    text-align: center;
  }
  .factory .factory_cont ul li .videoIconZ{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    cursor: pointer;
  }
  .factory .factory_cont .more {
    width: 6.25rem;
    height: 1.875rem;
    border-radius: 0.25rem;
    border: 1px solid #cdcdcd;
    margin: auto;
  }
  .factory .factory_cont .more p {
    font-size: 0.875rem;
    color: #686868;
    margin-right: 0.375rem;
  }
  .factory .factory_cont .more img {
    width: 1rem;
    height: 1rem;
  }
}
