 
:root {
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.contact_banner {
 height: 752px;
 background-repeat: no-repeat;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1328px;
 margin: 0px auto;
 position: relative;
 }
.contact_banner > .content, .contact_banner > .content > .flex {
 height: 100%;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.ovo-regular {
 font-family: Ovo, serif;
 font-weight: 400;
 }
.contact_banner > .content .head h1 {
 font-size: 108px;
 margin-bottom: 1rem;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
.contact_banner > .content .head p {
 font-weight: bold;
 max-width: 550px;
 font-size: 17px;
 line-height: 26px;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
 .contact_banner{
    height: auto;
    padding: 4rem 0;
 }
 .contact_banner > .content .head h1{
    font-size: 35px;
 }
 .contact_banner > .content .head p{
    font-size: 0.9rem;
    line-height: 1.5rem;
 }
}
.contact_infomaction {
 padding: 100px 0px;
 }
.contact_infomaction > .content {
 max-width: 1100px;
 }
.between {
 justify-content: space-between;
 }
.contact_infomaction > .content > .flex {
 flex-wrap: wrap;
 margin: 1rem;
 gap: 4rem 7rem;
 }
.flex1 {
 flex: 1 1 0%;
 }
.contact_infomaction > .content > .flex > .flex1 {
 width: 26%;
 flex: unset;
 }
.fadeIn {
 animation-name: fadeIn;
 }
.contact_infomaction > .content > .flex > .flex1:hover img {
 box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
 }
.contact_infomaction > .content > .flex > .flex1 img {
 transition: all 0.3s ease 0s;
 border-radius: 50%;
 }
.contact_infomaction > .content > .flex > .flex1 .info_title {
 font-size: 22px;
 margin-bottom: 0.5rem;
 margin-top: 0.5rem;
 }
a {
 color: rgb(0, 0, 0);
 text-decoration: none;
 font-size: 1rem;
 }
.contact_infomaction > .content > .flex > .flex1 a {
 text-decoration: underline;
 color: rgb(102, 102, 102);
 transition: all 0.3s ease 0s;
 }
.contact_infomaction > .content > .flex > .flex1 a:hover {
 color: rgb(0, 0, 0);
 }

 @media screen and (min-width: 786px) and (max-width: 1600px){
  .content {
   padding: 0px 1.2rem;
   }
  }
  @media screen and (min-width: 786px) and (max-width: 1200px){
    .contact_infomaction > .content > .flex{
      gap: 0;
    }
    .contact_infomaction > .content > .flex .flex1{
      width: 33.33%;
    }
  
  }
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
 .contact_infomaction{
    padding: 4rem 0;
 }
 .contact_infomaction > .content > .flex{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.2rem;
    margin: 0;
 }
 .contact_infomaction > .content > .flex > .flex1{
    width: 100%;
 }
 .contact_infomaction > .content > .flex > .flex1 .info_title{
    font-size: 1rem;
    margin-bottom: 0;
 }
 .contact_infomaction > .content > .flex > .flex1 a{
    font-size: 0.9rem;
 }
}
.contact_stores {
 margin: 2rem 0px;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
.head h2 {
 font-size: 3rem;
 font-weight: 700;
 line-height: 59px;
 }
.contact_stores .head h2 {
 font-weight: 500;
 margin-bottom: 2rem;
 }
 .contact_stores .left{
  padding-right: 1.5rem;
 }
.button_t {
 background-color: rgb(0, 0, 0);
 font-size: 13px;
 border: 2px solid rgb(0, 0, 0);
 border-radius: 5px;
 color: rgb(255, 255, 255);
 display: inline-block;
 transition: all 0.3s ease 0s;
 padding: 13px 26px;
 }
.button_t:hover {
 background-color: transparent;
 color: rgb(0, 0, 0);
 }
.contact_stores .head a.button_t {
 padding: 0.9rem 2.8rem !important;
 }
.contact_stores .right {
 overflow: hidden;
 border-radius: 10px;
 }
.contact_stores img {
 max-width: 855px;
 transition: all 0.5s ease 0s;
 vertical-align: top;
 }
.contact_stores img:hover {
 transform: scale(1.02);
 }
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
 .contact_stores .content>.flex{
    flex-flow: wrap;
 }
 .contact_stores .content>.flex .left{
    width: 100%;
 }
 .contact_stores .content>.flex .right{
    width: 100%;
    margin-top: 1.5rem;
 }
 .contact_stores .head h2{
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 1rem;
 }
 .contact_stores .head a.button_t{
    padding: 0.6rem 1.4rem !important;
    font-size: 0.8rem;
 }
 .contact_stores .content>.flex .right img{
    width: 100%;
    display: block;
    height: auto;
 }
}
 
/*
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 (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;
  }
  .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%;
  }
}