 
:root {
--title_color:#093258;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_banner {
 padding: 120px 0px 126px;
 position: relative;
 }
.page_banner::before {
 width: 100%;
 height: 100%;
 background-image: linear-gradient(transparent, rgb(255, 255, 255), transparent);
 opacity: 0;
 content: "";
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 0;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_banner {
 padding: 0px;
 }}
@media screen and (max-width: 768px){
.page_banner::before {
 opacity: 0.5;
 }}
.banner_content {
 max-width: 1554px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.banner_content, .home_support .content, .support_contact .content, .content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.banner_content, .home_support .content, .support_contact .content, .content {
 max-width: 1250px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 padding: 0px 1.2rem;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.page_banner .flex {
 min-height: 580px;
 padding: 4rem 0px;
 }
@media screen and (max-width: 768px){
.page_banner .flex {
 min-height: unset;
 padding: 6rem 0px;
 }}
.page_banner .head_banner {
 max-width: 694px;
 }
.page_banner .head_banner {
 max-width: 662px;
 }
@media screen and (max-width: 768px){
.page_banner .head_banner {
 max-width: unset;
 }}
.head_banner .title {
 width: 100%;
 display: inline-block;
 font-size: 117px;
 line-height: 1.15;
 font-weight: 800;
 background: linear-gradient(to right, rgb(6, 71, 124), rgb(51, 143, 207), rgb(123, 222, 255)) text;
 color: transparent;
 position: relative;
 }
.head_banner .title::after {
 width: 100%;
 height: 1px;
 content: "";
 background-image: linear-gradient(to right, rgb(16, 162, 237), rgb(7, 169, 232), rgb(123, 222, 255));
 position: absolute;
 left: 0px;
 bottom: 0px;
 }
.page_banner .head_banner .title {
 font-size: 106px;
 line-height: 1.1;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
@media screen and (max-width: 768px){
.head_banner .title, .page_banner .head_banner .title {
 font-size: 25px;
 line-height: 1.5;
 }}
.head_banner .desc_big {
 font-size: 32px;
 line-height: 65px;
 color: var(--title_color);
 font-weight: 600;
 letter-spacing: 1px;
 }
.page_banner .head_banner .desc_big {
 margin: 3px 0px 11px;
 }
.page_banner .head_banner .desc_big {
 font-size: 29px;
 }
@media screen and (max-width: 768px){
.head_banner .desc_big, .page_banner .head_banner .desc_big {
 font-size: 16px;
 line-height: 1.5;
 letter-spacing: normal;
 }}
@media screen and (max-width: 768px){
.page_banner .head_banner .desc_big {
 margin: 8px 0px 5px;
 }}
.head_banner .desc {
 font-size: 17px;
 line-height: 28px;
 color: rgba(0, 0, 0, 0.75);
 hyphens: auto;
 font-weight: 300;
 }
@media screen and (max-width: 768px){
.head_banner .desc, .page_banner .head_banner .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.page_banner .head_banner .desc {
 padding-right: 0px;
 margin: 8px 0px;
 }}
@media screen and (max-width: 768px){
.page_banner .head_banner .desc::before {
 width: 14px;
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


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

 
:root {
--title_color:#093258;
--theme_color:#00a2ea;
--content_color:#3d3d3d;
}
.products_treatment {
 padding: 76px 0px 39px;
 }
@media screen and (max-width: 768px){
.products_treatment {
 padding: 4rem 0px 3rem;
 }}
.content {
 max-width: 1440px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.banner_content, .home_support .content, .support_contact .content, .content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.banner_content, .home_support .content, .support_contact .content, .content {
 max-width: 1250px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 padding: 0px 1.2rem;
 }}
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 1.25rem;
 }
@media screen and (max-width: 768px){
.products_treatment .gap {
 gap: 1rem;
 }}
.flex1 {
 flex: 1 1 0%;
 }
.head .subtitle {
 font-size: 16px;
 line-height: 62px;
 color: rgb(48, 48, 48);
 text-transform: uppercase;
 letter-spacing: 4px;
 font-weight: 300;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: normal;
 }}
.head h2 {
 font-size: 50px;
 line-height: 62px;
 color: var(--title_color);
 hyphens: auto;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.head h2 span {
 color: var(--theme_color);
 }
.head .desc {
 font-size: 18px;
 line-height: 30px;
 color: var(--content_color);
 hyphens: auto;
 }
.products_treatment .desc {
 max-width: 727px;
 font-weight: 300;
 padding-top: 56px;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.products_treatment .desc {
 max-width: unset;
 padding-top: 0px;
 }}
@media screen and (max-width: 768px){
.head .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.products_treatment .desc {
 max-width: unset;
 padding-top: 0px;
 }}
.products_treatment .desc p {
 margin-bottom: 32px;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.products_treatment .desc p {
 margin-bottom: 1rem;
 }}
@media screen and (max-width: 768px){
.products_treatment .desc p {
 margin-bottom: 10px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.products_treatment .img {
 margin-top: 21px;
 aspect-ratio: 1554 / 590;
 border-top-left-radius: 195px;
 transition: 0.3s;
 overflow: hidden;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.products_treatment .img {
 border-top-left-radius: 90px;
 }}
@media screen and (max-width: 768px){
.products_treatment .img {
 margin-top: 1rem;
 border-top-left-radius: 24px;
 }}
.img.img_cv img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
.products_treatment .img:hover img {
 transform: scale(1.02);
 }
 
@media screen and (max-width: 786px){


}
 
:root {
--title_color:#093258;
--theme_color:#00a2ea;
}
.products_technology {
 padding: 39px 0px 50px;
 }
@media screen and (max-width: 768px){
.products_technology {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.banner_content, .home_support .content, .support_contact .content, .content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.banner_content, .home_support .content, .support_contact .content, .content {
 max-width: 1250px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 padding: 0px 1.2rem;
 }}
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: normal;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.products_technology .items {
 margin-top: 57px;
 }
@media screen and (max-width: 768px){
.products_technology .items {
 margin-top: 2rem;
 }}
.products_technology .items > div {
 display: grid;
 gap: 92px;
 }
@media screen and (max-width: 768px){
.products_technology .items > div {
 gap: 2rem;
 }}
.products_technology .items .item {
 display: flex;
 align-items: flex-start;
 flex-wrap: wrap;
 gap: 2rem 7.57%;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.products_technology .items .item {
 gap: 1rem 2rem;
 }}
@media screen and (max-width: 768px){
.products_technology .items .item {
 gap: 1rem;
 }}
.products_technology .items .item .img {
 width: 51%;
 aspect-ratio: 734 / 529;
 border-radius: 22px;
 overflow: hidden;
 transition: 0.3s;
 }
@media screen and (max-width: 1024px){
.products_technology .items .item .img {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.products_technology .items .item .img {
 border-radius: 12px;
 }}
.products_technology .items .item .img:hover img {
 transform: scale(1.05);
 }
.products_technology .items .item .info {
 flex: 1 1 0%;
 padding-top: 4%;
 }
@media screen and (max-width: 1024px){
.products_technology .items .item .info {
 padding-top: 0px;
 }}
.products_technology .items .item .info h3 {
 font-size: 38px;
 line-height: 1.5;
 margin-bottom: 32px;
 color: var(--title_color);
 }
@media screen and (max-width: 768px){
.products_technology .items .item .info h3 {
 font-size: 18px;
 margin-bottom: 1rem;
 }}
.products_technology .items .item .info p {
 font-size: 18px;
 line-height: 30px;
 margin-bottom: 30px;
 font-weight: 300;
 }
@media screen and (max-width: 768px){
.products_technology .items .item .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 1rem;
 }}
.products_technology .items .item .info p:last-child {
 margin-bottom: 0px;
 }
.products_technology .items .item:nth-child(2n) {
 flex-direction: row-reverse;
 }
.products_technology .items .item:nth-child(2n) .info {
 padding-top: 5.3%;
 }
@media screen and (max-width: 768px){
.products_technology .items .item:nth-child(2n) .info {
 padding-top: 0px;
 }}
 
@media screen and (max-width: 786px){


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