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;
 }
.contact_banner {
 position: relative;
 z-index: 2;
 }
.contact_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);
 }
.contact_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;
 }
.contact_banner .flex {
 padding: 4rem 0px;
 min-height: 81.3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.contact_banner .flex {
 min-height: unset;
 padding: 80px 0px;
 }}
.head.banner {
 color: rgb(255, 255, 255);
 }
.contact_banner .head {
 flex: 1 1 0%;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.contact_banner .head {
 width: 100%;
 flex: unset;
 }}
.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;
 }
.contact_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;
 }
.contact_banner .head .btn {
 padding: 0px 3.1rem;
 }
@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_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.contact_banner .img {
 width: 44.375%;
 --h: 105.985915%;
 mask-repeat: no-repeat;
 mask-position: center center;
 mask-size: contain;
 mask-image: url("https://toukoo.com//wp-content/plugins/sytech-fronteditor/sytpl/contact_0/assets/img/contact-banner-mask.svg");
 }
@media screen and (max-width: 768px){
.contact_banner .img {
 display: none;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.contact_banner .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){


}
/*
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;
--title:#1D1D1F;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.contact_infos {
 padding: 4rem 0px 16rem;
 background-color: rgb(246, 248, 250);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.contact_infos {
 padding: 5rem 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;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.contact_infos ul {
 gap: 2.65625%;
 display: flex;
 }
[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){
.contact_infos ul {
 display: flex;
 flex-flow: wrap;
 gap: 2rem;
 }}
li {
 list-style: none;
 }
.contact_infos li {
 flex: 1 1 0%;
 transition: 0.3s;
 border-radius: 2.4rem;
 background-color: rgb(255, 255, 255);
 border: 2px solid rgb(255, 255, 255);
 padding: 2.8125% 2.96875% 4.29688%;
 }
.contact_infos li.active {
 border-color: var(--primary);
 box-shadow: rgba(100, 183, 244, 0.14) 0px 0.6rem 1.2rem;
 }
@media screen and (max-width: 768px){
.contact_infos li {
 flex: unset;
 padding: 2rem;
 width: 100%;
 }}
.contact_infos li .img {
 width: 10rem;
 height: 10rem;
 border-radius: 50%;
 background-color: var(--primary);
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 7.4rem;
 }
@media screen and (max-width: 768px){
.contact_infos li .img {
 width: 6.5rem;
 height: 6.5rem;
 margin-bottom: 2rem;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.contact_infos li .img img {
 width: 60%;
 height: 60%;
 }
.contact_infos li strong {
 display: block;
 font-weight: 600;
 font-size: 2.6rem;
 line-height: 3.7rem;
 margin-bottom: 0.6rem;
 }
@media screen and (max-width: 768px){
.contact_infos li strong {
 font-size: 1.8rem;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.contact_infos li a {
 color: rgb(79, 81, 84);
 font-size: 2rem;
 line-height: 2.4rem;
 transition: 0.3s;
 vertical-align: top;
 }
.contact_infos li a:hover {
 color: var(--primary);
 }
@media screen and (max-width: 768px){
.contact_infos li a {
 font-size: 1.6rem;
 }}
.contact_infos li p {
 color: rgb(79, 81, 84);
 font-size: 1.8rem;
 line-height: 2.4rem;
 }
@media screen and (max-width: 768px){
.contact_infos li p {
 font-size: 1.5rem;
 line-height: 1.5;
 }}
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){


}