html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text_op:rgba(35, 24, 21, 0.8);
--text:#474747;
--primary:#006ab4;
--h:;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.home_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;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.home_banner .flex {
 min-height: 72.2rem;
 padding-top: 4rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_banner .flex {
 min-height: unset;
 padding: 50px 0px 30px;
 }}
.home_banner .head {
 flex: 1 1 0%;
 width: 100%;
 max-width: 62.6rem;
 padding-bottom: 4.8%;
 }
@media screen and (max-width: 768px){
.home_banner .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);
 }
.home_banner p {
 max-width: 54.1rem;
 margin-top: 2.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.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);
 }
.home_banner .btn {
 margin-top: 3.6rem;
 }
@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;
 }}
.home_banner .imgs {
 width: 64.375%;
 margin-right: -8.68056%;
 margin-left: -5%;
 align-self: flex-end;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_banner .imgs {
 margin-right: 0px;
 align-self: center;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_banner .imgs {
 width: 55%;
 }}
@media screen and (max-width: 768px){
.home_banner .imgs {
 width: 48%;
 margin: 0px;
 align-self: center;
 }}
@media screen and (max-width: 576px){
.home_banner .imgs {
 width: 100%;
 order: -1;
 }}
.home_banner .imgs > img {
 width: 76.915%;
 height: auto;
 left: 48.6%;
 top: 50%;
 transform: translate(-50%, -50%);
 }
.home_banner .imgs ul {
 padding-bottom: 72.384%;
 position: static;
 }
li {
 list-style: none;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_banner .imgs .img {
 position: absolute;
 --h: 100%;
 }
.home_banner .imgs .img_cv {
 width: 47.1413%;
 right: 0px;
 bottom: 0px;
 mask: url("https://rcnc.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/home-mask2.svg") no-repeat;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_banner .imgs .img:hover img {
 transform: scale(1.02);
 }
.home_banner .imgs .img_ct {
 width: 32.3625%;
 }
.home_banner .imgs .img:nth-child(2) {
 left: 0px;
 top: 38%;
 }
.img.img_ct img {
 object-fit: contain;
 }
.home_banner .imgs .img:nth-child(3) {
 left: 17%;
 bottom: 0px;
 }
.home_banner .imgs .lar {
 width: 37.76%;
 }
.home_banner .imgs .img:nth-child(4) {
 left: 16.5%;
 top: 0px;
 }
.home_banner .imgs .sm {
 width: 26.97%;
 }
.home_banner .imgs .img:nth-child(5) {
 top: 0px;
 right: 20.173%;
 }
.home_banner .advantage_list {
 padding: 1.9rem 0px;
 min-height: 9.4rem;
 }
@media screen and (max-width: 768px){
.home_banner .advantage_list {
 padding: 0px 0px 20px;
 min-height: unset;
 }}
.home_banner .advantage_list ul {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 2rem 5.2rem;
 }
@media screen and (max-width: 768px){
.home_banner .advantage_list ul {
 gap: 16px;
 }}
.home_banner .advantage_list li {
 position: relative;
 font-size: 1.7rem;
 font-weight: 500;
 color: rgb(25, 25, 25);
 padding-left: 3.2rem;
 }
.home_banner .advantage_list li::before {
 width: 2.1rem;
 height: 2.1rem;
 position: absolute;
 left: 0px;
 top: 0px;
 content: "";
 background: url("https://rcnc.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/gou-full.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.home_banner .advantage_list li {
 font-size: 14px;
 padding-left: 25px;
 }}
@media screen and (max-width: 768px){
.home_banner .advantage_list li::before {
 width: 16px;
 height: 16px;
 top: 2px;
 }}
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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#474747;
--primary:#006ab4;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_production {
 padding: 7.8rem 0px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_production {
 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;
 }}
.home_production .list ul {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 3rem 4.93056%;
 }
@media screen and (max-width: 768px){
.home_production .list ul {
 grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
 gap: 40px 20px;
 }}
li {
 list-style: none;
 }
[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);
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.home_production .item {
 display: flex;
 flex-direction: column;
 height: 100%;
 align-items: flex-start;
 overflow: hidden;
 }
.home_production .item .info {
 flex: 1 1 0%;
 }
.home_production .item .info strong {
 font-size: 2.6rem;
 font-weight: 600;
 letter-spacing: 0.4px;
 }
@media screen and (max-width: 768px){
.home_production .item .info strong {
 font-size: 18px;
 letter-spacing: unset;
 }}
.home_production .item .info p {
 font-size: 1.8rem;
 line-height: 2.8rem;
 color: var(--text);
 max-width: 36.2rem;
 margin-top: 2.1rem;
 }
@media screen and (max-width: 768px){
.home_production .item .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
.btn_i {
 display: inline-flex;
 align-items: center;
 cursor: pointer;
 transition: 0.3s;
 font-size: 2rem;
 font-weight: 600;
 color: var(--primary);
 gap: 1.7rem;
 letter-spacing: 0.1px;
 }
.btn_i::before {
 width: 5rem;
 height: 5rem;
 display: inline-block;
 content: "";
 transition: 0.3s;
 flex-shrink: 0;
 border-radius: 50%;
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_1/assets/img/arrow-r-w.svg") no-repeat center / 30% var(--title);
 }
.btn_i:hover {
 gap: 2rem;
 }
.btn_i:hover::before {
 background-color: var(--primary);
 transform: rotate(-45deg);
 }
.home_production .list .active .btn_i {
 transform: translateX(0px);
 }
.home_production .list .active .btn_i::before {
 background-color: var(--primary);
 }
.home_production .item .btn_i {
 margin-top: 3.1rem;
 transform: translateX(-6.7rem);
 }
@media screen and (max-width: 768px){
.btn_i {
 font-size: 14px;
 gap: 12px;
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
.btn_i::before {
 width: 40px;
 height: 40px;
 }}
@media screen and (max-width: 768px){
.home_production .item .btn_i {
 transform: translateX(0px);
 margin-top: 20px;
 }}
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;
  }
}

html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#474747;
--primary:#006ab4;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_about {
 padding: 2.6rem 0px 4.1rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_about {
 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;
 }}
.logo_op {
 position: absolute;
 pointer-events: none;
 height: auto;
 }
.home_about .logo_op {
 opacity: 0.19;
 width: 28.75%;
 top: 1.5%;
 right: -1.66667%;
 }
.logo_op img {
 display: block;
 height: 100%;
 width: 100%;
 object-fit: contain;
 }
.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/home_5/assets/img/icon-subtitle.svg") center center / contain no-repeat;
 }
