/*
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;
  }
}

/*
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);
}
.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_ct img {
  object-fit: contain;
}
.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 h1 {
  font-size: 6rem;
  line-height: 6.9rem;
  font-weight: 700;
}
.products_banner {
  position: relative;
  background: url("https://walmaystainless.com//wp-content/plugins/sytech-fronteditor/sytpl/products2-products_banner/assets/img/products-bg1.png") center center / cover no-repeat;
  padding: 5.8rem 0px 12.7rem;
  margin-bottom: -13rem;
}
.products_banner::before {
  width: 100%;
  height: 44.073%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background-image: linear-gradient(to top, rgb(255, 255, 255), transparent);
  pointer-events: none;
}
.products_banner .inner {
  max-width: 160rem;
  width: calc(100% - 4rem);
  margin: 0px auto;
}
.products_banner .head {
  position: relative;
  z-index: 2;
  flex: 1 1 0%;
  max-width: 67rem;
  padding-bottom: 2.1%;
  color: rgb(15, 15, 15);
}
.products_banner .head h1 {
  font-size: 7rem;
  line-height: 8.2rem;
}
.products_banner p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: rgb(86, 86, 86);
  max-width: 55.3rem;
  margin-top: 2rem;
}
.products_banner .img {
  width: 47.6875%;
  --h: 61.99214%;
  margin-right: -1%;
}
.products_banner .img:hover img {
  transform: scale(1.02);
}
@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;
  }
  .gap {
    gap: 1rem;
  }
  div.head h1 {
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  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;
  }
  .products_banner {
    margin: 0px;
    padding: 3rem 0px;
  }
  .products_banner .inner {
    max-width: unset;
    width: 100%;
    padding: 0px 20px;
  }
  .products_banner .head {
    width: 100%;
    max-width: unset;
    padding: 0px;
  }
  .products_banner .head h1 {
    font-size: 34px;
    line-height: 1.3;
  }
  .products_banner .img {
    margin: 0px;
  }
}

@media screen and (max-width: 576px) {
  div.head h1 {
    font-size: 25px;
  }
  div.head .desc,
  div.head p {
    font-size: 0.9rem;
  }
  .products_banner .head h1 {
    font-size: 25px;
  }
  .products_banner .img {
    width: 100%;
    order: -1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .products_banner .img {
    margin-right: 0px;
  }
}

/*
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);
}
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_top {
  align-items: flex-start;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
li.swiper-slide {
  height: auto;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab 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/products4-products_feature/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.products_feature {
  padding: 6.85rem 0px 10rem;
}
.products_feature .left {
  flex: 1 1 0%;
  max-width: 52rem;
}
.products_feature .right {
  width: 48.855%;
  padding-top: 2.4%;
}
.products_feature .right .products_feature_swiper {
  overflow: hidden;
}
.products_feature .right .products_feature_swiper:hover img {
  transform: scale(1.02);
}
.products_feature .right .products_feature_swiper .img {
  padding-bottom: 70.2744%;
}
.products_feature .items {
  margin-top: 3.4rem;
  border-left: 1px solid rgb(220, 220, 220);
}
.products_feature .items .item {
  position: relative;
  padding-left: 6%;
}
.products_feature .items .item::before {
  width: 3px;
  height: 0px;
  position: absolute;
  background-color: var(--primary);
  transition: 0.3s;
  content: "";
  left: -2px;
  top: 0px;
}
.products_feature .items .item.active::before {
  height: 100%;
}
.products_feature .items .item.active h3 {
  font-size: 3.2rem;
  font-weight: 600;
  opacity: 1;
}
.products_feature .items .item:first-child p {
  display: block;
}
.products_feature .items h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: rgb(22, 22, 22);
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
  padding: 0.8rem 0px;
}
.products_feature .items p {
  display: none;
  font-size: 1.7rem;
  line-height: 3rem;
  color: rgb(61, 61, 61);
  padding: 0.5rem 0px 2.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;
  }
  .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;
  }
  .products_feature {
    padding: 3rem 0px;
  }
  .products_feature .left {
    max-width: unset;
    width: 100%;
  }
  .products_feature .right {
    padding: 0px;
  }
  .products_feature .items {
    margin-top: 2rem;
  }
  .products_feature .items .item {
    padding-left: 20px;
  }
  .products_feature .items .item.active h3 {
    font-size: 18px;
  }
  .products_feature .items h3 {
    font-size: 16px;
    padding: 10px 0px;
  }
  .products_feature .items p {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 10px 0px 1.2rem;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
  .products_feature .right {
    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);
}
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);
}
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/about3-about_intro/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.about_intro {
  padding: 13.3rem 0px 11.8rem;
}
.about_intro .pic {
  position: relative;
  width: 49.98%;
}
.about_intro .pic .lar_img {
  width: 82.51%;
  --h: 100%;
}
.about_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);
}
.about_intro .pic .img:hover img {
  transform: scale(1.02);
}
.about_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%;
}
.about_intro .head h2 {
  color: var(--title);
}
.about_intro .head ul {
  margin-top: 2.2rem;
}
.about_intro .head ul li + li {
  margin-top: 0.9rem;
}
.about_intro .head ul li {
  position: relative;
  padding-left: 2.8rem;
}
.about_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/about3-about_intro/assets/img/gou.svg") center center / contain no-repeat;
}
.about_intro .head p + p {
  margin-top: 0px;
}
.about_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;
  }
  .about_intro,
  .about_cooperation {
    padding: 3rem 0px 4rem;
  }
  .about_intro .flex,
  .about_cooperation .flex {
    gap: 2rem 1rem;
  }
  .about_intro .pic .sm_img,
  .about_cooperation .pic .sm_img {
    border-width: 4px;
  }
  .about_intro .head,
  .about_cooperation .head {
    max-width: unset;
    width: 100%;
    padding: 0px;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .about_intro .head ul,
  .about_cooperation .head ul {
    margin-top: 1rem;
  }
  .about_intro .head ul li,
  .about_cooperation .head ul li {
    padding-left: 1.5rem;
  }
  .about_intro .head ul li::before,
  .about_cooperation .head ul li::before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
  .about_intro .head ul li + li,
  .about_cooperation .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;
  }
  .about_intro .pic,
  .about_cooperation .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);
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.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/resources3-resources_faqs/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.resources_faqs {
  background-color: rgb(247, 247, 247);
  padding: 11.2rem 0px 10.4rem;
}
.resources_faqs .faqs {
  margin-top: 4.5rem;
}
.resources_faqs .faq_item {
  background-color: rgb(255, 255, 255);
  margin-bottom: 2.2rem;
}
.resources_faqs .faq_item:last-child {
  margin-bottom: 0px;
}
.resources_faqs .faq_item:first-child .answer {
  display: block;
}
.resources_faqs .faq_item .question {
  display: grid;
  font-size: 2.2rem;
  font-weight: 600;
  color: rgb(22, 22, 22);
  grid-template-columns: 1fr 1.3rem;
  align-items: center;
  cursor: pointer;
  gap: 2rem;
  padding: 2.7rem 3.2%;
}
.resources_faqs .faq_item .question::after {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: "";
  background: url("https://walmaystainless.com/wp-content/plugins/sytech-fronteditor/sytpl/resources3-resources_faqs/assets/img/add.svg") center center / contain no-repeat;
  transition: 0.3s;
}
.resources_faqs .faq_item .answer {
  border-top: 1px solid rgb(213, 219, 219);
  display: none;
  font-size: 1.8rem;
  line-height: 2.8rem;
  hyphens: auto;
  color: rgb(75, 85, 99);
  padding: 2rem 3.2% 3.1rem;
  margin-top: -0.5rem;
}
.resources_faqs .faq_item .answer p {
  max-width: 116.7rem;
  margin-bottom: 1.1rem;
}
.resources_faqs .faq_item .answer a {
  display: inline-block;
  font-weight: 600;
  color: rgb(22, 22, 22);
  text-decoration: underline;
  transition: 0.3s;
  margin-top: 1px;
}
.resources_faqs .faq_item .answer a:hover {
  color: var(--primary);
  text-decoration-color: transparent;
}
@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;
  }
  .resources_faqs {
    padding: 4rem 0px;
  }
  .resources_faqs .faqs {
    margin-top: 2rem;
  }
  .resources_faqs .faq_item {
    margin-bottom: 1rem;
  }
  .resources_faqs .faq_item .question {
    grid-template-columns: 1fr 12px;
    gap: 1rem;
    font-size: 18px;
    padding: 14px 20px;
  }
  .resources_faqs .faq_item .answer {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 1rem 20px 1.2rem;
    margin: 0px;
  }
  .resources_faqs .faq_item .answer p {
    max-width: unset;
    margin-bottom: 10px;
  }
  .resources_faqs .faq_item .answer a {
    margin-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
}

/*
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;
  }
}
