.w1280 {
  width: 1280px;
  margin: 0 auto;
}

.w1340 {
  width: 1340px;
  margin: 0 auto;
}

.w1480 {
  width: 1480px;
  margin: 0 auto;
}

.patent-btns {
  position: absolute;
  z-index: 3;
  height: 1px;
  overflow: visible;
  width: 100%;
  left: 0;
  top: calc(50% - .6rem);
}

.patent-btns .btn {
  position: absolute;
  display: block;
  top: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-position: center !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  transition: all .5s ease;
}

.patent-btns .btn:hover {
  transform: translateY(-6px);
}

.patent-btns .prev {
  left: 20px;
  background-image: url(../images/prev2.png);
}

.patent-btns .next {
  right: 20px;
  background-image: url(../images/next2.png);
}

.manufacture-banner1-wrap {
  position: relative;
  margin-bottom: .8rem;
}

.manufacture-banner1-wrap .patent-btns {
  top: 50%;
}

.manufacture-banner1 {
  position: relative;
  font-size: 14px;
  line-height: 2;
  color: #333;
  text-align: center;
  overflow: hidden;
  padding: 1.25rem 0;
}

.manufacture-banner1 .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 720px;
  height: 450px;
}

.manufacture-banner1 .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  transition: all .5s ease;
  top: 0;
  left: 0;
}

.manufacture-banner1 .swiper-slide.swiper-slide-active:before {
  opacity: 0;
}

.manufacture-banner2-wrap {
  position: relative;
  padding-bottom: 3.25rem;
}

.manufacture-banner2-wrap .patent-btns {
  top: 36px;
}

.manufacture-banner2-wrap .btn {
  background-color: #fff;
}

.manufacture-banner2-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  z-index: 0;
  top: 36px;
  left: 0;
}

.manufacture-banner2-wrap .img-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  background: #f5f5f5;
  overflow: hidden;
  margin: 0 auto 15px;
  border-radius: 50%;
}

.manufacture-banner2-wrap .img-wrap .img100 {
  transition: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.manufacture-banner2-wrap .img-wrap .unhover {
  display: block;
}

.manufacture-banner2-wrap .img-wrap .hover {
  display: none;
}

.manufacture-banner2-wrap .swiper-slide {
  color: #888;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  transition: all .5s ease;
}

.manufacture-banner2-wrap .swiper-slide:hover {
  color: #333;
}

.manufacture-banner2-wrap .swiper-slide:hover .img-wrap {
  background: #d70c19;
}

.manufacture-banner2-wrap .swiper-slide.swiper-slide-active {
  color: #333;
}

.manufacture-banner2-wrap .swiper-slide.swiper-slide-active .img-wrap {
  background: #d70c19;
}

.img100 {
    display: block;
    width: 100%;
}

.manufacture-banner2-wrap .swiper-slide.swiper-slide-active .hover {
  display: block !important;
}

.manufacture-banner2-wrap .swiper-slide.swiper-slide-active .unhover {
  display: none !important;
}

.manufacture-banner2-wrap .banner-title {
  width: 118px;
  margin: 0 auto;
}

.manufacture-banner2 {
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

#lightbox-container-image-data-box {
  box-sizing: content-box;
}


.honor-banner1-wrap {
  position: relative;
  margin-bottom: .8rem;
}

.honor-banner1-wrap .patent-btns {
  top: 50%;
}

.honor-banner1 {
  position: relative;
  font-size: 14px;
  line-height: 2;
  color: #333;
  text-align: center;
  overflow: hidden;
}

.honor-banner1 .honor-slide-name {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #333;
  opacity: 0;
}

.honor-banner1 .img-wrap {
  border: 1px solid #eee;
}

.honor-banner1 .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 540px;
    /*height: 445px;*/
  height: auto;
}

.honor-banner1 .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 3;
  transition: all .5s ease;
  top: 0;
  left: 0;
}

.honor-banner1 .swiper-slide.swiper-slide-active {
  z-index: 4;
}

.honor-banner1 .swiper-slide.swiper-slide-active .img-wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.honor-banner1 .swiper-slide.swiper-slide-active:before {
  opacity: 0;
}

