 
:root {
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.solution_intro {
 padding: 184px 0px 95px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1220px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 width: 100vw;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 width: 100vw;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 1.25rem;
 }
.solution_intro .head {
 flex: 1 1 0%;
 max-width: 582px;
 }
.solution_intro .head .subtitle {
 color: rgb(2, 157, 247);
 font-size: 18px;
 display: block;
 text-transform: uppercase;
 }
.solution_intro .head h2 {
 color: rgb(33, 33, 33);
 font-size: 3rem;
 font-weight: 900;
 line-height: 62px;
 margin-top: 24px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
.solution_intro .head p {
 color: rgb(22, 22, 22);
 font-size: 17px;
 line-height: 26px;
 margin-top: 42px;
 }
ul {
 list-style: none;
 }
.solution_intro .head ul {
 margin-top: 65px;
 display: grid;
 gap: 2rem 6.873%;
 grid-template-columns: repeat(2, 1fr);
 }
.solution_intro .head ul li {
 padding-left: 50px;
 position: relative;
 color: rgb(22, 22, 22);
 }
.solution_intro .head ul li::before {
 content: "";
 display: block;
 width: 2rem;
 height: 2rem;
 background: url("https://vksled.com//wp-content/plugins/sytech-fronteditor/sytpl/solution_intro/assets/img/gou-yuan.svg") center center / contain no-repeat;
 position: absolute;
 left: 0px;
 top: 0px;
 }
.solution_intro .head ul li strong {
 display: block;
 font-size: 24px;
 font-weight: 900;
 line-height: 2rem;
 margin-bottom: 6px;
 }
.solution_intro .head ul li span {
 opacity: 0.8;
 font-size: 17px;
 line-height: 26px;
 }
.solution_intro .img {
 width: 49.8361%;
 border-radius: 6px;
 overflow: hidden;
 aspect-ratio: 608 / 500;
 }
.solution_intro .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 vertical-align: top;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
 
@media screen and (max-width: 786px){

.solution_intro {
 padding: 4rem 0px 3rem;
 }
.content {
 padding: 0px 1.2rem;
 }
.solution_intro .flex {
 display: block;
 }
.head .subtitle {
 font-size: 14px;
 }
.head span {
 font-size: 14px !important;
 }
.head h2 {
 font-size: 20px;
 line-height: 1.5;
 }
.head h2 {
 line-height: 1.5;
 font-size: 22px !important;
 }
h1, h2 {
 font-size: 25px !important;
 line-height: 1.5 !important;
 }
.solution_intro .head h2 {
 margin-top: 0.5rem;
 }
.head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.solution_intro .head p {
 font-size: 0.9rem;
 line-height: 1.5;
 margin-top: 0.5rem;
 }
.solution_intro .head ul {
 margin-top: 1rem;
 gap: 12px;
 }
.solution_intro .head ul li {
 padding-left: 2rem;
 }
.solution_intro .head ul li::before {
 width: 1.5rem;
 height: 1.5rem;
 }
.solution_intro .head ul li strong {
 font-size: 1rem;
 line-height: 1.5;
 }
.solution_intro .head ul li span {
 font-size: 13px;
 line-height: 1.5;
 }
.solution_intro .img {
 width: 100%;
 margin-top: 2rem;
 }
}
 
:root {
--title_color:#242424;
--btnbg_gradient:linear-gradient(to right, #fa4a03, #faaf00);
}
.product_detail {
 padding-top: 30px;
 margin-bottom: 150px;
 }
 .product_image2{
  padding: 5rem 0;
 }
 .product_image2 .head h2{
    font-size: 44px;
    letter-spacing: 1.69px;
    word-spacing: 2.5px;
    margin-bottom: 30px;
    font-weight: 900;
  }
  .product_image2 .head p{
    font-size: 17px;
    line-height: 26px;
    color: rgb(106, 106, 106);
    margin-top: 9px;
    font-weight: 510;
  }
  .product_image2 .head ul{
    margin-top: 1.5rem;
  }
  .product_image2 .head li{
    font-size: 17px;
    line-height: 26px;
    color: rgb(106, 106, 106);
    margin-top: 9px;
    font-weight: 510;
    list-style: disc;
    margin-left: 1.2rem;
  }
.product_image2 .head h2{
  text-align: center;
}
.product_image2 .head{
  margin-bottom: 2rem;
}

@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 width: 100vw;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 width: 100vw;
 }}
.product_detail .head {
 margin-bottom: 125px;
 }
.product_detail .head li {
 margin-right: 12px;
 }
.head li {
 font-size: 17px;
 }
a {
 color: var(--title_color);
 text-decoration: none;
 font-size: 1rem;
 }
 .product_image2{
  margin: 1rem 0;
 }
.product_image2 img{
  width: 100%;
  height: auto;
  display: block;
}

.product_image2 .imgs{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 1.5rem;
}
 
@media screen and (max-width: 786px){

.product_detail {
 margin-bottom: 2rem;
 }
.product_detail {
 padding-top: 3rem;
 margin: 0px;
 }
.product_detail .head {
 margin-bottom: 2rem;
 }
.product_detail ul {
 flex-direction: column;
 }
.product_detail .head ul {
 flex-direction: row;
 overflow: auto;
 }
.product_detail ul li {
 width: 100%;
 margin-bottom: 1rem;
 }
.product_detail li a {
 font-size: 0.9rem !important;
 }
.product_detail .head ul li a {
 white-space: nowrap;
 font-size: 14px;
 line-height: 1.5;
 padding: 10px 1rem;
 }
.product_detail div.flex {
 flex-direction: column-reverse;
 margin-bottom: 4rem !important;
 }
.product_detail div.flex h2 {
 margin-bottom: 0.5rem;
 }
.product_detail div.flex p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 0.5rem;
 padding: 0px;
 }
.product_detail div.flex .img1 {
 transform: none;
 margin-bottom: 1rem;
 }
.product_detail div.flex .img {
 margin: 0px auto !important;
 }
.product_detail div.flex:nth-child(2n+1) {
 flex-direction: column;
 }
.product_detail div.flex .img2 {
 transform: scale(1.5) translateY(54px);
 padding-bottom: 35px;
 }
.product_detail div.flex:nth-child(2n+1) .img2 {
 padding-bottom: 0px;
 transform: scale(1);
 }
.product_detail div.flex:nth-child(2n+1) .img {
 height: auto;
 }
.product_detail div.flex .img2 img {
 margin: 0px;
 }
.product_detail div.flex .t2 {
 margin: 0px !important;
 }

 .product_image2{
    padding: 3rem 0;
   }
 .product_image2 .head p, .product_image2 .head li{
    font-size: 0.9rem;
    line-height: 1.5rem;
 }
 .product_image2 .imgs{
   grid-template-columns: repeat(1,1fr);
   gap: 1rem;
 }
}

@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 width: 100vw;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 width: 100vw;
 }}
 
@media screen and (max-width: 786px){

.product_detail {
 margin-bottom: 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;
} 

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 (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@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;
  }
}

 
@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;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}