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

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.contact_info {
  padding: 9.9rem 0px 13.8rem;
}
.contact_info .items > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 3%;
}
.contact_info .item {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 500;
  color: rgb(66, 66, 66);
}
.contact_info .item .icon {
  width: 6.9rem;
  height: 6.9rem;
  content: "";
  background: no-repeat center / contain var(--primary);
  border-radius: 50%;
}
.contact_info .item .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2.7rem;
}
.contact_info .item .info .syeditorlist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact_info .item .title {
  font-size: 3rem;
  line-height: normal;
  font-weight: 600;
  color: rgb(15, 15, 15);
  margin-bottom: 0.9rem;
}
.contact_info .item .desc {
  margin-bottom: 1.8rem;
}
.contact_info .item a,
.contact_info .item p {
  color: var(--primary);
}
.contact_info .item a {
  text-decoration: underline 1px;
  transition: 0.3s;
}
.contact_info .item a:hover {
  color: var(--secondary);
  text-decoration-color: transparent;
}
.contact_info .item a + a {
  margin-top: 0.8rem;
}
.contact_info .map {
  margin-top: 5.4rem;
  position: relative;
  padding-bottom: 40.2985%;
  border: 1px solid rgb(193, 195, 202);
}
.contact_info .map iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.contact_info input {
  padding: 8px;
  width: 50%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.toplevel_page_sytech_fronteditor .contact_info input {
  display: block;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@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;
  }
  .contact_info .items > div {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .contact_info {
    padding: 4rem 0px;
  }
  .contact_info .items > div {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }
  .contact_info .item {
    font-size: 1rem;
    line-height: 1.5;
  }
  .contact_info .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .contact_info .item .info {
    margin-top: 1rem;
  }
  .contact_info .item .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact_info .item .desc {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .contact_info .item a + a {
    margin-top: 10px;
  }
  .contact_info .map {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .contact_info .items > div {
    grid-template-columns: 1fr;
  }
}
