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;
 }
.page_banner {
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 pointer-events: none;
 }
.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;
 }}
.page_banner .logo_op {
 opacity: 0.13;
 width: 57.8103%;
 top: 0px;
 right: -18.0556%;
 z-index: -1;
 }
.logo_op {
 position: absolute;
 pointer-events: none;
 height: auto;
 }
.logo_op img {
 display: block;
 height: 100%;
 width: 100%;
 object-fit: contain;
 }
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.page_banner .flex {
 height: 100vh;
 max-height: 81.6rem;
 min-height: max-content;
 padding: 6rem 0px;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.page_banner .flex {
 height: auto;
 max-height: unset;
 min-height: unset;
 padding: 50px 0px;
 }}
.page_banner .head {
 flex: 1 1 0%;
 width: 100%;
 max-width: 62.6rem;
 padding-bottom: 3.3%;
 }
.page_banner .head {
 padding-bottom: 0.5%;
 }
@media screen and (max-width: 768px){
.page_banner .flex .head {
 padding: 0px;
 }}
.head h1 {
 font-size: 6.4rem;
 line-height: 1.20312;
 font-weight: 700;
 letter-spacing: 1.4px;
 }
[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);
 }
.page_banner p {
 max-width: 54.1rem;
 margin-top: 2.6rem;
 }
[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;
 }}
[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;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(255, 255, 255);
 border-radius: 0.6rem;
 font-size: 1.8rem;
 font-weight: 600;
 line-height: 6.2rem;
 padding: 0px 3.5rem 0px 3.4rem;
 min-width: 18.6rem;
 }
.btn:hover {
 background-color: transparent;
 color: var(--primary);
 }
.page_banner .btn {
 margin-top: 3.7rem;
 min-width: 22.2rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 min-width: 120px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 margin-top: 20px;
 min-width: 120px;
 padding: 0px 20px;
 }}
.page_banner .img {
 width: 55.5556%;
 height: auto;
 margin-right: -1.31944%;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.page_banner .img {
 margin-right: 0px;
 }}
@media screen and (max-width: 768px){
.page_banner .img {
 margin: 0px;
 }}
@media screen and (max-width: 576px){
.page_banner .img {
 width: 100%;
 order: -1;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.page_banner .img:hover img {
 transform: scale(1.02);
 }
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;
  }
}

/*
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 {
--text:#474747;
--w:;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_faqs {
 padding: 15.6rem 0px 16rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_faqs {
 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;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.page_faqs .head {
 width: 31.3194%;
 }
@media screen and (max-width: 768px){
.page_faqs .head {
 width: 100%;
 }}
.head .subtitle {
 display: inline-grid;
 grid-template-columns: 1.3rem 1fr;
 align-items: center;
 font-size: 1.6rem;
 color: rgb(97, 102, 107);
 text-transform: uppercase;
 gap: 0.4rem;
 margin-bottom: 2rem;
 }
.head .subtitle::before {
 display: block;
 padding-bottom: 92.31%;
 content: "";
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/contact_5/assets/img/icon-subtitle.svg") center center / contain no-repeat;
 }
[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 (max-width: 768px){
div.head .subtitle {
 font-size: 14px;
 grid-template-columns: 10px 1fr;
 gap: 5px;
 margin-bottom: 10px;
 word-spacing: unset;
 letter-spacing: unset;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 600;
 letter-spacing: 1.3px;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 3.5rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.head p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.page_faqs p {
 max-width: 40.3rem;
 hyphens: auto;
 margin-top: 3.7rem;
 }
[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 .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 margin-top: 12px;
 }}
.page_faqs .faqs {
 flex: 1 1 0%;
 width: 100%;
 max-width: 86.9rem;
 margin-top: 2px;
 }
@media screen and (max-width: 768px){
.page_faqs .faqs {
 margin: 0px;
 }}
.page_faqs .faqs .faq_item {
 border-radius: 1.6rem;
 border: 1px solid rgba(132, 141, 154, 0.24);
 margin-bottom: 1.9rem;
 }
@media screen and (max-width: 768px){
.page_faqs .faqs .faq_item {
 border-radius: 10px;
 margin-bottom: 16px;
 }}
.page_faqs .faqs .faq_item.active .question::after {
 transform: translateY(-50%) rotate(45deg);
 opacity: 0;
 }
.page_faqs .faqs .question {
 position: relative;
 cursor: pointer;
 transition: 0.3s;
 font-size: 2.2rem;
 font-weight: 500;
 color: rgb(28, 28, 28);
 --w: 1.7rem;
 padding: 2.5rem 6.9204% 3rem 3.3449%;
 letter-spacing: 0.15px;
 }
.page_faqs .faqs .question::before, .page_faqs .faqs .question::after {
 position: absolute;
 right: 3.3%;
 top: 50%;
 transform: translateY(-50%);
 content: "";
 transition: 0.3s;
 border-radius: 10px;
 background-color: rgb(29, 56, 74);
 width: var(--w);
 height: 2px;
 }
.page_faqs .faqs .question::after {
 width: 2px;
 height: var(--w);
 right: calc(3.3% + var(--w) / 2 - 1px);
 }
@media screen and (max-width: 768px){
.page_faqs .faqs .question {
 font-size: 18px;
 padding: 14px 40px 14px 20px;
 letter-spacing: unset;
 --w: 10px;
 }}
@media screen and (max-width: 768px){
.page_faqs .faqs .question::before, .page_faqs .faqs .question::after {
 right: 20px;
 }}
@media screen and (max-width: 768px){
.page_faqs .faqs .question::after {
 right: calc(20px + var(--w) / 2 - 1px);
 }}
.page_faqs .faqs .answer {
 display: none;
 border-top: 1px solid rgba(0, 6, 22, 0.18);
 font-size: 1.8rem;
 line-height: 2.8rem;
 color: var(--text);
 hyphens: auto;
 margin: -1.1rem 3.3449% 0px;
 padding: 2.1rem 4% 2.4rem 0px;
 }
@media screen and (max-width: 768px){
.page_faqs .faqs .answer {
 font-size: 14px;
 line-height: 1.5;
 margin: 0px 20px;
 padding: 10px 0px 20px;
 }}
.page_faqs .faqs .faq_item:last-child {
 margin-bottom: 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){


}