/*
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:#1D1D1F;
--primary:#1180E7;
--secondary:#70B3E5;
--h:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.products_banner {
 position: relative;
 z-index: 2;
 }
.products_banner::before {
 content: "";
 display: block;
 width: 45.4167%;
 height: 100%;
 opacity: 0.31;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -1;
 pointer-events: none;
 background-image: linear-gradient(to right, var(--title), transparent);
 }
.products_banner::after {
 content: "";
 display: block;
 width: 100%;
 height: 24.1082%;
 opacity: 0.31;
 position: absolute;
 left: 0px;
 bottom: 0px;
 z-index: -1;
 pointer-events: none;
 background-image: linear-gradient(to top, var(--title), transparent);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.products_banner .flex {
 padding: 4rem 0px;
 min-height: 81.3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.products_banner .flex {
 min-height: unset;
 padding: 7rem 0px;
 }}
.head.banner {
 color: rgb(255, 255, 255);
 }
.products_banner .head {
 flex: 1 1 0%;
 max-width: 59rem;
 padding-bottom: 5.625%;
 }
.head.banner .subtitle {
 font-weight: normal;
 font-size: 2.2rem;
 color: rgb(255, 255, 255);
 letter-spacing: 0px;
 margin-bottom: 2.2rem;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[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);
 }

[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }

@media screen and (max-width: 768px){
.head.banner .subtitle {
 font-size: 16px;
 margin-bottom: 8px;
 }}
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h1, .head .title {
 font-weight: 600;
 font-size: 5.8rem;
 line-height: 6.6rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.head h1, .head .title {
 font-size: 25px;
 line-height: 1.3;
 }}
.head.banner p {
 margin-top: 2.6rem;
 padding-top: 3rem;
 color: rgba(255, 255, 255, 0.85);
 font-size: 2rem;
 line-height: 2.9rem;
 border-top: 1px solid rgba(255, 255, 255, 0.3);
 }
.head p {
 font-size: 1.8rem;
 line-height: 3rem;
 }
.products_banner .head p {
 max-width: 58.2rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (max-width: 768px){
.head.banner p {
 font-size: 16px;
 line-height: 1.5;
 padding-top: 12px;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 vertical-align: top;
 transition: 0.3s;
 text-align: center;
 cursor: pointer;
 color: rgb(255, 255, 255);
 font-weight: 600;
 font-size: 1.8rem;
 line-height: 6.4rem;
 border-radius: 0.6rem;
 padding: 0px 4rem;
 min-width: 18.2rem;
 background-color: var(--primary);
 }
.btn:hover {
 background-color: var(--secondary);
 }
.head.banner .btn {
 margin-top: 4rem;
 }
@media screen and (max-width: 768px){
.head.banner .btn {
 margin-top: 30px;
 }}
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 line-height: 42px;
 min-width: 120px;
 padding: 0px 20px;
 }}
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.products_banner .img {
 width: 45.9375%;
 --h: 115.646259%;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 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;
  }
}

html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#1180E7;
--swiper-wrapper-transition-timing-function,initial:;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.products_features {
 padding: 2.2rem 0px 14rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.products_features {
 padding: 3rem 0px 5rem;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.products_features .head {
 margin-bottom: 2rem;
 }}
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[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){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.products_features .flex {
 margin-top: 0.8rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.products_features .content > .flex {
 flex-flow: wrap;
 }}
.products_features .items {
 flex: 1 1 0%;
 max-width: 59.2rem;
 position: relative;
 z-index: 2;
 }
.products_features .items::before {
 content: "";
 display: block;
 width: 1px;
 height: 100%;
 position: absolute;
 left: 1px;
 top: 0px;
 z-index: -1;
 background-color: rgba(0, 0, 0, 0.5);
 }
@media screen and (max-width: 768px){
.products_features .items {
 flex: unset;
 width: 100%;
 }}
.products_features .item {
 position: relative;
 padding-left: 4.2rem;
 }
.products_features .item.active::before {
 opacity: 1;
 }
.products_features .item::before {
 content: "";
 display: block;
 width: 3px;
 height: 100%;
 opacity: 0;
 border-radius: 100px;
 transition: 0.3s;
 position: absolute;
 left: 0px;
 top: 0px;
 background-color: var(--primary);
 }
@media screen and (max-width: 768px){
.products_features .item {
 padding-left: 1.6rem;
 }}
.products_features .item.active .title {
 color: rgb(15, 15, 15);
 font-size: 3.4rem;
 font-weight: 600;
 }
.products_features .item .title {
 color: rgb(33, 33, 33);
 font-size: 2.4rem;
 font-weight: 500;
 transition: 0.3s;
 cursor: pointer;
 }
@media screen and (max-width: 768px){
.products_features .item.active .title {
 font-size: 1.7rem;
 }}
@media screen and (max-width: 768px){
.products_features .item .title {
 font-size: 1.7rem;
 }}
.products_features .item .desc {
 color: rgb(86, 86, 86);
 font-size: 1.8rem;
 line-height: 3.2rem;
 padding-top: 2.4rem;
 display: none;
 }
@media screen and (max-width: 768px){
.products_features .item .desc {
 font-size: 1.4rem;
 line-height: 1.5;
 padding-top: 0.5rem;
 }}
.products_features .item + .item {
 margin-top: 2.6rem;
 }
@media screen and (max-width: 768px){
.products_features .item + .item {
 margin-top: 1.6rem;
 }}
.swiper_box {
 position: relative;
 }
.products_features .swiper_box {
 width: 50%;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.products_features .swiper_box {
 width: 100%;
 }}
.products_features .products_features_swiper {
 overflow: hidden;
 border-radius: 2rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.img.img_cv {
 overflow: hidden;
 }
.products_features .products_features_swiper .img {
 border-radius: 2rem;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
.swiper-fade .swiper-slide {
 pointer-events: none;
 transition-property: opacity;
 }
.swiper-fade .swiper-slide-active {
 pointer-events: auto;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.products_features .products_features_swiper .img:hover img {
 transform: scale(1.03);
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#1180E7;
--secondary:#70B3E5;
--swiper-wrapper-transition-timing-function,initial:;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.section_advantages {
 overflow: hidden;
 padding: 14.5rem 0px 16.6rem;
 background-color: rgb(247, 248, 251);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.section_advantages {
 padding: 50px 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_bottom {
 align-items: flex-end;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.section_advantages .head {
 flex: 1 1 0%;
 max-width: 94rem;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[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){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h2 {
 font-weight: 600;
 font-size: 4.8rem;
 line-height: 5.8rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.3;
 }}
.swiper_btns {
 gap: 3.4rem;
 display: flex;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_btns {
 gap: 3rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
.swiper_btns div {
 width: 7rem;
 height: 7rem;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 pointer-events: all;
 transition: 0.3s;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 30%;
 height: 30%;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 background: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/home_6/assets/img/arrow-line-l-b.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 border-color: var(--secondary);
 background-color: var(--secondary);
 }
.swiper_btns .swiper-button-disabled {
 border-color: rgba(22, 22, 22, 0.5);
 background-color: transparent;
 pointer-events: none;
 }
.swiper_btns .swiper-button-disabled::after {
 filter: none;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.swiper_btns div {
 width: 6rem;
 height: 6rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 42px;
 height: 42px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.section_advantages .section_advantages_swiper {
 margin-top: 8.2rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_swiper {
 margin-top: 30px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.section_advantages .section_advantages_swiper .swiper-slide {
 max-width: 37.4rem;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_swiper .swiper-slide {
 max-width: 260px;
 }}
.section_advantages .section_advantages_swiper .active .item {
 border-color: var(--primary);
 }
.section_advantages .section_advantages_swiper .item {
 height: 100%;
 display: block;
 border-radius: 2.8rem;
 transition: 0.3s;
 border: 2px solid rgb(255, 255, 255);
 background-color: rgb(255, 255, 255);
 padding: 3.4rem 3.8rem 4.8rem;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_swiper .item, .section_advantages .section_advantages_swiper .active .item {
 padding: 20px;
 border-radius: 15px;
 }}
.section_advantages .section_advantages_swiper .active .img {
 opacity: 0;
 transform: translateY(-2rem);
 }
.section_advantages .section_advantages_swiper .img {
 width: 10rem;
 height: 10rem;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: var(--secondary);
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_swiper .item .img, .section_advantages .section_advantages_swiper .active .item .img {
 width: 50px;
 height: 50px;
 opacity: 1;
 transform: translate(0px);
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.section_advantages .section_advantages_swiper .img img {
 width: 50%;
 height: 50%;
 filter: contrast(0) brightness(2);
 }
.section_advantages .section_advantages_swiper .syedittext {
 overflow: auto;
 height: 27.6rem;
 margin-top: -5.4rem;
 display: flex;
 justify-content: flex-end;
 flex-direction: column;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_swiper .item .syedittext, .section_advantages .section_advantages_swiper .active .item .syedittext {
 height: auto;
 margin-top: 20px;
 }}
.section_advantages .section_advantages_swiper .syedittext h3 {
 font-weight: 600;
 font-size: 2.6rem;
 line-height: 3.4rem;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_swiper .item .syedittext h3, .section_advantages .section_advantages_swiper .active .item .syedittext h3 {
 font-size: 18px;
 line-height: 1.3;
 }}
.section_advantages .section_advantages_swiper .syedittext p {
 color: rgb(109, 112, 119);
 font-size: 1.8rem;
 line-height: 3.2rem;
 padding: 2.4rem 0px;
 display: none;
 }
@media screen and (max-width: 768px){
.section_advantages .section_advantages_swiper .item .syedittext p, .section_advantages .section_advantages_swiper .active .item .syedittext p {
 display: block;
 font-size: 14px;
 line-height: 1.5;
 padding: 12px 0px 0px;
 }}
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}