main {
  background-color: #f2f2f2;
  padding-bottom: 50px;
}

main .capacity-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  padding: 20px;
}
main .capacity-list .item {
  position: relative;
  background-color: #fff;
  padding: 20px 15px;
  cursor: pointer;
}
main .capacity-list .active {
  border-bottom: 4px #00a79d solid;
}
main .capacity-list .active::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 25px;
  height: 10px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #00a79d;
}
main .capacity-list .item .top {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 30px;
  border-bottom: 2px #f2f2f2 solid;
}
main .capacity-list .item .bottom {
  height: 150px;
}
main .capacity-list .item .bottom .txt {
  font-size: 24px;
  color: #313131;
  font-weight: 600;
}
main .capacity-list .item .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
  z-index: -2;
}
main .capacity-list .item:hover {
  border-bottom: 4px #00a79d solid;
  color: #00a79d;
}
main .capacity-list .item:hover::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 25px;
  height: 10px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #00a79d;
}
main .capacity-list .item:hover .txt {
  color: #00a79d;
}
main .capacity-tit {
  position: relative;
  font-size: 150px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transform: translateY(80px);
}
main .capacity-tit .tit-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 36px;
  color: #313131;
}
main .txt-info {
  margin: 0 auto;
  max-width: calc(100% - 400px);
  font-size: 20px;
  font-weight: 500;
  color: #212121;
  transform: translateY(120px);
  opacity: 0;
  text-align: center;
}
main .txt-info p {
  margin-bottom: 12px;
}

main .designSwp .swiper-slide-item {
  transform: translateY(120px);
}
main .designSwp .swiper-slide-item .design-img {
  margin-bottom: 36px;
  height: 380px;
  object-fit: cover;
}
main .designSwp {
  background-color: #fff;
  margin-top: 30px;
  padding: 30px 0;
  overflow: hidden;
}

main .csnl .csnl-top {
  text-align: center;
  transform: translateY(100px);
}

main .csnl .size {
  margin: 24px 0;
}
main .csnl .size p {
  display: inline-block;
  font-size: 24px;
  padding: 8px 12px;
  border: 1px #313131 solid;
  white-space: nowrap;
}
main .csnl .xss-img {
  max-width: calc(100% - 400px);
  margin: 12px auto;
}
main .csnl .info {
  margin-top: 30px;
  padding: 60px 150px;
  background-color: #fff;
}
main .csnl .info .tit {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 40px;
  transform: translateX(-60px);
}

main .csnl .info .tit .index {
  display: inline-block;
  width: 34px;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
}
main .csnl .info .tit .tit-sub {
  font-size: 18px;
  font-weight: normal;
}

