html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--h:;
--text:#474747;
--primary:#006ab4;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.service_banner {
 overflow: hidden;
 background-color: rgb(236, 243, 248);
 }
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;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.service_banner .flex {
 height: 100vh;
 max-height: 72.8rem;
 min-height: max-content;
 padding: 4rem 0px;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.service_banner .flex {
 height: auto;
 min-height: unset;
 max-height: unset;
 padding: 50px 0px;
 }}
@media screen and (max-width: 576px){
.service_banner .flex {
 padding: 0px 0px 50px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.service_banner .img {
 position: absolute;
 width: 86.3194%;
 height: 100%;
 right: -16.6667%;
 top: 0px;
 }
.service_banner .img::before {
 position: absolute;
 width: 74.98%;
 height: 100%;
 left: 0px;
 bottom: 0px;
 content: "";
 background-image: linear-gradient(to right, rgb(237, 244, 249) 0.0004%, rgb(237, 244, 249) 17.4862%, rgba(237, 244, 249, 0.8) 32.6819%, transparent);
 z-index: 1;
 pointer-events: none;
 }
@media screen and (max-width: 576px){
.service_banner .img {
 width: calc(100% + 40px);
 --h: 63.671875%;
 position: relative;
 right: 0px;
 margin: 0px -20px;
 }}
@media screen and (max-width: 576px){
.service_banner .img::before {
 width: 100%;
 height: 40%;
 background-image: linear-gradient(to top, rgb(230, 241, 252) 15%, rgba(230, 241, 252, 0.8), transparent);
 }}
.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;
 }
.service_banner .img:hover img {
 transform: scale(1.02);
 }
.service_banner .head {
 position: relative;
 z-index: 2;
 width: 48.4028%;
 padding-top: 2.1%;
 }
@media screen and (max-width: 768px){
.service_banner .head {
 padding: 0px;
 }}
@media screen and (max-width: 576px){
.service_banner .head {
 width: 100%;
 }}
.head h1 {
 font-size: 6.4rem;
 line-height: 1.20312;
 font-weight: 700;
 letter-spacing: 1.4px;
 }
.service_banner .head h1 {
 font-size: 5.4rem;
 line-height: 1.14815;
 letter-spacing: 0.9px;
 }
.service_banner h1 {
 max-width: 50rem;
 }
[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;
 }}
@media screen and (max-width: 768px){
.service_banner .head h1 {
 font-size: 25px;
 }}
.head p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.service_banner .head p {
 line-height: 2.8rem;
 }
.service_banner p {
 max-width: 63.7rem;
 margin-top: 1.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;
 }}
@media screen and (max-width: 768px){
.service_banner .head p {
 line-height: 1.5;
 }}
.service_banner .head ul {
 font-size: 1.7rem;
 line-height: 2.8rem;
 color: rgb(22, 22, 22);
 max-width: 58.6rem;
 margin-top: 2.3rem;
 }
[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;
 }
@media screen and (max-width: 768px){
.service_banner .head ul {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
li {
 list-style: none;
 }
.service_banner .head ul li {
 position: relative;
 padding-left: 2.9rem;
 }
.service_banner .head ul li::before {
 width: 1.6rem;
 height: 1.6rem;
 position: absolute;
 left: 0px;
 top: 0.5rem;
 content: "";
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/service_0/assets/img/gou.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.service_banner .head ul li {
 padding-left: 25px;
 }}
@media screen and (max-width: 768px){
.service_banner .head ul li::before {
 width: 14px;
 height: 14px;
 top: 2px;
 }}
.service_banner .head ul strong {
 font-size: 1.8rem;
 font-weight: 600;
 }
@media screen and (max-width: 768px){
.service_banner .head ul strong {
 font-size: 15px;
 }}
.service_banner .head ul li + li {
 margin-top: 1rem;
 }
@media screen and (max-width: 768px){
.service_banner .head ul li + li {
 margin-top: 10px;
 }}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
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);
 }
.service_banner .btn {
 margin-top: 2.5rem;
 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;
 }}
.service_banner .advantage_list {
 position: relative;
 z-index: 2;
 padding: 1.9rem 0px;
 min-height: 8.8rem;
 }
