html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text_op:rgba(35, 24, 21, 0.8);
--text:#474747;
--primary:#006ab4;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.contact_intro {
 z-index: unset;
 padding: 8.6rem 0px 4.5rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.contact_intro {
 padding: 50px 0px 20px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 pointer-events: none;
 }
.contact_intro > img {
 height: 193.4%;
 }
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@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 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h1 {
 font-size: 6.4rem;
 line-height: 1.20312;
 font-weight: 700;
 letter-spacing: 1.4px;
 }
.contact_intro h1 {
 letter-spacing: 1.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);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.head h1 {
 font-size: 5.6rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.head h1 {
 font-size: 5rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.head h1 {
 font-size: 4.5rem;
 }}
@media screen and (max-width: 768px){
div.head h1 {
 font-size: 25px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.head.bn p {
 font-size: 2rem;
 color: var(--text_op);
 letter-spacing: 0.09px;
 }
.head p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.contact_intro p {
 max-width: 74rem;
 margin: 1.6rem auto 0px;
 }
[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){
div.head.bn p {
 font-size: 14px;
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 margin-top: 12px;
 }}
.contact_intro .nums {
 max-width: 123rem;
 margin: 3rem auto 0px;
 }
[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){
.contact_intro .nums {
 margin-top: 30px;
 }}
.contact_intro .nums ul {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.contact_intro .nums ul {
 grid-template-columns: repeat(2, 1fr);
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.contact_intro .nums ul {
 grid-template-columns: 1fr;
 }}
li {
 list-style: none;
 }
.contact_intro .nums li {
 display: grid;
 grid-template-columns: 6rem 1fr;
 align-items: start;
 gap: 0.9rem;
 }
@media screen and (max-width: 768px){
.contact_intro .nums li {
 grid-template-columns: 40px 1fr;
 gap: 16px;
 }}
.icon.icon_ab {
 position: relative;
 }
.contact_intro .nums .icon {
 padding-bottom: 100%;
 }
.icon.icon_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.wrap {
 flex-wrap: wrap;
 }
.contact_intro .nums .wrap {
 font-size: 3.8rem;
 font-weight: 600;
 color: var(--primary);
 white-space: nowrap;
 margin-top: 0.4rem;
 letter-spacing: 1.3px;
 }
@media screen and (max-width: 768px){
.contact_intro .nums .wrap {
 font-size: 18px;
 letter-spacing: unset;
 }}
.contact_intro .nums .wrap .num {
 font-size: 4.551rem;
 color: var(--title);
 margin-right: -0.6rem;
 }
@media screen and (max-width: 768px){
.contact_intro .nums .wrap .num {
 font-size: 20px;
 margin-right: 0px;
 }}
.contact_intro .nums .label {
 font-size: 1.8rem;
 color: var(--text);
 margin-top: 1rem;
 }
@media screen and (max-width: 768px){
.contact_intro .nums .label {
 font-size: 14px;
 }}
.contact_intro .nums .wrap .square {
 font-size: 3.3rem;
 }
@media screen and (max-width: 768px){
.contact_intro .nums .wrap .square {
 font-size: 18px;
 }}
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:#006ab4;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.contact_infos {
 padding: 7.05rem 0px 14rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.contact_infos {
 padding: 50px 0px;
 }}
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@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 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.contact_infos .items ul {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 3rem 3.4375%;
 }
@media screen and (max-width: 768px){
.contact_infos .items ul {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.contact_infos .items ul {
 grid-template-columns: 1fr;
 }}
li {
 list-style: none;
 }
[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"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
.contact_infos .item {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 height: 100%;
 border-radius: 2.2rem;
 transition: 0.3s;
 font-size: 2rem;
 line-height: 2.8rem;
 padding: 20.8054% 10.2908% 22.3714%;
 }
@media screen and (max-width: 768px){
.contact_infos .item {
 font-size: 14px;
 line-height: 1.5;
 border-radius: 10px;
 padding: 20px;
 }}
.contact_infos .item .icon {
 width: 6.9rem;
 height: 6.9rem;
 border-radius: 50%;
 background-color: var(--primary);
 }
@media screen and (max-width: 768px){
.contact_infos .item .icon {
 width: 50px;
 height: 50px;
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.contact_infos .item .title {
 font-size: 2.6rem;
 line-height: normal;
 font-weight: 600;
 color: rgb(15, 15, 15);
 margin-top: 2.8rem;
 letter-spacing: 0.3px;
 }
@media screen and (max-width: 768px){
.contact_infos .item .title {
 font-size: 18px;
 letter-spacing: unset;
 margin-top: 20px;
 }}
.contact_infos .item .desc {
 opacity: 0.8;
 color: rgb(0, 0, 0);
 margin-top: 1.8rem;
 }
@media screen and (max-width: 768px){
.contact_infos .item .desc {
 margin-top: 10px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.contact_infos .item p, .contact_infos .item a {
 font-weight: 600;
 color: var(--primary);
 hyphens: auto;
 margin-top: 2.4rem;
 }
.contact_infos .item a {
 display: inline-block;
 vertical-align: top;
 transition: 0.3s;
 text-decoration: underline;
 }
.contact_infos .item a:hover {
 text-decoration-color: transparent;
 }
@media screen and (max-width: 768px){
.contact_infos .item p, .contact_infos .item a {
 margin-top: 10px;
 }}
.contact_infos .items ul .active .item {
 background-color: rgb(240, 246, 249);
 }
.contact_infos .item a + a {
 margin-top: 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){


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