 
:root {
--theme_color:#0c437b;
--title_color:#101011;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_banner {
 padding: 100px 0px 89px;
 position: relative;
 }
.page_banner {
 padding: 85px 0px 104px;
 }
.page_banner::before {
 position: absolute;
 content: "";
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.2);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_banner {
 padding: 4rem 0px;
 }}
.content {
 max-width: 1440px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.content, .content_big {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .content_header, .swiper_content, .swiper_content_big, .content_big {
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .content_header, .swiper_content_big, .content_big {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .content_header, .swiper_content_big, .content_big {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .content_header, .content_big {
 padding: 0px 1.2rem;
 }}
.flex {
 display: flex;
 }
.flex_center {
 justify-content: center;
 }
.flex_middle {
 align-items: center;
 }
.page_banner .flex {
 min-height: 612px;
 padding: 4rem 0px;
 position: relative;
 z-index: 2;
 }
@media screen and (max-width: 768px){
.page_banner .flex {
 min-height: unset;
 padding: 0px;
 }}
.center {
 text-align: center;
 }
.page_banner .head {
 color: rgb(255, 255, 255);
 }
.head .subtitle_banner {
 font-size: 28px;
 line-height: 60px;
 font-weight: 400;
 letter-spacing: 1px;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
@media screen and (max-width: 768px){
.head .subtitle_banner {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 }}
.head h1 {
 font-size: 74px;
 line-height: 121px;
 font-weight: 400;
 letter-spacing: 4px;
 }
@media screen and (max-width: 768px){
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
.page_banner h1 {
 margin-top: 0.5rem;
 }}
a {
 color: inherit;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-flex;
 vertical-align: top;
 align-items: center;
 justify-content: center;
 font-size: 22px;
 border-radius: 6px;
 letter-spacing: 1px;
 font-weight: 300;
 transition: 0.3s;
 cursor: pointer;
 color: rgb(255, 255, 255);
 padding: 17.5px 32px;
 min-width: 242px;
 background-image: linear-gradient(to right, #003d7c, #67beff, var(--theme_color), #1c5e92);
 background-size: 300%;
 background-position: right center;
 }
.btn:hover {
 background-position: left center;
 }
.page_banner .head a.btn {
 margin-top: 40px;
 }
.page_banner .head a.btn {
 margin-top: 44px;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 padding: 11px 22px;
 min-width: 120px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.page_banner .head a.btn {
 margin-top: 0.5rem;
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


}
 
:root {
--title_color:#101011;
}
.contact_nav {
 border-bottom: 1px solid rgb(234, 241, 247);
 }
@media screen and (max-width: 768px){
.contact_nav {
 padding: 1.6rem 0px 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content, .content_big {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .content_header, .swiper_content, .swiper_content_big, .content_big {
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .content_header, .swiper_content_big, .content_big {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .content_header, .swiper_content_big, .content_big {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .content_header, .content_big {
 padding: 0px 1.2rem;
 }}
ul {
 list-style: none;
 }
.contact_nav ul {
 display: flex;
 gap: 82px;
 padding: 14px 0px;
 }
@media screen and (max-width: 768px){
.contact_nav ul {
 gap: 1.2rem;
 width: 100vw;
 overflow: auto;
 padding: 0px 1.2rem;
 margin-left: -1.2rem;
 }}
.contact_nav li a {
 font-size: 20px;
 line-height: 72px;
 font-weight: 400;
 color: rgb(64, 64, 64);
 font-family: SourceHanSansCN;
 padding-bottom: 38px;
 transition: 0.3s;
 white-space: nowrap;
 border-bottom: 3px solid transparent;
 }
.contact_nav li a:hover {
 border-color: rgb(12, 67, 121);
 color: rgb(0, 0, 0);
 }
@media screen and (max-width: 768px){
.contact_nav li a {
 font-size: 16px;
 line-height: 1.5;
 white-space: nowrap;
 display: block;
 padding-bottom: 0.5rem;
 border-width: 2px;
 }}
@media screen and (max-width: 768px){
.contact_nav li a:hover {
 border-bottom: 2px solid rgb(12, 67, 121);
 }}
.contact_nav li a.active {
 color: rgb(0, 0, 0);
 border-color: rgb(12, 67, 121);
 padding-bottom: 38px;
 }
@media screen and (max-width: 768px){
.contact_nav li a.active {
 padding-bottom: 0.5rem;
 border-bottom: 2px solid rgb(12, 67, 121);
 }}
 
@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;
  }
}