main .csnl .info .txt-row {
  padding: 6px 12px;
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
  border: 1px #313131 solid;
  transform: translateY(100px);
}
main .csnl .info .product-list .left {
  width: 50%;
  padding-right: 50px;
}
main .csnl .info .product-list .rht {
  width: 50%;
  padding-top: 80px;
}
main .csnl .info .product-list .product-item {
  text-align: center;
}
main .csnl .info .product-list .left .product-item {
  transform: translateX(-100px);
}
main .csnl .info .product-list .rht .product-item {
  transform: translateX(100px);
}
main .csnl .info .product-list .product-item li {
  margin: 30px 0;
}
main .synl {
  overflow: hidden;
  width: 100%;
}
main .synl .sy-1 img {
  width: 50%;
  transform: translateX(-100px);
}
main .synl .sy-1 .rht {
  position: relative;
  line-height: 1;
  width: 50%;
}
main .synl .sy-1 .rht .txt {
  font-size: 22px;
  padding: 0 30px;
  color: #313131;
  max-width: 700px;
  transform: translateX(100px);
}
main .synl .sy-1 .rht .txt p {
  margin: 10px 0;
}
main .synl .sy-1 .rht .tit {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-weight: 500;
  font-size: 18px;
  transform: translateX(-100px);
}
main .synl .sy-2 .tit {
  font-size: 18px;
  font-weight: 500;
  color: #313131;
}
main .synl .sy-2 .left {
  padding: 7vw;
  position: relative;
  width: 55%;
}
main .synl .sy-2 .left img {
  transform: translateX(-150px);
}
main .synl .sy-2 .left .tit {
  position: absolute;
  bottom: 120px;
  left: 90%;
  white-space: nowrap;
  transform: translateX(150px);
}
main .synl .sy-2 .rht {
  padding: 5vw;
  width: 45%;
}
main .synl .sy-2 .rht img {
  transform: translateX(150px);
}
main .synl .sy-2 .rht .tit {
  transform: translateY(100px);
  margin-top: 20px;
}
main .synl .synlSwp {
  background-color: #fff;
  margin-top: 60px;
  padding: 30px 0;
  overflow: hidden;
  width: 100%;
}
main .synl .synlSwp img {
  height: 100%;
  object-fit: cover;
}
main .synl .synlSwp .swiper-slide {
  height: 100%;
}
main .synl .synlSwp .swiper-slide-item {
  transform: translateY(220px);
  overflow: hidden;
  height: 100%;
}
main .synl .synlSwp .swiper-slide-item li {
  font-size: 20px;
  font-weight: 500;
  margin: 20px auto;
}
main .synl .synlSwp .swiper-slide-item img:hover {
  transform: scale(1.1);
  transition-delay: 0.3s;
}
main .cljcnl .txt {
  text-align: center;
  font-size: 22px;
  color: #212121;
  font-weight: 500;
  margin-bottom: 72px;
  transform: translateY(200px);
}
main .cljcnl .cljc-info .jcyq {
  width: 40%;
}
main .cljcnl .cljc-info .jcyq li {
  margin-top: 36px;
  margin-bottom: 56px;
  font-size: 18px;
  color: #212121;
}
main .cljcnl .cljc-info .left {
  transform: translateX(-150px);
  opacity: 0;
}
main .cljcnl .cljc-info .rht {
  transform: translateX(150px);
  opacity: 0;
}
main .cgzs {
  overflow: hidden;
  width: 100%;
}
main .cgzs .fluid ul{
  list-style-type: disc !important;
  padding-left: 40px;
}
main .cgzs .cgSwp {
  margin-top: 56px;
  padding-bottom: 36px;
  transform: translateY(200px);
  opacity: 0;
  background: linear-gradient(to bottom, #f2f2f2, #fdfdfd);
}

main .cgzs .cgSwp .swiper-slide {
  color: #000;
  text-align: center;
  line-height: 300px;
}

main .ODM_OEM .fluid img {
  margin-top: 66px;
  transform: translateY(200px);
  opacity: 0;
}
main .zdh {
  margin: 0 5vw;
  overflow: hidden;
}
main .zdh .zdh-list {
  margin-top: 36px;
}
main .zdh .zdh-row {
  background-color: #fff;
  margin-bottom: 36px;
}
main .zdh .zdh-row .row-left {
  flex: 1;
  height: 350px;
}
main .zdh .zdh-row:hover {
  border: 2px #00a79d solid;
}
main .zdh .zdh-row:hover .row-center .tit::before {
  background-color: #00a79d;
}
main .zdh .zdh-row:hover .row-center .blue-txt {
  color: #00a79d;
}
main .zdh .zdh-row .img {
  width: 60%;
  transform: translateX(-150px);
  object-fit: cover;
}
main .zdh .zdh-row video {
  transform: translateX(150px);
  height: 350px;
}
main .zdh .zdh-row .row-center {
  position: relative;
  color: #313131;
  padding-left: 30px;
}
main .zdh .zdh-row .row-center .info {
  position: absolute;
  bottom: 12px;
  right: 30px;
  transform: translateY(200px);
}
main .zdh .zdh-row .row-center .info p {
  text-align: right;
  font-weight: 500;
}
main .zdh .tit {
  position: relative;
  font-size: 20px;
  border-bottom: 2px #f2f2f2 solid;
  padding: 20px 0 20px;
  padding-left: 20px;
  transform: translateY(150px);
}
main .zdh .tit::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 15px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #007bff;
}
main .zdh .tqmhjjc {
  position: relative;
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
main .zdh .tqmhjjc .info {
  padding: 20px 0;
}
main .zdh .tqmhjjc .info .left {
  width: 50%;
  padding-right: 30px;
}
main .zdh .tqmhjjc .info .left .video-1 {
  width: 50%;
  transform: translateX(-200px);
}
main .zdh .tqmhjjc .info .left .video-2 {
  width: 100%;
  padding-right: 120px;
  transform: translateY(150px);
}
main .zdh .tqmhjjc .info .rht {
  padding: 20px 0;
  padding-left: 80px;
  padding-right: 50px;
  width: 50%;
}
main .zdh .tqmhjjc .info .left p {
  position: relative;
  font-size: 20px;
  margin: 15px auto;
  margin-left: 20px;
}
main .zdh .tqmhjjc .info .left .name-1::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  clip-path: polygon(100% 100%, 50% 0, 0 100%);
  background-color: #007bff;
}
main .zdh .tqmhjjc .info .left .name-2::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #007bff;
}
main .zdh .tqmhjjc .info .rht .top {
  width: 50%;
  padding: 0 5px;
}
main .zdh .tqmhjjc .info .rht h3 {
  transform: translateY(150px);
}
main .zdh .tqmhjjc .info .rht .top p {
  font-size: 18px;
  margin: 10px auto;
  color: #313131;
  transform: translateY(150px);
}
main .zdh .tqmhjjc .info .rht .top video {
  width: 100%;
  transform: translateY(150px);
}
main .zdh .tqmhjjc .info .rht .video-2 {
  width: 100%;
  transform: translateY(150px);
}