@media screen and (max-width: 768px){
.service_banner .advantage_list {
 padding: 0px 0px 20px;
 min-height: unset;
 }}
.service_banner .advantage_list ul {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 2rem 5.2rem;
 }
@media screen and (max-width: 768px){
.service_banner .advantage_list ul {
 gap: 16px;
 }}
.service_banner .advantage_list li {
 position: relative;
 font-size: 1.7rem;
 font-weight: 500;
 color: rgb(25, 25, 25);
 padding-left: 3.2rem;
 }
.service_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/service_0/assets/img/gou-full.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.service_banner .advantage_list li {
 font-size: 14px;
 padding-left: 25px;
 }}
@media screen and (max-width: 768px){
.service_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 {
--swiper-wrapper-transition-timing-function,initial:;
--primary:#006ab4;
--bg2:linear-gradient(52.8763deg, #e1e5ea -13.86%, #fff);
--text:#474747;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.service_related {
 padding: 11.5rem 0px 13.7rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.service_related {
 padding: 50px 0px;
 overflow: hidden;
 }}
.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/service_1/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;
 }}
.swiper_box {
 position: relative;
 }
.service_related .service_related_swiper {
 margin-top: 6.1rem;
 overflow: hidden;
 border-radius: 1.6rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.service_related .service_related_swiper {
 overflow: unset;
 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;
 }
.service_related .service_related_swiper .swiper-slide {
 max-width: 701px;
 }
.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){
.service_related .service_related_swiper .swiper-slide {
 max-width: 346px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.service_related .service_related_swiper .active .item::after {
 opacity: 1;
 }
.service_related .item {
 position: relative;
 display: flex;
 flex-direction: column;
 height: 100%;
 border-radius: 1.6rem;
 border: 1px solid rgba(205, 209, 211, 0.54);
 }
.service_related .item::after {
 position: absolute;
 width: calc(100% - 2px);
 height: calc(100% - 2px);
 left: -1px;
 top: -1px;
 content: "";
 border-radius: 1.6rem;
 border: 2px solid var(--primary);
 transition: 0.3s;
 pointer-events: none;
 opacity: 0;
 }
@media screen and (max-width: 768px){
.service_related .item {
 border-radius: 10px;
 }}
@media screen and (max-width: 768px){
.service_related .item::after {
 border-radius: 10px;
 }}
.img.img_ab {
 position: relative;
 }
.service_related .item .img {
 background-image: var(--bg2);
 padding-bottom: 49.29%;
 border-radius: 1.6rem 1.6rem 0px 0px;
 }
@media screen and (max-width: 768px){
.service_related .item .img {
 border-radius: 10px 10px 0px 0px;
 }}
.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;
 }
.service_related .item:hover img {
 transform: scale(1.02);
 }
.service_related .item .info {
 flex: 1 1 0%;
 display: grid;
 grid-template-columns: 1fr auto;
 align-items: start;
 gap: 0px 2rem;
 padding: 5.1502% 4.2918% 3.0043% 6.2947%;
 }
.service_related .item .info .title {
 font-size: 3rem;
 font-weight: 500;
 color: rgb(0, 0, 0);
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 2;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 letter-spacing: 0.65px;
 }
@media screen and (max-width: 768px){
.service_related .item .info .title {
 font-size: 18px;
 letter-spacing: unset;
 }}
.service_related .item .info .desc {
 font-size: 1.7rem;
 line-height: 2.6rem;
 color: var(--text);
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 3;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 grid-column: 1;
 max-width: 47.1rem;
 margin-top: 1rem;
 }
@media screen and (max-width: 768px){
.service_related .item .info .desc {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
i, em {
 font-style: normal;
 }
.btn_circle {
 display: inline-block;
 cursor: pointer;
 border-radius: 50%;
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/service_1/assets/img/arrow-r-w.svg") no-repeat center / 32% var(--title);
 transition: 0.3s;
 width: 5rem;
 }
.btn_circle::after {
 padding-bottom: 100%;
 display: block;
 content: "";
 }
.btn_circle:hover {
 background-color: var(--primary);
 transform: rotate(-45deg);
 }
.service_related .service_related_swiper .active .info .btn_circle {
 background-color: var(--primary);
 }
.service_related .item .info .btn_circle {
 grid-row: span 2;
 align-self: end;
 margin-bottom: 0.9rem;
 }
@media screen and (max-width: 768px){
.btn_circle {
 width: 40px;
 }}
@media screen and (max-width: 768px){
.service_related .item .info .btn_circle {
 margin-bottom: 10px;
 }}
.swiper_btns {
 gap: 3.7rem;
 display: flex;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 172.8rem;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 justify-content: space-between;
 }
.service_related .swiper_btns {
 max-width: 167.8rem;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.swiper_btns.middle {
 position: static;
 width: 100%;
 padding: 0px 30px;
 justify-content: flex-end;
 margin-top: 30px;
 transform: translateX(0px);
 }}
@media screen and (max-width: 576px){
.swiper_btns.middle {
 padding: 0px 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/service_1/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);
 }
.swiper_btns .swiper-button-disabled {
 pointer-events: none;
 background-color: transparent;
 border-color: rgba(22, 22, 22, 0.4);
 }
.swiper_btns .swiper-button-disabled::after {
 filter: contrast(0) brightness(0);
 }
.swiper_btns.middle div {
 pointer-events: all;
 }
.swiper_btns.middle .swiper-button-disabled, .swiper_btns.middle .swiper-button-lock {
 pointer-events: none;
 }
@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){


}
/*
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;
--primary:#006ab4;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.service_intro {
 padding: 10rem 0px 16rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.service_intro {
 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_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.service_intro .head {
 flex: 1 1 0%;
 max-width: 72rem;
 width: 100%;
 padding-bottom: 0.5%;
 }
@media screen and (max-width: 768px){
.service_intro .head {
 padding: 0px;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 600;
 letter-spacing: 1.3px;
 }
.service_intro h2 {
 margin-bottom: 3.6rem;
 letter-spacing: 1.2px;
 }
[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: 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);
 }
.service_intro p {
 line-height: 2.8rem;
 max-width: 64.9rem;
 margin-top: 1.4rem;
 }
@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;
 }}
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);
 }
.service_intro .btn {
 margin-top: 3.9rem;
 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;
 }}
.img.img_cv {
 overflow: hidden;
 }
.service_intro .img {
 width: 44.6528%;
 border-radius: 1.8rem;
 height: auto;
 }
@media screen and (max-width: 768px){
.service_intro .img {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.service_intro .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.service_intro .img:hover img {
 transform: scale(1.02);
 }
.row_reverse {
 flex-direction: row-reverse;
 }
.service_intro .flex + .flex {
 margin-top: 2.1rem;
 }
@media screen and (max-width: 768px){
.service_intro .flex + .flex {
 margin-top: 30px;
 }}
.service_intro .head ul {
 font-size: 1.8rem;
 color: var(--text);
 max-width: 64.4rem;
 margin-left: auto;
 margin-top: 10.1%;
 }
@media screen and (max-width: 768px){
.service_intro .head ul {
 font-size: 14px;
 margin: 0px;
 }}
li {
 list-style: none;
 }
.service_intro .head ul li {
 position: relative;
 padding-left: 3.6rem;
 }
.service_intro .head ul li::before {
 width: 1.6rem;
 height: 1.6rem;
 position: absolute;
 left: 0px;
 top: 2px;
 content: "";
 background: url("https://rcnc.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/service_4/assets/img/gou.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.service_intro .head ul li {
 padding-left: 25px;
 }}
@media screen and (max-width: 768px){
.service_intro .head ul li::before {
 width: 14px;
 height: 14px;
 top: 2px;
 }}
.service_intro .head ul li + li {
 margin-top: 1.5rem;
 }
@media screen and (max-width: 768px){
.service_intro .head ul li + li {
 margin-top: 10px;
 }}
.service_intro .sm_img {
 width: 45.5556%;
 }
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:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.service_gallery {
 background-color: var(--bg);
 padding: 9.7rem 0px 10rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.service_gallery {
 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/service_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;
 }
.service_gallery h2 {
 max-width: 66.8rem;
 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;
 }}
.swiper_btns {
 gap: 3.7rem;
 display: flex;
 }
.service_gallery .swiper_btns {
 margin-bottom: 1.4rem;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.service_gallery .swiper_btns {
 margin-bottom: 0px;
 }}
.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/service_5/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);
 }
.swiper_btns .swiper-button-disabled {
 pointer-events: none;
 background-color: transparent;
 border-color: rgba(22, 22, 22, 0.4);
 }
.swiper_btns .swiper-button-disabled::after {
 filter: contrast(0) brightness(0);
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.service_gallery .service_gallery_swiper {
 overflow: hidden;
 margin-top: 5rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.service_gallery .service_gallery_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;
 }
.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;
 }
.swiper-fade .swiper-slide-active {
 pointer-events: auto;
 }
.service_gallery .imgs {
 position: relative;
 padding-bottom: 44.4444%;
 }
.service_gallery .imgs > div {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 overflow: hidden;
 }
.service_gallery .imgs .syeditorlist {
 display: flex;
 gap: 1.38889%;
 }
@media screen and (max-width: 768px){
.service_gallery .imgs .syeditorlist {
 gap: 10px;
 }}
.service_gallery .imgs > div > div {
 flex: 1 1 66.5972%;
 }
.service_gallery .imgs > div .lar {
 flex: 1 1 32.0139%;
 }
.service_gallery .imgs > div .lar .syeditorlist {
 flex-direction: column;
 }
.service_gallery .imgs .syeditorlist .syeditorlist {
 gap: 1.5rem 1.9rem;
 height: 100%;
 }
@media screen and (max-width: 768px){
.service_gallery .imgs .syeditorlist .syeditorlist {
 gap: 10px;
 }}
.img.img_ab {
 position: relative;
 }
.service_gallery .imgs .syeditorlist .syeditorlist div {
 flex: 1 1 0%;
 }
.service_gallery .imgs .img {
 flex: 1 1 0%;
 border-radius: 1.6rem;
 background-color: rgb(230, 234, 237);
 height: 100%;
 display: flex;
 align-items: center;
 }
@media screen and (max-width: 768px){
.service_gallery .imgs .img {
 border-radius: 10px;
 }}
.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;
 }
.service_gallery .imgs .img:hover img {
 transform: scale(1.02);
 }
.service_gallery .imgs .img img {
 height: auto;
 max-height: 100%;
 top: unset;
 }
.service_gallery .imgs .syeditorlist .syeditorlist .syeditorlist {
 flex-direction: column;
 }
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;
 }
.service_capabilities {
 padding: 13.9rem 0px 3.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.service_capabilities {
 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/service_6/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;
 }
.service_capabilities h2 {
 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;
 }}
.service_capabilities .table {
 margin-top: 5rem;
 border-radius: 2.2rem;
 border: 1px solid rgb(240, 240, 240);
 padding: 0.9rem 4.3rem 1.3rem 1.1rem;
 }
@media screen and (max-width: 768px){
.service_capabilities .table {
 padding: 10px;
 border-radius: 10px;
 margin-top: 30px;
 }}
table {
 width: 100%;
 word-break: normal;
 border-collapse: collapse;
 }
.service_capabilities table tr:first-child td:first-child {
 border-radius: 1.2rem 1.2rem 0px 0px;
 }
.service_capabilities table td {
 position: relative;
 font-size: 1.7rem;
 line-height: 2.7rem;
 color: var(--text);
 padding: 2.3rem 2.9rem 2.6rem;
 }
.service_capabilities table td::before {
 width: calc(100% - 2.9rem);
 height: 2px;
 background-color: rgb(0, 0, 0);
 opacity: 0.06;
 position: absolute;
 right: 0px;
 bottom: 0px;
 content: "";
 }
.service_capabilities table td:first-child {
 font-size: 1.8rem;
 font-weight: 500;
 background-color: var(--primary);
 color: rgb(255, 255, 255);
 width: 21.7%;
 }
.service_capabilities table td:first-child::before {
 display: none;
 }
@media screen and (max-width: 768px){
.service_capabilities table tr:first-child td:first-child {
 border-radius: 10px 10px 0px 0px;
 }}
@media screen and (max-width: 768px){
.service_capabilities table td {
 font-size: 14px;
 line-height: 1.4;
 padding: 14px;
 }}
@media screen and (max-width: 768px){
.service_capabilities table td::before {
 width: calc(100% - 14px);
 }}
@media screen and (max-width: 768px){
.service_capabilities table td:first-child {
 font-size: 15px;
 }}
.service_capabilities table tr:last-child td::before {
 display: none;
 }
.service_capabilities table tr:last-child td:first-child {
 border-radius: 0px 0px 1.2rem 1.2rem;
 }
@media screen and (max-width: 768px){
.service_capabilities table tr:last-child td:first-child {
 border-radius: 0px 0px 10px 10px;
 }}
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;
--bg:#f6f8f9;
--text:#474747;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.service_params {
 padding: 3.2rem 0px 3.3rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.service_params {
 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;
 }}
.service_params .items > ul {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 4rem 2.77778%;
 }
@media screen and (max-width: 768px){
.service_params .items > ul {
 gap: 16px;
 }}
@media screen and (max-width: 576px){
.service_params .items > ul {
 grid-template-columns: 1fr;
 }}
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;
 }
.service_params .active .item {
 background-color: var(--primary);
 color: rgb(255, 255, 255);
 }
.service_params .item {
 display: flex;
 flex-direction: column;
 height: 100%;
 transition: 0.3s;
 border-radius: 1.4rem;
 background-color: var(--bg);
 padding: 7.1429% 7.5714% 5.8571%;
 }
@media screen and (max-width: 768px){
.service_params .item {
 border-radius: 10px;
 padding: 20px;
 }}
.service_params .active .item .icon {
 background-color: rgb(255, 255, 255);
 }
.service_params .item .icon {
 width: 8.4rem;
 height: 8.4rem;
 border-radius: 50%;
 transition: 0.3s;
 background-color: var(--primary);
 }
@media screen and (max-width: 768px){
.service_params .item .icon {
 width: 50px;
 height: 50px;
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.service_params .active .item .icon img {
 filter: unset;
 }
.service_params .item .icon img {
 filter: contrast(0) brightness(2);
 }
.service_params .item .info {
 flex: 1 1 0%;
 margin-top: 3rem;
 }
@media screen and (max-width: 768px){
.service_params .item .info {
 margin-top: 20px;
 }}
.service_params .item .info .title {
 font-size: 2.6rem;
 font-weight: 600;
 letter-spacing: 0.35px;
 }
@media screen and (max-width: 768px){
.service_params .item .info .title {
 font-size: 18px;
 letter-spacing: unset;
 }}
.service_params .active .item .info .desc {
 color: rgb(255, 255, 255);
 }
.service_params .item .info .desc {
 font-size: 1.7rem;
 line-height: 2.7rem;
 color: var(--text);
 transition: 0.3s;
 max-width: 56.4rem;
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.service_params .item .info .desc {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
.service_params .item .info ul {
 margin-top: 1.8rem;
 font-weight: 600;
 }
@media screen and (max-width: 768px){
.service_params .item .info ul {
 margin-top: 12px;
 }}
.service_params .active .item .info ul li::before {
 filter: contrast(0) brightness(2);
 }
.service_params .item .info ul li {
 position: relative;
 padding-left: 2.3rem;
 }
.service_params .item .info ul li::before {
 position: absolute;
 width: 1.3rem;
 height: 1.3rem;
 left: 0px;
 top: 0.4rem;
 content: "";
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/service_7/assets/img/gou.svg") center center / contain no-repeat;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.service_params .item .info ul li {
 padding-left: 25px;
 }}
@media screen and (max-width: 768px){
.service_params .item .info ul li::before {
 width: 14px;
 height: 14px;
 top: 2px;
 }}
.service_params .item .info ul li + li {
 margin-top: 1.4rem;
 }
@media screen and (max-width: 768px){
.service_params .item .info ul li + li {
 margin-top: 10px;
 }}
.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);
 }
.service_params .active .item .btn {
 background-color: rgb(255, 255, 255);
 border-color: rgb(255, 255, 255);
 color: rgb(22, 22, 22);
 }
.service_params .item .btn {
 margin-top: 4.7rem;
 max-width: max-content;
 min-width: 37.3737%;
 }
@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){
.service_params .item .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;
--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){


}
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){


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