.nban .nban-outer {
  top: 42%;
}
.processing-side {
  position: absolute;
  bottom: 100px;
  left: 60px;
}
.processing-side .processing-side-item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.processing-side .processing-side-item .processing-side-a {
  margin-right: 48px;
  padding-left: 17px;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.5s;
}
.processing-side .processing-side-item .processing-side-a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
}
.processing-side .processing-side-item .processing-side-a:hover {
  opacity: 1;
}
.processing-side .processing-side-item .processing-side-a:nth-last-of-type(1) {
  margin-right: 0;
}
.designDrawings .designDrawings-inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
}
.designDrawings .designDrawings-text {
  width: 320px;
}
.designDrawings .designDrawings-text .innerTitle {
  margin-left: -35px;
}
.designDrawings .designDrawings-text .designDrawings-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 20px;
}
.designDrawings .designDrawings-img {
  width: calc(100% - 320px);
  padding-left: 6%;
}
.designDrawings .designDrawings-img .designDrawings-img-inner {
  width: 100%;
}
.designDrawings .designDrawings-img .designDrawings-img-inner img {
  width: 100%;
  display: block;
}
.material {
  display: flex;
}
.material .material-list {
  width: 50%;
  padding-left: 60px;
  padding-right: 30px;
  background: #F8F8F8;
}
.material .material-list .material-list-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.material .material-list .material-item {
  margin-right: 30px;
  width: calc((100% - 60px) / 3);
  margin-top: 20px;
  margin-bottom: 20px;
}
.material .material-list .material-item .material-item-icon {
  border-radius: 20px;
  background: #323336;
  aspect-ratio: 1;
  overflow: hidden;
}
.material .material-list .material-item .material-item-icon img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.material .material-list .material-item .material-item-text {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 30px;
  margin-top: 18px;
  transition: 0.5s;
}
.material .material-list .material-item-active .material-item-icon img {
  transform: scale(1.05);
}
.material .material-list .material-item-active .material-item-text {
  color: #FF6600;
}
.material .material-list .material-item:nth-of-type(3n) {
  margin-right: 0;
}
.material .material-main {
  background: #EDEDED;
  width: 50%;
}
.material .material-main .material-main-inner {
  width: 100%;
  padding: 50px 10%;
}
.material .material-main .material-swiper {
  width: 100%;
  margin-top: 58px;
}
.material .material-main .material-swiper .material-one {
  width: 100%;
}
.material .material-main .material-swiper .material-one-img {
  width: 100%;
  border-radius: 20px;
  background: #323336;
  overflow: hidden;
  aspect-ratio: 1.25;
}
.material .material-main .material-swiper .material-one-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.material .material-main .material-swiper .material-one-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 28px 0 38px;
}
.material .material-main .material-swiper .material-one-title .material-one-text {
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  line-height: 42px;
  margin-right: 28px;
  display: flex;
  align-items: center;
}
.material .material-main .material-swiper .material-one-title .material-one-text .text {
  margin-right: 16px;
  white-space: nowrap;
}
.material .material-main .material-swiper .material-one-title .material-one-text .line {
  width: 100px;
  height: 1px;
  background: #333337;
}
.material .material-main .material-swiper .material-one-title .material-one-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.material .material-main .material-swiper .material-one-intro {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.surface .surface-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.surface .surface-inner .swiper-button-lock {
  display: block;
}
.surface .surface-inner .surface-btns {
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.surface .surface-inner .surface-btns .surface-btn {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #FF6600;
  transition: 0.5s;
}
.surface .surface-inner .surface-btns .surface-btn .surface-btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.surface .surface-inner .surface-btns .surface-btn .surface-btn-inner img {
  width: 42%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.surface .surface-inner .surface-btns .surface-btn .surface-btn-inner .default {
  opacity: 0;
}
.surface .surface-inner .surface-btns .surface-btn .surface-btn-inner .active {
  opacity: 1;
}
.surface .surface-inner .surface-btns .surface-btn:hover {
  background: #FF6600;
  border: 1px solid #FF6600;
}
.surface .surface-inner .surface-btns .surface-btn:hover .surface-btn-inner .default {
  opacity: 1;
}
.surface .surface-inner .surface-btns .surface-btn:hover .surface-btn-inner .active {
  opacity: 0;
}
.surface .surface-swiper .surface-item {
  margin-right: 90px;
  position: relative;
  width: calc((100% - 180px) / 3);
  height: auto;
}
.surface .surface-swiper .surface-item::after {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -45px;
  background: #DDDDDD;
}
.surface .surface-swiper .surface-item::before {
  width: 2px;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45.5px;
  background: #FF6600;
  transition: 0.5s;
  z-index: 2;
}
.surface .surface-swiper .surface-item .surface-item-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #F8F8F8;
  border-radius: 20px;
}
.surface .surface-swiper .surface-item .surface-img {
  aspect-ratio: 1.35;
  width: 100%;
  overflow: hidden;
}
.surface .surface-swiper .surface-item .surface-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.surface .surface-swiper .surface-item .surface-con {
  padding: 54px 32px;
}
.surface .surface-swiper .surface-item .surface-con .surface-text {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 34px;
  transition: 0.5s;
}
.surface .surface-swiper .surface-item .surface-con .surface-intro {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 14px;
}
.surface .surface-swiper .surface-item:hover .surface-img img {
  transform: scale(1.05);
}
.surface .surface-swiper .surface-item:hover .surface-con .surface-text {
  color: #FF6600;
}
.surface .surface-swiper .surface-item:hover::before {
  height: 100%;
}
.surface .surface-swiper .surface-item:nth-last-of-type(1) {
  margin-right: 0;
}
.surface .surface-swiper .surface-item:nth-last-of-type(1)::after {
  display: none;
}
.molding {
  background: #EAEAEA;
}
.molding .molding-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.molding .molding-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.molding .molding-title .molding-desc {
  width: calc(95% - 300px);
}
.molding .molding-list {
  width: 100%;
}
.molding .molding-list .molding-item {
  width: 100%;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
}
.molding .molding-list .molding-item .molding-img {
  width: 34%;
}
.molding .molding-list .molding-item .molding-img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
}
.molding .molding-list .molding-item .molding-img-m {
  display: none;
}
.molding .molding-list .molding-item .molding-img-pc {
  display: block;
}
.molding .molding-list .molding-item .molding-con {
  width: 66%;
  padding: 60px;
}
.molding .molding-list .molding-item .molding-con .molding-index {
  font-weight: 500;
  font-size: 16px;
  color: #FE7C24;
  line-height: 24px;
  font-family: 'Montserrat-Medium';
}
.molding .molding-list .molding-item .molding-con .molding-item-title {
  font-weight: bold;
  font-size: 24px;
  color: #FE7C24;
  line-height: 32px;
  margin-top: 17px;
}
.molding .molding-list .molding-item .molding-con .molding-line {
  width: 100%;
  height: 1px;
  background: #333337;
  opacity: 0.1;
  margin: 18px 0;
}
.molding .molding-list .molding-item .molding-con .molding-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.molding .molding-list .molding-item .molding-con .molding-item-dots {
  margin-top: 35px;
}
.molding .molding-list .molding-item .molding-con .molding-item-dots .molding-item-dot {
  margin-top: 35px;
  display: flex;
}
.molding .molding-list .molding-item .molding-con .molding-item-dots .molding-item-dot .molding-item-dot-title {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  width: 115px;
  padding-right: 8px;
}
.molding .molding-list .molding-item .molding-con .molding-item-dots .molding-item-dot .molding-item-dot-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  width: calc(100% - 115px);
}
.molding .molding-list .molding-item:hover .molding-img img {
  transform: scale(1.05);
}
.molding .molding-list .molding-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.proi {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hengyun/hengyun/page-img/pro-back.png') no-repeat;
  background-size: cover;
  background-position: top right;
  overflow: hidden;
}
.proi .proi-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.proi .innerTitle .text {
  color: #fff;
}
.proi .proi-outer {
  margin: 40px 0;
  padding: 40px 0;
  width: 100%;
  border-top: 1px solid rgba(219, 219, 219, 0.2);
  border-bottom: 1px solid rgba(219, 219, 219, 0.2);
}
.proi .proi-inner-type {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proi .proi-inner-type .proi-types {
  width: calc(95% - 116px);
}
.proi .proi-inner-type .proi-types .proi-types {
  width: 100%;
}
.proi .proi-inner-type .proi-types .proi-types-slide {
  width: auto;
  margin-right: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.proi .proi-inner-type .proi-types .proi-types-slide .proi-types-icon {
  width: 38px;
  height: 35px;
  position: relative;
}
.proi .proi-inner-type .proi-types .proi-types-slide .proi-types-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  transition: 0.5s;
}
.proi .proi-inner-type .proi-types .proi-types-slide .proi-types-icon .default {
  opacity: 1;
}
.proi .proi-inner-type .proi-types .proi-types-slide .proi-types-icon .active {
  opacity: 0;
}
.proi .proi-inner-type .proi-types .proi-types-slide .proi-types-text {
  margin-top: 16px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  transition: 0.5s;
}
.proi .proi-inner-type .proi-types .proi-types-slide:hover .proi-types-icon .default {
  opacity: 0;
}
.proi .proi-inner-type .proi-types .proi-types-slide:hover .proi-types-icon .active {
  opacity: 1;
}
.proi .proi-inner-type .proi-types .proi-types-slide:hover .proi-types-text {
  color: #FF6600;
}
.proi .proi-inner-type .proi-types .proi-types-one:nth-of-type(1) svg {
  width: 30px;
  height: 34px;
}
.proi .proi-inner-type .proi-types .proi-types-one:nth-of-type(2) svg {
  width: 38px;
  height: 35px;
}
.proi .proi-inner-type .proi-types .proi-types-one-active .proi-types-icon .default {
  opacity: 0;
}
.proi .proi-inner-type .proi-types .proi-types-one-active .proi-types-icon .active {
  opacity: 1;
}
.proi .proi-inner-type .proi-types .proi-types-one-active .proi-types-text {
  color: #FF6600;
}
.proi .proi-inner-type .proi-types .proi-types-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.proi .proi-inner-type .proi-pro-btns {
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proi .proi-inner-type .proi-pro-btns .producti-btn {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  transition: 0.5s;
}
.proi .proi-inner-type .proi-pro-btns .producti-btn .pro-btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.proi .proi-inner-type .proi-pro-btns .producti-btn .pro-btn-inner img {
  width: 42%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.proi .proi-inner-type .proi-pro-btns .producti-btn .pro-btn-inner .default {
  opacity: 1;
}
.proi .proi-inner-type .proi-pro-btns .producti-btn .pro-btn-inner .active {
  opacity: 0;
}
.proi .proi-inner-type .proi-pro-btns .producti-btn:hover {
  background: #FF6600;
  border: 1px solid #FF6600;
}
.proi .proi-inner-type .proi-pro-btns .producti-btn:hover .producti-btn-inner .default {
  opacity: 1;
}
.proi .proi-inner-type .proi-pro-btns .producti-btn:hover .producti-btn-inner .active {
  opacity: 0;
}
.proi .proi-inner-list {
  width: 100%;
  overflow: visible;
}
.proi .proi-inner-list .proi-data-swiper {
  overflow: visible;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}
.proi .proi-inner-list .proi-data-swiper .proi-data-one {
  width: 400px;
  margin-right: 50px;
}
.proi .proi-inner-list .proi-data-swiper .proi-data-one .nodata {
  text-align: center;
  margin: 15% auto;
  font-size: 32px;
  line-height: 42px;
  color: #fff;
}
.proi .proi-inner-list .proi-data-swiper .proi-data-one-other {
  width: 100%;
}
.proi .proi-inner-list .proi-data-swiper .proi-data-one-other .proi-data-one-dom:nth-of-type(1) {
  margin-bottom: 24px;
}
.proi .proi-inner-list .proi-data-swiper .proi-data-one-dom {
  width: 100%;
}
.proi .proi-inner-list .proi-data-swiper .proi-data-one-dom .proi-data-one-cover {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hengyun/hengyun/page-img/proi-cover.png') no-repeat;
  background-size: cover;
}
.proi .proi-inner-list .proi-data-swiper .proi-data-one-dom .proi-data-one-cover img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.proi .proi-inner-list .proi-data-swiper .proi-data-one-dom .proi-data-one-title {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  transition: 0.5s;
  border-radius: 10px;
  padding: 6px 10px;
  background: #F3F3F3;
  font-family: 'SourceHanSansSC-Medium';
}
.proi .proi-inner-list .proi-data-swiper .proi-data-one-dom:hover .proi-data-one-cover img {
  transform: scale(1.05);
}
.proi .proi-inner-list .proi-data-swiper .proi-data-one-dom:hover .proi-data-one-title {
  background: #FF6600;
  color: #fff;
}
.proi .proi-inner-list .proi-data-swiper .proi-one-opacity {
  opacity: 0 !important;
}
.proi .proi-inner-list .proi-data-swiper .proi-scrollbar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
}
.proi .proi-inner-list .proi-data-swiper .swiper-scrollbar-drag {
  background: #FF6600;
  cursor: pointer;
}
.asked {
  width: 100%;
}
.asked .asked-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.asked .asked-list {
  width: 100%;
}
.asked .asked-list .ask-item {
  background: #F1F1F1;
  border-radius: 10px;
  padding: 0 30px 30px;
  margin-top: 30px;
  z-index: 5;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.asked .asked-list .ask-item .ask-item-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 30px 0 0;
}
.asked .asked-list .ask-item .ask-item-title .ask-item-icon {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  color: #222222;
  transition: 0.5s;
  width: 26px;
  height: 26px;
}
.asked .asked-list .ask-item .ask-item-title .ask-item-text {
  width: calc(100% - 44px);
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  line-height: 32px;
  transition: 0.5s;
}
.asked .asked-list .ask-item .ask-item-title::after {
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.asked .asked-list .ask-item .ask-item-desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.2s;
}
.asked .asked-list .ask-item .ask-item-desc .ask-item-desc-inner {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  padding-top: 38px;
}
.asked .asked-list .ask-item-active {
  background: #FF6600;
}
.asked .asked-list .ask-item-active .ask-item-title::after {
  width: 100%;
}
.asked .asked-list .ask-item-active .ask-item-title .ask-item-icon {
  transform: rotateZ(90deg);
  color: #fff;
}
.asked .asked-list .ask-item-active .ask-item-title .ask-item-text {
  color: #FFFFFF;
}
.asked .asked-list .ask-item-active .ask-item-desc {
  max-height: 100vh;
}
.processSelection {
  background: #F8F8F8;
}
.processSelection .processSelection-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.processSelection .processSelection-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.processSelection .processSelection-item-title {
  font-weight: bold;
  font-size: 24px;
  color: #FE7C24;
  line-height: 30px;
  display: flex;
  width: calc(100% - 12px);
  transition: 0.5s;
}
.processSelection .processSelection-item-title .index {
  font-family: 'Montserrat-Bold';
  font-weight: 500;
  width: 44px;
}
.processSelection .processSelection-item-title .text {
  width: calc(100% - 44px);
}
.processSelection .processSelection-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  opacity: 0.9;
}
.processSelection .processSelection-item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 60px;
}
.processSelection .processSelection-item .processSelection-item-desc {
  margin-top: 12px;
}
.processSelection .processSelection-item:hover .processSelection-item-title {
  transform: translateX(12px);
}
.processSelection .processSelection-item-dots {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.processSelection .processSelection-item-dots .processSelection-item-dot {
  width: calc((100% - 60px) / 3);
}
.processSelection .processSelection-item-dots .processSelection-item-dot .processSelection-item-dot-img {
  width: 100%;
  aspect-ratio: 1.7;
  background: #1356D1;
  border-radius: 10px;
  overflow: hidden;
}
.processSelection .processSelection-item-dots .processSelection-item-dot .processSelection-item-dot-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.processSelection .processSelection-item-dots .processSelection-item-dot .processSelection-item-dot-title {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  margin: 20px 0 8px;
  font-family: 'SourceHanSansSC-Medium';
  transition: 0.5s;
}
.processSelection .processSelection-item-dots .processSelection-item-dot .processSelection-item-dot-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.processSelection .processSelection-item-dots .processSelection-item-dot:hover .processSelection-item-dot-img img {
  transform: scale(1.05);
}
.processSelection .processSelection-item-dots .processSelection-item-dot:hover .processSelection-item-dot-title {
  color: #FE7C24;
}
.processSelection .processSelection-laws {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.processSelection .processSelection-laws .processSelection-laws-one {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 30px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 34px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.processSelection .processSelection-laws .processSelection-laws-one .processSelection-laws-con {
  width: 100%;
}
.processSelection .processSelection-laws .processSelection-laws-one .processSelection-item-desc {
  margin: 15px 0 20px;
}
.processSelection .processSelection-laws .processSelection-laws-one .processSelection-laws-img {
  width: 100%;
  aspect-ratio: 2;
  overflow: hidden;
  background: #1356D1;
  border-radius: 10px;
}
.processSelection .processSelection-laws .processSelection-laws-one .processSelection-laws-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.processSelection .processSelection-laws .processSelection-laws-one:hover .processSelection-item-title {
  transform: translateX(12px);
}
.processSelection .processSelection-laws .processSelection-laws-one:hover .processSelection-laws-img img {
  transform: scale(1.05);
}
.processSelection .processSelection-laws .processSelection-laws-one:nth-of-type(2n) {
  margin-right: 0;
}
.processSelection .processSelection-last {
  width: 100%;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  justify-content: space-between;
}
.processSelection .processSelection-last .processSelection-last-con {
  width: calc(50% - 20px);
}
.processSelection .processSelection-last .processSelection-item-desc {
  margin-top: 15px;
}
.processSelection .processSelection-last .processSelection-last-img {
  width: calc(50% - 20px);
  aspect-ratio: 2;
  background: #1356D1;
  border-radius: 10px;
  overflow: hidden;
}
.processSelection .processSelection-last .processSelection-last-img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.processSelection .processSelection-last:hover .processSelection-item-title {
  transform: translateX(12px);
}
.processSelection .processSelection-last:hover .processSelection-last-img img {
  transform: scale(1.05);
}
.materialchoose {
  width: 100%;
}
.materialchoose .materialchoose-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.materialchoose .materialchoose-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.materialchoose .materialchoose-btns {
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.materialchoose .materialchoose-btns .materialchoose-btn {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #FF6600;
  transition: 0.5s;
}
.materialchoose .materialchoose-btns .materialchoose-btn .materialchoose-btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.materialchoose .materialchoose-btns .materialchoose-btn .materialchoose-btn-inner img {
  width: 42%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.materialchoose .materialchoose-btns .materialchoose-btn .materialchoose-btn-inner .default {
  opacity: 0;
}
.materialchoose .materialchoose-btns .materialchoose-btn .materialchoose-btn-inner .active {
  opacity: 1;
}
.materialchoose .materialchoose-btns .materialchoose-btn:hover {
  background: #FF6600;
  border: 1px solid #FF6600;
}
.materialchoose .materialchoose-btns .materialchoose-btn:hover .materialchoose-btn-inner .default {
  opacity: 1;
}
.materialchoose .materialchoose-btns .materialchoose-btn:hover .materialchoose-btn-inner .active {
  opacity: 0;
}
.materialchoose .materialchoose-list {
  width: 100%;
}
.materialchoose .materialchoose-swiper {
  width: 100%;
  overflow: visible;
}
.materialchoose .materialchoose-item {
  width: calc(50% - 15px);
  margin-right: 30px;
  background: #F8F8F8;
  border-radius: 20px;
  height: auto;
  overflow: hidden;
}
.materialchoose .materialchoose-item .materialchoose-img {
  width: 100%;
  aspect-ratio: 1.5;
  overflow: hidden;
  background: #1356D1;
}
.materialchoose .materialchoose-item .materialchoose-img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.materialchoose .materialchoose-item .materialchoose-con {
  width: 100%;
  padding: 40px 32px;
}
.materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #FE7C24;
  font-family: 'SourceHanSansSC-Medium';
  line-height: 30px;
  width: calc(100% - 12px);
  transition: 0.5s;
}
.materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin: 8px 0 18px;
}
.materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-line {
  width: 100%;
  height: 1px;
  background: #666666;
  opacity: 0.3;
}
.materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-dots {
  margin-top: 30px;
}
.materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-dots .materialchoose-item-dot {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-dots .materialchoose-item-dot .materialchoose-item-dot-title {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Medium';
  width: 120px;
  padding-right: 10px;
}
.materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-dots .materialchoose-item-dot .materialchoose-item-dot-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  width: calc(100% - 120px);
}
.materialchoose .materialchoose-item:hover .materialchoose-img img {
  transform: scale(1.05);
}
.materialchoose .materialchoose-item:hover .materialchoose-con .materialchoose-item-title {
  transform: translateX(12px);
}
.materialchoose .materialchoose-item:nth-last-of-type(1) {
  margin-right: 0;
}
.sheetsurface {
  background: #F8F8F8;
  overflow: hidden;
}
.sheetsurface .sheetsurface-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.sheetsurface .sheetsurface-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sheetsurface .sheetsurface-con .sheetsurface-imgs {
  width: 450px;
}
.sheetsurface .sheetsurface-con .sheetsurface-imgs .sheetsurface-img-swiper {
  width: 100%;
  overflow: visible;
}
.sheetsurface .sheetsurface-con .sheetsurface-imgs .sheetsurface-img-item {
  width: 100%;
  background: #1356D1;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 0.75;
}
.sheetsurface .sheetsurface-con .sheetsurface-imgs .sheetsurface-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.sheetsurface .sheetsurface-con .sheetsurface-imgs .sheetsurface-img-item:hover img {
  transform: scale(1.05);
}
.sheetsurface .sheetsurface-con .sheetsurface-main {
  width: calc(90% - 450px);
}
.sheetsurface .sheetsurface-con .sheetsurface-main .innerTitle {
  margin: 80px 0 100px;
  transform: translateX(60px);
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list {
  width: 100%;
  position: relative;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150vw;
  height: 1px;
  top: 66px;
  border-top: 1px dashed rgba(102, 102, 102, 0.2);
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper {
  width: 100%;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-index {
  width: 120px;
  height: 120px;
  background: #F8F8F8;
  border-radius: 50%;
  border: 1px solid #222222;
  font-weight: 500;
  font-family: 'Montserrat-Bold';
  font-size: 36px;
  color: #222222;
  line-height: 120px;
  text-align: center;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-con {
  width: calc(95% - 120px);
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-con .sheetsurface-list-title {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 32px;
  font-family: 'SourceHanSansSC-Medium';
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-con .sheetsurface-list-desc {
  margin-top: 80px;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-con .sheetsurface-list-desc .sheetsurface-list-desc-one {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-con .sheetsurface-list-desc .sheetsurface-list-desc-one .sheetsurface-list-desc-title {
  width: 90px;
  padding-right: 10px;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-con .sheetsurface-list-desc .sheetsurface-list-desc-one .sheetsurface-list-desc-intro {
  width: calc(100% - 90px);
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-btns {
  margin-top: 50px;
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-btns .sheetsurface-btn {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #FF6600;
  transition: 0.5s;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-btns .sheetsurface-btn .sheetsurface-btn-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-btns .sheetsurface-btn .sheetsurface-btn-inner img {
  width: 42%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-btns .sheetsurface-btn .sheetsurface-btn-inner .default {
  opacity: 0;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-btns .sheetsurface-btn .sheetsurface-btn-inner .active {
  opacity: 1;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-btns .sheetsurface-btn:hover {
  background: #FF6600;
  border: 1px solid #FF6600;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-btns .sheetsurface-btn:hover .sheetsurface-btn-inner .default {
  opacity: 1;
}
.sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-btns .sheetsurface-btn:hover .sheetsurface-btn-inner .active {
  opacity: 0;
}
.sheetsurface .sheetsurface-titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.sheetsurface .sheetsurface-titles .sheetsurface-title-one {
  width: 180px;
  height: 52px;
  background: #E8E8E8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #222222;
  transition: 0.5s;
  margin-top: 30px;
  padding: 0 10px;
}
.sheetsurface .sheetsurface-titles .sheetsurface-title-one .sheetsurface-title-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  font-family: 'SourceHanSansSC-Medium';
  max-width: calc(100% - 20px);
  transform: translateY(1px);
  text-align: center;
}
.sheetsurface .sheetsurface-titles .sheetsurface-title-one .sheetsurface-title-index {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Montserrat-Medium';
  width: 20px;
  text-align: right;
  transform: translateY(-4px);
}
.sheetsurface .sheetsurface-titles .sheetsurface-title-one:hover {
  background: #FF6600;
  color: #FFFFFF;
}
.sheetsurface .sheetsurface-titles .sheetsurface-title-one-active {
  background: #FF6600;
  color: #FFFFFF;
}
.standards {
  width: 100%;
}
.standards .standards-title {
  width: 100%;
  margin-bottom: 44px;
}
.standards .standards-list {
  width: 100%;
}
.standards table {
  width: 100%;
  border-collapse: collapse;
}
.standards table tr {
  text-align: center;
}
.standards table tr td:nth-of-type(1) {
  background: #FF6600;
  color: #FFFFFF;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 33%;
}
.standards table tr td:nth-of-type(2) {
  background: #F1F1F1;
  color: #222;
  width: 67%;
}
.standards table tr:nth-of-type(2n) td:nth-of-type(2) {
  background: #FCFCFC;
}
.standards table td {
  padding: 22px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Medium';
}
@media (max-width: 1918px) {
  .processing-side {
    bottom: 70px;
  }
  .processing-side .processing-side-item .processing-side-a {
    font-size: 22px;
  }
  .material .material-list .material-item .material-item-text {
    font-size: 20px;
    margin-top: 16px;
  }
  .material .material-list .material-item {
    margin-bottom: 4px;
  }
  .material .material-main .material-swiper {
    margin-top: 40px;
  }
  .material .material-main .material-main-inner {
    padding: 20px 8%;
  }
  .surface .surface-swiper .surface-item .surface-con {
    padding: 38px 32px;
  }
  .molding .molding-list .molding-item .molding-con {
    padding: 60px 45px;
  }
  .molding .molding-list .molding-item .molding-con .molding-item-dots .molding-item-dot .molding-item-dot-title {
    font-size: 16px;
  }
  .proi .proi-inner-type .proi-types .proi-types-slide .proi-types-text {
    font-size: 20px;
    margin-top: 10px;
  }
  .proi .proi-outer {
    margin: 38px 0;
    padding: 34px 0;
  }
  .processSelection .processSelection-item {
    padding: 50px;
  }
  .innerTitle .text {
    font-size: 32px;
  }
  .asked .asked-list .ask-item .ask-item-title .ask-item-text {
    font-size: 20px;
  }
}
@media (max-width: 1598px) {
  .processing-side {
    bottom: 50px;
  }
  .asked .asked-list .ask-item .ask-item-title .ask-item-text {
    font-size: 16px;
  }
  .asked .asked-list .ask-item .ask-item-title {
    padding: 24px 0 0;
  }
  .asked .asked-list .ask-item {
    padding: 0 26px 25px;
    margin-top: 26px;
  }
  .materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-dots .materialchoose-item-dot {
    flex-wrap: wrap;
  }
  .materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-dots .materialchoose-item-dot .materialchoose-item-dot-title {
    width: 100%;
  }
  .materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-dots .materialchoose-item-dot .materialchoose-item-dot-desc {
    width: 100%;
    margin-top: 10px;
  }
  .materialchoose .materialchoose-item {
    width: 420px;
  }
  .materialchoose .materialchoose-item .materialchoose-con {
    padding: 30px 26px;
  }
  .materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-title {
    font-size: 20px;
  }
  .proi .proi-outer {
    margin: 35px 0;
    padding: 32px 0;
  }
  .proi .proi-inner-type .proi-types .proi-types-slide .proi-types-text {
    font-size: 18px;
    margin-top: 8px;
  }
  .surface .surface-swiper .surface-item .surface-con {
    padding: 28px 28px;
  }
  .surface .surface-swiper .surface-item::after {
    right: -34px;
  }
  .surface .surface-swiper .surface-item::before {
    right: -33.5px;
  }
  .surface .surface-swiper .surface-item .surface-con .surface-text {
    font-size: 20px;
  }
  .surface .surface-swiper .surface-item {
    margin-right: 60px;
    width: calc((100% - 120px) / 3);
  }
  .material .material-main .material-swiper .material-one-title .material-one-text {
    font-size: 20px;
  }
  .material .material-main .material-swiper .material-one-title .material-one-text .line {
    width: 60px;
  }
  .material .material-main .material-swiper .material-one-title {
    margin: 26px 0 26px;
  }
  .processing-side .processing-side-item {
    margin-top: 26px;
  }
  .processing-side .processing-side-item .processing-side-a {
    font-size: 20px;
  }
  .material .material-list .material-item .material-item-text {
    font-size: 18px;
    margin-top: 14px;
  }
  .proi .proi-inner-list .proi-data-swiper .proi-data-one {
    width: 350px;
    margin-right: 35px;
  }
}
@media (max-width: 1365px) {
  .designDrawings .designDrawings-text .innerTitle {
    margin-left: 0;
  }
  .surface .surface-swiper .surface-item {
    width: 370px;
  }
  .proi .proi-inner-list .proi-data-swiper .proi-data-one {
    width: 300px;
    margin-right: 30px;
  }
  .material .material-list {
    padding-left: 5%;
  }
  .material .material-main .material-main-inner {
    padding: 0 8%;
  }
  .material .material-main .material-swiper {
    margin-top: 32px;
  }
  .innerTitle .text {
    font-size: 32px;
  }
}
@media (max-width: 1250px) {
  .innerTitle .text {
    font-size: 28px;
  }
  .processSelection .processSelection-item-title {
    font-size: 20px;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main {
    width: calc(90% - 320px);
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-index {
    width: 70px;
    height: 70px;
    font-size: 26px;
    line-height: 70px;
    margin-top: 35px;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-btns {
    width: 100px;
    margin-left: 5%;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-btns .sheetsurface-btn {
    width: 42px;
    height: 42px;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-con {
    width: calc(95% - 80px);
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main .innerTitle {
    margin: 0 0 40px;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-imgs {
    width: 320px;
  }
  .sheetsurface .sheetsurface-titles {
    margin-top: 28px;
  }
  .sheetsurface .sheetsurface-titles .sheetsurface-title-one {
    width: 22%;
  }
  .standards .standards-title {
    margin-bottom: 32px;
  }
  .standards table td {
    font-size: 14px;
  }
  .standards table tr td:nth-of-type(1) {
    font-size: 16px;
  }
  .processing-side {
    bottom: 40px;
  }
  .processing-side .processing-side-item {
    margin-top: 22px;
  }
  .processing-side .processing-side-item .processing-side-a {
    font-size: 18px;
  }
  .designDrawings .designDrawings-text .designDrawings-desc {
    margin-top: 14px;
  }
  .designDrawings .designDrawings-inner {
    flex-wrap: wrap;
  }
  .designDrawings .designDrawings-text {
    width: 100%;
  }
  .designDrawings .designDrawings-img {
    width: 100%;
    padding-left: 0;
    max-width: 800px;
    margin: 25px auto 0;
  }
  .molding .molding-list .molding-item .molding-con {
    padding: 40px 40px;
  }
  .molding .molding-list .molding-item .molding-con .molding-item-title {
    font-size: 22px;
    line-height: 26px;
    margin-top: 14px;
  }
  .molding .molding-list .molding-item .molding-con .molding-item-dots .molding-item-dot {
    margin-top: 26px;
  }
  .molding .molding-list .molding-item .molding-con .molding-item-dots {
    margin-top: 22px;
  }
  .material .material-main .material-swiper .material-one-title {
    margin: 25px 0 18px;
  }
  .material .material-main .material-swiper .material-one-title {
    flex-wrap: wrap;
  }
  .material .material-main .material-swiper .material-one-title .material-one-text {
    width: 100%;
  }
  .material .material-main .material-swiper .material-one-title .material-one-desc {
    width: 100%;
    margin-top: 10px;
  }
  .material .material-list {
    padding-left: 30px;
  }
  .material .material-list .material-item {
    margin-right: 16px;
    width: calc((100% - 32px) / 3);
  }
  .material .material-list .material-item .material-item-text {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .processing-side {
    left: 3%;
    bottom: 15px;
    padding-right: 2%;
  }
  .asked .asked-list .ask-item .ask-item-title .ask-item-icon {
    font-size: 26px;
  }
  .asked .asked-list .ask-item {
    padding: 0 22px 25px;
  }
  .asked .asked-list .ask-item .ask-item-title .ask-item-text {
    font-size: 16px;
  }
  .innerTitle .text {
    font-size: 24px;
  }
  .materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-title {
    font-size: 18px;
  }
  .materialchoose .materialchoose-item .materialchoose-con .materialchoose-item-dots {
    margin-top: 24px;
  }
  .processSelection .processSelection-item-title {
    font-size: 18px;
  }
  .sheetsurface .sheetsurface-con {
    flex-wrap: wrap;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-imgs {
    margin: 0 auto 40px;
  }
  .sheetsurface .sheetsurface-titles .sheetsurface-title-one {
    width: 23%;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-con .sheetsurface-list-title {
    font-size: 22px;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main .innerTitle {
    transform: translateX(0);
  }
  .sheetsurface .sheetsurface-titles .sheetsurface-title-one .sheetsurface-title-text {
    font-size: 14px;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main {
    width: 100%;
  }
  .materialchoose .materialchoose-btns {
    width: 100px;
  }
  .materialchoose .materialchoose-btns .materialchoose-btn {
    width: 42px;
    height: 42px;
  }
  .processSelection .processSelection-laws .processSelection-laws-one {
    width: calc((100% - 25px) / 2);
    margin-right: 25px;
    margin-bottom: 30px;
    padding: 28px 20px 28px;
  }
  .processSelection .processSelection-item {
    padding: 30px;
  }
  .processSelection .processSelection-item-dots .processSelection-item-dot {
    width: calc((100% - 36px) / 3);
  }
  .processSelection .processSelection-item-dots .processSelection-item-dot .processSelection-item-dot-title {
    font-size: 16px;
  }
  .processing-side .processing-side-item .processing-side-a {
    margin-right: 30px;
  }
  .processing-side .processing-side-item {
    margin-top: 15px;
  }
  .processing-side .processing-side-item .processing-side-a {
    font-size: 16px;
  }
  .material .material-list .material-item {
    width: calc((100% - 16px) / 2);
  }
  .material .material-list .material-item:nth-of-type(3n) {
    margin-right: 16px;
  }
  .molding .molding-title {
    flex-wrap: wrap;
  }
  .molding .molding-title .molding-desc {
    width: 100%;
    margin-top: 15px;
  }
  .surface .surface-inner {
    margin-bottom: 36px;
  }
  .surface .surface-inner .surface-btns {
    width: 100px;
  }
  .surface .surface-inner .surface-btns .surface-btn {
    width: 42px;
    height: 42px;
  }
  .material .material-list .material-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .innerTitle .text {
    font-size: 28px;
  }
  .molding .molding-list .molding-item .molding-con {
    padding: 32px 30px;
  }
  .surface .surface-swiper .surface-item .surface-con .surface-text {
    font-size: 18px;
    line-height: 30px;
  }
  .processing-side .processing-side-item .processing-side-a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .nban .nban-outer {
    top: 50%;
  }
  .asked .asked-list .ask-item .ask-item-title .ask-item-text {
    font-size: 15px;
    line-height: 28px;
  }
  .standards .standards-title {
    margin-bottom: 26px;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-con .sheetsurface-list-title {
    font-size: 20px;
  }
  .materialchoose .materialchoose-item {
    margin-right: 22px;
  }
  .materialchoose .materialchoose-item .materialchoose-con {
    padding: 24px 22px;
  }
  .processSelection .processSelection-list {
    margin-top: 30px;
  }
  .processSelection .processSelection-item-dots {
    flex-wrap: wrap;
  }
  .processSelection .processSelection-item-dots .processSelection-item-dot {
    width: 100%;
    margin-bottom: 25px;
  }
  .processSelection .processSelection-laws .processSelection-laws-one {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
    padding: 26px 20px 25px;
  }
  .processSelection .processSelection-last {
    flex-wrap: wrap;
  }
  .processSelection .processSelection-item {
    padding: 22px 22px 0;
    margin-bottom: 22px;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-con .sheetsurface-list-desc .sheetsurface-list-desc-one {
    flex-wrap: wrap;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-con .sheetsurface-list-desc .sheetsurface-list-desc-one .sheetsurface-list-desc-title {
    width: 100%;
  }
  .sheetsurface .sheetsurface-con .sheetsurface-main .sheetsurface-list-swiper .sheetsurface-list-item .sheetsurface-list-con .sheetsurface-list-desc .sheetsurface-list-desc-one .sheetsurface-list-desc-intro {
    width: 100%;
    margin-top: 5px;
  }
  .standards table tr td:nth-of-type(1) {
    font-size: 14px;
  }
  .sheetsurface .sheetsurface-titles {
    display: none;
  }
  .materialchoose .materialchoose-item {
    width: 100%;
    max-width: 320px;
  }
  .processSelection .processSelection-last {
    padding: 22px;
  }
  .processSelection .processSelection-last .processSelection-last-con {
    width: 100%;
  }
  .processSelection .processSelection-last .processSelection-last-img {
    width: 100%;
    margin-top: 22px;
  }
  .innerTitle .text {
    font-size: 22px;
  }
  .surface .surface-inner {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .surface .surface-inner .innerTitle {
    width: 100%;
    margin-bottom: 26px;
  }
  .molding .molding-list .molding-item {
    flex-wrap: wrap;
  }
  .molding .molding-list .molding-item {
    border-radius: 0;
    background: transparent;
  }
  .molding .molding-list .molding-item .molding-img-m {
    display: block;
  }
  .molding .molding-list .molding-item .molding-img {
    width: 100%;
    aspect-ratio: 1.33333333;
    max-width: 400px;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
  }
  .molding .molding-list .molding-item .molding-img-pc {
    display: none;
  }
  .molding .molding-list .molding-item .molding-con {
    width: 100%;
    border-radius: 12px;
    background: #fff;
    padding: 50px 20px 32px;
    margin-top: -15px;
  }
  .material .material-list {
    display: none;
  }
  .material .material-main {
    width: 100%;
  }
  .material .material-main .material-main-inner {
    padding: 0 5%;
  }
  .material .material-main .material-swiper {
    overflow: visible;
  }
  .material .material-main .material-swiper .material-one {
    width: 320px;
    margin-right: 30px;
  }
  .material .material-main .material-swiper .material-one:nth-last-of-type(1) {
    margin-right: 0;
  }
  .surface .surface-swiper .surface-item::before {
    display: none;
  }
  .surface .surface-swiper .surface-item::after {
    display: none;
  }
  .surface .surface-swiper .surface-item {
    width: 320px;
    margin-right: 30px;
  }
  .surface .surface-swiper .surface-item .surface-con {
    padding: 25px 22px;
  }
  .surface .surface-swiper .surface-item .surface-con .surface-intro {
    margin-top: 11px;
  }
  .processing-side {
    display: none;
  }
  .proi .proi-inner {
    flex-wrap: wrap;
  }
  .proi .proi-inner .innerTitle {
    width: 100%;
    margin-bottom: 20px;
  }
  .proi .proi-inner-list .proi-data-swiper .proi-data-one-dom .proi-data-one-title {
    margin-top: 18px;
  }
  .proi .proi-inner-list .proi-data-swiper .proi-data-one-other .proi-data-one-dom:nth-of-type(1) {
    margin-bottom: 18px;
  }
  .proi .proi-inner-list .proi-data-swiper .proi-data-one {
    width: 300px;
    margin-right: 25px;
  }
  .proi .proi-inner-type .proi-types {
    width: calc(95% - 106px);
  }
  .proi .proi-inner-type .proi-types .proi-types-slide .proi-types-text {
    font-size: 16px;
    line-height: 24px;
  }
  .proi .proi-inner-type .proi-types .proi-types-slide {
    width: 120px;
    margin-right: 20px;
  }
  .proi .proi-inner-type .proi-pro-btns .producti-btn {
    width: 45px;
    height: 45px;
  }
  .proi .proi-inner-type .proi-pro-btns {
    width: 106px;
  }
  .proi .proi-inner-list .proi-data-swiper .proi-data-one {
    width: 250px;
    margin-right: 20px;
  }
}
@media (max-width: 641px) {
  .proi .proi-outer {
    margin: 28px 0;
    padding: 26px 0;
  }
  .proi .proi-inner-type {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .proi .proi-inner-type .proi-types .proi-types-slide .proi-types-text {
    font-size: 14px;
  }
  .proi .proi-inner-type .proi-types {
    width: 100%;
  }
  .proi .proi-inner-type .proi-pro-btns {
    margin-top: 12px;
  }
  .molding .molding-list .molding-item .molding-con .molding-item-dots .molding-item-dot {
    flex-wrap: wrap;
  }
  .molding .molding-list .molding-item .molding-con .molding-item-dots .molding-item-dot .molding-item-dot-title {
    width: 100%;
  }
  .molding .molding-list .molding-item .molding-con .molding-item-dots .molding-item-dot .molding-item-dot-desc {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 431px) {
  .sheetsurface .sheetsurface-con .sheetsurface-imgs {
    width: 300px;
  }
}
@media (max-width: 425px) {
  .innerTitle .text {
    font-size: 18px;
  }
  .asked .asked-list .ask-item .ask-item-title .ask-item-text {
    font-size: 14px;
    line-height: 25px;
  }
  .asked .asked-list .ask-item .ask-item-desc .ask-item-desc-inner {
    font-size: 12px;
    line-height: 24px;
    padding-top: 34px;
  }
  .proi .proi-inner-list .proi-data-swiper .proi-data-one-dom .proi-data-one-cover {
    border-radius: 6px;
  }
  .proi .proi-inner-list .proi-data-swiper .proi-data-one-dom .proi-data-one-title {
    border-radius: 6px;
  }
  .proi .proi-inner-list .proi-data-swiper .proi-data-one {
    width: 260px;
    margin-right: 22px;
  }
  .material .material-main .material-swiper .material-one {
    width: 100%;
  }
  .surface .surface-swiper .surface-item {
    width: 100%;
  }
}
