.banner {
  width: 100%;
  position: relative;
  z-index: 6;
}
.banner .bannerSwiper {
  width: 100%;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  width: 100%;
  display: block;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 5;
  padding: 140px 10% 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main-words {
  width: 55%;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main-btn .banner-main-btn-inner {
  height: 46px;
  background: rgba(69, 255, 221, 0.4);
  box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.1), 0px 10px 13px -2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 1px solid #00B997;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main-btn .banner-main-btn-inner .dot {
  width: 12px;
  height: 12px;
  background: #48FFFC;
  border-radius: 50%;
  margin-right: 12px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main-titles {
  display: flex;
  align-items: center;
  margin: 29px 0 4px;
  flex-wrap: wrap;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main-title {
  font-weight: 400;
  font-size: 72px;
  line-height: 90px;
  background: linear-gradient(0deg, #ffffff 0%, #dbeafe 50%, #f3e8ff 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main-title1 {
  margin-right: 20px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-main-text {
  font-weight: 400;
  font-size: 14px;
  color: #DBEAFE;
  line-height: 33px;
  margin-top: 0px;
}
.banner .bannerSwiper .banner-swiper-slide .buttons {
  display: flex;
}
.banner .bannerSwiper .banner-swiper-slide .more-btn {
  width: 156px;
  height: 58px;
  margin-top: 5%;
  background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 58px;
  overflow: hidden;
  margin-right: 16px;
}
.banner .bannerSwiper .banner-swiper-slide .more-btn .read-more-p {
  margin-right: 9px;
  position: relative;
  transition: 0.5s;
  height: 100%;
}
.banner .bannerSwiper .banner-swiper-slide .more-btn .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.banner .bannerSwiper .banner-swiper-slide .more-btn .right {
  font-size: 18px;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .more-btn .right i {
  font-weight: bold;
}
.banner .bannerSwiper .banner-swiper-slide .more-btn:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .more-btn:hover .right {
  transform: translateX(10px);
}
.banner .bannerSwiper .banner-swiper-slide .more-btn2 {
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.banner .bannerSwiper .banner-scroll {
  position: absolute;
  right: 5%;
  bottom: 165px;
  z-index: 22;
  white-space: nowrap;
}
.banner .bannerSwiper .banner-scroll .banner-scroll-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 0 16px 30px;
}
.banner .bannerSwiper .banner-scroll .banner-scroll-icon {
  width: 21px;
  height: 33px;
  border: 1px solid #FFFFFF;
  border-radius: 18px;
  position: relative;
}
.banner .bannerSwiper .banner-scroll .banner-scroll-icon .scroll-down {
  width: 4px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 5%;
  animation: scroll-ani 2s linear infinite;
}
.banner .bannerSwiper .banner-scroll .banner-scroll-text {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #E1E1E1;
  line-height: 24px;
  margin-top: 8px;
}
.banner .banner-other {
  position: absolute;
  width: 90%;
  padding: 22px 37px;
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -45px;
  z-index: 22;
}
.banner .banner-other .banner-other-left {
  width: 38%;
}
.banner .banner-other .banner-other-left .banner-other-nums {
  display: flex;
  align-items: center;
}
.banner .banner-other .banner-other-left .banner-other-num-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 12px;
}
.banner .banner-other .banner-other-left .banner-other-num-item .line-outer {
  width: 34px;
  height: 1px;
  background: #A0A0A0;
  margin-right: 12px;
}
.banner .banner-other .banner-other-left .banner-other-num-item .line-outer .line {
  width: 0;
  transition: 0.5s;
  background: #000000;
}
.banner .banner-other .banner-other-left .banner-other-num-item .banner-other-num-index {
  color: #A0A0A0;
  font-size: 18px;
  line-height: 30px;
  font-family: 'DIN-Bold';
  transition: 0.5s;
}
.banner .banner-other .banner-other-left .banner-other-num-item:hover .banner-other-num-index {
  color: #000000;
}
.banner .banner-other .banner-other-left .banner-other-num-item:nth-last-of-type(1) {
  margin-right: 0;
}
.banner .banner-other .banner-other-left .banner-other-num-item-active .line-outer .line {
  width: 100%;
}
.banner .banner-other .banner-other-left .banner-other-num-item-active .banner-other-num-index {
  color: #000000;
}
.banner .banner-other .banner-other-left .banner-other-words {
  width: 100%;
  margin-top: 12px;
}
.banner .banner-other .banner-other-left .banner-other-words .banner-other-word-swiper {
  width: 100%;
  height: 65px;
}
.banner .banner-other .banner-other-left .banner-other-words .banner-word-slide-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.banner .banner-other .banner-other-left .banner-other-words .banner-word-slide-desc {
  margin-top: 2px;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
}
.banner .banner-other .banner-other-left .banner-other-words .banner-word-slide {
  z-index: -1;
  opacity: 0 !important;
  transition: 0.5s;
}
.banner .banner-other .banner-other-left .banner-other-words .banner_word_active {
  z-index: 12;
  opacity: 1 !important;
}
.banner .banner-other .banner-other-right {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-other .banner-other-right .banner-other-imgs {
  width: calc(100% - 140px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item {
  width: 30%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 2.77777778;
  cursor: pointer;
}
.banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item .other-img-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.5s;
  z-index: 5;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item .other-line {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00CEAF;
  height: 6px;
  width: 0;
  transition: 2s;
}
.banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item:hover .cover {
  transform: scale(1.05);
}
.banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item-active .other-line {
  width: 100%;
}
.banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item-active .cover {
  transform: scale(1.05);
}
.banner .banner-other .banner-other-right .banner-btns {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-other .banner-other-right .banner-btns .banner-btn {
  border: 2px solid #8A8A8A;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  line-height: 44px;
  color: #8A8A8A;
  cursor: pointer;
}
.banner .banner-other .banner-other-right .banner-btns .banner-btn i {
  font-weight: bold;
}
.banner .banner-other .banner-other-right .banner-btns .banner-btn:hover {
  background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
  color: #FFFFFF;
  border: 2px solid transparent;
}
@keyframes scroll-ani {
  0% {
    top: 18%;
  }
  50% {
    top: 65%;
  }
  100% {
    top: 18%;
  }
}
.energy-storage-battery-box {
  background: url('../images/imgs/energy-storage-battery-box-back.png') no-repeat;
  background-size: cover;
}
.energy-storage-battery-box .energy-storage-battery-box-inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 110px 4% 50px;
}
.energy-storage-battery-box .cur-div-top {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
}
.energy-storage-battery-box .cur-div-title {
  width: calc(95% - 164px);
}
.energy-storage-battery-box .cur-div-title .cur-div-title-text {
  font-size: 42px;
  line-height: 48px;
  font-family: 'AlibabaPuHuiTi-Heavy';
  font-weight: bold;
  background: linear-gradient(270deg, #5e91da 0%, #50afc8 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 12px;
}
.energy-storage-battery-box .cur-div-title .cur-div-bottom {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.energy-storage-battery-box .cur-div-title .cur-div-bottom .cur-div-bottom-title {
  white-space: nowrap;
  margin-right: 22px;
}
.energy-storage-battery-box .cur-div-title .cur-div-bottom .cur-div-bottom-title .text {
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 48px;
  border-bottom: 3px solid #00CEAF;
}
.energy-storage-battery-box .cur-div-title .cur-div-bottom .cur-div-bottom-desc {
  font-weight: 400;
  font-size: 14px;
  color: #E0E0E0;
  line-height: 24px;
}
.energy-storage-battery-box .cur-div-title .cur-div-bottom-other {
  flex-wrap: wrap;
}
.energy-storage-battery-box .cur-div-title .cur-div-bottom-other .cur-div-bottom-desc {
  width: 100%;
  margin-top: 12px;
}
.energy-storage-battery-box .cur-div-more {
  width: 164px;
  margin-top: 5%;
}
.energy-storage-battery-box .cur-div-second {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.energy-storage-battery-box .cur-div-second .cur-div-second-item {
  width: 30%;
  background: url('../images/imgs/cur-div-second-item-back.png') no-repeat;
  background-size: cover;
  position: relative;
  max-width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.energy-storage-battery-box .cur-div-second .cur-div-second-item .cur-div-second-con {
  width: 100%;
  position: relative;
  z-index: 12;
  padding: 28px 10px;
}
.energy-storage-battery-box .cur-div-second .cur-div-second-item .cur-div-second-con .cur-div-second-cover {
  width: 100%;
  aspect-ratio: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.energy-storage-battery-box .cur-div-second .cur-div-second-item .cur-div-second-con .cur-div-second-cover img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.energy-storage-battery-box .cur-div-second .cur-div-second-item .cur-div-second-con .cur-div-second-text {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.energy-storage-battery-box .cur-div-second .cur-div-second-item .cur-div-second-con .cur-div-second-text .text {
  width: auto;
  min-width: 135px;
  background: rgba(150, 150, 150, 0.52);
  border-radius: 4px;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 38px;
  padding: 0 22px;
}
.energy-storage-battery-box .cur-div-second .cur-div-second-item .cur-div-second-right {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  transition: 0.5s;
  position: absolute;
  top: 20px;
  right: 20px;
}
.energy-storage-battery-box .cur-div-second .cur-div-second-item:hover .cur-div-second-con .cur-div-second-cover img {
  transform: scale(1.1);
}
.energy-storage-battery-box .cur-div-dots {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.energy-storage-battery-box .cur-div-dots .cur-div-dot {
  width: 227px;
}
.energy-storage-battery-box .cur-div-dots .cur-div-dot .cur-div-dot-icon {
  width: 192px;
  aspect-ratio: 1.44360902;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.energy-storage-battery-box .cur-div-dots .cur-div-dot .cur-div-dot-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.energy-storage-battery-box .cur-div-dots .cur-div-dot .cur-div-dot-text {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
}
.energy-storage-battery-box .cur-div-dots .cur-div-dot .cur-div-dot-text .text {
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.energy-storage-battery-box .cur-div-dots .cur-div-dot:hover .cur-div-dot-icon {
  justify-content: center;
}
.energy-storage-battery-box .cur-div-dots .cur-div-dot:hover .cur-div-dot-icon img {
  transform: scale(1.05);
}
.energy-storage-battery-box .cur-div-dots .cur-div-dot:hover .cur-div-dot-text .text {
  background-size: 100% 2px;
}
.energy-storage-battery-box .cur-div-dots .cur-div-right {
  width: 55px;
  aspect-ratio: 1;
  margin-top: 4%;
}
.energy-storage-battery-box .cur-div-dots .cur-div-right img {
  display: block;
  width: 100%;
}
.sheet-metal-processing {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sheet-metal-processing .sheet-metal-processing-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 105px 60px 130px;
  position: relative;
  z-index: 2;
}
.sheet-metal-processing .sheet-metal-processing-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: calc(95% - 465px);
}
.sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title .sheet-metal-processing-text {
  white-space: nowrap;
  margin-right: 13px;
}
.sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title .sheet-metal-processing-text .text {
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 48px;
  padding-left: 13px;
  position: relative;
}
.sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title .sheet-metal-processing-text .text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 40px;
  background: #00CEAF;
  border-radius: 3px;
}
.sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title .sheet-metal-processing-desc {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}
.sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title-other {
  flex-wrap: wrap;
}
.sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title-other .sheet-metal-processing-desc {
  width: 100%;
  margin-top: 12px;
}
.sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-other {
  width: 465px;
}
.sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-other .text {
  font-size: 36px;
  line-height: 40px;
  font-family: 'AlibabaPuHuiTi-Heavy';
  font-weight: bold;
  background: linear-gradient(90deg, #2aa9ce 0%, #2298df 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sheet-metal-processing .sheet-metal-processing-dots {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  border: 2px solid rgba(37, 132, 254, 0.25);
  padding: 0 40px 18px;
  margin-bottom: 50px;
}
.sheet-metal-processing .sheet-metal-processing-dots .sheet-metal-processing-dot-item {
  width: 160px;
}
.sheet-metal-processing .sheet-metal-processing-dots .sheet-metal-processing-dot-item .sheet-metal-processing-dot-icon {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sheet-metal-processing .sheet-metal-processing-dots .sheet-metal-processing-dot-item .sheet-metal-processing-dot-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.sheet-metal-processing .sheet-metal-processing-dots .sheet-metal-processing-dot-item .sheet-metal-processing-dot-text {
  margin-top: 12px;
  text-align: center;
}
.sheet-metal-processing .sheet-metal-processing-dots .sheet-metal-processing-dot-item .sheet-metal-processing-dot-text .text {
  font-weight: 400;
  font-size: 14px;
  color: #4A5565;
  line-height: 28px;
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #2685fb 0, #04b4de 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.sheet-metal-processing .sheet-metal-processing-dots .sheet-metal-processing-dot-item:hover .sheet-metal-processing-dot-icon img {
  transform: scale(1.1);
}
.sheet-metal-processing .sheet-metal-processing-dots .sheet-metal-processing-dot-item:hover .sheet-metal-processing-dot-text .text {
  color: #2685FB;
  background-size: 100% 1px;
}
.sheet-metal-processing .sheet-metal-processing-pros {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top {
  width: 100%;
  margin-bottom: 120px;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-title {
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  text-align: center;
  line-height: 32px;
  margin-bottom: 45px;
  position: relative;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-title::after {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0da8e6 0%, #ec9fff 100%);
  border-radius: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-main {
  width: 100%;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-main .sheet-metal-processing-pro-type-item {
  width: 100%;
  background: #FCFCFC;
  border-radius: 12px;
  text-align: center;
  padding: 10px 5px 5px;
  border: 1px solid #04B2DF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
  line-height: 23px;
  margin-bottom: 16px;
  transition: 0.5s;
  cursor: pointer;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-main .sheet-metal-processing-pro-type-item .text {
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-main .sheet-metal-processing-pro-type-item:hover {
  color: #FFFFFF;
  background: linear-gradient(180deg, #2685fb 0%, #04b4de 100%);
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-main .sheet-metal-processing-pro-type-item:hover .text {
  background-size: 100% 1px;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-main .sheet-metal-processing-pro-type-item-active {
  color: #FFFFFF;
  background: linear-gradient(180deg, #2685fb 0%, #04b4de 100%);
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-more {
  height: 48px;
  background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
  border-radius: 14px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 48px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-more .read-more-p {
  margin-right: 9px;
  position: relative;
  transition: 0.5s;
  height: 100%;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-more .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-more .right {
  font-size: 18px;
  transition: 0.5s;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-more .right i {
  font-weight: bold;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-more:hover .right {
  transform: translateX(10px);
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main {
  width: calc(100% - 240px);
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-main-inner {
  width: 100%;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-swiper {
  width: 100%;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-swiper .swiper-scrollbar {
  height: 8px;
  margin-top: 10px;
  cursor: pointer;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #4D3BF7;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  transition: 0.5s;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide .sheet-metal-processing-pro-slide-item {
  aspect-ratio: 1;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  padding: 3% 2%;
  background: url('../images/imgs/sheet-metal-processing-pro-item.png') no-repeat;
  background-size: cover;
  display: block;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide .sheet-metal-processing-pro-slide-item .sheet-metal-processing-pro-slide-cover {
  width: 100%;
  aspect-ratio: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide .sheet-metal-processing-pro-slide-item .sheet-metal-processing-pro-slide-cover img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide .sheet-metal-processing-pro-slide-item .sheet-metal-processing-pro-slide-title {
  margin-top: 11px;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide .sheet-metal-processing-pro-slide-item .sheet-metal-processing-pro-slide-title .text {
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide .sheet-metal-processing-pro-slide-item:hover .sheet-metal-processing-pro-slide-cover img {
  transform: scale(1.05);
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide .sheet-metal-processing-pro-slide-item:hover .sheet-metal-processing-pro-slide-title .text {
  background-size: 100% 2px;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide .item1 {
  margin-bottom: 10px;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide-opacity {
  opacity: 0;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .nodata {
  width: 100%;
  padding: 100px 5%;
  text-align: center;
  font-size: 45px;
  line-height: 56px;
  color: #2B2B2B;
}
.sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.sheet-metal-processing .sheet-metal-processing-pro-right {
  width: 12%;
  max-width: 230px;
  position: absolute;
  right: 0;
  top: 5%;
}
.sheet-metal-processing .sheet-metal-processing-pro-left {
  width: 9%;
  max-width: 212px;
  position: absolute;
  left: 0;
  bottom: 5%;
}
.machining {
  width: 100%;
}
.machining .machining-text {
  font-size: 160px;
  line-height: 125px;
  font-family: 'AlibabaPuHuiTi-Heavy';
  font-weight: bold;
  background: linear-gradient(-180deg, #5e91da 0%, #50afc8 100%);
  text-transform: uppercase;
  text-align: right;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-right: 5%;
  max-width: 1440px;
  margin: 0 auto;
  width: 90%;
}
.machining .machining-inner {
  width: 100%;
  margin-top: -60px;
  background: linear-gradient(180deg, #f6f9fc 0%, rgba(238, 242, 255, 0) 100%);
}
.machining .machining-inner .machining-inner-con {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 105px 80px 130px;
}
.machining .machining-inner .machining-inner-top {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 45px;
}
.machining .machining-inner .machining-inner-title {
  white-space: nowrap;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 48px;
  font-family: 'AlibabaPuHuiTi-Medium';
  margin-right: 24px;
}
.machining .machining-inner .machining-inner-title .text {
  padding-left: 13px;
  position: relative;
}
.machining .machining-inner .machining-inner-title .text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 40px;
  background: #00CEAF;
  border-radius: 3px;
}
.machining .machining-inner .machining-inner-desc {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}
.machining .machining-inner .machining-inner-dots {
  width: 100%;
  border-radius: 24px;
  padding: 16px 5%;
  display: flex;
  justify-content: space-between;
  background: url('../images/imgs/machining-inner-dot-back.png') no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 50px;
}
.machining .machining-inner .machining-inner-dots .machining-inner-dot {
  width: 150px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
}
.machining .machining-inner .machining-inner-dots .machining-inner-dot .machining-inner-dot-cover {
  width: 100%;
  aspect-ratio: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.machining .machining-inner .machining-inner-dots .machining-inner-dot .machining-inner-dot-cover img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.machining .machining-inner .machining-inner-dots .machining-inner-dot .machining-inner-dot-text {
  margin-top: 11px;
}
.machining .machining-inner .machining-inner-dots .machining-inner-dot .machining-inner-dot-text .text {
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.machining .machining-inner .machining-inner-dots .machining-inner-dot:hover .machining-inner-dot-cover img {
  transform: scale(1.05);
}
.machining .machining-inner .machining-inner-dots .machining-inner-dot:hover .machining-inner-dot-text .text {
  background-size: 100% 1px;
}
.machining .machining-inner .machining-inner-dots .machining-inner-dot-line {
  width: calc((95% - 600px) / 3);
  height: 2px;
  background: #1994FD;
  margin-top: 62px;
}
.machining .machining-inner .machining-inner-type-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title {
  display: flex;
  align-items: center;
  width: calc(95% - 156px);
}
.machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-title {
  width: 160px;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  text-align: center;
  line-height: 32px;
  margin-right: 30px;
  position: relative;
}
.machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-title::after {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0da8e6 0%, #ec9fff 100%);
  border-radius: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
}
.machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-seconds {
  width: calc(100% - 190px);
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
}
.machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-seconds::-webkit-scrollbar {
  height: 8px;
}
.machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-seconds .machining-pro-type-item {
  width: auto;
  min-width: 145px;
  background: #FCFCFC;
  border-radius: 12px;
  text-align: center;
  padding: 10px 5px 5px;
  border: 1px solid #04B2DF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
  line-height: 23px;
  margin-right: 16px;
  transition: 0.5s;
  cursor: pointer;
}
.machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-seconds .machining-pro-type-item .text {
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-seconds .machining-pro-type-item:hover {
  color: #FFFFFF;
  background: linear-gradient(180deg, #2685fb 0%, #04b4de 100%);
}
.machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-seconds .machining-pro-type-item:hover .text {
  background-size: 100% 1px;
}
.machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-seconds .machining-pro-type-item-active {
  color: #FFFFFF;
  background: linear-gradient(180deg, #2685fb 0%, #04b4de 100%);
}
.machining .machining-inner .machining-inner-type-main .machining-pro-type-more {
  width: 156px;
}
.machining .machining-inner .machining-inner-type-main .machining-pro-type-more .machining-type-more {
  height: 48px;
  background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
  border-radius: 14px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 48px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.machining .machining-inner .machining-inner-type-main .machining-pro-type-more .machining-type-more .read-more-p {
  margin-right: 9px;
  position: relative;
  transition: 0.5s;
  height: 100%;
}
.machining .machining-inner .machining-inner-type-main .machining-pro-type-more .machining-type-more .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.machining .machining-inner .machining-inner-type-main .machining-pro-type-more .machining-type-more .right {
  font-size: 18px;
  transition: 0.5s;
}
.machining .machining-inner .machining-inner-type-main .machining-pro-type-more .machining-type-more .right i {
  font-weight: bold;
}
.machining .machining-inner .machining-inner-type-main .machining-pro-type-more .machining-type-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.machining .machining-inner .machining-inner-type-main .machining-pro-type-more .machining-type-more:hover .right {
  transform: translateX(10px);
}
.machining .machining-inner .machining-inner-pros {
  width: 100%;
  margin-top: 50px;
}
.machining .machining-inner .machining-pro-swiper {
  width: 100%;
}
.machining .machining-inner .machining-pro-slide {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  transition: 0.5s;
}
.machining .machining-inner .machining-pro-slide .machining-pro-slide-item {
  aspect-ratio: 1;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 24px;
  text-align: center;
  padding: 3% 2%;
  background: url('../images/imgs/machining-pro-item.png') no-repeat;
  background-size: cover;
  display: block;
}
.machining .machining-inner .machining-pro-slide .machining-pro-slide-item .machining-pro-slide-cover {
  width: 100%;
  aspect-ratio: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.machining .machining-inner .machining-pro-slide .machining-pro-slide-item .machining-pro-slide-cover img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.machining .machining-inner .machining-pro-slide .machining-pro-slide-item .machining-pro-slide-title {
  margin-top: 11px;
}
.machining .machining-inner .machining-pro-slide .machining-pro-slide-item .machining-pro-slide-title .text {
  width: auto;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #2b2b2b 0, #2b2b2b 100.2%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.machining .machining-inner .machining-pro-slide .machining-pro-slide-item:hover .machining-pro-slide-cover img {
  transform: scale(1.05);
}
.machining .machining-inner .machining-pro-slide .machining-pro-slide-item:hover .machining-pro-slide-title .text {
  background-size: 100% 2px;
}
.machining .machining-inner .machining-pro-slide .item1 {
  margin-bottom: 10px;
}
.machining .machining-inner .machining-pro-slide-opacity {
  opacity: 0;
}
.machining .machining-inner .nodata {
  width: 100%;
  padding: 100px 5%;
  text-align: center;
  font-size: 45px;
  line-height: 56px;
  color: #2B2B2B;
}
.machining .machining-inner .machining-pro-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.abouti {
  background: url('../images/imgs/abouti-back.png') no-repeat;
  background-size: cover;
  width: 100%;
}
.abouti .abouti-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 155px 60px;
}
.abouti .abouti-title-other {
  text-align: center;
}
.abouti .abouti-title-other .text {
  font-size: 110px;
  line-height: 90px;
  font-family: 'AlibabaPuHuiTi-Heavy';
  font-weight: bold;
  background: linear-gradient(180deg, #00ceaf 0%, #3549f9 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0.4;
}
.abouti .abouti-title {
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 5px;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-Medium';
  margin-top: -33px;
  position: relative;
  z-index: 12;
}
.abouti .abouti-desc {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'AlibabaPuHuiTi-Light';
  line-height: 28px;
  margin: 5px auto 30px;
}
.abouti .abouti-desc span {
  color: #07CDFF;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.abouti .abouti-text {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 55px;
}
.abouti .abouti-text span {
  font-family: 'AlibabaPuHuiTi-Medium';
}
.abouti .abouti-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.abouti .abouti-main .abouti-swiper {
  width: calc(100% - 160px);
  margin: 0 14px;
}
.abouti .abouti-main .abouti-img-slide {
  aspect-ratio: 1.23170732;
  overflow: hidden;
  border-radius: 9px;
  width: 31%;
  margin-right: 3.5%;
}
.abouti .abouti-main .abouti-img-slide .el-image {
  width: 100%;
  height: 100%;
}
.abouti .abouti-main .abouti-img-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .abouti-main .abouti-img-slide:hover img {
  transform: scale(1.05);
}
.abouti .abouti-main .abouti-img-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.abouti .abouti-main .abouti-btn {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  font-size: 32px;
  transition: 0.5s;
}
.abouti .abouti-main .abouti-btn i {
  font-family: 'AlibabaPuHuiTi-Medium';
}
.abouti .abouti-main .abouti-btn:hover {
  border: none;
  background: linear-gradient(90deg, #3549f9 0%, #00ceaf 100%);
}
.abouti .abouti-more {
  display: flex;
  justify-content: center;
}
.coopi {
  width: 100%;
}
.coopi .coopi-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 60px 150px 50px;
}
.coopi .coopi-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.coopi .coopi-title {
  text-align: center;
  z-index: 1;
}
.coopi .coopi-title .coopi-title-text {
  width: 100%;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 45px;
  font-family: 'AlibabaPuHuiTi-Medium';
  position: relative;
  margin-bottom: 10px;
}
.coopi .coopi-title .coopi-title-text::after {
  bottom: -8px;
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  height: 3px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: #00CEAF;
}
.coopi .coopi-title .coopi-title-desc {
  font-weight: 400;
  font-size: 24px;
  color: #101828;
  line-height: 48px;
}
.coopi .coopi-title .coopi-title-desc span {
  font-size: 26px;
  background: linear-gradient(0deg, #155dfc 0%, #4f39f6 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.coopi .coopi-more {
  width: 156px;
  z-index: 1;
}
.coopi .coopi-main {
  width: 100%;
  padding: 93px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.coopi .coopi-main .coopi-line {
  position: absolute;
  top: -17%;
  left: 11%;
  width: 85%;
}
.coopi .coopi-main .coopi-line svg {
  width: 100%;
}
.coopi .coopi-main .coopi-line .path {
  fill: none;
  opacity: 0;
  stroke-dasharray: 24;
  stroke-dashoffset: 10;
  animation: draw 6s alternate forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 1000;
    stroke-dasharray: 10;
    opacity: 1;
  }
}
.coopi .coopi-main .coopi-map {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  top: 3%;
  z-index: -1;
}
.coopi .coopi-main .coopi-map img {
  display: block;
  width: 100%;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(1) .coopi-main-item-con .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(1) .coopi-main-item-con .circle-1 {
  background: linear-gradient(90deg, #2b7fff 0%, #00b8db 100%);
  opacity: 0.44;
  left: 41.5%;
  animation: moveUp 5s linear infinite;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(1) .coopi-main-item-con .circle-2 {
  background: linear-gradient(90deg, #2b7fff 0%, #00b8db 100%);
  opacity: 0.25;
  left: 26.9%;
  bottom: -10%;
  animation: moveUp1 5s linear infinite;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(1) .coopi-main-item-con .circle-3 {
  background: linear-gradient(90deg, #2b7fff 0%, #00b8db 100%);
  opacity: 0.61;
  left: 86.9%;
  bottom: -5%;
  animation: moveUp2 5s linear infinite;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(1) .coopi-main-item-con::after {
  content: "";
  width: 0;
  height: 2px;
  background: #2686FA;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(2) .coopi-main-item-con .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(2) .coopi-main-item-con .circle-1 {
  background: linear-gradient(153deg, #ad46ff 0%, #f6339a 100%);
  opacity: 0.44;
  left: 65.6%;
  animation: moveUp_1 3s linear infinite;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(2) .coopi-main-item-con .circle-2 {
  background: linear-gradient(153deg, #ad46ff 0%, #f6339a 100%);
  opacity: 0.25;
  left: 29.5%;
  bottom: -10%;
  animation: moveUp1_1 3s linear infinite;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(2) .coopi-main-item-con .circle-3 {
  background: linear-gradient(153deg, #ad46ff 0%, #f6339a 100%);
  opacity: 0.61;
  left: 86.3%;
  bottom: -5%;
  animation: moveUp2_1 3s linear infinite;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(2) .coopi-main-item-con::after {
  content: "";
  width: 0;
  height: 2px;
  background: #E039B9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(3) .coopi-main-item-con .circle,
.coopi .coopi-main .coopi-main-item:nth-of-type(4) .coopi-main-item-con .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(3) .coopi-main-item-con .circle-1,
.coopi .coopi-main .coopi-main-item:nth-of-type(4) .coopi-main-item-con .circle-1 {
  background: linear-gradient(153deg, #2b7fff 0%, #00b8db 100%);
  opacity: 0.44;
  left: 71%;
  animation: moveUp_2 3s linear infinite;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(3) .coopi-main-item-con .circle-2,
.coopi .coopi-main .coopi-main-item:nth-of-type(4) .coopi-main-item-con .circle-2 {
  background: linear-gradient(153deg, #2b7fff 0%, #00b8db 100%);
  opacity: 0.25;
  left: 81.5%;
  bottom: -10%;
  animation: moveUp1_2 3s linear infinite;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(3) .coopi-main-item-con .circle-3,
.coopi .coopi-main .coopi-main-item:nth-of-type(4) .coopi-main-item-con .circle-3 {
  background: linear-gradient(153deg, #2b7fff 0%, #00b8db 100%);
  opacity: 0.61;
  left: 25.4%;
  bottom: -5%;
  animation: moveUp2_2 3s linear infinite;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(3) .coopi-main-item-con::after,
.coopi .coopi-main .coopi-main-item:nth-of-type(4) .coopi-main-item-con::after {
  content: "";
  width: 0;
  height: 2px;
  background: #AD43FE;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(5) .coopi-main-item-con .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(5) .coopi-main-item-con .circle-1 {
  background: linear-gradient(90deg, #00b8db 0%, #00bba7 100%);
  opacity: 0.44;
  left: 41.5%;
  animation: moveUp 5s linear infinite;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(5) .coopi-main-item-con .circle-2 {
  background: linear-gradient(90deg, #00b8db 0%, #00bba7 100%);
  opacity: 0.25;
  left: 26.9%;
  bottom: -10%;
  animation: moveUp1 5s linear infinite;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(5) .coopi-main-item-con .circle-3 {
  background: linear-gradient(90deg, #00b8db 0%, #00bba7 100%);
  opacity: 0.61;
  left: 86.9%;
  bottom: -5%;
  animation: moveUp2 5s linear infinite;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(5) .coopi-main-item-con::after {
  content: "";
  width: 0;
  height: 2px;
  background: #01BAAF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.coopi .coopi-main .coopi-main-item {
  width: 30%;
  margin-right: 5%;
  background: rgba(252, 252, 252, 0.95);
  box-shadow: 0px 4px 6px -4px rgba(255, 255, 255, 0.1), 0px 1px 15px -3px rgba(25, 180, 227, 0.24);
  border-radius: 24px;
  border: 1px solid #F3F4F6;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  transition: 0.5s;
  z-index: 12;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-con {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  padding: 29px 20px 23px;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top .coopi-main-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  max-width: calc(95% - 40px);
  font-family: 'AlibabaPuHuiTi-Medium';
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top .coopi-main-item-index {
  width: 40px;
  height: 40px;
  background: linear-gradient(153deg, #f3f4f6 0%, #e5e7eb 100%);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 16px;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top1 .coopi-main-item-title {
  color: #2686FA;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top1 .coopi-main-item-index {
  color: #2686FA;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top2 .coopi-main-item-title {
  color: #E039B9;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top2 .coopi-main-item-index {
  color: #E039B9;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top3 .coopi-main-item-title {
  color: #AD43FE;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top3 .coopi-main-item-index {
  color: #AD43FE;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top4 .coopi-main-item-title {
  color: #AD43FE;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top4 .coopi-main-item-index {
  color: #AD43FE;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top5 .coopi-main-item-title {
  color: #01BAAF;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-top5 .coopi-main-item-index {
  color: #00BAB1;
}
.coopi .coopi-main .coopi-main-item .coopi-main-item-desc {
  font-weight: 400;
  font-size: 12px;
  color: #4A5565;
  line-height: 23px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}
.coopi .coopi-main .coopi-main-item:hover {
  transform: translateY(-15px);
}
.coopi .coopi-main .coopi-main-item:hover .coopi-main-item-con::after {
  width: 100%;
}
.coopi .coopi-main .coopi-main-item:nth-of-type(3),
.coopi .coopi-main .coopi-main-item:nth-of-type(5) {
  margin-right: 0;
}
.newsi {
  width: 100%;
}
.newsi .newsi-title-other {
  text-align: center;
  font-family: 'AlibabaPuHuiTi-Heavy';
  font-size: 132px;
  line-height: 110px;
  font-weight: bold;
  background: linear-gradient(180deg, #00ceaf 0%, #3549f9 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 127px;
}
.newsi .newsi-main {
  background: linear-gradient(180deg, #f6f9fc 0%, rgba(238, 242, 255, 0) 89%);
  width: 100%;
}
.newsi .newsi-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 60px 127px 0;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}
.newsi .newsi-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.newsi .newsi-top .newsi-title .text {
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 48px;
  padding-left: 13px;
  position: relative;
}
.newsi .newsi-top .newsi-title .text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 40px;
  background: #00CEAF;
  border-radius: 3px;
}
.newsi .newsi-top .newsi-second-types {
  display: flex;
  align-items: center;
  background: #EAEAEA;
  border-radius: 4px;
  overflow: hidden;
  max-width: calc(90% - 415px);
}
.newsi .newsi-top .newsi-second-types .newsi-second-type {
  font-weight: 400;
  font-size: 18px;
  color: #777777;
  line-height: 24px;
  text-align: center;
  padding: 10px 10px;
  cursor: pointer;
  transition: 0.5s;
}
.newsi .newsi-top .newsi-second-types .newsi-second-type-active {
  background: #F4F4F4;
  color: #2B2B2B;
}
.newsi .newsi-con {
  width: 100%;
}
.newsi .newsi-swiper {
  width: 100%;
}
.newsi .newsi-swiper .newsi-item-slide {
  width: 31%;
  margin-right: 3.5%;
  height: auto;
  position: relative;
  aspect-ratio: 0.88970588;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.5s;
}
.newsi .newsi-swiper .newsi-item-slide .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.newsi .newsi-swiper .newsi-item-slide .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newsi .newsi-swiper .newsi-item-slide .newsi-item-con {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-top: 8px solid #12D8FF;
  position: relative;
  z-index: 5;
}
.newsi .newsi-swiper .newsi-item-slide .newsi-item-con .newsi-item-con-inner {
  width: 100%;
  background: rgba(216, 216, 216, 0.85);
  padding: 20px 32px 28px;
}
.newsi .newsi-swiper .newsi-item-slide .newsi-item-con .newsi-item-con-title {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.newsi .newsi-swiper .newsi-item-slide .newsi-item-con .newsi-item-con-desc {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  margin: 6px 0 10px;
}
.newsi .newsi-swiper .newsi-item-slide .newsi-item-con .newsi-item-con-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsi .newsi-swiper .newsi-item-slide .newsi-item-con .newsi-item-con-more .time {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}
.newsi .newsi-swiper .newsi-item-slide .newsi-item-con .newsi-item-con-more .more {
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}
.newsi .newsi-swiper .newsi-item-slide-op {
  opacity: 0;
  transform: translateY(12px);
}
.newsi .newsi-swiper .nodata {
  width: 100%;
  padding: 120px 5%;
  text-align: center;
  aspect-ratio: auto;
}
.newsi .newsi-swiper .nodata .nodata-text {
  font-size: 38px;
  line-height: 45px;
  color: #000000;
}
.newsi .newsi-swiper .newsi-item-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.indexTitle {
  width: auto;
  height: 50px;
  background: #00CEAF;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 26px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.indexTitle .indexTitle-icon {
  width: 22px;
  margin-right: 25px;
  height: 22px;
}
.indexTitle .indexTitle-icon img {
  display: block;
  width: 100%;
}
.indexTitle .indexTitle-text {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
}
@keyframes moveUp {
  0% {
    transform: translateY(0) scale(1);
    /* 底部，原始大小 */
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
    /* 运动中透明度变化 */
  }
  100% {
    transform: translateY(-100px) translateX(50px) scale(0.5);
    /* 移动到顶部外，并缩小 */
    opacity: 0;
  }
}
@keyframes moveUp1 {
  0% {
    transform: translateY(0) scale(1);
    /* 底部，原始大小 */
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
    /* 运动中透明度变化 */
  }
  100% {
    transform: translateY(-120px) translateX(-80px) scale(0.5);
    /* 移动到顶部外，并缩小 */
    opacity: 0;
  }
}
@keyframes moveUp2 {
  0% {
    transform: translateY(0) scale(1);
    /* 底部，原始大小 */
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
    /* 运动中透明度变化 */
  }
  100% {
    transform: translateY(-90px) translateX(50px) scale(0.5);
    /* 移动到顶部外，并缩小 */
    opacity: 0;
  }
}
@keyframes moveUp_1 {
  0% {
    transform: translateY(0) scale(1);
    /* 底部，原始大小 */
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
    /* 运动中透明度变化 */
  }
  100% {
    transform: translateY(-120px) translateX(10px) scale(0.5);
    /* 移动到顶部外，并缩小 */
    opacity: 0;
  }
}
@keyframes moveUp1_1 {
  0% {
    transform: translateY(0) scale(1);
    /* 底部，原始大小 */
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
    /* 运动中透明度变化 */
  }
  100% {
    transform: translateY(-80px) translateX(-30px) scale(0.5);
    /* 移动到顶部外，并缩小 */
    opacity: 0;
  }
}
@keyframes moveUp2_1 {
  0% {
    transform: translateY(0) scale(1);
    /* 底部，原始大小 */
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
    /* 运动中透明度变化 */
  }
  100% {
    transform: translateY(-100px) translateX(30px) scale(0.5);
    /* 移动到顶部外，并缩小 */
    opacity: 0;
  }
}
@keyframes moveUp_2 {
  0% {
    transform: translateY(0) scale(1);
    /* 底部，原始大小 */
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
    /* 运动中透明度变化 */
  }
  100% {
    transform: translateY(-100px) translateX(-10px) scale(0.5);
    /* 移动到顶部外，并缩小 */
    opacity: 0;
  }
}
@keyframes moveUp1_2 {
  0% {
    transform: translateY(0) scale(1);
    /* 底部，原始大小 */
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
    /* 运动中透明度变化 */
  }
  100% {
    transform: translateY(-100px) translateX(30px) scale(0.5);
    /* 移动到顶部外，并缩小 */
    opacity: 0;
  }
}
@keyframes moveUp2_2 {
  0% {
    transform: translateY(0) scale(1);
    /* 底部，原始大小 */
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
    /* 运动中透明度变化 */
  }
  100% {
    transform: translateY(-90px) translateX(10px) scale(0.5);
    /* 移动到顶部外，并缩小 */
    opacity: 0;
  }
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
.banner .bannerSwiper .banner_slide_active .banner-img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.banner .bannerSwiper .banner_slide_active .banner-inner .banner-num .cur-num p {
  transform: translateX(-12px) translateY(0);
  transition: 0.5s ease 0.5s;
}
.hidden-element {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease !important;
  /* 添加过渡效果，时间可根据需要调整 */
}
@media only screen and (max-width: 1918px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-main-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1598px) {
  .banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item {
    aspect-ratio: 2.43902439;
    width: 31%;
  }
  .sheet-metal-processing .sheet-metal-processing-pro-left {
    width: 8%;
    max-width: 160px;
  }
  .sheet-metal-processing .sheet-metal-processing-pro-right {
    width: 10%;
    max-width: 171px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main-title {
    line-height: 64px;
  }
  .banner .bannerSwiper .banner-swiper-slide .more-btn {
    margin-top: 4%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    padding: 120px 10% 106px;
  }
  .coopi .coopi-main {
    padding: 90px 0 0;
  }
  .coopi .coopi-main .coopi-line {
    left: 14%;
    width: 80%;
  }
  .coopi .coopi-inner {
    padding: 60px 120px 50px;
  }
  .energy-storage-battery-box .energy-storage-battery-box-inner {
    width: 100%;
  }
  .sheet-metal-processing .sheet-metal-processing-inner {
    padding: 60px 90px 60px 90px;
  }
}
@media only screen and (max-width: 1398px) {
  .banner .banner-other {
    padding: 22px 32px;
  }
  .banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item {
    aspect-ratio: 2.2;
  }
  .banner .banner-other .banner-other-left .banner-other-words .banner-word-slide-desc {
    font-size: 16px;
  }
  .machining .machining-inner .machining-inner-con {
    padding: 60px 80px 80px 80px;
  }
  .abouti .abouti-inner {
    padding: 0 100px 60px;
  }
  .coopi .coopi-inner {
    padding: 60px 90px 50px;
  }
  .newsi .newsi-inner {
    padding: 60px 90px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    padding: 80px 8% 106px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main-text {
    line-height: 30px;
    margin-top: 0px;
  }
  .energy-storage-battery-box .cur-div-top {
    width: 98%;
  }
  .energy-storage-battery-box .cur-div-title .cur-div-bottom .cur-div-bottom-title .text {
    font-size: 30px;
  }
  .energy-storage-battery-box .cur-div-title .cur-div-title-text {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .energy-storage-battery-box .cur-div-top {
    margin-bottom: 40px;
  }
  .energy-storage-battery-box .cur-div-dots .cur-div-dot .cur-div-dot-icon {
    margin: 0 auto 8px;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title .sheet-metal-processing-text .text {
    font-size: 30px;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-other .text {
    font-size: 34px;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-other {
    width: 442px;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title {
    width: calc(96% - 442px);
  }
  .sheet-metal-processing .sheet-metal-processing-dots .sheet-metal-processing-dot-item .sheet-metal-processing-dot-text {
    margin-top: 0;
  }
  .sheet-metal-processing .sheet-metal-processing-inner {
    padding: 50px 80px 40px 80px;
  }
  .sheet-metal-processing .sheet-metal-processing-dots {
    margin-bottom: 46px;
  }
  .machining .machining-inner .machining-inner-con {
    padding: 50px 80px 40px 80px;
  }
  .machining .machining-inner .machining-inner-top {
    margin-bottom: 40px;
  }
  .machining .machining-inner .machining-inner-dots {
    margin-bottom: 45px;
  }
  .abouti .abouti-inner {
    padding: 0 80px 52px;
  }
  .abouti .abouti-text {
    margin-bottom: 40px;
  }
  .abouti .abouti-desc {
    margin: 5px auto 24px;
  }
  .coopi .coopi-inner {
    padding: 52px 80px 50px;
  }
  .newsi .newsi-inner {
    padding: 50px 80px 0;
  }
  .newsi .newsi-swiper .newsi-item-slide .newsi-item-con .newsi-item-con-inner {
    padding: 20px 26px 25px;
  }
}
@media only screen and (max-width: 1250px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    padding: 65px 6% 60px;
  }
  .banner .banner-other {
    bottom: -108px;
  }
  .energy-storage-battery-box .energy-storage-battery-box-inner {
    padding: 160px 4% 40px;
  }
  .banner .bannerSwiper .banner-scroll {
    right: 80px;
    bottom: 60px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main-titles {
    margin: 16px 0 4px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main-title {
    font-size: 40px;
    line-height: 55px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main-text {
    margin-top: 0px;
  }
  .banner .bannerSwiper .banner-swiper-slide .more-btn {
    margin-top: 3%;
  }
  .banner .banner-other {
    width: 94%;
    padding: 22px 20px;
  }
  .banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item {
    aspect-ratio: 1.5;
  }
  .banner .banner-other .banner-other-right .banner-other-imgs {
    width: calc(100% - 120px);
  }
  .banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item .other-img-con {
    font-size: 16px;
  }
  .energy-storage-battery-box .cur-div-top {
    width: 100%;
    justify-content: space-between;
  }
  .energy-storage-battery-box .cur-div-second {
    width: 95%;
  }
  .energy-storage-battery-box .cur-div-second .cur-div-second-item .cur-div-second-con .cur-div-second-text .text {
    font-size: 18px;
  }
  .energy-storage-battery-box .cur-div-dots {
    margin-top: 30px;
  }
  .energy-storage-battery-box .cur-div-dots .cur-div-dot .cur-div-dot-icon {
    width: 140px;
  }
  .energy-storage-battery-box .cur-div-dots .cur-div-dot {
    width: 180px;
  }
  .energy-storage-battery-box .cur-div-dots .cur-div-right {
    width: 42px;
  }
  .sheet-metal-processing .sheet-metal-processing-inner {
    padding: 45px 60px 40px 60px;
  }
  .sheet-metal-processing .sheet-metal-processing-dots {
    padding: 0 26px 18px;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main {
    width: calc(100% - 235px);
  }
  .machining .machining-text {
    font-size: 130px;
  }
  .machining .machining-inner .machining-inner-con {
    padding: 42px 60px 116px 60px;
    position: relative;
  }
  .machining .machining-inner .machining-inner-top {
    margin-bottom: 32px;
  }
  .machining .machining-inner .machining-inner-dots {
    margin-bottom: 40px;
    border-radius: 16px;
    padding: 16px 3%;
  }
  .machining .machining-inner .machining-inner-type-main {
    flex-wrap: wrap;
  }
  .machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title {
    width: 100%;
    margin-bottom: 25px;
  }
  .machining .machining-inner .machining-inner-type-main .machining-pro-type-more {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
  }
  .machining .machining-inner .machining-inner-pros {
    margin-top: 22px;
  }
  .machining .machining-inner .machining-pro-slide {
    width: 250px;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide {
    width: 250px;
  }
  .abouti .abouti-inner {
    padding: 0 60px 42px;
  }
  .abouti .abouti-desc {
    margin: 5px auto 18px;
  }
  .abouti .abouti-text {
    margin-bottom: 28px;
    font-size: 14px;
  }
  .coopi .coopi-inner {
    padding: 45px 60px 20px;
  }
  .coopi .coopi-main .coopi-line {
    left: 24%;
    width: 52%;
  }
  .coopi .coopi-main .coopi-main-item {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .newsi .newsi-title-other {
    font-size: 100px;
    line-height: 102px;
  }
  .newsi .newsi-inner {
    padding: 40px 60px 0;
  }
  .newsi .newsi-top {
    margin-bottom: 36px;
  }
  .newsi .newsi-top .newsi-title .text {
    font-size: 32px;
  }
  .newsi .newsi-top .newsi-title .text::after {
    top: 4px;
  }
  .newsi .newsi-swiper .newsi-item-slide .newsi-item-con .newsi-item-con-title {
    font-size: 16px;
  }
  .newsi .newsi-swiper .newsi-item-slide .newsi-item-con .newsi-item-con-inner {
    padding: 16px 20px 12px;
  }
  .newsi .newsi-swiper .newsi-item-slide .newsi-item-con .newsi-item-con-desc {
    font-size: 13px;
    line-height: 27px;
    margin: 2px 0 10px;
  }
}
@media (max-width: 1023px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-main-text {
    display: none;
  }
  .banner .banner-other .banner-other-left .banner-other-words .banner-other-word-swiper {
    display: none;
  }
  .banner .banner-other .banner-other-left .banner-other-words {
    display: none;
  }
  .banner .banner-other {
    flex-wrap: wrap;
  }
  .banner .banner-other {
    bottom: -178px;
  }
  .banner .banner-other .banner-other-right .banner-other-imgs {
    width: 560px;
    margin-right: 30px;
  }
  .banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item {
    aspect-ratio: auto;
    width: 174px;
    height: 116px;
  }
  .banner .banner-other .banner-other-left {
    width: 100%;
    margin-bottom: 12px;
  }
  .banner .banner-other .banner-other-left .banner-other-nums {
    width: 100%;
    justify-content: center;
  }
  .banner .banner-other .banner-other-right {
    width: 100%;
    justify-content: center;
  }
  .energy-storage-battery-box .energy-storage-battery-box-inner {
    padding: 220px 4% 40px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    padding: 90px 6% 40px;
  }
  .banner .bannerSwiper .banner-scroll {
    right: 34px;
    bottom: 41px;
  }
  .energy-storage-battery-box .cur-div-title .cur-div-title-text {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 9px;
  }
  .energy-storage-battery-box .cur-div-title .cur-div-bottom {
    flex-wrap: wrap;
  }
  .energy-storage-battery-box .cur-div-title .cur-div-bottom .cur-div-bottom-desc {
    width: 100%;
    margin-top: 12px;
  }
  .energy-storage-battery-box .cur-div-second {
    width: 100%;
  }
  .energy-storage-battery-box .cur-div-second .cur-div-second-item .cur-div-second-con .cur-div-second-text .text {
    font-size: 14px;
  }
  .energy-storage-battery-box .cur-div-second .cur-div-second-item {
    width: 31%;
  }
  .energy-storage-battery-box .cur-div-dots .cur-div-dot .cur-div-dot-icon {
    width: 110px;
  }
  .energy-storage-battery-box .cur-div-dots .cur-div-dot {
    width: 120px;
  }
  .energy-storage-battery-box .cur-div-dots .cur-div-right {
    width: 37px;
  }
  .energy-storage-battery-box .cur-div-dots .cur-div-dot .cur-div-dot-text {
    font-size: 13px;
    line-height: 25px;
  }
  .sheet-metal-processing .sheet-metal-processing-top {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title {
    width: 100%;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-other {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .sheet-metal-processing .sheet-metal-processing-inner {
    padding: 38px 5% 36px 5%;
  }
  .sheet-metal-processing .sheet-metal-processing-top {
    margin-bottom: 26px;
  }
  .sheet-metal-processing .sheet-metal-processing-dots {
    margin-bottom: 36px;
  }
  .sheet-metal-processing .sheet-metal-processing-dots {
    padding: 0 16px 16px;
  }
  .sheet-metal-processing .sheet-metal-processing-dots .sheet-metal-processing-dot-item {
    width: 110px;
  }
  .sheet-metal-processing .sheet-metal-processing-dots .sheet-metal-processing-dot-item .sheet-metal-processing-dot-text .text {
    font-size: 13px;
    line-height: 25px;
  }
  .machining .machining-text {
    font-size: 100px;
    line-height: 100px;
  }
  .machining .machining-inner {
    margin-top: -30px;
  }
  .machining .machining-inner .machining-inner-con {
    padding: 38px 5% 110px 5%;
  }
  .machining .machining-inner .machining-inner-type-main .machining-pro-type-more {
    bottom: 34px;
  }
  .machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title {
    flex-wrap: wrap;
  }
  .machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-title {
    margin-right: 0;
    margin-bottom: 34px;
  }
  .machining .machining-inner .machining-inner-pros {
    margin-top: 0;
  }
  .machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-seconds {
    width: 100%;
  }
  .machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-seconds .machining-pro-type-item {
    margin-bottom: 12px;
  }
  .abouti .abouti-inner {
    padding: 0 5% 38px;
  }
  .abouti .abouti-main {
    margin-bottom: 35px;
  }
  .abouti .abouti-main .abouti-img-slide {
    width: 250px;
    margin-right: 20px;
  }
  .abouti .abouti-main .abouti-btn {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 25px;
  }
  .coopi .coopi-inner {
    padding: 40px 5% 20px;
  }
  .coopi .coopi-main .coopi-main-item {
    width: 48%;
    margin-right: 4%;
  }
  .coopi .coopi-main .coopi-main-item:nth-of-type(2),
  .coopi .coopi-main .coopi-main-item:nth-of-type(5),
  .coopi .coopi-main .coopi-main-item:nth-of-type(4) {
    margin-right: 0;
  }
  .coopi .coopi-main .coopi-main-item:nth-of-type(3) {
    margin-right: 4%;
  }
  .coopi .coopi-main {
    padding: 60px 0 0;
  }
  .coopi .coopi-main .coopi-line {
    top: -14%;
  }
  .newsi .newsi-title-other {
    font-size: 77px;
    line-height: 90px;
    padding: 0 5%;
  }
  .newsi .newsi-inner {
    padding: 36px 5% 130px;
    position: relative;
  }
  .newsi .newsi-inner .newsi-more {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .newsi .newsi-top {
    flex-direction: column;
  }
  .newsi .newsi-top .newsi-second-types {
    max-width: 100%;
    margin-top: 26px;
  }
  .newsi .newsi-top {
    margin-bottom: 30px;
  }
  .newsi .newsi-swiper .newsi-item-slide {
    width: 320px;
    margin-right: 26px;
  }
}
@media (max-width: 767px) {
  .banner .bannerSwiper .banner-scroll {
    right: 3%;
    bottom: 0;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main-btn {
    display: none;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main-titles {
    margin: 0 0 4px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main-title {
    font-size: 24px;
    line-height: 35px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main {
    padding: 45px 6% 16px;
  }
  .banner .bannerSwiper .banner-swiper-slide .more-btn {
    width: 120px;
    height: 46px;
    border-radius: 9px;
    font-size: 14px;
    line-height: 48px;
    margin-right: 12px;
  }
  .banner .bannerSwiper .banner-swiper-slide .more-btn .right {
    font-size: 16px;
  }
  .banner .banner-other {
    background: transparent;
    padding: 0 13px;
  }
  .banner .bannerSwiper .banner-swiper-slide {
    aspect-ratio: 2;
  }
  .banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item {
    width: calc((100% - 20px) / 3);
    margin-right: 0;
    height: auto;
  }
  .banner .banner-other .banner-other-right .banner-other-imgs .banner-other-img-item .other-img-con {
    font-size: 12px;
  }
  .banner .bannerSwiper .banner-scroll {
    display: none;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-img {
    height: 100%;
  }
  .banner .banner-other .banner-other-right .banner-other-imgs {
    margin-right: 0;
  }
  .banner .banner-other .banner-other-left {
    display: none;
  }
  .banner .banner-other .banner-other-right .banner-btns {
    display: none;
  }
  .banner .banner-other .banner-other-left .banner-other-num-item-active .banner-other-num-index {
    color: #FFFFFF;
  }
  .banner .banner-other {
    bottom: -40px;
  }
  .energy-storage-battery-box .energy-storage-battery-box-inner {
    padding: 80px 4% 10px;
  }
  .energy-storage-battery-box .cur-div-top {
    flex-wrap: wrap;
  }
  .energy-storage-battery-box .cur-div-title {
    width: 100%;
  }
  .energy-storage-battery-box .cur-div-title .cur-div-title-text {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .energy-storage-battery-box .cur-div-title .cur-div-bottom .cur-div-bottom-title {
    margin-right: 0;
    white-space: normal;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title .sheet-metal-processing-text {
    white-space: normal;
    margin-right: 0;
  }
  .sheet-metal-processing .sheet-metal-processing-top {
    margin-bottom: 18px;
  }
  .sheet-metal-processing .sheet-metal-processing-dots {
    padding: 6px 12px 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sheet-metal-processing .sheet-metal-processing-pros {
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 60px;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
  }
  .machining .machining-inner .machining-inner-top {
    margin-bottom: 20px;
  }
  .sheet-metal-processing .sheet-metal-processing-inner {
    padding: 38px 5% 16px 5%;
  }
  .machining .machining-inner .machining-inner-con {
    padding: 30px 5% 100px 5%;
  }
  .machining .machining-inner .machining-inner-type-main .machining-pro-type-more {
    bottom: 28px;
  }
  .machining .machining-inner .machining-inner-title {
    white-space: normal;
  }
  .machining .machining-inner .machining-inner-top {
    flex-wrap: wrap;
  }
  .machining .machining-inner .machining-inner-desc {
    width: 100%;
    margin-top: 6px;
  }
  .machining .machining-text {
    font-size: 60px;
    line-height: 88px;
    text-align: center;
    padding-right: 0;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main {
    width: 100%;
    margin-top: 0;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-main {
    display: flex;
    flex-wrap: wrap;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-main .sheet-metal-processing-pro-type-item {
    width: auto;
    padding: 10px 10px 5px;
    margin-right: 12px;
    font-size: 13px;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top {
    margin-bottom: 6px;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-title {
    margin-bottom: 36px;
  }
  .energy-storage-battery-box .cur-div-title .cur-div-bottom .cur-div-bottom-title .text {
    font-size: 22px;
    line-height: 40px;
  }
  .sheet-metal-processing .sheet-metal-processing-dots .sheet-metal-processing-dot-item {
    width: 31%;
    margin-right: 3.5%;
  }
  .sheet-metal-processing .sheet-metal-processing-dots .sheet-metal-processing-dot-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .energy-storage-battery-box .cur-div-more {
    width: auto;
    margin-top: 26px;
  }
  .energy-storage-battery-box .cur-div-top {
    margin-bottom: 25px;
  }
  .energy-storage-battery-box .cur-div-second {
    flex-wrap: wrap;
  }
  .energy-storage-battery-box .cur-div-second .cur-div-second-item {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .energy-storage-battery-box .cur-div-dots {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .energy-storage-battery-box .cur-div-dots .cur-div-dot {
    width: 45%;
    margin-bottom: 20px;
  }
  .energy-storage-battery-box .cur-div-dots .cur-div-right1 {
    display: none;
  }
  .energy-storage-battery-box .cur-div-second .cur-div-second-item .cur-div-second-con .cur-div-second-text .text {
    min-width: 60%;
    font-size: 13px;
    line-height: 32px;
    padding: 0 12px;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-other .text {
    font-size: 28px;
    line-height: 35px;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title {
    flex-wrap: wrap;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-other {
    margin-bottom: 6px;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title .sheet-metal-processing-desc {
    width: 100%;
    margin-top: 9px;
  }
  .machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-seconds .machining-pro-type-item {
    min-width: 0;
    padding: 10px 10px 5px;
    font-size: 13px;
    line-height: 23px;
    margin-right: 13px;
  }
  .machining .machining-inner .machining-inner-dots {
    margin-bottom: 28px;
    border-radius: 12px;
    padding: 14px 3% 3px;
    flex-wrap: wrap;
  }
  .machining .machining-inner .machining-inner-dots .machining-inner-dot {
    font-size: 13px;
    line-height: 26px;
    width: 45%;
    margin-bottom: 12px;
  }
  .machining .machining-inner .machining-inner-dots .machining-inner-dot-line {
    display: none;
  }
  .machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title {
    margin-bottom: 8px;
  }
  .abouti .abouti-title-other .text {
    font-size: 60px;
    line-height: 66px;
  }
  .abouti .abouti-title {
    font-size: 28px;
    margin-top: -28px;
  }
  .abouti .abouti-desc {
    font-size: 14px;
    margin: 5px auto 10px;
  }
  .abouti .abouti-text {
    margin-bottom: 24px;
  }
  .abouti .abouti-main .abouti-img-slide {
    width: 100%;
  }
  .coopi .coopi-main .coopi-main-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .coopi .coopi-main .coopi-main-item:nth-of-type(3) {
    margin-right: 0;
  }
  .coopi .coopi-main .coopi-line {
    top: -66px;
    width: 205px;
  }
  .newsi .newsi-title-other {
    font-size: 52px;
  }
  .newsi .newsi-inner {
    padding: 24px 5% 130px;
  }
  .coopi .coopi-inner {
    padding: 32px 5% 0;
  }
}
@media only screen and (max-width: 641px) {
  .energy-storage-battery-box .cur-div-dots .cur-div-right {
    width: 10%;
    max-width: 36px;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-other .text {
    font-size: 23px;
    line-height: 32px;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title .sheet-metal-processing-text .text {
    font-size: 22px;
    line-height: 40px;
  }
  .sheet-metal-processing .sheet-metal-processing-top .sheet-metal-processing-title .sheet-metal-processing-text .text::after {
    height: 33px;
  }
  .sheet-metal-processing .sheet-metal-processing-inner {
    padding: 28px 5% 16px 5%;
  }
  .sheet-metal-processing .sheet-metal-processing-dots {
    margin-bottom: 26px;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-title {
    font-size: 20px;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-title::after {
    height: 2px;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-title {
    margin-bottom: 30px;
  }
  .machining .machining-text {
    font-size: 48px;
    line-height: 85px;
  }
  .machining .machining-inner .machining-inner-con {
    padding: 25px 5% 100px 5%;
  }
  .machining .machining-inner .machining-inner-title {
    font-size: 28px;
  }
  .machining .machining-inner .machining-inner-title .text::after {
    height: 32px;
  }
  .machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .machining .machining-inner .machining-inner-dots {
    margin-bottom: 24px;
  }
  .machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-title::after {
    height: 2px;
  }
  .machining .machining-inner .machining-inner-type-main .machining-inner-type-main-title .machining-pro-type-seconds .machining-pro-type-item {
    padding: 7px 8px 2px;
    font-size: 12px;
    line-height: 22px;
    margin-right: 12px;
  }
  .machining .machining-inner .machining-pro-slide .machining-pro-slide-item {
    font-size: 13px;
  }
  .machining .machining-inner .machining-inner-type-main .machining-pro-type-more .machining-type-more {
    font-size: 14px;
  }
  .machining .machining-inner .machining-inner-type-main .machining-pro-type-more .machining-type-more .read-more-p {
    margin-right: 0;
  }
  .abouti .abouti-title-other .text {
    font-size: 52px;
    line-height: 58px;
  }
  .abouti .abouti-title {
    font-size: 23px;
  }
  .abouti .abouti-text {
    font-size: 12px;
  }
  .abouti .abouti-main {
    padding-bottom: 70px;
    position: relative;
    margin-bottom: 26px;
  }
  .abouti .abouti-inner {
    overflow: hidden;
  }
  .abouti .abouti-main .abouti-swiper {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
  }
  .abouti .abouti-main .abouti-btn {
    position: absolute;
    bottom: 0;
  }
  .abouti .abouti-main .abouti-btn-prev {
    left: 30%;
  }
  .abouti .abouti-main .abouti-btn-next {
    right: 30%;
  }
  .abouti .abouti-main .abouti-img-slide {
    width: 100%;
    max-width: 250px;
  }
  .coopi .coopi-title .coopi-title-text {
    font-size: 24px;
    line-height: 36px;
  }
  .coopi .coopi-title .coopi-title-desc {
    font-size: 18px;
    line-height: 38px;
  }
  .coopi .coopi-title .coopi-title-desc span {
    font-size: 18px;
  }
  .coopi .coopi-more {
    width: auto;
  }
  .coopi .coopi-main .coopi-main-item .coopi-main-item-con {
    border-radius: 12px;
    padding: 22px 20px 23px;
  }
  .coopi .coopi-main .coopi-main-item {
    border-radius: 12px;
  }
  .coopi .coopi-main .coopi-main-item .coopi-main-item-top .coopi-main-item-title {
    font-size: 16px;
  }
  .coopi .coopi-main .coopi-main-item .coopi-main-item-top .coopi-main-item-index {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .newsi .newsi-title-other {
    font-size: 38px;
  }
  .newsi .newsi-top .newsi-second-types .newsi-second-type {
    font-size: 14px;
  }
  .newsi .newsi-top .newsi-title .text {
    font-size: 24px;
    line-height: 40px;
  }
  .newsi .newsi-top .newsi-title .text::after {
    height: 32px;
  }
  .newsi .newsi-top .newsi-second-types {
    margin-top: 20px;
  }
  .newsi .newsi-top {
    margin-bottom: 26px;
  }
  .newsi .newsi-swiper .newsi-item-slide {
    width: 100%;
    max-width: 300px;
  }
  .newsi .newsi-inner {
    padding: 24px 5% 108px;
  }
}
@media only screen and (max-width: 425px) {
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-type .sheet-metal-processing-pro-type-top .sheet-metal-processing-pro-type-main .sheet-metal-processing-pro-type-item {
    padding: 7px 8px 0px;
    margin-right: 10px;
    font-size: 12px;
  }
  .sheet-metal-processing .sheet-metal-processing-pros .sheet-metal-processing-pro-main .sheet-metal-processing-pro-slide .sheet-metal-processing-pro-slide-item {
    font-size: 13px;
  }
}
@media only screen and (max-width: 376px) {
  .banner .bannerSwiper .banner-swiper-slide {
    height: 220px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-img {
    height: 100%;
    object-fit: cover;
  }
  .banner .bannerSwiper .banner-scroll {
    bottom: 4px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-main-title {
    font-size: 20px;
    line-height: 32px;
  }
  .banner .bannerSwiper .banner-swiper-slide .more-btn {
    width: 110px;
    height: 42px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 44px;
    margin-right: 10px;
  }
  .banner .bannerSwiper .banner-swiper-slide .more-btn .right {
    font-size: 14px;
  }
}
