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

html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#262628;
--primary:#0d54a5;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.products_select {
 color: rgb(255, 255, 255);
 position: relative;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 576px){
.products_select {
 width: calc(100% - 2rem);
 margin: 0px auto;
 border-radius: 1rem;
 overflow: hidden;
 }}
.bg_pc, .bg_moble {
 width: 100%;
 height: auto;
 }
.bg_pc {
 display: block;
 }
@media screen and (max-width: 576px){
.bg_pc {
 display: none;
 }}
.bg_pc img, .bg_moble img, .bg_pc video, .bg_moble video {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 }
.bg_moble {
 display: none;
 }
@media screen and (max-width: 576px){
.bg_moble {
 display: block;
 }}
.wrap {
 flex-wrap: wrap;
 }
.products_select .wrap {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 2;
 }
.content {
 max-width: 115.2rem;
 margin: 0px auto;
 position: relative;
 }
.products_select .content {
 height: 100%;
 display: flex;
 align-items: center;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1rem;
 }}
@media screen and (max-width: 576px){
.products_select .content {
 align-items: unset;
 }}
.products_select .head {
 flex: 1 1 0%;
 color: rgb(255, 255, 255);
 padding-bottom: 1.8%;
 }
@media screen and (max-width: 768px){
.products_select .head {
 padding: 0px;
 }}
@media screen and (max-width: 576px){
.products_select .head {
 text-align: center;
 padding: 26px 0px;
 }}
.head h2 {
 font-size: 3.5rem;
 line-height: normal;
 font-weight: 700;
 letter-spacing: 0.1px;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }


@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
@media screen and (max-width: 576px){
div.head h2 {
 font-size: 27px;
 }}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn_w {
 display: inline-block;
 cursor: pointer;
 text-align: center;
 border-radius: 100px;
 transition: 0.3s;
 color: var(--title);
 font-size: 1.5rem;
 line-height: normal;
 font-weight: 500;
 background-color: rgb(255, 255, 255);
 padding: 1.1rem 3.45rem;
 }
.btn_w:hover {
 background-color: var(--primary);
 color: rgb(255, 255, 255);
 }
.products_select .btn_w {
 margin-top: 2.4rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_w {
 font-size: 14px;
 line-height: 1.5;
 padding: 6px 1rem;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line, div.head .btn_w {
 margin-top: 8px;
 }}
@media screen and (max-width: 576px){
div.head .btn_w {
 margin-top: 1rem;
 }}
@media screen and (max-width: 576px){
.btn_w {
 font-size: 16px;
 min-width: 142px;
 padding: 11px;
 }}
@media screen and (max-width: 576px){
.products_select .btn_w {
 background-color: rgb(30, 30, 32);
 color: rgb(255, 255, 255);
 }}
@media screen and (max-width: 576px){
.products_select .btn_w:hover {
 background-color: var(--primary);
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}