* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
i {
  font-style: normal;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
li.swiper-slide {
  height: auto;
}
.application_advantage {
  position: relative;
  background-color: rgb(243, 249, 254);
  padding: 1.8rem 0px 8.6rem;
}
.application_advantage::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background-image: linear-gradient(
    to top,
    rgb(255, 255, 255) 40%,
    transparent
  );
  pointer-events: none;
}
.application_advantage .application_advantage_swiper {
  overflow: hidden;
}
.application_advantage .item {
  background-color: rgb(255, 255, 255);
  padding: 3.7rem 2.5% 3.5rem;
}
.application_advantage .item.active .icon {
  background-color: transparent;
}
.application_advantage .item.active .icon::before {
  opacity: 1;
}
.application_advantage .item .icon {
  width: 8.7rem;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: var(--title);
  transition: 0.3s;
}
.application_advantage .item .icon::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 50%;
  background-image: linear-gradient(
    -56.8703deg,
    rgb(10, 88, 144),
    rgb(15, 127, 195)
  );
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.application_advantage .item .icon i {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: "";
  background: center center / contain no-repeat;
}
.application_advantage .item .info {
  margin-top: 2.5rem;
}
.application_advantage .item .info strong {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: rgb(63, 63, 63);
  display: block;
  max-width: 28rem;
}
.application_advantage .item .info p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: rgb(96, 96, 96);
  margin-top: 0.7rem;
  hyphens: auto;
  max-width: 32.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .application_advantage {
    padding: 2rem 0px;
    overflow: hidden;
  }
  .application_advantage .application_advantage_swiper {
    overflow: unset;
  }
  .application_advantage .item {
    padding: 1.2rem 20px;
  }
  .application_advantage .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .application_advantage .item .info {
    margin-top: 1rem;
  }
  .application_advantage .item .info strong {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
  }
  .application_advantage .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
    max-width: unset;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.head h2::after {
  width: 3.8rem;
  height: 3.8rem;
  background: url("https://walmaystainless.com/wp-content/plugins/sytech-fronteditor/sytpl/application3-application_intro/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.application_intro {
  padding: 0.85rem 0px;
}
.application_intro .pic {
  position: relative;
  width: 49.98%;
}
.application_intro .pic .lar_img {
  width: 82.51%;
  --h: 100%;
}
.application_intro .pic .sm_img {
  position: absolute;
  right: 0px;
  top: 48.6%;
  transform: translateY(-50%);
  width: 49.9%;
  --h: 100%;
  border: 0.8rem solid rgb(255, 255, 255);
}
.application_intro .pic .img:hover img {
  transform: scale(1.02);
}
.application_intro .head {
  flex: 1 1 0%;
  max-width: 61.5rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
  padding-bottom: 5.1%;
}
.application_intro .head h2 {
  color: var(--title);
}
.application_intro .head ul {
  margin-top: 2.2rem;
}
.application_intro .head ul li + li {
  margin-top: 0.9rem;
}
.application_intro .head ul li {
  position: relative;
  padding-left: 2.8rem;
}
.application_intro .head ul li::before {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0px;
  top: 0.6rem;
  content: "";
  background: url("https://walmaystainless.com/wp-content/plugins/sytech-fronteditor/sytpl/application3-application_intro/assets/img/gou.svg") center center / contain no-repeat;
}
.application_intro .head p + p {
  margin-top: 0px;
}
.application_intro p {
  margin-top: 2rem;
  hyphens: auto;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .gap {
    gap: 1rem;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h2::after {
    width: 20px;
    height: 20px;
  }
  div.head .desc,
  div.head p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 12px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .application_intro {
    padding: 3rem 0px;
  }
  .application_intro .flex {
    gap: 2rem 1rem;
  }
  .application_intro .pic .sm_img {
    border-width: 4px;
  }
  .application_intro .head {
    max-width: unset;
    width: 100%;
    padding: 0px;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .application_intro .head ul {
    margin-top: 1rem;
  }
  .application_intro .head ul li {
    padding-left: 1.5rem;
  }
  .application_intro .head ul li::before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
  .application_intro .head ul li + li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
  div.head .desc,
  div.head p {
    font-size: 0.9rem;
  }
  .application_intro .pic {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.btn {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  background-color: var(--primary);
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: normal;
  padding: 2.3rem 5rem 2.2rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.btn:hover {
  background-color: var(--secondary);
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.head h2::after {
  width: 3.8rem;
  height: 3.8rem;
  background: url("https://walmaystainless.com//wp-content/plugins/sytech-fronteditor/sytpl/application4-application_intro-last/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.application_intro {
  padding: 0.85rem 0px;
}
.application_intro.last {
  padding-bottom: 11.2rem;
}
.application_intro .reverse {
  flex-direction: row-reverse;
}
.application_intro .reverse .pic .lar_img {
  margin-left: auto;
}
.application_intro .reverse .head {
  padding-bottom: 1.1%;
}
.application_intro .pic {
  position: relative;
  width: 49.98%;
}
.application_intro .pic .lar_img {
  width: 82.51%;
  --h: 100%;
}
.application_intro .pic .img:hover img {
  transform: scale(1.02);
}
.application_intro .head {
  flex: 1 1 0%;
  max-width: 61.5rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
  padding-bottom: 5.1%;
}
.application_intro .head h2 {
  color: var(--title);
}
.application_intro .head p + p {
  margin-top: 0px;
}
.application_intro p {
  margin-top: 2rem;
  hyphens: auto;
}
.application_intro .btn {
  margin-top: 3.2rem;
  padding: 2.3rem 4.2rem 2.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .gap {
    gap: 1rem;
  }
  .btn {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 20px;
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h2::after {
    width: 20px;
    height: 20px;
  }
  div.head .desc,
  div.head p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 12px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head .btn,
  div.head .btn_i,
  div.head .btn_line {
    margin-top: 20px;
  }
  .application_intro {
    padding: 3rem 0px;
  }
  .application_intro.last {
    padding-bottom: 4rem;
  }
  .application_intro .flex {
    gap: 2rem 1rem;
  }
  .application_intro .reverse .head {
    padding: 0px;
  }
  .application_intro .pic:not(:has(.sm_img)) .lar_img {
    width: 100%;
  }
  .application_intro .head {
    max-width: unset;
    width: 100%;
    padding: 0px;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .application_intro .btn {
    padding: 11px 20px;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
  div.head .desc,
  div.head p {
    font-size: 0.9rem;
  }
  .application_intro .pic {
    width: 100%;
  }
}

/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content { 
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
li {
  list-style: none;
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.head h2::after {
  width: 3.8rem;
  height: 3.8rem;
  background: url("https://walmaystainless.com/wp-content/plugins/sytech-fronteditor/sytpl/application6-application_advantages/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.application_advantages {
  padding: 9.2rem 0px 6.4rem;
}
.application_advantages .items {
  margin-top: 2.7rem;
}
.application_advantages .item {
  display: flex;
  padding: 4.8rem 0px 5.7rem;
  border-top: 1px solid rgba(21, 15, 53, 0.24);
}
.application_advantages .item h3 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-weight: 600;
  color: rgb(15, 15, 15);
  width: 49.85%;
  padding-right: 12%;
}
.application_advantages .item .syedittext {
  flex: 1;
  font-size: 1.8rem;
  line-height: 2.9rem;
  color: rgb(58, 58, 58);
}
.application_advantages .item .syedittext p {
  margin-bottom: 1rem;
}
.application_advantages .item .syedittext li {
  position: relative;
  padding-left: 2rem;
  margin: 5px 0;
}
.application_advantages .item .syedittext li::before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 1.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h2::after {
    width: 20px;
    height: 20px;
  }
  .application_advantages {
    padding: 4rem 0px 3rem;
  }
  .application_advantages .items {
    margin-top: 2rem;
  }
  .application_advantages .item {
    padding: 1rem 0;
  }
  .application_advantages .item h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-right: 10px;
  }
  .application_advantages .item .syedittext {
    font-size: 14px;
    line-height: 1.5;
  }
  .application_advantages .item .syedittext li {
    padding-left: 1rem;
  }
  .application_advantages .item .syedittext li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
  .application_advantages .item {
    gap: 12px;
    flex-direction: column;
  }
  .application_advantages .item h3 {
    width: 100%;
    padding: 0;
  }
  .application_advantages .item .syedittext {
    width: 100%;
  }
}
