 
:root {
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.blog_banner {
 background-color: rgb(232, 241, 248);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1220px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 width: 100vw;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 width: 100vw;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 1.25rem;
 }
.blog_banner .flex {
 min-height: 400px;
 }
.blog_banner .head {
 flex: 1 1 0%;
 }
.blog_banner .head h1 {
 font-size: 60px;
 font-weight: 800;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
.blog_banner .head p {
 opacity: 0.75;
 font-size: 17px;
 font-weight: 500;
 line-height: 28px;
 max-width: 566px;
 margin-top: 15px;
 }
.blog_banner .img {
 width: 47.1528%;
 aspect-ratio: 679 / 569;
 transform: translateY(12.3023%);
 }
.blog_banner .img img {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: contain;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
 
@media screen and (max-width: 786px){

.blog_banner {
 padding: 3rem 0px 0px;
 }
.content {
 padding: 0px 1.2rem;
 }
.blog_banner .flex {
 display: block;
 min-height: unset;
 }
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }
h1, h2 {
 font-size: 25px !important;
 line-height: 1.5 !important;
 }
.blog_banner .head h1 {
 font-size: 25px;
 line-height: 1.5;
 }
.head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.blog_banner .head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 0.5rem;
 }
.blog_banner .img {
 width: 100%;
 height: 200px;
 transform: translateY(20px);
 }
}
 
/*
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;
} 

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%;
  }
}