.home_about .subtitle {
 margin-bottom: 1.9rem;
 }
[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;
 }
.home_about h2 {
 max-width: 80.1rem;
 }
[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;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.home_about .flex {
 margin-top: 6.4rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_about .flex {
 margin-top: 30px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.home_about .img {
 border-radius: 2rem;
 width: 53.0556%;
 height: auto;
 }
[data-aos="fade-right"] {
 transform: translate3d(-100px, 0px, 0px);
 }
@media screen and (max-width: 768px){
.home_about .img {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.home_about .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_about .img:hover img {
 transform: scale(1.02);
 }
.home_about .img + .info {
 max-width: 53.1rem;
 padding-bottom: 0.5%;
 }
.home_about .info {
 flex: 1 1 0%;
 width: 100%;
 }
[data-aos="fade-left"] {
 transform: translate3d(100px, 0px, 0px);
 }
@media screen and (max-width: 768px){
.home_about .img + .info {
 max-width: unset;
 padding: 0px;
 }}
.home_about .info p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 }
@media screen and (max-width: 768px){
.home_about .info p {
 font-size: 14px;
 line-height: 1.5;
 }}
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);
 }
.home_about .info .btn {
 margin-top: 3.9rem;
 }
@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){
.home_about .info .btn {
 margin-top: 20px;
 }}
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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#474747;
--primary:#006ab4;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_numbers {
 padding-top: 4.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.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_numbers h2 {
 font-size: 3rem;
 font-weight: 500;
 color: rgb(0, 17, 25);
 letter-spacing: 0.8px;
 }
[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){
.page_numbers h2 {
 font-size: 22px;
 letter-spacing: unset;
 }}
.page_numbers .nums {
 margin-top: -0.8rem;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.page_numbers .nums {
 margin-top: 30px;
 overflow: unset;
 }}
.page_numbers .nums ul {
 display: flex;
 gap: 2rem 1.1rem;
 height: 38.5rem;
 min-height: max-content;
 }
@media screen and (max-width: 768px){
.page_numbers .nums ul {
 width: calc(100% + 60px);
 margin: 0px -30px;
 padding: 0px 30px;
 gap: 10px;
 overflow-x: auto;
 height: 200px;
 }}
@media screen and (max-width: 576px){
.page_numbers .nums ul {
 width: calc(100% + 40px);
 margin: 0px -20px;
 padding: 0px 20px;
 }}
li {
 list-style: none;
 }
.page_numbers .nums li {
 flex: 1 1 0%;
 border-radius: 1.1rem 1.1rem 0px 0px;
 display: flex;
 flex-direction: column;
 color: rgb(255, 255, 255);
 gap: 2rem;
 padding: 1.875% 2.8472% 2.2222% 2.2222%;
 height: 100%;
 margin-top: auto;
 min-height: max-content;
 }
.page_numbers .nums li.black_font {
 color: var(--text);
 }
@media screen and (max-width: 768px){
.page_numbers .nums li {
 flex: 1 0 150px;
 padding: 20px;
 border-radius: 10px 10px 0px 0px;
 gap: 14px;
 }}
.wrap {
 flex-wrap: wrap;
 }
.page_numbers .nums li.black_font .wrap {
 color: var(--primary);
 }
.page_numbers .nums .wrap {
 font-size: 4.4rem;
 font-weight: 600;
 white-space: nowrap;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.page_numbers .nums .wrap {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
.page_numbers .nums .wrap {
 font-size: 18px;
 }}
.page_numbers .nums li.black_font .wrap .num {
 color: var(--title);
 }
.page_numbers .nums .wrap .num {
 font-size: 5.2rem;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.page_numbers .nums .wrap .num {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
.page_numbers .nums .wrap .num {
 font-size: 20px;
 }}
.page_numbers .nums .label {
 font-size: 1.8rem;
 margin-top: auto;
 text-align: right;
 }
@media screen and (max-width: 768px){
.page_numbers .nums .label {
 font-size: 14px;
 }}
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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--bg:#f6f8f9;
--swiper-wrapper-transition-timing-function,initial:;
--text:#474747;
--h:;
--primary:#006ab4;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_advantages {
 background-color: var(--bg);
 padding: 12.6rem 0px 8.3rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_advantages {
 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;
 }}
.center {
 text-align: center;
 }
.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/about_4/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;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.page_advantages .main {
 margin-top: 5.9rem;
 gap: 2rem 0px;
 }
@media screen and (max-width: 768px){
.page_advantages .main {
 margin-top: 30px;
 }}
.page_advantages .main .lt {
 width: 74.4444%;
 }
@media screen and (max-width: 576px){
.page_advantages .main .lt, .page_advantages .main .rt {
 width: 100%;
 margin: 0px;
 }}
.page_advantages .page_advantages_swiper {
 overflow: hidden;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
.swiper-fade .swiper-slide {
 pointer-events: none;
 transition-property: opacity;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.page_advantages .page_advantages_swiper .info {
 flex: 1 1 0%;
 max-width: 32.1rem;
 width: 100%;
 padding-bottom: 4%;
 font-size: 1.8rem;
 line-height: 1.77778;
 }
.page_advantages .page_advantages_swiper .info {
 padding-bottom: 2.2%;
 }
@media screen and (max-width: 768px){
.page_advantages .page_advantages_swiper .info {
 padding: 0px;
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.page_advantages .page_advantages_swiper .info {
 padding-bottom: 0px;
 }}
.page_advantages .page_advantages_swiper .info h3 {
 font-size: 3.8rem;
 line-height: 1.31579;
 font-weight: 600;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.page_advantages .page_advantages_swiper .info h3 {
 font-size: 3rem;
 }}
@media screen and (max-width: 768px){
.page_advantages .page_advantages_swiper .info h3 {
 font-size: 18px;
 letter-spacing: unset;
 }}
.page_advantages .page_advantages_swiper .info p {
 color: var(--text);
 margin-top: 3.7rem;
 }
@media screen and (max-width: 768px){
.page_advantages .page_advantages_swiper .info p {
 margin-top: 10px;
 }}
.page_advantages .page_advantages_swiper .info ul {
 margin-top: 1.6rem;
 font-weight: 600;
 color: rgb(0, 0, 0);
 line-height: 2.4rem;
 }
@media screen and (max-width: 768px){
.page_advantages .page_advantages_swiper .info ul {
 margin-top: 10px;
 line-height: 1.5;
 }}
.page_advantages .page_advantages_swiper .info ul li {
 position: relative;
 padding-left: 3.8rem;
 }
.page_advantages .page_advantages_swiper .info ul li::before {
 width: 1.6rem;
 height: 1.6rem;
 position: absolute;
 left: 0px;
 top: 0.3rem;
 content: "";
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_4/assets/img/gou.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.page_advantages .page_advantages_swiper .info ul li {
 padding-left: 22px;
 }}
@media screen and (max-width: 768px){
.page_advantages .page_advantages_swiper .info ul li::before {
 width: 14px;
 height: 14px;
 top: 2px;
 }}
.page_advantages .page_advantages_swiper .info ul li + li {
 margin-top: 1.2rem;
 }
@media screen and (max-width: 768px){
.page_advantages .page_advantages_swiper .info ul li + li {
 margin-top: 10px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.page_advantages .page_advantages_swiper .img {
 width: 61.9403%;
 border-radius: 1.7rem;
 --h: 95.933735%;
 }
@media screen and (max-width: 768px){
.page_advantages .page_advantages_swiper .img {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.page_advantages .page_advantages_swiper .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.page_advantages .page_advantages_swiper .img:hover img {
 transform: scale(1.02);
 }
.swiper-fade .swiper-slide-active {
 pointer-events: auto;
 }
.page_advantages .main .rt {
 width: 28.0556%;
 margin-left: -5%;
 margin-bottom: 4.5%;
 }
@media screen and (max-width: 768px){
.page_advantages .main .rt {
 margin-bottom: 0px;
 }}
.page_advantages .nav_list {
 display: flex;
 flex-direction: column;
 justify-content: center;
 gap: 2.5rem;
 }
@media screen and (max-width: 768px){
.page_advantages .nav_list {
 gap: 14px;
 }}
.page_advantages .nav_list .nav_item {
 position: relative;
 font-size: 2.2rem;
 font-weight: 500;
 color: rgb(95, 99, 104);
 transition: 0.3s;
 cursor: pointer;
 display: grid;
 grid-template-columns: 1fr 5rem;
 align-items: center;
 border: 1px solid rgba(79, 79, 79, 0.18);
 border-radius: 1.4rem;
 overflow: hidden;
 gap: 2rem;
 padding: 1.8rem 2.3rem 1.7rem 16.1%;
 letter-spacing: 0.2px;
 }
.page_advantages .nav_list .nav_item::before {
 border-radius: 1.4rem;
 width: 0px;
 height: calc(100% + 2px);
 position: absolute;
 right: -1px;
 top: -1px;
 content: "";
 z-index: 1;
 transition: 0.3s;
 background-color: var(--primary);
 }
@media screen and (max-width: 768px){
.page_advantages .nav_list .nav_item {
 grid-template-columns: 1fr 40px;
 padding: 10px 10px 10px 25px;
 letter-spacing: unset;
 font-size: 14px;
 border-radius: 10px;
 }}
@media screen and (max-width: 768px){
.page_advantages .nav_list .nav_item::before {
 border-radius: 10px;
 }}
.page_advantages .nav_list .nav_item .title {
 position: relative;
 z-index: 2;
 margin-top: 2%;
 }
@media screen and (max-width: 768px){
.page_advantages .nav_list .nav_item .title {
 margin: 0px;
 }}
.icon.icon_ab {
 position: relative;
 }
.page_advantages .nav_list .nav_item .icon {
 position: relative;
 z-index: 2;
 padding-bottom: 100%;
 transition: 0.3s;
 filter: contrast(0) brightness(1);
 }
.icon.icon_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.page_advantages .nav_list .nav_item.active {
 color: rgb(255, 255, 255);
 }
.page_advantages .nav_list .nav_item.active::before {
 width: 100%;
 }
.page_advantages .nav_list .nav_item.active .icon {
 filter: contrast(0) brightness(2);
 }
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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
  --primary:#006ab4;
  --title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_showcases {
 padding: 11.5rem 0px 11.6rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_showcases {
 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;
 }}
.center {
 text-align: center;
 }
.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/cases_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;
 }}
.page_showcases .page_showcases_swiper {
 margin-top: 8.2rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.page_showcases .page_showcases_swiper {
 margin-top: 30px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.page_showcases .page_showcases_swiper .swiper-slide {
 max-width: 36.5rem;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.page_showcases .page_showcases_swiper .swiper-slide {
 max-width: 277px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.page_showcases .item {
 display: block;
 height: 100%;
 }
.page_showcases .item .pic {
 position: relative;
 border-radius: 2.1rem;
 border: 1px solid rgba(79, 79, 79, 0.18);
 overflow: hidden;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.page_showcases .item .pic {
 border-radius: 10px;
 border-color: var(--primary);
 }}
.img.img_ab {
 position: relative;
 }
.page_showcases .item .img {
 width: 100%;
 padding-bottom: 115.385%;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.page_showcases .item:hover img {
 transform: scale(1.02);
 }
.wrap {
 flex-wrap: wrap;
 }
.page_showcases .item .wrap {
 position: absolute;
 inset: 0px;
 overflow: hidden;
 background-color: rgba(0, 106, 180, 0.88);
 z-index: 2;
 display: flex;
 flex-direction: column;
 color: rgb(255, 255, 255);
 transform: translateY(50%);
 opacity: 0;
 transition: 0.5s, opacity 0.4s;
 padding: 10.4683% 10.4683% 6.0606%;
 }
@media screen and (max-width: 768px){
.page_showcases .item .wrap {
 transform: translateY(0px);
 opacity: 1;
 padding: 20px;
 }}
.page_showcases .item ul {
 flex: 1 1 0%;
 overflow-y: auto;
 }
.page_showcases .item ul li {
 border-bottom: 1px solid rgba(255, 255, 255, 0.15);
 padding: 2rem 0px 1.7rem;
 }
@media screen and (max-width: 768px){
.page_showcases .item ul li {
 padding: 10px 0px;
 }}
.page_showcases .item ul strong {
 opacity: 0.6;
 font-weight: 300;
 font-size: 1.8rem;
 letter-spacing: 0.2px;
 }
@media screen and (max-width: 768px){
.page_showcases .item ul strong {
 font-size: 16px;
 letter-spacing: unset;
 }}
.page_showcases .item ul p {
 font-size: 2rem;
 margin-top: 0.9rem;
 letter-spacing: 0.15px;
 }
@media screen and (max-width: 768px){
.page_showcases .item ul p {
 font-size: 14px;
 margin-top: 10px;
 letter-spacing: unset;
 }}
.btn_i {
 display: inline-flex;
 align-items: center;
 cursor: pointer;
 transition: 0.3s;
 font-size: 2rem;
 font-weight: 600;
 color: var(--primary);
 gap: 1.7rem;
 letter-spacing: 0.1px;
 }
.btn_i::before {
 width: 5rem;
 height: 5rem;
 display: inline-block;
 content: "";
 transition: 0.3s;
 flex-shrink: 0;
 border-radius: 50%;
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/cases_5/assets/img/arrow-r-w.svg") no-repeat center / 30% var(--title);
 }
.btn_i:hover {
 gap: 2rem;
 }
.btn_i:hover::before {
 background-color: var(--primary);
 transform: rotate(-45deg);
 }
.btn_i.rv {
 flex-direction: row-reverse;
 justify-content: space-between;
 font-size: 1.8rem;
 }
.btn_i.rv:hover {
 padding-left: 1rem;
 }
.page_showcases .item .btn_i {
 color: rgb(255, 255, 255);
 margin-top: 2rem;
 }
.page_showcases .item .btn_i::before {
 background-image: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/cases_5/assets/img/arrow-r.svg");
 background-color: rgb(255, 255, 255);
 }
@media screen and (max-width: 768px){
.btn_i {
 font-size: 14px;
 gap: 12px;
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
.btn_i::before {
 width: 40px;
 height: 40px;
 }}
@media screen and (max-width: 768px){
.btn_i.rv {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.page_showcases .item .btn_i {
 margin-top: 10px;
 }}
.page_showcases .item .title {
 font-size: 2.2rem;
 font-weight: 500;
 color: rgb(0, 0, 0);
 margin-top: 2.4rem;
 letter-spacing: 0.2px;
 }
@media screen and (max-width: 768px){
.page_showcases .item .title {
 font-size: 18px;
 letter-spacing: unset;
 margin-top: 20px;
 }}
.page_showcases .page_showcases_swiper .active .pic {
 border-color: var(--primary);
 }
.page_showcases .page_showcases_swiper .active .wrap {
 transform: translateY(0px);
 opacity: 1;
 }
.page_showcases .pagination {
 display: flex;
 align-items: center;
 justify-content: center;
 color: rgb(0, 0, 0);
 gap: 1.3rem;
 margin-top: 8.4rem;
 }
@media screen and (max-width: 768px){
.page_showcases .pagination {
 gap: 12px;
 margin-top: 40px;
 }}
.page_showcases .pagination .current {
 font-weight: 500;
 }
.page_showcases .pagination div.swiper-pagination.swiper-pagination-progressbar {
 width: 13.8rem;
 }
div.swiper-pagination.swiper-pagination-progressbar {
 position: static;
 width: 16.2rem;
 height: 1px;
 background: rgb(211, 211, 211);
 pointer-events: all;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.swiper-pagination-progressbar {
 background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
 position: absolute;
 }
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
 width: 100%;
 height: var(--swiper-pagination-progressbar-size,4px);
 left: 0px;
 top: 0px;
 }
@media screen and (max-width: 768px){
.page_showcases .pagination div.swiper-pagination.swiper-pagination-progressbar {
 width: 100px;
 }}
@media screen and (max-width: 768px){
div.swiper-pagination.swiper-pagination-progressbar {
 width: 100px;
 }}
div.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
 background: var(--primary);
 height: 2px;
 }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
 background: var(--swiper-pagination-color,var(--swiper-theme-color));
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 transform: scale(0);
 transform-origin: left top;
 }
.page_showcases .pagination .total {
 opacity: 0.5;
 }
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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#474747;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_custom {
 padding: 5.8rem 0px 3rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_custom {
 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_bottom {
 align-items: flex-end;
 }
.row_reverse {
 flex-direction: row-reverse;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_custom .head {
 gap: 10px;
 }}
.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/home_2/assets/img/icon-subtitle.svg") center center / contain no-repeat;
 }
.home_custom .subtitle {
 margin-bottom: 0.9rem;
 }
[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;
 }}
@media screen and (max-width: 768px){
.home_custom .head .subtitle {
 margin-bottom: 0px;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 600;
 letter-spacing: 1.3px;
 }
.home_custom h2 {
 max-width: 62rem;
 letter-spacing: 1.1px;
 }
@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;
 }}
.flex_middle {
 align-items: center;
 }
.home_custom .main {
 margin-top: 5.1rem;
 }
@media screen and (max-width: 768px){
.home_custom .main {
 margin-top: 30px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.home_custom .img {
 width: 48.125%;
 border-radius: 0.9rem;
 height: auto;
 }
@media screen and (max-width: 576px){
.home_custom .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_custom .img:hover img {
 transform: scale(1.02);
 }
.home_custom .items {
 flex: 1 1 0%;
 max-width: 65rem;
 margin-top: 0.8%;
 }
@media screen and (max-width: 768px){
.home_custom .items {
 width: 100%;
 max-width: unset;
 margin: 0px;
 }}
li {
 list-style: none;
 }
.home_custom .items li {
 display: grid;
 grid-template-columns: 12.9231% 1fr;
 align-items: start;
 gap: 2rem 3.54%;
 }
[data-aos="fade-left"] {
 transform: translate3d(100px, 0px, 0px);
 }
@media screen and (max-width: 768px){
.home_custom .items li {
 grid-template-columns: 50px 1fr;
 gap: 14px;
 }}
.icon.icon_ab {
 position: relative;
 }
.home_custom .items .icon {
 padding-bottom: 100%;
 border-radius: 50%;
 background-color: rgba(239, 245, 249, 0.94);
 }
.icon.icon_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.home_custom .items .info {
 margin-top: 0.3rem;
 }
@media screen and (max-width: 768px){
.home_custom .items .info {
 margin: 0px;
 }}
.home_custom .items .info h3 {
 font-size: 2.6rem;
 font-weight: 600;
 color: rgb(0, 0, 0);
 letter-spacing: 0.3px;
 }
@media screen and (max-width: 768px){
.home_custom .items .info h3 {
 font-size: 18px;
 letter-spacing: unset;
 }}
.home_custom .items .info p {
 font-size: 1.8rem;
 line-height: 2.8rem;
 color: var(--text);
 margin-top: 1.6rem;
 }
@media screen and (max-width: 768px){
.home_custom .items .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
.home_custom .items li + li {
 margin-top: 7.4rem;
 }
@media screen and (max-width: 768px){
.home_custom .items li + li {
 margin-top: 20px;
 }}
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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#474747;
--swiper-wrapper-transition-timing-function,initial:;
--primary:#006ab4;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_process {
 padding: 13.3rem 0px 13.9rem;
 overflow: hidden;
 }
.page_process {
 padding-bottom: 7.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_process {
 padding: 50px 0px;
 }}
@media screen and (max-width: 768px){
.page_process {
 padding-bottom: 50px;
 }}
.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;
 }}
.center {
 text-align: center;
 }
.page_process .head {
 display: grid;
 grid-template-columns: 26.4583% 1fr;
 gap: 3rem;
 align-items: start;
 }
.page_process .head.center {
 display: block;
 }
@media screen and (max-width: 768px){
.page_process .head {
 display: block;
 }}
.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/service_8/assets/img/icon-subtitle.svg") center center / contain no-repeat;
 }
.page_process .head.center .subtitle {
 margin-top: 0px;
 }
.page_process .subtitle {
 margin-top: 1.2rem;
 }
[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;
 }}
@media screen and (max-width: 768px){
.page_process .head .subtitle {
 margin-top: 0px;
 }}
.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_process .head.center p {
 max-width: 93.6rem;
 margin: 2.8rem auto 0px;
 }
.page_process p {
 grid-column: 2;
 max-width: 76.3rem;
 }
[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;
 }}
@media screen and (max-width: 768px){
.page_process .head.center p {
 margin-top: 12px;
 }}
.page_process .page_process_swiper {
 margin-top: 5.7rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.page_process .page_process_swiper {
 margin-top: 30px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.page_process .page_process_swiper .swiper-slide {
 max-width: 35.6rem;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.page_process .page_process_swiper .swiper-slide {
 max-width: 220px;
 }}
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_process .item {
 display: flex;
 flex-direction: column;
 height: 100%;
 position: relative;
 z-index: 2;
 min-height: 48.6rem;
 padding: 12.6404% 10.9551% 9.2697%;
 }
@media screen and (max-width: 768px){
.page_process .item {
 min-height: 300px;
 padding: 20px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 pointer-events: none;
 }
.page_process .page_process_swiper .active .border {
 opacity: 1;
 }
.page_process .item > img {
 object-fit: contain;
 transition: 0.3s;
 }
.page_process .item .border {
 width: calc(100% + 2px);
 height: calc(100% + 2px);
 left: -1px;
 top: -1px;
 opacity: 0;
 }
.page_process .page_process_swiper .active .bg {
 opacity: 0;
 }
.page_process .item .info {
 flex: 1 1 0%;
 }
.page_process .item .info h3 {
 font-size: 3rem;
 line-height: 4.4rem;
 font-weight: 600;
 max-width: 23rem;
 letter-spacing: 0.7px;
 }
@media screen and (max-width: 768px){
.page_process .item .info h3 {
 font-size: 18px;
 line-height: 1.5;
 letter-spacing: unset;
 }}
.page_process .item .info p {
 font-size: 1.8rem;
 line-height: 2.9rem;
 color: var(--text);
 margin-top: 2.7rem;
 }
@media screen and (max-width: 768px){
.page_process .item .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
.page_process .item .icon {
 width: 8rem;
 height: 8rem;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.page_process .item .icon {
 width: 50px;
 height: 50px;
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.page_process .page_process_swiper .active .order {
 color: rgb(255, 255, 255);
 background-color: var(--primary);
 }
.page_process .item .order {
 position: absolute;
 right: 0px;
 bottom: 0px;
 width: 5.3rem;
 height: 5.3rem;
 background-color: rgb(209, 228, 241);
 font-size: 1.7rem;
 font-weight: 500;
 color: rgb(35, 24, 21);
 border-radius: 1.2rem;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.page_process .item .order {
 width: 35px;
 height: 35px;
 font-size: 14px;
 border-radius: 5px;
 }}
.page_process p.center:has(.btn) {
 max-width: unset;
 margin-top: 4.3rem;
 }
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);
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 min-width: 120px;
 }}
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;
  }
}

html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#232323;
--primary:#006ab4;
--swiper-wrapper-transition-timing-function,initial:;
--h:;
--text:#474747;
--swiper-pagination-bottom,8px:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_cases {
 padding: 7.15rem 0px 1.7rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_cases {
 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_bottom {
 align-items: flex-end;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.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/home_10/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;
 }
.home_cases h2 {
 max-width: 50.5rem;
 letter-spacing: 1.2px;
 }
[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;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn_line {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 background-color: transparent;
 border: 1px solid rgba(35, 35, 35, 0.5);
 color: var(--title);
 border-radius: 0.6rem;
 font-size: 1.8rem;
 font-weight: 600;
 line-height: 6.3rem;
 padding: 0px 3.5rem 0px 3.4rem;
 }
.btn_line:hover {
 background-color: var(--primary);
 color: rgb(255, 255, 255);
 }
.home_cases .btn_line {
 margin-bottom: 0.7rem;
 }
@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){
.home_cases .btn_line {
 margin-bottom: 0px;
 }}
.home_cases .home_cases_swiper {
 width: 93.0556%;
 margin-left: auto;
 margin-top: 6.5rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_cases .home_cases_swiper {
 margin-top: 30px;
 width: 100%;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
.flex_middle {
 align-items: center;
 }
.home_cases .home_cases_swiper .flex {
 height: 100%;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_cases .home_cases_swiper .img {
 width: 50.1493%;
 --h: 70.833333%;
 border-radius: 2.1rem;
 left: 50%;
 transition: left 0.4s;
 z-index: 2;
 }
@media screen and (max-width: 768px){
.home_cases .home_cases_swiper .img {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.home_cases .home_cases_swiper .img {
 width: 100%;
 left: 0px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_cases .home_cases_swiper .img:hover img {
 transform: scale(1.02);
 }
.home_cases .home_cases_swiper .cat {
 display: inline-block;
 position: absolute;
 left: 5.51%;
 top: 6.723%;
 z-index: 2;
 font-size: 1.4rem;
 color: rgb(255, 255, 255);
 background-color: var(--primary);
 border-radius: 100px;
 text-transform: uppercase;
 line-height: 3.2rem;
 padding: 0px 1.55rem;
 }
@media screen and (max-width: 768px){
.home_cases .home_cases_swiper .cat {
 line-height: 2;
 padding: 0px 14px;
 }}
.home_cases .home_cases_swiper .info {
 flex: 1 1 0%;
 width: 100%;
 max-width: 55.6rem;
 transform: translateX(-50%);
 opacity: 0;
 transition: 0.4s, opacity 0.3s;
 padding-top: 0.5%;
 }
@media screen and (max-width: 768px){
.home_cases .home_cases_swiper .info {
 padding: 0px;
 }}
@media screen and (max-width: 576px){
.home_cases .home_cases_swiper .info {
 transform: translateX(0px);
 opacity: 1;
 }}
.home_cases .home_cases_swiper .info h3 {
 font-size: 3.2rem;
 line-height: 1.34375;
 font-weight: 600;
 max-width: 48rem;
 letter-spacing: 0.7px;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.home_cases .home_cases_swiper .info h3 {
 font-size: 2.6rem;
 }}
@media screen and (max-width: 768px){
.home_cases .home_cases_swiper .info h3 {
 font-size: 18px;
 letter-spacing: unset;
 }}
.home_cases .home_cases_swiper .info ul {
 margin-top: 4.7rem;
 }
@media screen and (max-width: 768px){
.home_cases .home_cases_swiper .info ul {
 margin-top: 12px;
 }}
.home_cases .home_cases_swiper .info ul strong {
 position: relative;
 font-size: 2.4rem;
 font-weight: 600;
 padding-left: 3.5rem;
 }
.home_cases .home_cases_swiper .info ul strong::before {
 width: 2.1rem;
 height: 2.1rem;
 display: block;
 content: "";
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_10/assets/img/icon-subtitle.svg") center center / contain no-repeat;
 position: absolute;
 left: 0px;
 top: 0.3rem;
 }
@media screen and (max-width: 768px){
.home_cases .home_cases_swiper .info ul strong {
 font-size: 16px;
 padding-left: 22px;
 }}
@media screen and (max-width: 768px){
.home_cases .home_cases_swiper .info ul strong::before {
 width: 14px;
 height: 14px;
 top: 2px;
 }}
.home_cases .home_cases_swiper .info p {
 font-size: 1.8rem;
 line-height: 2.9rem;
 color: var(--text);
 max-width: 52.9rem;
 hyphens: auto;
 margin-top: 1.4rem;
 }
@media screen and (max-width: 768px){
.home_cases .home_cases_swiper .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
.home_cases .home_cases_swiper .info ul li + li {
 margin-top: 3.5rem;
 }
@media screen and (max-width: 768px){
.home_cases .home_cases_swiper .info ul li + li {
 margin-top: 10px;
 }}
.home_cases .home_cases_swiper .swiper-slide-active .img {
 left: 0px;
 }
.home_cases .home_cases_swiper .swiper-slide-active .info {
 transform: translateX(0px);
 opacity: 1;
 }
.home_cases .swiper_con {
 margin-top: 3.5rem;
 }
@media screen and (max-width: 768px){
.home_cases .swiper_con {
 margin-top: 30px;
 }}
.home_cases .swiper_con .pagination {
 width: auto;
 color: rgba(12, 12, 12, 0.5);
 }
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
 bottom: var(--swiper-pagination-bottom,8px);
 top: var(--swiper-pagination-top,auto);
 left: 0px;
 width: 100%;
 }
.home_cases .swiper_con .pagination .current {
 font-size: 2.2rem;
 font-weight: 500;
 color: rgb(12, 12, 12);
 }
@media screen and (max-width: 768px){
.home_cases .swiper_con .pagination .current {
 font-size: 16px;
 }}
.swiper_btns {
 gap: 3.7rem;
 display: flex;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
.swiper_btns div {
 width: 7rem;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 50%;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_10/assets/img/arrow.svg") center center / 30.88% no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns div:hover {
 border-color: var(--title);
 background-color: var(--title);
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--bg:#f6f8f9;
--primary:#006ab4;
--title:#232323;
--swiper-wrapper-transition-timing-function,initial:;
--w:;
--value:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_testimonials {
 padding: 12.6rem 0px 2.8rem;
 overflow: hidden;
 }
.page_testimonials.bg {
 background-color: var(--bg);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_testimonials {
 padding: 50px 0px 30px;
 }}
.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_bottom {
 align-items: flex-end;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.page_testimonials .head {
 padding-bottom: 0.3rem;
 }
@media screen and (max-width: 768px){
.page_testimonials .head {
 padding: 0px;
 }}
.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_3/assets/img/icon-subtitle.svg") center center / contain no-repeat;
 }
.page_testimonials .subtitle {
 margin-bottom: 2.3rem;
 }
[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;
 }}
.swiper_btns {
 gap: 3.7rem;
 display: flex;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
.swiper_btns div {
 width: 7rem;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 50%;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://rcnc.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/contact_3/assets/img/arrow.svg") center center / 30.88% no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns div:hover {
 border-color: var(--title);
 background-color: var(--title);
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.page_testimonials .page_testimonials_swiper {
 margin-top: 5.2rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.page_testimonials .page_testimonials_swiper {
 margin-top: 30px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.page_testimonials .page_testimonials_swiper .swiper-slide {
 max-width: 52.2rem;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.page_testimonials .page_testimonials_swiper .swiper-slide {
 max-width: 313px;
 }}
.page_testimonials .page_testimonials_swiper .item {
 position: relative;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 height: 100%;
 color: rgb(255, 255, 255);
 border-radius: 2.2rem;
 padding: 5.1724% 8.046% 7.6628%;
 min-height: 52rem;
 }
@media screen and (max-width: 768px){
.page_testimonials .page_testimonials_swiper .item {
 border-radius: 10px;
 min-height: unset;
 }}
.icon.icon_ab {
 position: relative;
 }
.page_testimonials .page_testimonials_swiper .icon {
 position: absolute;
 z-index: 2;
 right: 0px;
 top: 0px;
 width: 18.774%;
 padding-bottom: 18.774%;
 }
.page_testimonials .page_testimonials_swiper .icon::after {
 position: absolute;
 width: 60.2%;
 padding-bottom: 60.2%;
 right: 0px;
 top: 0px;
 content: "";
 border-radius: 1.2rem;
 background: url("https://rcnc.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/contact_3/assets/img/douhao-w.svg") no-repeat center / 35.6% var(--primary);
 }
@media screen and (max-width: 768px){
.page_testimonials .page_testimonials_swiper .icon::after {
 border-radius: 10px;
 }}
.icon.icon_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.page_testimonials.bg .page_testimonials_swiper .icon > img {
 filter: unset;
 }
.page_testimonials .page_testimonials_swiper .icon > img {
 filter: contrast(0) brightness(2);
 top: -1px;
 }
.page_testimonials .page_testimonials_swiper .client {
 height: 7rem;
 width: auto;
 filter: contrast(0) brightness(2);
 }
@media screen and (max-width: 768px){
.page_testimonials .page_testimonials_swiper .client {
 height: 50px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.page_testimonials .page_testimonials_swiper .star {
 --w: 16.2rem;
 width: var(--w);
 margin-top: 4.3rem;
 }
.page_testimonials .page_testimonials_swiper .star::after {
 content: "";
 display: block;
 padding-bottom: 14.1975%;
 width: var(--value);
 background: url("https://rcnc.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/contact_3/assets/img/star.svg") no-repeat left center / var(--w) 100%;
 }
@media screen and (max-width: 768px){
.page_testimonials .page_testimonials_swiper .star {
 --w: 100px;
 margin-top: 20px;
 }}
.page_testimonials .page_testimonials_swiper .desc {
 flex: 1 1 0%;
 font-size: 2.2rem;
 line-height: 4rem;
 margin-top: 2.1rem;
 letter-spacing: 0.24px;
 }
@media screen and (max-width: 768px){
.page_testimonials .page_testimonials_swiper .desc {
 font-size: 16px;
 line-height: 1.5;
 margin-top: 20px;
 letter-spacing: unset;
 }}
.page_testimonials .page_testimonials_swiper .info {
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.page_testimonials .page_testimonials_swiper .info {
 margin-top: 30px;
 }}
.page_testimonials .page_testimonials_swiper .info h3 {
 font-size: 2.3rem;
 font-weight: 500;
 letter-spacing: 0.2px;
 }
@media screen and (max-width: 768px){
.page_testimonials .page_testimonials_swiper .info h3 {
 font-size: 15px;
 letter-spacing: unset;
 }}
.page_testimonials .page_testimonials_swiper .info p {
 font-size: 1.5rem;
 opacity: 0.6;
 margin-top: 1.4rem;
 font-weight: 300;
 letter-spacing: 0.05px;
 }
@media screen and (max-width: 768px){
.page_testimonials .page_testimonials_swiper .info p {
 font-size: 14px;
 margin-top: 10px;
 letter-spacing: unset;
 }}
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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--bg:#f6f8f9;
--swiper-wrapper-transition-timing-function,initial:;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_clients {
 padding: 2.8rem 0px 13.3rem;
 }
.page_clients.bg {
 background-color: var(--bg);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_clients {
 padding: 30px 0px 50px;
 }}
.page_clients.bg .page_clients_swiper::before {
 background-image: linear-gradient(to right, var(--bg) 25.4%, transparent);
 }
.page_clients.bg .page_clients_swiper::after {
 background-image: linear-gradient(to left, var(--bg) 25.4%, transparent);
 }
.page_clients .page_clients_swiper {
 max-width: 192rem;
 margin: 0px auto;
 position: relative;
 overflow: hidden;
 }
.page_clients .page_clients_swiper::before, .page_clients .page_clients_swiper::after {
 width: 23.8021%;
 height: 100%;
 position: absolute;
 z-index: 2;
 top: 0px;
 content: "";
 }
.page_clients .page_clients_swiper::before {
 left: 0px;
 background-image: linear-gradient(to right, rgb(255, 255, 255) 25.4%, transparent);
 }
.page_clients .page_clients_swiper::after {
 right: 0px;
 background-image: linear-gradient(to left, rgb(255, 255, 255) 25.4%, transparent);
 }
[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);
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
.page_clients .page_clients_swiper .swiper-wrapper {
 transition: linear;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.page_clients .page_clients_swiper .swiper-slide {
 max-width: 16.4rem;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
@media screen and (max-width: 768px){
.page_clients .page_clients_swiper .swiper-slide {
 max-width: 120px;
 }}
.img.img_ab {
 position: relative;
 }
.page_clients .page_clients_swiper .img {
 padding-bottom: 48.78%;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
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;
  }
}