main .zdh .tqmhjjc .info .rht .bottom p {
  padding: 0 5px;
  margin: 10px 0;
  transform: translateY(150px);
}
main .zdh .bottom-txt {
  margin-top: 56px;
  font-size: 20px;
  color: #333;
  text-align: center;
  transform: translateY(150px);
}
@media (max-width: 1200px) {
  main .capacity-list {
    grid-template-columns: repeat(5, 1fr);
  }
  main .capacity-list .item .top {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
  }
  main .capacity-list .item .bottom .txt {
    font-size: 22px;
    font-weight: 500;
  }
  main .capacity-list .item .bottom {
    height: 100px;
  }
  main .csnl .xss-img {
    max-width: calc(100% - 100px);
    margin: 12px auto;
  }
  main .csnl .info {
    margin-top: 30px;
    padding: 20px 30px;
  }
  main .zdh .tqmhjjc .info .left {
    width: 100%;
    padding-left: 80px;
    padding-right: 50px;
  }
  main .zdh .tqmhjjc .info .rht {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  main .capacity-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  main .capacity-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  main .capacity-tit {
    font-size: 90px;
  }
  main .capacity-tit .tit-txt {
    font-size: 24px;
  }
  main .capacity-list .item {
    padding: 10px 6px;
  }
  main .capacity-list .item .bottom {
    height: 60px;
  }
  main .capacity-list .item .icon {
    width: 70px;
  }
  main .capacity-list .item .bottom .txt {
    font-size: 15px;
  }
  main .txt-info {
    max-width: calc(100% - 50px);
    font-size: 16px;
  }
  main .csnl .xss-img {
    max-width: calc(100% - 50px);
    margin: 12px auto;
  }
  main .csnl .info .product-list .left {
    width: 100%;
    padding-right: 0;
  }
  main .csnl .info .product-list .rht {
    width: 100%;
    padding-top: 0;
  }
main .synl .sy-1 .rht .txt p {
  margin-bottom: 20px;
  font-size: 16px;
}
  main .csnl .info .tit{
    margin-bottom: 20px;
  }
  main .csnl .size span {
    font-size: 16px;
  }
  main .csnl .info .txt-row {
    font-size: 14px;
    margin-bottom: 20px;
  }
main .csnl .info .tit {
  font-size: 18px;
}
main .csnl .info .tit .tit-sub {
  font-size: 14px;
  font-weight: normal;
}
  main .synl .sy-1 img {
    width: 100%;
  }
  main .synl .sy-1 .rht {
    position: relative;
    width: 100%;
  }
  main .synl .sy-2 .left {
    width: 100%;
  }
main .synl .sy-2 .left .tit {
  bottom: 0px;
  left: 7vw;
}
  main .synl .sy-2 .rht {
    width: 100%;
  }
  main .zdh .zdh-row video {
    width: 100%;
  }
main .cljcnl .txt {
  font-size: 14px;
  margin-bottom: 12px;
}
}

@media (max-width: 500px) {
  main .zdh .zdh-row video {
    height: 280px;
  }
  main .zdh .zdh-row .row-left{
    height: 300px;
  }
  main .zdh .zdh-row .row-left .img{
    width: 100%;
  }
}