video {
  display: block;
  object-fit: cover;
}

.pro_qyzc1 {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_qyzc1 .wrap {
  width: 90%;
  margin: auto;
  text-align: center;
  transform: translateY(70px);
}
.pro_qyzc1 .wrap .icon {
  width: 92px;
  margin: auto;
}
.pro_qyzc1 .wrap .icon img {
  width: 100%;
}
.pro_qyzc1 .wrap .p1 {
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.2px;
  width: fit-content;
  margin: 27px auto 0;
  background: linear-gradient(180deg, #11253E 0%, #275179 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_qyzc1 .wrap .p2 {
  margin: 10px 0 0 0;
  color: #284F77;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}
.pro_qyzc1 .wrap .images {
  width: 622px;
  margin: 80px auto 0;
}
.pro_qyzc1 .wrap .images img {
  width: 100%;
}

.common_cut {
  width: fit-content;
  height: 48px;
  border-radius: 6px;
  background: #EEEEF0;
  display: flex;
  justify-content: center;
  padding: 4px;
  margin: 32px auto 20px;
  gap: 4px;
}
.common_cut .list {
  width: fit-content;
  height: 100%;
  border-radius: 4px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6E6E73;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: .6s ease;
}
.common_cut .list:hover {
  color: #EA5520;
}
.common_cut .list.on {
  color: #fff;
  background: #1D1D1F;
}

.pro_qyzc2 {
  padding: 105px 0 120px;
}
.pro_qyzc2 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_qyzc2 .wrap .title {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 40px;
}
.pro_qyzc2 .wrap .images {
  width: 100%;
  height: 600px;
  border-radius: 16px;
  overflow: hidden;
}
.pro_qyzc2 .wrap .images .imagesSwiper {
  width: 100%;
  height: 100%;
}
.pro_qyzc2 .wrap .images .imagesSwiper .swiper-slide img, .pro_qyzc2 .wrap .images .imagesSwiper .swiper-slide video {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.pro_qyzc2 .wrap .text .pick {
  display: none;
  color: #6E6E73;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.pro_qyzc2 .wrap .text .pick.on {
  display: block;
}

.pro_qyzc3 {
  position: relative;
}
.pro_qyzc3 .bigImg {
  width: 100%;
}
.pro_qyzc3 .wrap {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translate(-50%);
}
.pro_qyzc3 .wrap .title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 42px;
}
.pro_qyzc3 .wrap .figure {
  display: flex;
  justify-content: center;
  gap: 85px;
}
.pro_qyzc3 .wrap .figure .item .dis {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.pro_qyzc3 .wrap .figure .item .dis span {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(180deg, #FEBC2E 0%, #EA5520 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 80%;
}
.pro_qyzc3 .wrap .figure .item .dis .dw {
  width: 20px;
  margin: 0 0 0 5px;
}
.pro_qyzc3 .wrap .figure .item p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0 0 0;
}

.pro_qyzc4 {
  padding: 100px 0 64px;
}
.pro_qyzc4 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_qyzc4 .wrap .up {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro_qyzc4 .wrap .up .title {
  color: #111;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pro_qyzc4 .wrap .up .title p{
    display: none;
}
.pro_qyzc4 .wrap .up .title p.on{
    display: block;
}
.pro_qyzc4 .wrap .up .button {
  display: flex;
  gap: 12px;
}
.pro_qyzc4 .wrap .up .button .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E6E6E6;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.pro_qyzc4 .wrap .up .button .circle:hover:after {
  opacity: 1;
}
.pro_qyzc4 .wrap .up .button .circle:hover .iconfont {
  color: #fff;
}
.pro_qyzc4 .wrap .up .button .circle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #FEBC2E 0%, #EA5520 100%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: .6s ease;
}
.pro_qyzc4 .wrap .up .button .circle:first-child {
  transform: rotateY(180deg);
}
.pro_qyzc4 .wrap .up .button .circle .iconfont {
  font-size: 20px;
  color: #CCCCCC;
  transition: .6s ease;
}
.pro_qyzc4 .wrap .content {
  margin: 36px 0 0 0;
}
.pro_qyzc4 .wrap .content .swiper1 {
  width: 2420px;
  margin: 0;
}
.pro_qyzc4 .wrap .content .swiper1 .swiper-slide img, .pro_qyzc4 .wrap .content .swiper1 .swiper-slide video {
  width: 100%;
  height: 600px;
  border-radius: 16px;
}
.pro_qyzc4 .wrap .content .swiper1 .swiper-pagination {
  bottom: 48px;
  left: 0;
  width: fit-content;
  position: static;
  margin: 48px 0 0 0;
}
.pro_qyzc4 .wrap .content .swiper1 .swiper-pagination span {
  width: 100px;
  height: 6px;
  border-radius: 10px;
  background: rgba(17, 17, 17, 0.1);
  transition: .4s ease;
  opacity: 1 !important;
  margin: 0 12px 0 0 !important;
}
.pro_qyzc4 .wrap .content .swiper1 .swiper-pagination span:last-child {
  margin: 0 !important;
}
.pro_qyzc4 .wrap .content .swiper1 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #111;
}

.pro_qyzc5 {
  padding: 100px 0 40px;
}
.pro_qyzc5 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_qyzc5 .wrap .title {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 40px;
}
.pro_qyzc5 .wrap .title span {
  background: linear-gradient(180deg, #FEBC2E 0%, #EA5520 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_qyzc5 .wrap .images {
  width: 100%;
  height: 600px;
  border-radius: 16px;
  overflow: hidden;
}
.pro_qyzc5 .wrap .images .imagesSwiper2 {
  width: 100%;
  height: 100%;
}
.pro_qyzc5 .wrap .images .imagesSwiper2 .swiper-slide img, .pro_qyzc5 .wrap .images .imagesSwiper2 .swiper-slide video {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.pro_qyzc5 .wrap .text .pick {
  display: none;
  color: #6E6E73;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.pro_qyzc5 .wrap .text .pick.on {
  display: block;
}

.pro_qyzc6 {
  padding: 100px 0 70px;
}
.pro_qyzc6 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_qyzc6 .wrap .title {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pro_qyzc6 .wrap .content {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.pro_qyzc6 .wrap .content .item {
  width: 285px;
}
.pro_qyzc6 .wrap .content .item .img {
  border-radius: 12px;
  height: 300px;
  overflow: hidden;
}
.pro_qyzc6 .wrap .content .item .img:hover img {
  transform: scale(1.05);
}
.pro_qyzc6 .wrap .content .item .img img {
  width: 100%;
  height: 100%;
  transition: .6s ease;
}
.pro_qyzc6 .wrap .content .item .text {
  margin: 20px 0 0 0;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pro_qyzc7 {
  padding: 100px 0 160px;
  background: linear-gradient(180deg, #FFF 0%, #F0F1F2 100%);
}
.pro_qyzc7 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_qyzc7 .wrap .title {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pro_qyzc7 .wrap .title span {
  background: linear-gradient(180deg, #FEBC2E 0%, #EA5520 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_qyzc7 .wrap .content {
  border-radius: 12px;
  background: #FFF;
  margin: 33px 0 0 0;
  padding: 32px;
  display: flex;
}
.pro_qyzc7 .wrap .content .left {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.pro_qyzc7 .wrap .content .left .item {
  width: 100%;
  height: 125px;
  border-radius: 8px;
  background: #F7F7F8;
  padding: 28px 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.pro_qyzc7 .wrap .content .left .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #EA5520 0%, #FEBC2E 100%);
  z-index: -1;
  opacity: 0;
  transition: .6s ease;
}
.pro_qyzc7 .wrap .content .left .item.on:after {
  opacity: 1;
}
.pro_qyzc7 .wrap .content .left .item.on .p1, .pro_qyzc7 .wrap .content .left .item.on .p2 {
  color: #fff;
}
.pro_qyzc7 .wrap .content .left .item .p1 {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: .6s ease;
}
.pro_qyzc7 .wrap .content .left .item .p2 {
  color: #6E6E73;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 7px 0 0 0;
  transition: .6s ease;
}
.pro_qyzc7 .wrap .content .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_qyzc7 .wrap .content .right img {
  display: none;
}
.pro_qyzc7 .wrap .content .right img.on {
  display: block;
  animation: yAnimate .6s ease forwards;
}

@keyframes yAnimate {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes afterClipA {
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.pro_qyzc8 {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.pro_qyzc8 .position {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.pro_qyzc8 .position .item {
  width: 200px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.pro_qyzc8 .position .item.on:after {
  animation: afterClipA 5s linear infinite;
}
.pro_qyzc8 .position .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(6, 0, 1, 0.5);
  clip-path: inset(0 100% 0 0);
}
.pro_qyzc8 .position .item img {
  width: 100%;
  height: 100%;
}
.pro_qyzc8 .bgSwiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pro_qyzc8 .bgSwiper .swiper-slide.swiper-slide-active img, .pro_qyzc8 .bgSwiper .swiper-slide.swiper-slide-active video {
  opacity: 1;
}
.pro_qyzc8 .bgSwiper .swiper-slide img, .pro_qyzc8 .bgSwiper .swiper-slide video {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 1s;
}
.pro_qyzc8 .wrap {
  margin: 145px auto 0;
}
.pro_qyzc8 .wrap .title {
  text-align: center;
}
.pro_qyzc8 .wrap .title .p1 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 6px;
}
.pro_qyzc8 .wrap .title .p2 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pro_qyzc9 {
  padding: 140px 0 44px;
}
.pro_qyzc9 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_qyzc9 .wrap .title {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pro_qyzc9 .wrap .title span {
  background: linear-gradient(180deg, #FEBC2E 0%, #EA5520 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_qyzc9 .wrap .content {
  margin: 54px 0 0 0;
}
.pro_qyzc9 .wrap .content .item {
  height: 480px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 87px 0 100px;
}
.pro_qyzc9 .wrap .content .item:not(:last-child) {
  margin: 0 0 20px;
}
.pro_qyzc9 .wrap .content .item .left .p1 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0 0 59px;
}
.pro_qyzc9 .wrap .content .item .left .p2 {
  display: flex;
  align-items: flex-end;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
}
.pro_qyzc9 .wrap .content .item .left .p2.fill span, .pro_qyzc9 .wrap .content .item .left .p2.fill i {
  background: linear-gradient(180deg, #FEBC2E 0%, #EA5520 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro_qyzc9 .wrap .content .item .left .p2 span {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.96px;
  margin: 0 0 0 10px;
}
.pro_qyzc9 .wrap .content .item .left .p2 i {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.72px;
  line-height: 100%;
}
.pro_qyzc9 .wrap .content .item .left .p3 {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.56px;
  background: linear-gradient(180deg, #FEBC2E 0%, #EA5520 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 24px 0 0;
}
.pro_qyzc9 .wrap .content .item .left .p3 span {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.96px;
  margin: 0 0 0 10px;
}
.pro_qyzc9 .wrap .content .item .left .p3 i {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.72px;
  line-height: 100%;
}

.pro_qyzc10 {
  padding: 100px 0 150px;
}
.pro_qyzc10 .wrap {
  width: 1200px;
  margin: auto;
}
.pro_qyzc10 .wrap .title {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pro_qyzc10 .wrap .content {
  margin: 40px 0 0 0;
}
.pro_qyzc10 .wrap .content .deliverySwiper {
  width: 2420px;
  margin: 0;
}
.pro_qyzc10 .wrap .content .deliverySwiper .swiper-slide img {
  height: 600px;
  border-radius: 16px;
}

.pro_qyzc11 {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.pro_qyzc11 .wrap {
  margin: 217px 0 0 0;
}
.pro_qyzc11 .wrap .title {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 18px;
}
@media screen and (max-width: 1920px) {
    .pro_qyzc1 .wrap {
        transform: translateY(0);
    }
}
@media screen and (max-width: 1919px) {
  .pro_qyzc1 .wrap .icon {
    width: 4.7916666667vw;
  }

  .pro_qyzc1 .wrap .p1 {
    font-size: 3.125vw;
    letter-spacing: 0.0625vw;
    margin: 1.40625vw auto 0px;
  }

  .pro_qyzc1 .wrap .p2 {
    margin: 0.5208333333vw 0px 0px;
    font-size: 1.6666666667vw;
  }

  .pro_qyzc1 .wrap .images {
    width: 32.3958333333vw;
    margin: 4.1666666667vw auto 0px;
  }

  .common_cut {
    height: 2.5vw;
    border-radius: 0.3125vw;
    padding: 0.2083333333vw;
    margin: 1.6666666667vw auto 1.0416666667vw;
    gap: 0.2083333333vw;
  }

  .common_cut .list {
    border-radius: 0.2083333333vw;
    padding: 0px 0.78125vw;
    font-size: 0.7291666667vw;
  }

  .pro_qyzc2 {
    padding: 5.46875vw 0px 6.25vw;
  }

  .pro_qyzc2 .wrap {
    width: 62.5vw;
  }

  .pro_qyzc2 .wrap .title {
    font-size: 2.5vw;
    margin: 0px 0px 2.0833333333vw;
  }

  .pro_qyzc2 .wrap .images {
    height: 31.25vw;
    border-radius: 0.8333333333vw;
  }

  .pro_qyzc2 .wrap .images .imagesSwiper .swiper-slide img {
    border-radius: 0.8333333333vw;
  }

  .pro_qyzc2 .wrap .text .pick {
    font-size: 0.9375vw;
  }

  .pro_qyzc3 .wrap {
    top: 7.03125vw;
  }

  .pro_qyzc3 .wrap .title {
    font-size: 2.5vw;
    margin: 0px 0px 2.1875vw;
  }

  .pro_qyzc3 .wrap .figure {
    gap: 4.4270833333vw;
  }

  .pro_qyzc3 .wrap .figure .item .dis span {
    font-size: 3.125vw;
  }

  .pro_qyzc3 .wrap .figure .item .dis .dw {
    width: 1.0416666667vw;
    margin: 0px 0px 0px 0.2604166667vw;
  }

  .pro_qyzc3 .wrap .figure .item p {
    font-size: 1.0416666667vw;
    margin: 0.5208333333vw 0px 0px;
  }

  .pro_qyzc4 {
    padding: 5.2083333333vw 0px 3.3333333333vw;
  }

  .pro_qyzc4 .wrap {
    width: 62.5vw;
  }

  .pro_qyzc4 .wrap .up .title {
    font-size: 1.875vw;
  }

  .pro_qyzc4 .wrap .up .button {
    gap: 0.625vw;
  }

  .pro_qyzc4 .wrap .up .button .circle {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }

  .pro_qyzc4 .wrap .up .button .circle .iconfont {
    font-size: 1.0416666667vw;
  }

  .pro_qyzc4 .wrap .content {
    margin: 1.875vw 0px 0px;
  }

  .pro_qyzc4 .wrap .content .swiper1 {
    width: 126.0416666667vw;
  }

  .pro_qyzc4 .wrap .content .swiper1 .swiper-slide img, .pro_qyzc4 .wrap .content .swiper1 .swiper-slide video {
    height: 31.25vw;
    border-radius: 0.8333333333vw;
  }

  .pro_qyzc4 .wrap .content .swiper1 .swiper-pagination {
    bottom: 2.5vw;
    margin: 2.5vw 0px 0px;
  }

  .pro_qyzc4 .wrap .content .swiper1 .swiper-pagination span {
    width: 5.2083333333vw;
    height: 0.3125vw;
    border-radius: 0.5208333333vw;
    margin: 0px 0.625vw 0px 0px !important;
  }

  .pro_qyzc5 {
    padding: 5.2083333333vw 0px 2.0833333333vw;
  }

  .pro_qyzc5 .wrap {
    width: 62.5vw;
  }

  .pro_qyzc5 .wrap .title {
    font-size: 2.5vw;
    margin: 0px 0px 2.0833333333vw;
  }

  .pro_qyzc5 .wrap .images {
    height: 31.25vw;
    border-radius: 0.8333333333vw;
  }

  .pro_qyzc5 .wrap .images .imagesSwiper .swiper-slide img {
    border-radius: 0.8333333333vw;
  }

  .pro_qyzc5 .wrap .text .pick {
    font-size: 0.9375vw;
  }

  .pro_qyzc6 {
    padding: 5.2083333333vw 0px 3.6458333333vw;
  }

  .pro_qyzc6 .wrap {
    width: 62.5vw;
  }

  .pro_qyzc6 .wrap .title {
    font-size: 2.5vw;
  }

  .pro_qyzc6 .wrap .content {
    margin: 1.5625vw 0px 0px;
  }

  .pro_qyzc6 .wrap .content .item {
    width: 14.84375vw;
  }

  .pro_qyzc6 .wrap .content .item .img {
    border-radius: 0.625vw;
    height: 15.625vw;
  }

  .pro_qyzc6 .wrap .content .item .text {
    margin: 1.0416666667vw 0px 0px;
    font-size: 1.0416666667vw;
  }

  .pro_qyzc7 {
    padding: 5.2083333333vw 0px 8.3333333333vw;
  }

  .pro_qyzc7 .wrap {
    width: 62.5vw;
  }

  .pro_qyzc7 .wrap .title {
    font-size: 2.5vw;
  }

  .pro_qyzc7 .wrap .content {
    border-radius: 0.625vw;
    margin: 1.71875vw 0px 0px;
    padding: 1.6666666667vw;
  }

  .pro_qyzc7 .wrap .content .left {
    width: 26.0416666667vw;
    gap: 0.6770833333vw;
  }

  .pro_qyzc7 .wrap .content .left .item {
    height: 6.5104166667vw;
    border-radius: 0.4166666667vw;
    padding: 1.4583333333vw 1.25vw;
  }

  .pro_qyzc7 .wrap .content .left .item .p1 {
    font-size: 1.25vw;
  }

  .pro_qyzc7 .wrap .content .left .item .p2 {
    font-size: 0.9375vw;
    margin: 0.3645833333vw 0px 0px;
  }

  .pro_qyzc8 .position {
    bottom: 2.0833333333vw;
    gap: 0.625vw;
  }

  .pro_qyzc8 .position .item {
    width: 10.4166666667vw;
    height: 5.2083333333vw;
    border-radius: 0.4166666667vw;
  }

  .pro_qyzc8 .wrap {
    margin: 7.5520833333vw auto 0px;
  }

  .pro_qyzc8 .wrap .title .p1 {
    font-size: 2.5vw;
    margin: 0px 0px 0.3125vw;
  }

  .pro_qyzc8 .wrap .title .p2 {
    font-size: 1.6666666667vw;
  }

  .pro_qyzc9 {
    padding: 7.2916666667vw 0px 2.2916666667vw;
  }

  .pro_qyzc9 .wrap {
    width: 62.5vw;
  }

  .pro_qyzc9 .wrap .title {
    font-size: 2.5vw;
  }

  .pro_qyzc9 .wrap .content {
    margin: 2.8125vw 0px 0px;
  }

  .pro_qyzc9 .wrap .content .item {
    height: 25vw;
    border-radius: 0.625vw;
    padding: 0px 4.53125vw 0px 5.2083333333vw;
  }

  .pro_qyzc9 .wrap .content .item:not(:last-child) {
    margin: 0px 0px 1.0416666667vw;
  }

  .pro_qyzc9 .wrap .content .item .left .p1 {
    font-size: 1.0416666667vw;
    margin: 0px 0px 3.0729166667vw;
  }

  .pro_qyzc9 .wrap .content .item .left .p2 {
    font-size: 1.4583333333vw;
  }

  .pro_qyzc9 .wrap .content .item .left .p2 span {
    font-size: 2.5vw;
    margin: 0px 0px 0px 0.5208333333vw;
  }

  .pro_qyzc9 .wrap .content .item .left .p2 i {
    font-size: 1.875vw;
  }

  .pro_qyzc9 .wrap .content .item .left .p3 {
    font-size: 1.4583333333vw;
    margin: 1.25vw 0px 0px;
  }

  .pro_qyzc9 .wrap .content .item .left .p3 span {
    font-size: 2.5vw;
    margin: 0px 0px 0px 0.5208333333vw;
  }

  .pro_qyzc9 .wrap .content .item .left .p3 i {
    font-size: 1.875vw;
  }

  .pro_qyzc10 {
    padding: 5.2083333333vw 0px 7.8125vw;
  }

  .pro_qyzc10 .wrap {
    width: 62.5vw;
  }

  .pro_qyzc10 .wrap .title {
    font-size: 2.5vw;
  }

  .pro_qyzc10 .wrap .content {
    margin: 2.0833333333vw 0px 0px;
  }

  .pro_qyzc10 .wrap .content .deliverySwiper {
    width: 126.0416666667vw;
  }

  .pro_qyzc10 .wrap .content .deliverySwiper .swiper-slide img {
    height: 31.25vw;
    border-radius: 0.8333333333vw;
  }

  .pro_qyzc11 .wrap {
    margin: 11.3020833333vw 0px 0px;
  }

  .pro_qyzc11 .wrap .title {
    font-size: 3.125vw;
    letter-spacing: 0.9375vw;
  }
}
.pro_qyzc1 .wrap .p1 br {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* ========== pro_qyzc1 ========== */
  .pro_qyzc1 {
    height: 146.6666666667vw;
    min-height: auto;
    padding: 25.3333333333vw 0 0;
    display: block;
    margin: 60px 0 0 0;
  }

  .pro_qyzc1 .wrap {
    width: 90%;
  }

  .pro_qyzc1 .wrap .icon {
    width: 12.2666666667vw;
  }

  .pro_qyzc1 .wrap .p1 {
    font-size: 7.4666666667vw;
    letter-spacing: 1px;
    margin-top: 1.3333333333vw;
  }

  .pro_qyzc1 .wrap .p1 br {
    display: block;
  }

  .pro_qyzc1 .wrap .p2 {
    font-size: 4.2666666667vw;
    margin-top: 4.1333333333vw;
  }

  .pro_qyzc1 .wrap .images {
    width: 72.9333333333vw;
    margin-top: 14.4vw;
  }

  /* ========== common_cut ========== */
  .common_cut {
    height: 40px;
    border-radius: 6px;
    margin: 24px auto 16px;
    gap: 3px;
    padding: 3px;
  }

  .common_cut .list {
    font-size: 11px;
    padding: 0 12px;
    border-radius: 4px;
  }

  /* ========== pro_qyzc2 ========== */
  .pro_qyzc2 {
    padding: 50px 0 60px;
  }

  .pro_qyzc2 .wrap {
    width: 90%;
  }

  .pro_qyzc2 .wrap .title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .pro_qyzc2 .wrap .images {
    height: 185px;
    border-radius: 12px;
  }

  .pro_qyzc2 .wrap .images .imagesSwiper .swiper-slide img {
    border-radius: 12px;
  }

  .pro_qyzc2 .wrap .text .pick {
    font-size: 13px;
  }

  /* ========== pro_qyzc3 ========== */
  .pro_qyzc3 .wrap {
    width: 90%;
    top: 30px;
  }

  .pro_qyzc3 .bigImg {
    height: 360px;
  }

  .pro_qyzc3 .wrap .title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .pro_qyzc3 .wrap .figure {
    gap: 30px;
    flex-wrap: wrap;
  }

  .pro_qyzc3 .wrap .figure .item .dis span {
    font-size: 30px;
  }

  .pro_qyzc3 .wrap .figure .item .dis .dw {
    width: 14px;
    margin-left: 3px;
  }

  .pro_qyzc3 .wrap .figure .item p {
    font-size: 13px;
    margin-top: 6px;
  }

  /* ========== pro_qyzc4 ========== */
  .pro_qyzc4 {
    padding: 50px 0 30px;
  }

  .pro_qyzc4 .wrap {
    width: 90%;
  }
  .pro_qyzc4 .wrap .content .swiper1{
      height: 160px;
  }
  
   .pro_qyzc4 .wrap .content .swiper1 .swiper-slide .common_ts{
           border-radius: 10px;
           overflow: hidden;
   }

  .pro_qyzc4 .wrap .content .swiper1 .swiper-slide img, .pro_qyzc4 .wrap .content .swiper1 .swiper-slide video {
    height: auto;
    border-radius: 10px;
  }

  .pro_qyzc4 .wrap .up {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .pro_qyzc4 .wrap .up .title {
    font-size: 24px;
  }

  .pro_qyzc4 .wrap .up .button {
    display: none;
  }

  .pro_qyzc4 .wrap .content {
    margin-top: 20px;
  }

  .pro_qyzc4 .wrap .content .swiper1 {
    width: 180%;
  }

  .pro_qyzc4 .wrap .content .swiper1 .swiper-pagination {
    margin-top: 20px;
    bottom: auto;
  }

  .pro_qyzc4 .wrap .content .swiper1 .swiper-pagination span {
    width: 50px;
    height: 4px;
    margin-right: 6px !important;
  }

  /* ========== pro_qyzc5 ========== */
  .pro_qyzc5 {
    padding: 50px 0 30px;
  }

  .pro_qyzc5 .wrap {
    width: 90%;
  }

  .pro_qyzc5 .wrap .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .pro_qyzc5 .wrap .title span{
      display: block;
  }

  .pro_qyzc5 .wrap .images {
    height: 185px;
    border-radius: unset;
  }

    .pro_qyzc5 .wrap .images  .common_ts{
            border-radius: 12px;
            overflow: hidden;
    }

  .pro_qyzc5 .wrap .images .imagesSwiper2 .swiper-slide img {
    border-radius: 12px;
  }

  .pro_qyzc5 .wrap .text .pick {
    font-size: 13px;
  }

  /* ========== pro_qyzc6 ========== */
  .pro_qyzc6 {
    padding: 20px 0 40px;
  }

  .pro_qyzc6 .wrap {
    width: 90%;
  }

  .pro_qyzc6 .wrap .title {
    font-size: 24px;
  }

  .pro_qyzc6 .wrap .content {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
  }

  .pro_qyzc6 .wrap .content .item {
    width: calc(50% - 8px);
  }

  .pro_qyzc6 .wrap .content .item .img {
    height: auto;
    border-radius: 8px;
  }

  .pro_qyzc6 .wrap .content .item .text {
    font-size: 13px;
    margin-top: 10px;
  }

  /* ========== pro_qyzc7 ========== */
  .pro_qyzc7 {
    padding: 50px 0 60px;
  }

  .pro_qyzc7 .wrap {
    width: 90%;
  }

  .pro_qyzc7 .wrap .title {
    font-size: 24px;
  }

  .pro_qyzc7 .wrap .content {
    flex-direction: column;
    margin-top: 20px;
    padding: 10px;
    border-radius: 8px;
    gap: 20px;
  }

  .pro_qyzc7 .wrap .content .left {
    width: 100%;
    gap: 8px;
  }

  .pro_qyzc7 .wrap .content .left .item {
    height: auto;
    padding: 16px 20px;
    border-radius: 6px;
  }

  .pro_qyzc7 .wrap .content .left .item .p1 {
    font-size: 16px;
  }

  .pro_qyzc7 .wrap .content .left .item .p2 {
    font-size: 13px;
    margin-top: 4px;
  }
  
    .pro_qyzc7 .wrap .content .left .item .sj_hide{
        height: 0;
        display: block!important;
        margin: 20px 0 0 ;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        transition: .6s;
    }
      .pro_qyzc7 .wrap .content .left .item.on .sj_hide{
          height: 180px;
      }
    .pro_qyzc7 .wrap .content .left .item .sj_hide img{
        width: 70%;
        height: 100%;
        object-fit: contain;
        margin: auto;
        display: block;
    }

.pro_qyzc7 .wrap .content .left .item:not(:first-child) .sj_hide img{
    transform: scale(1.2);
}
  .pro_qyzc7 .wrap .content .right {
    width: 100%;
    margin: 20px 0;
    display: none;
  }

  .pro_qyzc7 .wrap .content .right img {
    width: 70%;
    height: auto;
  }

  /* ========== pro_qyzc8 ========== */
  .pro_qyzc8 {
    height: 60vh;
  }

  .pro_qyzc8 .position {
    bottom: 30px;
    gap: 8px;
    justify-content: center;
    width: 90%;
  }

  .pro_qyzc8 .position .item {
    width: 100px;
    height: 50px;
    border-radius: 6px;
  }

  .pro_qyzc8 .wrap {
    width: 90%;
    margin: auto;
    margin-top: 40px;
  }

  .pro_qyzc8 .wrap .title .p1 {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .pro_qyzc8 .wrap .title .p2 {
    font-size: 16px;
  }

  /* ========== pro_qyzc9 ========== */
  .pro_qyzc9 {
    padding: 60px 0 30px;
  }

  .pro_qyzc9 .wrap {
    width: 90%;
  }

  .pro_qyzc9 .wrap .title {
    font-size: 24px;
  }

  .pro_qyzc9 .wrap .content {
    margin-top: 30px;
  }

  .pro_qyzc9 .wrap .content .item {
    height: auto;
    min-height: 200px;
    border-radius: 8px;
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .pro_qyzc9 .wrap .content .item:not(:last-child) {
    margin-bottom: 12px;
  }

  .pro_qyzc9 .wrap .content .item .left {
    width: 100%;
  }

  .pro_qyzc9 .wrap .content .item .right {
    margin: 30px 0 0;
  }

  .pro_qyzc9 .wrap .content .item .right img {
    width: 70%;
    display: block;
  }

  .pro_qyzc9 .wrap .content .item .left .p1 {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .pro_qyzc9 .wrap .content .item .left .p2 {
    font-size: 16px;
  }

  .pro_qyzc9 .wrap .content .item .left .p2 span {
    font-size: 24px;
    margin-left: 6px;
  }

  .pro_qyzc9 .wrap .content .item .left .p2 i {
    font-size: 18px;
  }

  .pro_qyzc9 .wrap .content .item .left .p3 {
    font-size: 16px;
    margin-top: 14px;
  }

  .pro_qyzc9 .wrap .content .item .left .p3 span {
    font-size: 24px;
    margin-left: 6px;
  }

  .pro_qyzc9 .wrap .content .item .left .p3 svg {
    width: 14px;
    height: auto;
  }

  .pro_qyzc9 .wrap .content .item .left .p3 i {
    font-size: 18px;
  }

  /* ========== pro_qyzc10 ========== */
  .pro_qyzc10 {
    padding: 50px 0 60px;
  }

  .pro_qyzc10 .wrap {
    width: 90%;
  }

  .pro_qyzc10 .wrap .title {
    font-size: 24px;
  }

  .pro_qyzc10 .wrap .content {
    margin-top: 24px;
  }

  .pro_qyzc10 .wrap .content .deliverySwiper {
    width: 180%;
  }

  .pro_qyzc10 .wrap .content .deliverySwiper .swiper-slide img {
    height: 250px;
    border-radius: 12px;
  }

  /* ========== pro_qyzc11 ========== */
  .pro_qyzc11 {
    height:auto;
  }
  
  .pro_qyzc11 .common_bg{
    /*max-width: unset;*/
    /*width: 170%;*/
    /*left: -70%;*/
    position: relative;
 }

  .pro_qyzc11 .wrap {
    width: 90%;
    margin: 0 auto 0;
    position: absolute;
    top: 30px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
  }

  .pro_qyzc11 .wrap .title {
    font-size: 24px;
    letter-spacing: 6px;
    text-align: center;
  }
}
