.one-stop-nban {
  aspect-ratio: 2.08695652;
  width: 100%;
  position: relative;
}
.one-stop-nban .nban-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.one-stop-nban .one-stop-nban-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con {
  width: 100%;
  max-width: 1440px;
  padding: 8% 120px 5%;
  display: flex;
  justify-content: space-between;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-left {
  width: calc(92% - 328px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-dot {
  display: flex;
  justify-content: flex-start;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-dot .one-stop-nban-dot-inner {
  display: flex;
  align-items: center;
  height: 35px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-dot .one-stop-nban-dot-inner .dot {
  width: 12px;
  height: 12px;
  background: #2B7FFF;
  border-radius: 50%;
  margin-right: 12px;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-dot .one-stop-nban-dot-inner .text {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-title {
  font-weight: 400;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 63px;
  margin: 25px 0 22px;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-title .one-stop-nban-text1 {
  background: linear-gradient(0deg, #ffffff 0%, #dbeafe 50%, #f3e8ff 100%);
  text-transform: uppercase;
  line-height: 63px;
  webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  margin-bottom: 5px;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-desc {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-right {
  width: 328px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8%;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-right .one-stop-nban-right-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-contact {
  width: 156px;
  height: 58px;
  background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 58px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-contact .text {
  position: relative;
  height: 100%;
  z-index: 12;
  transition: 0.5s;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-contact .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-contact .right {
  margin-left: 8px;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-contact:hover .text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-video {
  width: 156px;
  height: 58px;
  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);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 58px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-video .text {
  position: relative;
  height: 100%;
  z-index: 12;
  transition: 0.5s;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-video .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-video .right {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-video .right svg {
  width: 20px;
  height: 20px;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-video:hover {
  background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
  border: none;
}
.one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-video:hover .text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.one-stop-nside {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 5px;
  padding-top: 32px;
  display: flex;
  align-items: center;
}
.one-stop-nside a {
  font-weight: 400;
  font-size: 14px;
  color: #595959;
  line-height: 33px;
  transition: 0.5s;
}
.one-stop-nside a:hover {
  color: #00CEAF;
}
.design-drawing {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.design-drawing .design-drawing-title {
  width: 100%;
  font-weight: 400;
  font-size: 42px;
  background: linear-gradient(0deg, #101828 0%, #1c398e 50%, #312c85 100%);
  text-transform: uppercase;
  line-height: 63px;
  webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  text-align: center;
}
.design-drawing .design-drawing-line {
  margin: 6px auto;
  width: 145px;
  height: 4px;
  background: linear-gradient(90deg, #0da8e6 0%, #ec9fff 100%);
  border-radius: 3px;
}
.design-drawing .design-drawing-desc {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #4A5565;
  line-height: 27px;
  margin-bottom: 50px;
}
.design-drawing .design-drawing-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.design-drawing .design-drawing-item {
  width: calc(50% - 16px);
  background: #FFFFFF;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  padding: 32px;
}
.design-drawing .design-drawing-item .design-drawing-item-imgs {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.design-drawing .design-drawing-item .design-drawing-item-imgs .design-drawing-item-img {
  width: calc(50% - 9px);
}
.design-drawing .design-drawing-item .design-drawing-item-imgs .design-drawing-item-img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.design-drawing .design-drawing-item:hover .design-drawing-item-imgs .design-drawing-item-img img {
  transform: scale(1.05);
}
.design-drawing .design-drawing-item .design-drawing-item-contact {
  height: 180px;
  background: #F5F5F5;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.design-drawing .design-drawing-item .design-drawing-item-contact .design-drawing-item-contact-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.design-drawing .design-drawing-item .design-drawing-item-contact .design-drawing-item-contact-inner .img {
  width: 96px;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
  margin: 0 auto;
}
.design-drawing .design-drawing-item .design-drawing-item-contact .design-drawing-item-contact-inner .text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #4A5565;
  line-height: 24px;
  margin-top: 15px;
}
.design-drawing .design-drawing-item .design-drawing-item-text {
  font-weight: 400;
  font-size: 16px;
  color: #4A5565;
  line-height: 26px;
  margin-top: 23px;
}
.machining-design-drawing {
  padding-bottom: 66px;
}
.processing-technology {
  width: 100%;
}
.processing-technology .processing-technology-title-outer {
  width: 100%;
  position: relative;
}
.processing-technology .processing-technology-title-outer::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4vw;
  min-height: 50px;
  background: #F1F5FF;
  opacity: 0.8;
}
.processing-technology .processing-technology-title {
  width: 100%;
  display: flex;
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.processing-technology .processing-technology-title::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.processing-technology .processing-technology-title .text {
  white-space: nowrap;
  margin-right: 20px;
  font-size: 7vw;
  flex: none;
  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;
  font-family: 'AlibabaPuHuiTi-Heavy';
}
.processing-technology .processing-technology-inner {
  width: 100%;
  background: linear-gradient(180deg, #f1f5ff 85%, rgba(241, 245, 255, 0) 100%);
}
.processing-technology .processing-technology-inner .processing-technology-con {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 120px 66px;
}
.processing-technology .processing-technology-con-title {
  width: 100%;
  font-weight: 400;
  font-size: 42px;
  background: linear-gradient(0deg, #101828 0%, #1c398e 50%, #312c85 100%);
  text-transform: uppercase;
  line-height: 63px;
  webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  margin-bottom: 43px;
}
.processing-technology .processing-technology-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.processing-technology .processing-technology-index {
  font-weight: 800;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 50px;
  font-family: 'AlibabaPuHuiTi-Heavy';
}
.processing-technology .processing-technology-desc {
  font-weight: 400;
  font-size: 14px;
  color: #4A5565;
  line-height: 22px;
}
.processing-technology .processing-technology-desc1 {
  color: #E4E4E4;
}
.processing-technology .processing-technology-item-title {
  font-weight: 400;
  font-size: 20px;
  color: #101828;
  line-height: 30px;
}
.processing-technology .processing-technology-item-title .text {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #101828 0, #101828 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.processing-technology .processing-technology-item-title1 {
  color: #FFFFFF;
}
.processing-technology .processing-technology-item-title1 .text {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
}
.processing-technology .processing-technology-first {
  width: 100%;
  border-radius: 16px;
  background: url('../images/imgs/processing-technology-first.png') no-repeat;
  background-size: cover;
  padding: 36px 38px 40px;
  overflow: hidden;
}
.processing-technology .processing-technology-first:hover .processing-technology-item-title .text {
  background-size: 100% 1px;
}
.processing-technology .processing-technology-first-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.processing-technology .processing-technology-item {
  background: #FFFFFF;
  box-shadow: 0px -1px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  padding: 18px;
}
.processing-technology .processing-technology-item .processing-technology-img {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.processing-technology .processing-technology-item .processing-technology-img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.processing-technology .processing-technology-item .processing-technology-img .processing-technology-index {
  position: absolute;
  top: 20px;
  left: 18px;
}
.processing-technology .processing-technology-item .processing-technology-item-con {
  width: 100%;
}
.processing-technology .processing-technology-item .processing-technology-item-con .processing-technology-item-title {
  margin: 4px 0;
}
.processing-technology .processing-technology-item:hover .processing-technology-img img {
  transform: scale(1.05);
}
.processing-technology .processing-technology-item:hover .processing-technology-item-con .processing-technology-item-title .text {
  background-size: 100% 1px;
}
.processing-technology .processing-technology-item1 {
  width: 48%;
  margin-top: 40px;
}
.processing-technology .processing-technology-item2 {
  width: 31%;
  margin-top: 40px;
}
.material-selection {
  width: 100%;
}
.material-selection .material-selection-inner {
  width: 90%;
  border-radius: 0px 24px 24px 0px;
  position: relative;
  overflow: hidden;
}
.material-selection .material-selection-con {
  position: relative;
  z-index: 2;
  padding: 30px 68px 62px 115px;
}
.material-selection .material-selection-con-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-right: 8%;
}
.material-selection .material-selection-con-top .material-selection-con-title {
  font-weight: 400;
  font-size: 42px;
  color: #fff;
  line-height: 63px;
}
.material-selection .material-selection-con-top .material-selection-con-desc {
  font-weight: 400;
  font-size: 18px;
  color: #E5E5E5;
  line-height: 27px;
}
.material-selection .material-selection-con-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.material-selection .material-selection-con-main .material-selection-con-main-titles {
  width: 22%;
  min-width: 240px;
}
.material-selection .material-selection-con-main .material-selection-li {
  width: 100%;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  padding: 9px 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E5E7EB;
  transition: 0.5s;
  cursor: pointer;
}
.material-selection .material-selection-con-main .material-selection-li .text {
  padding: 0 17px;
}
.material-selection .material-selection-con-main .material-selection-li .right {
  font-size: 25px;
  color: #00FFD9;
  width: 0;
  overflow: hidden;
  transition: 0.5s;
}
.material-selection .material-selection-con-main .material-selection-li-active {
  color: #00FFD9;
}
.material-selection .material-selection-con-main .material-selection-li-active .right {
  width: 30px;
}
.material-selection .material-selection-con-main .material-selection-li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.material-selection .material-selection-con-main .material-selection-con-main-titles-inner {
  width: 100%;
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer {
  width: 70%;
  max-width: calc(95% - 240px);
  display: flex;
  justify-content: space-between;
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper {
  width: calc(100% - 100px);
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.25);
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 32px;
  background: rgba(0, 0, 0, 0.25);
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con .material-selection-slide-con-title {
  font-weight: 400;
  font-size: 33px;
  color: #FFFFFF;
  line-height: 42px;
  margin-bottom: 20px;
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con .material-selection-slide-con-title .text {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  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;
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con .material-selection-slide-con-list {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con .material-selection-slide-con-list .text {
  margin-top: 5px;
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide:hover img {
  transform: scale(1.05);
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide:hover .material-selection-slide-con-title .text {
  background-size: 100% 1px;
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-btns {
  width: 67px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-btns .material-selection-btn {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 67px;
  background: #FFFFFF;
  color: #147BD8;
  font-size: 32px;
  transition: 0.5s;
  margin: 8px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-btns .material-selection-btn:hover {
  background: #147BD8;
  color: #FFFFFF;
}
.material-selection .material-selection-imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.material-selection .material-selection-imgs .material-selection-imgs-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.material-selection .material-selection-imgs .material-selection-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.1);
  transition: 0.5s;
}
.material-selection .material-selection-imgs .material-selection-img {
  transform: scale(1);
  opacity: 1;
}
.machining-material-selection {
  width: 100%;
}
.machining-material-selection .material-selection-inner {
  width: 100%;
  border-radius: 0;
}
.machining-material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide {
  border-radius: 24px;
}
.surface-treatment {
  width: 100%;
  overflow: hidden;
}
.surface-treatment .surface-treatment-titles-outer {
  width: 100%;
  position: relative;
}
.surface-treatment .surface-treatment-titles-outer::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4vw;
  min-height: 50px;
  background: #F1F5FF;
  opacity: 0.8;
}
.surface-treatment .surface-treatment-titles {
  width: 100%;
  display: flex;
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.surface-treatment .surface-treatment-titles::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.surface-treatment .surface-treatment-titles .surface-treatment-title-text {
  white-space: nowrap;
  margin-right: 20px;
  font-size: 7vw;
  flex: none;
  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;
  font-family: 'AlibabaPuHuiTi-Heavy';
}
.surface-treatment .surface-treatment-title {
  background: linear-gradient(180deg, #3549f9 0%, #00ceaf 100%);
  font-size: 110px;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: 'AlibabaPuHuiTi-Heavy';
  position: relative;
  z-index: 2;
}
.surface-treatment .surface-treatment-title::after {
  content: "";
  width: 100%;
  height: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #f1f5ff 85%, rgba(241, 245, 255, 0) 100%);
  opacity: 0.8;
}
.surface-treatment .surface-treatment-inner {
  width: 100%;
  margin-top: -60px;
  background: linear-gradient(180deg, #f1f5ff 85%, rgba(241, 245, 255, 0) 100%);
}
.surface-treatment .surface-treatment-con {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 50px 52px 30px;
}
.surface-treatment .surface-treatment-con-title {
  font-weight: 400;
  font-size: 42px;
  line-height: 63px;
  text-align: center;
  background: linear-gradient(0deg, #101828 0%, #1c398e 50%, #312c85 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 16px;
}
.surface-treatment .surface-treatment-con-desc {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #4A5565;
  line-height: 27px;
  margin-bottom: 30px;
}
.surface-treatment .surface-treatment-con-main {
  width: 100%;
}
.surface-treatment .surface-treatment-swiper {
  width: 100%;
  overflow: visible;
  padding-bottom: 85px;
  position: relative;
}
.surface-treatment .surface-treatment-slide {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  width: 85%;
  max-width: 795px;
  transform: scale(0.8);
  margin: 0 -10%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  height: auto;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con {
  width: 56%;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con .surface-treatment-slide-top {
  width: 100%;
  display: flex;
  align-items: center;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con .surface-treatment-slide-top .index {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #000000;
  text-align: center;
  line-height: 47px;
  font-weight: 500;
  font-size: 24px;
  color: #2B2B2B;
  transition: 0.5s;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con .surface-treatment-slide-top .text {
  font-weight: 400;
  font-size: 24px;
  color: #2B2B2B;
  line-height: 27px;
  width: calc(100% - 48px);
  padding-left: 19px;
  transition: 0.5s;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con .surface-treatment-slide-line {
  margin: 16px 0 12px;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0da8e6 0%, #ec9fff 100%);
  border-radius: 3px;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con .surface-treatment-slide-desc {
  font-weight: 400;
  font-size: 16px;
  color: #4A5565;
  line-height: 27px;
  margin-bottom: 16px;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con .surface-treatment-slide-text {
  font-weight: 400;
  font-size: 16px;
  color: #4A5565;
  line-height: 27px;
  margin-bottom: 16px;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con .surface-treatment-slide-text1 {
  margin-bottom: 0;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con .surface-treatment-slide-ul {
  width: 100%;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con ul {
  width: 100%;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con li {
  width: 100%;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  color: #4A5565;
  line-height: 27px;
  margin-bottom: 40px;
  justify-content: space-between;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con li .text1 {
  font-weight: 500;
  font-family: 'AlibabaPuHuiTi-Medium';
  width: 33%;
  padding-right: 12px;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con li .text2 {
  width: 66%;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-con li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-img {
  width: 40%;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-img .surface-treatment-slide-img-inner {
  width: 100%;
  aspect-ratio: 0.83783784;
  overflow: hidden;
  border-radius: 12px;
}
.surface-treatment .surface-treatment-slide .surface-treatment-slide-img .surface-treatment-slide-img-inner img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.surface-treatment .surface-treatment-slide::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}
.surface-treatment .surface-treatment-slide:hover .surface-treatment-slide-con .surface-treatment-slide-top .index {
  border: none;
  color: #FFFFFF;
  background: linear-gradient(180deg, #2685fb 0%, #04b4de 100%);
}
.surface-treatment .surface-treatment-slide:hover .surface-treatment-slide-con .surface-treatment-slide-top .text {
  color: #147BD8;
}
.surface-treatment .surface-treatment-slide:hover .surface-treatment-slide-img .surface-treatment-slide-img-inner img {
  transform: scale(1.05);
}
.surface-treatment .surface-treatment-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  margin: 0 auto;
}
.surface-treatment .surface-treatment-btns .surface-treatment-btn {
  width: 67px;
  border-radius: 50%;
  height: 67px;
  text-align: center;
  line-height: 67px;
  font-size: 32px;
  border: 2px solid #147BD8;
  color: #147BD8;
  cursor: pointer;
  transition: 0.5s;
}
.surface-treatment .surface-treatment-btns .surface-treatment-btn i {
  font-family: 'AlibabaPuHuiTi-Medium';
}
.surface-treatment .surface-treatment-btns .surface-treatment-btn:hover {
  background: #147BD8;
  color: #fff;
}
.surface-treatment .surface-treatment-active {
  transform: scale(1);
  z-index: 12;
  opacity: 1;
}
.surface-treatment .surface-treatment-active::after {
  height: 0;
  opacity: 0;
}
.surface-treatment .swiper-slide-prev,
.surface-treatment .swiper-slide-next {
  opacity: 1;
}
.surface-treatment .surface-treatment-con-main1 {
  padding: 0 100px;
  display: flex;
  justify-content: center;
  position: relative;
}
.surface-treatment .surface-treatment-con-main1 .surface-treatment-swiper {
  overflow: hidden;
  padding-bottom: 0;
  height: 600px;
  width: 95%;
  padding: 0 100px;
}
.surface-treatment .surface-treatment-con-main1 .surface-treatment-btns {
  right: 5px;
  height: 180px;
  width: 65px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.surface-treatment .surface-treatment-con-main1 .swiper-wrapper {
  flex-direction: column;
}
.surface-treatment .surface-treatment-con-main1 .surface-treatment-slide {
  width: 100%;
  max-width: 100%;
  margin: -15% 0;
  padding: 35px;
}
.surface-treatment .surface-treatment-con-main1 .surface-treatment-slide .surface-treatment-slide-con {
  width: 48%;
}
.surface-treatment .surface-treatment-con-main1 .surface-treatment-slide .surface-treatment-slide-img {
  width: 48%;
}
.surface-treatment .surface-treatment-con-main1 .surface-treatment-slide .surface-treatment-slide-img .surface-treatment-slide-img-inner {
  aspect-ratio: 1.42598187;
}
.machining-processing {
  width: 100%;
  background: linear-gradient(180deg, #f1f5ff 85%, rgba(241, 245, 255, 0) 100%);
}
.machining-processing .machining-processing-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 72px 120px;
}
.machining-processing .machining-processing-title {
  width: 100%;
  font-weight: 400;
  font-size: 42px;
  background: linear-gradient(0deg, #101828 0%, #1c398e 50%, #312c85 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 63px;
  margin-bottom: 20px;
}
.machining-processing .machining-processing-list {
  width: 100%;
}
.machining-processing .machining-processing-list-item {
  width: 100%;
  border-radius: 12px;
  border: 2px solid #A5A5A5;
  overflow: hidden;
  display: flex;
  margin-bottom: 48px;
}
.machining-processing .machining-processing-list-item .machining-processing-item-img {
  width: 50%;
  overflow: hidden;
}
.machining-processing .machining-processing-list-item .machining-processing-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.machining-processing .machining-processing-list-item .machining-processing-item-con {
  width: 50%;
  padding: 50px;
}
.machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-top {
  width: 100%;
  display: flex;
  align-items: center;
}
.machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-top .index {
  font-weight: 800;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.47);
  line-height: 50px;
  font-family: 'AlibabaPuHuiTi-Heavy';
  width: 65px;
  transition: 0.5s;
}
.machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-top .title {
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-height: 40px;
  padding-left: 40px;
  width: calc(100% - 65px);
}
.machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-top .title .text {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 3px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #000000 0, #000000 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-desc {
  margin-top: 20px;
  font-weight: 400;
  font-size: 19px;
  color: #000000;
  line-height: 30px;
}
.machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-desc .text {
  margin-bottom: 25px;
}
.machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-desc .text:nth-last-of-type(1) {
  margin-bottom: 0;
}
.machining-processing .machining-processing-list-item:hover .machining-processing-item-img img {
  transform: scale(1.05);
}
.machining-processing .machining-processing-list-item:hover .machining-processing-item-con .machining-processing-item-top .index {
  color: #147BD8;
}
.machining-processing .machining-processing-list-item:hover .machining-processing-item-con .machining-processing-item-top .title .text {
  background-size: 100% 1px;
}
.machining-processing .machining-processing-list-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.one-stop-pros {
  width: 100%;
}
.one-stop-pros .one-stop-pros-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 80px 40px;
}
.one-stop-pros .one-stop-pros-title {
  width: 100%;
  padding-left: 40px;
  font-weight: 400;
  font-size: 42px;
  background: linear-gradient(0deg, #101828 0%, #1c398e 50%, #312c85 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 63px;
  margin-bottom: 20px;
}
.one-stop-pros .one-stop-pros-types {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 40px;
  margin-bottom: 15px;
}
.one-stop-pros .one-stop-pro-type-item {
  background: #FCFCFC;
  border-radius: 12px;
  border: 1px solid #04B2DF;
  transition: 0.5s;
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
  line-height: 23px;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
  margin-bottom: 23px;
  margin-right: 13px;
}
.one-stop-pros .one-stop-pro-type-item:hover {
  color: #FFFFFF;
  background: linear-gradient(180deg, #2685fb 0%, #04b4de 100%);
  border: none;
}
.one-stop-pros .one-stop-pro-type-item:nth-last-of-type(1) {
  margin-right: 0;
}
.one-stop-pros .one-stop-pro-type-item-active {
  color: #FFFFFF;
  background: linear-gradient(180deg, #2685fb 0%, #04b4de 100%);
  border: none;
}
.one-stop-pros .one-stop-pros-list {
  width: 100%;
}
.one-stop-pros .one-stop-pro-swiper {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
.one-stop-pros .one-stop-pro-swiper .swiper-scrollbar-lock {
  display: block;
}
.one-stop-pros .one-stop-pro-swiper .one-stop-pro-scrollbar {
  width: 100%;
  height: 16px;
  cursor: pointer;
}
.one-stop-pros .one-stop-pro-swiper .swiper-scrollbar-drag {
  background: #147BD8;
  height: 100%;
  border-radius: 19px;
  width: 25%;
}
.one-stop-pros .one-stop-pro-slide {
  width: 335px;
  margin-right: 30px;
  transition: 0.5s;
}
.one-stop-pros .one-stop-pro-slide .one-stop-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;
}
.one-stop-pros .one-stop-pro-slide .one-stop-pro-slide-item .one-stop-pro-slide-cover {
  width: 100%;
  aspect-ratio: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.one-stop-pros .one-stop-pro-slide .one-stop-pro-slide-item .one-stop-pro-slide-cover img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.one-stop-pros .one-stop-pro-slide .one-stop-pro-slide-item .one-stop-pro-slide-title {
  margin-top: 11px;
}
.one-stop-pros .one-stop-pro-slide .one-stop-pro-slide-item .one-stop-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;
}
.one-stop-pros .one-stop-pro-slide .one-stop-pro-slide-item:hover .one-stop-pro-slide-cover img {
  transform: scale(1.05);
}
.one-stop-pros .one-stop-pro-slide .one-stop-pro-slide-item:hover .one-stop-pro-slide-title .text {
  background-size: 100% 2px;
}
.one-stop-pros .one-stop-pro-slide .item1 {
  margin-bottom: 14px;
}
.one-stop-pros .sheet-metal-processing-pro-slide .one-stop-pro-slide-item {
  background: url('../images/imgs/sheet-metal-processing-pro-item.png') no-repeat;
  background-size: cover;
  color: #fff;
}
.one-stop-pros .one-stop-pro-slide-opacity {
  opacity: 0;
}
.one-stop-pros .nodata {
  width: 100%;
  padding: 100px 5%;
  text-align: center;
  font-size: 45px;
  line-height: 56px;
  color: #2B2B2B;
}
.one-stop-pros .machining-pro-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.one-stop-faq {
  width: 100%;
}
.one-stop-faq .one-stop-faq-title {
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, #00ceaf 0%, #3549f9 100%);
  font-size: 82px;
  font-family: 'AlibabaPuHuiTi-Heavy';
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.one-stop-faq .one-stop-faq-inner {
  width: 100%;
  background: linear-gradient(180deg, #f6f9fc 0%, rgba(238, 242, 255, 0) 89%);
  margin-top: -48px;
}
.one-stop-faq .one-stop-faq-inner .one-stop-faq-con {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 42px 120px 25px;
}
.one-stop-faq .one-stop-faq-inner .one-stop-faq-con-title {
  font-weight: 400;
  font-size: 42px;
  background: linear-gradient(0deg, #101828 0%, #1c398e 50%, #312c85 100%);
  line-height: 63px;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 40px;
}
.one-stop-faq .one-stop-faq-inner .one-stop-faq-list {
  width: 100%;
}
.one-stop-faq .one-stop-faq-inner .faq-box-item {
  width: 100%;
  background: linear-gradient(180deg, rgba(21, 93, 252, 0.05) 0%, rgba(0, 206, 175, 0.05) 100%);
  border-radius: 16px;
  border: 1px solid #E5E7EB;
  padding: 25px;
  margin-bottom: 20px;
}
.one-stop-faq .one-stop-faq-inner .faq-box-item .faq-box-item-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.one-stop-faq .one-stop-faq-inner .faq-box-item .faq-box-item-title .text-q {
  width: 32px;
  height: 32px;
  background: linear-gradient(180deg, #155dfc 0%, #00ceaf 100%);
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 31px;
  color: #fff;
}
.one-stop-faq .one-stop-faq-inner .faq-box-item .faq-box-item-title .text {
  width: calc(100% - 40px);
  font-weight: 400;
  font-size: 20px;
  color: #101828;
  line-height: 30px;
}
.one-stop-faq .one-stop-faq-inner .faq-box-item .faq-box-item-val {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #4A5565;
  line-height: 26px;
}
.one-stop-faq .one-stop-faq-inner .faq-box-item .faq-box-item-val .faq-box-item-val-inner {
  padding-left: 40px;
  width: 100%;
}
.one-stop-faq .one-stop-faq-inner .faq-box-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media only screen and (max-width: 1918px) {
  .surface-treatment .surface-treatment-con-main1 {
    padding: 0 50px;
  }
}
@media (max-width: 1395px) {
  .machining-processing .machining-processing-inner {
    padding: 55px 80px;
  }
  .machining-processing .machining-processing-title {
    font-size: 38px;
    line-height: 58px;
    margin-bottom: 30px;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-con {
    padding: 40px;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-top .title {
    font-size: 28px;
    padding-left: 28px;
    line-height: 35px;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-desc {
    font-size: 18px;
  }
  .surface-treatment .surface-treatment-con-main1 .surface-treatment-swiper {
    padding: 0 100px 0 0;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-title {
    font-size: 42px;
    line-height: 58px;
    margin: 22px 0 16px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-desc {
    font-size: 16px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-right {
    padding-bottom: 5%;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con {
    padding: 10% 80px 4%;
  }
  .design-drawing .design-drawing-desc {
    margin-bottom: 40px;
  }
  .processing-technology .processing-technology-con-title {
    margin-bottom: 30px;
  }
  .processing-technology .processing-technology-inner .processing-technology-con {
    padding: 0 90px 50px;
  }
  .material-selection .material-selection-con {
    padding: 30px 60px 50px 70px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con {
    padding: 45px 32px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con .material-selection-slide-con-list {
    font-size: 18px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con .material-selection-slide-con-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 18px;
  }
  .surface-treatment .surface-treatment-slide .surface-treatment-slide-con li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .surface-treatment .surface-treatment-slide .surface-treatment-slide-con .surface-treatment-slide-desc {
    font-size: 14px;
  }
  .one-stop-faq .one-stop-faq-title {
    font-size: 70px;
  }
  .one-stop-pros .one-stop-pros-inner {
    padding: 20px 60px 40px;
  }
  .one-stop-pros .one-stop-pros-title {
    padding-left: 0;
    font-size: 35px;
    line-height: 56px;
    margin-bottom: 18px;
  }
  .one-stop-pros .one-stop-pros-types {
    padding-left: 0;
  }
  .one-stop-pros .one-stop-pro-slide {
    width: 300px;
  }
  .one-stop-pros .nodata {
    width: 100%;
    font-size: 35px;
  }
  .one-stop-faq .one-stop-faq-inner .one-stop-faq-con-title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .surface-treatment .surface-treatment-con-main1 {
    padding: 0 0;
  }
  .surface-treatment .surface-treatment-slide .surface-treatment-slide-con .surface-treatment-slide-text {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 12px;
  }
  .surface-treatment .surface-treatment-con-main1 .surface-treatment-slide {
    padding: 32px;
    margin: -10% 0;
  }
  .machining-processing .machining-processing-inner {
    padding: 55px 50px;
  }
}
@media (max-width: 1251px) {
  .machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-desc {
    font-size: 16px;
  }
  .machining-processing .machining-processing-inner {
    padding: 45px 50px;
  }
  .machining-processing .machining-processing-title {
    font-size: 32px;
    line-height: 45px;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-top .index {
    font-size: 42px;
    line-height: 42px;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-top .title {
    font-size: 25px;
    padding-left: 12px;
    line-height: 32px;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-con {
    padding: 32px;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-desc .text {
    margin-bottom: 16px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con {
    padding: 10% 60px 4%;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-title {
    font-size: 28px;
    line-height: 40px;
    margin: 16px 0 12px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-title .one-stop-nban-text1 {
    line-height: 45px;
    margin-bottom: 3px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-dot .one-stop-nban-dot-inner .text {
    font-size: 13px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-desc {
    font-size: 14px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-contact {
    width: 142px;
    height: 52px;
    font-size: 14px;
    line-height: 52px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-video {
    width: 142px;
    height: 52px;
    font-size: 14px;
    line-height: 52px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-right {
    width: 310px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-left {
    width: calc(95% - 310px);
  }
  .one-stop-nside {
    padding-top: 23px;
  }
  .design-drawing .design-drawing-desc {
    margin-bottom: 34px;
  }
  .design-drawing .design-drawing-item .design-drawing-item-text {
    font-size: 15px;
  }
  .design-drawing .design-drawing-item .design-drawing-item-contact .design-drawing-item-contact-inner .img {
    width: 80px;
  }
  .design-drawing .design-drawing-item .design-drawing-item-contact .design-drawing-item-contact-inner .img img {
    width: 100%;
  }
  .processing-technology .processing-technology-inner .processing-technology-con {
    padding: 0 60px 50px;
  }
  .processing-technology .processing-technology-con-title {
    margin-bottom: 26px;
  }
  .processing-technology .processing-technology-first {
    padding: 34px 36px 34px;
  }
  .processing-technology .processing-technology-item1 {
    width: 49%;
    margin-top: 28px;
  }
  .processing-technology .processing-technology-item2 {
    width: 32%;
    margin-top: 28px;
    padding: 15px;
  }
  .material-selection .material-selection-inner {
    width: 93%;
  }
  .machining-material-selection .material-selection-inner {
    width: 100%;
  }
  .material-selection .material-selection-con {
    padding: 30px 42px 46px 52px;
  }
  .material-selection .material-selection-con-top .material-selection-con-desc {
    font-size: 16px;
  }
  .material-selection .material-selection-con-top .material-selection-con-title {
    font-size: 35px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con .material-selection-slide-con-list {
    font-size: 16px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con .material-selection-slide-con-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con {
    padding: 32px 30px;
  }
  .surface-treatment .surface-treatment-title {
    font-size: 82px;
  }
  .surface-treatment .surface-treatment-title::after {
    height: 50px;
  }
  .surface-treatment .surface-treatment-inner {
    margin-top: -50px;
  }
  .one-stop-faq .one-stop-faq-title {
    font-size: 58px;
  }
  .one-stop-faq .one-stop-faq-inner {
    margin-top: -33px;
  }
  .one-stop-faq .one-stop-faq-inner .one-stop-faq-con {
    padding: 35px 60px 25px;
  }
}
@media (max-width: 1023px) {
  .surface-treatment .surface-treatment-con-main1 .surface-treatment-swiper {
    padding: 0 0 80px;
  }
  .surface-treatment .surface-treatment-con-main1 .swiper-wrapper {
    flex-direction: row;
  }
  .surface-treatment .surface-treatment-con-main1 .surface-treatment-slide {
    height: auto;
    margin: 0 -10%;
    flex-wrap: wrap;
  }
  .surface-treatment .surface-treatment-con-main1 .surface-treatment-swiper {
    height: auto;
  }
  .surface-treatment .surface-treatment-con-main1 .surface-treatment-slide .surface-treatment-slide-con {
    width: 100%;
  }
  .surface-treatment .surface-treatment-con-main1 .surface-treatment-slide .surface-treatment-slide-img {
    width: 100%;
    max-width: 300px;
    margin: 25px auto 0;
  }
  .surface-treatment .surface-treatment-con-main1 .surface-treatment-btns {
    bottom: 0;
    width: 180px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 62px;
    top: auto;
    transform: translateY(0);
    flex-direction: row;
  }
  .surface-treatment .surface-treatment-btns .surface-treatment-btn {
    width: 62px;
    height: 62px;
    line-height: 62px;
    transform: rotateZ(-90deg);
  }
  .one-stop-pros .one-stop-pro-type-item {
    font-size: 14px;
  }
  .one-stop-pros .one-stop-pros-inner {
    padding: 20px 5% 40px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-desc {
    display: none;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con {
    flex-wrap: wrap;
    padding: 65px 5% 4%;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-left {
    width: 100%;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-right {
    padding-bottom: 0;
    margin-top: 24px;
  }
  .one-stop-nban .one-stop-nban-main {
    align-items: center;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-title {
    margin-bottom: 0;
  }
  .processing-technology .processing-technology-item2 {
    width: 49%;
  }
  .material-selection .material-selection-inner {
    width: 100%;
  }
  .material-selection .material-selection-con-top {
    padding-right: 0;
  }
  .material-selection .material-selection-con-top {
    flex-wrap: wrap;
  }
  .material-selection .material-selection-con-top .material-selection-con-desc {
    width: 100%;
    margin-top: 12px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer {
    flex-wrap: wrap;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper {
    width: 100%;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-btns {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-top: 25px;
  }
  .material-selection .material-selection-con {
    padding: 30px 40px 42px 32px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-btns .material-selection-btn {
    margin: 0 8px;
    width: 65px;
    line-height: 65px;
  }
  .surface-treatment .surface-treatment-title {
    font-size: 65px;
  }
  .surface-treatment .surface-treatment-con-title {
    font-size: 34px;
    line-height: 56px;
  }
  .surface-treatment .surface-treatment-con {
    padding: 46px 40px 30px;
  }
  .surface-treatment .surface-treatment-slide {
    width: 100%;
    padding: 24px;
  }
  .one-stop-faq .one-stop-faq-title {
    font-size: 45px;
  }
  .one-stop-faq .one-stop-faq-inner {
    margin-top: -27px;
  }
  .one-stop-faq .one-stop-faq-inner .one-stop-faq-con {
    padding: 30px 5% 25px;
  }
  .processing-technology .processing-technology-title-outer::after {
    min-height: 35px;
  }
}
@media (max-width: 767px) {
  .machining-material-selection .material-selection-con-main {
    flex-direction: column-reverse;
  }
  .machining-material-selection .material-selection-con-main .material-selection-con-main-swiper-outer {
    flex-direction: column-reverse;
  }
  .machining-material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-btns .material-selection-btn {
    transform: rotateZ(-90deg);
  }
  .surface-treatment .surface-treatment-slide .surface-treatment-slide-con .surface-treatment-slide-top .text {
    font-size: 20px;
  }
  .machining-processing .machining-processing-list-item {
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding-top: 22px;
  }
  .machining-processing .machining-processing-list-item:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-top .title {
    font-size: 20px;
    width: calc(100% - 48px);
    line-height: 32px;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-desc .text {
    margin-bottom: 10px;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-desc {
    font-size: 14px;
    margin-top: 9px;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-con .machining-processing-item-top .index {
    font-size: 32px;
    line-height: 36px;
    width: 48px;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .machining-processing .machining-processing-list-item .machining-processing-item-con {
    width: 100%;
    padding: 22px;
  }
  .machining-processing .machining-processing-title {
    font-size: 26px;
    line-height: 34px;
  }
  .machining-processing .machining-processing-inner {
    padding: 32px 5%;
  }
  .surface-treatment .surface-treatment-con-main1 .surface-treatment-swiper {
    width: 100%;
  }
  .surface-treatment .surface-treatment-con-main1 .surface-treatment-slide {
    padding: 5%;
    border-radius: 12px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-dot {
    display: none;
  }
  .one-stop-pros .one-stop-pros-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .one-stop-pros .one-stop-pro-type-item {
    margin-bottom: 17px;
  }
  .one-stop-pros .one-stop-pro-slide .one-stop-pro-slide-item {
    font-size: 13px;
  }
  .one-stop-faq .one-stop-faq-inner .one-stop-faq-con-title {
    margin-bottom: 22px;
  }
  .one-stop-faq .one-stop-faq-inner .faq-box-item {
    padding: 18px;
    border-radius: 12px;
  }
  .one-stop-faq .one-stop-faq-inner .faq-box-item .faq-box-item-title .text {
    font-size: 16px;
  }
  .one-stop-faq .one-stop-faq-inner .faq-box-item .faq-box-item-val {
    font-size: 14px;
  }
  .one-stop-pros .one-stop-pro-slide {
    width: 250px;
    margin-right: 22px;
  }
  .one-stop-pros .nodata {
    width: 100%;
    font-size: 32px;
  }
  .one-stop-pros .one-stop-pro-slide .one-stop-pro-slide-item .one-stop-pro-slide-title {
    margin-top: 9px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-right {
    margin-top: 14px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-contact {
    width: 126px;
    height: 45px;
    font-size: 12px;
    line-height: 45px;
    border-radius: 9px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-video {
    width: 126px;
    height: 45px;
    font-size: 12px;
    line-height: 45px;
    border-radius: 9px;
  }
  .one-stop-nban .one-stop-nban-main .one-stop-nban-con .one-stop-nban-right {
    width: 280px;
  }
  .one-stop-nban {
    aspect-ratio: auto;
  }
  .one-stop-nban .nban-img {
    position: absolute;
  }
  .one-stop-nban .one-stop-nban-main {
    position: relative;
  }
  .one-stop-nside {
    padding-top: 16px;
  }
  .design-drawing .design-drawing-title {
    font-size: 30px;
    line-height: 50px;
  }
  .design-drawing .design-drawing-line {
    margin: 5px auto;
    height: 3px;
  }
  .design-drawing .design-drawing-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .design-drawing .design-drawing-list {
    flex-wrap: wrap;
  }
  .design-drawing .design-drawing-item {
    width: 100%;
    padding: 5%;
    margin-bottom: 22px;
  }
  .processing-technology .processing-technology-title-outer::after {
    min-height: 0;
  }
  .processing-technology .processing-technology-inner .processing-technology-con {
    padding: 0 5% 50px;
  }
  .processing-technology .processing-technology-con-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 17px;
    padding-top: 15px;
  }
  .processing-technology .processing-technology-item1 {
    width: 100%;
  }
  .processing-technology .processing-technology-item2 {
    width: 100%;
  }
  .material-selection .material-selection-con-top .material-selection-con-title {
    font-size: 28px;
    line-height: 40px;
  }
  .material-selection .material-selection-con-main {
    flex-wrap: wrap;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-titles {
    width: 100%;
    min-width: 0;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-titles-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .material-selection .material-selection-con-main .material-selection-li {
    width: 48%;
    margin-right: 4%;
  }
  .material-selection .material-selection-con-main .material-selection-li:nth-of-type(2n) {
    margin-right: 0;
  }
  .material-selection .material-selection-con-main .material-selection-li {
    font-size: 14px;
    line-height: 24px;
  }
  .material-selection .material-selection-con-main .material-selection-li .right {
    font-size: 20px;
  }
  .material-selection .material-selection-con-main .material-selection-li .text {
    padding: 0 5px;
  }
  .material-selection .material-selection-con-main .material-selection-li:nth-last-of-type(1) {
    margin-bottom: 16px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con .material-selection-slide-con-list {
    font-size: 13px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con {
    padding: 20px 22px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con .material-selection-slide-con-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-btns .material-selection-btn {
    margin: 0 12px;
    width: 50px;
    font-size: 25px;
    line-height: 50px;
  }
  .material-selection .material-selection-con {
    padding: 28px 5% 26px;
  }
  .surface-treatment .surface-treatment-title {
    font-size: 36px;
  }
  .surface-treatment .surface-treatment-inner {
    margin-top: -8px;
  }
  .surface-treatment .surface-treatment-con {
    padding: 26px 5% 30px;
  }
  .surface-treatment .surface-treatment-con-title {
    font-size: 26px;
    line-height: 42px;
  }
  .surface-treatment .surface-treatment-con-desc {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 26px;
  }
  .surface-treatment .surface-treatment-slide {
    flex-wrap: wrap;
  }
  .surface-treatment .surface-treatment-slide .surface-treatment-slide-con {
    width: 100%;
  }
  .surface-treatment .surface-treatment-slide .surface-treatment-slide-img {
    width: 100%;
    max-width: 280px;
    margin: 22px auto 0;
  }
  .surface-treatment .surface-treatment-btns .surface-treatment-btn {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 25px;
  }
  .surface-treatment .surface-treatment-btns {
    width: 136px;
  }
  .one-stop-faq .one-stop-faq-title {
    font-size: 26px;
  }
  .one-stop-faq .one-stop-faq-inner {
    margin-top: 0;
  }
  .one-stop-faq .one-stop-faq-inner .one-stop-faq-con-title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 396px) {
  .machining-material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .machining-material-selection .material-selection-con-main .material-selection-con-main-swiper-outer .material-selection-swiper .material-selection-slide .material-selection-slide-con {
    position: relative;
    z-index: 2;
    padding: 40px 22px 20px;
  }
  .one-stop-faq .one-stop-faq-inner .one-stop-faq-con-title {
    font-size: 26px;
    line-height: 36px;
  }
  .processing-technology .processing-technology-index {
    font-size: 32px;
  }
  .processing-technology .processing-technology-first-top {
    margin-bottom: 30px;
  }
  .processing-technology .processing-technology-first {
    padding: 28px 22px 26px;
  }
  .surface-treatment .surface-treatment-slide .surface-treatment-slide-con li {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .surface-treatment .surface-treatment-slide .surface-treatment-slide-con li .text1 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 4px;
  }
  .surface-treatment .surface-treatment-slide .surface-treatment-slide-con li .text2 {
    width: 100%;
  }
}
