 
/*
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 (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%;
  }
}
 
:root {
--theme_color:#2f81ff;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.product_feature {
 padding: 127px 0px 115px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1440px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 max-width: 1220px;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.center {
 text-align: center;
 }
.product_feature .head2 {
 margin-bottom: 80px;
 }
.head2 h2 {
 font-size: 48px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
ul {
 list-style: none;
 }
.product_feature ul {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 20px;
 }
@media screen and (min-width: 786px) and (max-width: 1000px){
.product_feature ul {
 grid-template-columns: repeat(2, 1fr);
 }}
.product_feature ul li {
 padding: 59px 20px 57px;
 background-color: rgb(248, 251, 255);
 aspect-ratio: 346 / 271;
 border-radius: 6px;
 overflow: hidden;
 text-align: center;
 }
@media screen and (min-width: 786px) and (max-width: 1220px){
.product_feature ul li {
 padding: 2rem 1rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.product_feature ul li {
 aspect-ratio: unset;
 }}
.product_feature ul li .icon {
 width: 55px;
 height: 55px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 35px;
 transition: all 0.4s ease 0s;
 }
.product_feature ul li:hover .icon {
 transform: translateY(-5px);
 }
@media screen and (min-width: 786px) and (max-width: 1220px){
.product_feature ul li .icon {
 width: 40px;
 height: 40px;
 margin-bottom: 1rem;
 }}
.product_feature ul li strong {
 font-size: 28px;
 display: inline-block;
 margin-bottom: 14px;
 line-height: 30px;
 color: var(--theme_color);
 }
@media screen and (min-width: 786px) and (max-width: 1220px){
.product_feature ul li strong {
 font-size: 20px;
 }}
.product_feature ul li p {
 font-size: 15px;
 color: rgb(102, 102, 102);
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){

.product_spec, .product_feature {
 overflow: hidden;
 }
.product_feature {
 padding: 2rem 0px;
 }
.content {
 padding: 0px 1.2rem;
 }
.product_feature .head2 {
 margin-bottom: 1rem;
 }
.head2 h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.product_feature ul {
 grid-template-columns: repeat(2, 1fr);
 gap: 1rem;
 }
.product_feature ul li {
 padding: 1.2rem;
 aspect-ratio: unset;
 }
.product_feature ul li .icon {
 width: 35px;
 height: 35px;
 margin-bottom: 0.5rem;
 }
.product_feature ul li strong {
 font-size: 1rem;
 margin-bottom: 0.5rem;
 line-height: 1;
 }
.product_feature ul li p {
 font-size: 0.8rem;
 }
}
 
:root {
}
.product_energy {
 padding: 115px 0px 93px;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 max-width: 1220px;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.product_energy .left {
 width: 52%;
 }
.product_energy ul {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 20px;
 border-radius: 16px;
 overflow: hidden;
 }
.product_energy ul li {
 overflow: hidden;
 aspect-ratio: 367 / 370;
 width: 100%;
 }
.product_energy ul li:hover img {
 transform: scale(1.1);
 }
.product_energy ul li img {
 width: 100%;
 height: 100%;
 transition: all 0.3s ease 0s;
 }
.product_energy ul li:nth-of-type(3) {
 grid-column: 1 / 3;
 aspect-ratio: 753 / 370;
 }
.product_energy .right {
 width: 41.6%;
 }
.product_energy .right h2 {
 font-size: 48px;
 line-height: 62px;
 margin-bottom: 33px;
 }
@media screen and (min-width: 786px) and (max-width: 1000px){
.product_energy .right h2 {
 font-size: 40px;
 }}
.product_energy .right p {
 font-size: 17px;
 line-height: 30px;
 color: rgb(128, 128, 128);
 }
 
@media screen and (max-width: 786px){

.product_energy {
 padding: 2rem 0px;
 }
section > .content > .flex {
 flex-flow: wrap;
 }
section > .content > .flex > .left, section > .content > .flex > .right {
 width: 100%;
 }
.product_energy .right {
 padding-top: 1.5rem;
 }
.product_energy .right h2 {
 font-size: 22px;
 line-height: 1.5;
 margin-bottom: 0.5rem;
 }
.product_energy .right p, .product_intro .left p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
}
.product_intro {
 padding: 93px 0px 115px;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 max-width: 1220px;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.product_intro .left {
 width: 40.8%;
 }
.product_intro .left h2 {
 margin-bottom: 50px;
 }
.head2 p {
 font-size: 18px;
 line-height: 21px;
 color: rgb(79, 79, 79);
 }
.product_intro .left p {
 font-size: 17px;
 line-height: 30px;
 color: rgb(128, 128, 128);
 }
.product_intro .right {
 width: 52.77%;
 }
.product_intro .right .img {
 aspect-ratio: 758 / 577;
 border-radius: 16px;
 overflow: hidden;
 }
.product_intro .right .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: all 0.3s ease 0s;
 }
.product_intro .right .img:hover img {
 transform: scale(1.1);
 }
 
@media screen and (max-width: 786px){

.product_intro {
 padding: 2rem 0px;
 }
.product_intro .left {
 order: 9;
 margin-top: 1.5rem;
 }
.product_intro .left h2 {
 margin-bottom: 1rem;
 }
.head2 p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
}
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 max-width: 1220px;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.product_energy .right h2 {
 font-size: 40px;
 }}
 
@media screen and (max-width: 786px){

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

.product_intro {
 padding: 2rem 0px;
 }
}
.product_design {
 padding: 125px 0px 83px;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 max-width: 1220px;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.product_design .head2 p {
 font-size: 17px;
 line-height: 30px;
 color: rgb(128, 128, 128);
 max-width: 1150px;
 margin: 35px auto 60px;
 }
.product_design .img {
 aspect-ratio: 1439 / 625;
 border-radius: 16px;
 overflow: hidden;
 }
.product_design .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: all 0.3s ease 0s;
 }
.product_design .img:hover img {
 transform: scale(1.05);
 }
 
@media screen and (max-width: 786px){

.product_design {
 padding: 2rem 0px;
 }
.product_design .head2 p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 0.5rem;
 margin-bottom: 1rem;
 }
}