.honor-banner1 .swiper-slide.swiper-slide-active .honor-slide-name {
  opacity: 1;
}

.honor-banner2 {
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

.honor-banner1-wrap {
  position: relative;
  margin-bottom: 140px;
  top: 0%;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate( -50%, 0%);
}

.honor-banner1-wrap .patent-btns {
  top: 50%;
}

@media (max-width: 1600px) {

  .manufacture-banner1.w1280 {
    width: 940px;
  }

  .manufacture-banner1 .swiper-slide {
    width: 660px;
    height: 414px;
  }

  .honor-banner2 {
    width: 100%;
  }

}

@media (max-width: 1391px) {
  .honor-banner1.w1280 {
    width: 970px;
  }

  .manufacture-banner2 {
    width: calc(100% - 180px) !important;
  }
}

@media (max-width: 1200px) {


  .manufacture-banner1.w1280 {
    width: 740px;
  }

  .manufacture-banner1 .swiper-slide {
    width: 520px;
    height: 324px;
  }

  .honor-banner1 .honor-slide-name {
    margin-top: 16px;
  }

  .honor-banner1.w1280 {
    width: 700px;
  }

  .honor-banner1 .swiper-slide {
    width: 450px;
    height: 380px;
  }
}

@media (max-width: 1023px) {

  .manufacture-banner1-wrap.w1480 {
    width: 100%;
  }

  .honor-banner1-wrap.w1480 {
    width: 100%;
  }

  .maintenance-video-wrap .video-title {
    font-size: 14px;
  }

  .manufacture-banner2-wrap {
    padding-bottom: 2rem;
  }
}

@media (max-width: 900px) {
  .manufacture-banner1 .swiper-slide {
    width: auto;
    height: auto;
  }

  .manufacture-banner1, .manufacture-banner2 {
    width: calc(100% - 110px) !important;
  }

  .honor-banner1.w1280 {
    width: 92%;
  }

  .honor-banner2.w1480, .manufacture-banner1-wrap.w1480, .manufacture-banner2-wrap .w1480 {
    width: 100%;
  }

  .honor-banner1 .swiper-slide {
    width: 100%;
    height: auto;
  }

}

@media (max-width: 767px) {
 

  .manufacture-banner1, .manufacture-banner2 {
    width: calc(100% - 10px) !important;
  }

  .manufacture-banner1-wrap, .manufacture-banner2-wrap .w1480 {
    width: 100%;
  }

  .manufacture-banner1-wrap {
    margin-bottom: 0;
  }

  .manufacture-banner2-wrap .swiper-slide {
    font-size: 12px;
    line-height: 20px;
  }

  .manufacture-banner2-wrap .img-wrap {
    width: 60px;
    height: 60px;
  }

  .manufacture-banner2-wrap .banner-title {
    margin: 0 auto;
    width: 100%;
  }

  .manufacture-banner1 {
    padding: 1.5rem 0;
  }

  .manufacture-banner2 {
    width: calc(100% - 80px) !important;
  }

  .manufacture-banner1 .swiper-slide.swiper-slide-active {
    transform: scale3D(1, 1, 1) !important;
  }
}

.manufacture-banner2-wrap .swiper-slide.swiper-slide-active .unhover {
  display: none;
}

.manufacture-banner2-wrap .swiper-slide.swiper-slide-active .hover {
  display: block;
}

.manufacture-banner2-wrap .swiper-slide:hover .hover {
  display: block;
}

.manufacture-banner2-wrap .swiper-slide:hover .unhover {
  display: none;
}

.manufacture .m-show {
  display: none;
}

@media(max-width: 900px) {
  .manufacture .pc-show {
    display: none;
  }

  .manufacture .m-show {
    display: block;
  }
}

#lightbox-container-image-box {
    /* max-width: 500px; */
    max-height: 64vh;
}

@media (max-width: 600px) {
  #lightbox-container-image-box, #lightbox-container-image-data-box {
    width: 92vw !important;
    padding: 0 !important;
  }
}

#lightbox-image {
    max-width: 100% !important;
    max-height: 100% !important;
}

.pc-show {
  position: relative;
}

.manufacture-banner1-wrap {
  position: relative;
  left: 50%;
  top: 0%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate( -50%, 0%);
}
