html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--bg_deg:8.8rem;
--swiper-wrapper-transition-timing-function,initial:;
--bg_polygon:polygon(0 0, 100% 0, 100% calc(100% - 8.8rem), 50% 100%, 0 calc(100% - 8.8rem * 0.931818));
--primary:#0d9488;
--tertiary:#14b8a6;
--deg:1.2rem;
--text_w:rgba(255, 255, 255, 0.85);
--text:#6b7785;
--secondary:#133c75;
--polygon:polygon(0 0, 100% 0, 100% calc(100% - 1.2rem), calc(100% - 1.2rem) 100%, 0 100%);
--swiper-pagination-bottom,8px:;
--swiper-pagination-bullet-width,:;
--swiper-pagination-bullet-horizontal-gap,4px:;
--swiper-pagination-bullet-opacity, 1:;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_banner {
 overflow: hidden;
 position: relative;
 z-index: 2;
 max-width: 256rem;
 margin: 0px auto;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.home_banner > div {
 position: static;
 }
.home_banner .home_banner_bg_swiper {
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -1;
 width: 100%;
 height: 100%;
 }
.home_banner .home_banner_bg_swiper::before, .home_banner .home_banner_bg_swiper::after {
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: 0px;
 content: "";
 z-index: 2;
 pointer-events: none;
 }
.home_banner .home_banner_bg_swiper::before {
 height: calc(var(--bg_deg) * 1.261364);
 background-color: rgb(255, 255, 255);
 opacity: 0.16;
 clip-path: polygon(0 0, 50% calc(100% - var(--bg_deg) * 0.25), 100% 0, 100% calc(var(--bg_deg) * 0.25), 50% 100%, 0 calc(var(--bg_deg) * 0.30682));
 }
.home_banner .home_banner_bg_swiper::after {
 height: calc(var(--bg_deg) * 0.8181818);
 background-color: var(--tertiary);
 clip-path: polygon(0px 6.944%, 50% calc(100% - 1px), 100% 0px, 100% 1px, 50% 100%, 0px calc(6.944% + 1px));
 }
.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;
 }
.img.img_cv {
 overflow: hidden;
 }
.home_banner .home_banner_bg_swiper .swiper-slide {
 position: relative;
 clip-path: var(--bg_polygon);
 }
.home_banner .home_banner_bg_swiper .swiper-slide::before, .home_banner .home_banner_bg_swiper .swiper-slide::after {
 position: absolute;
 inset: 0px;
 content: "";
 z-index: 2;
 pointer-events: none;
 }
.home_banner .home_banner_bg_swiper .swiper-slide::before {
 background-image: linear-gradient(to right, rgb(20, 48, 74), rgba(20, 48, 74, 0.1) 55.8%, transparent 77.9801%, rgba(20, 48, 74, 0.7) 98.6051%);
 }
.home_banner .home_banner_bg_swiper .swiper-slide::after {
 background-image: linear-gradient(to top, var(--primary) -5%, rgba(13, 148, 136, 0.15) 16.33%, transparent 40%);
 }
.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;
 }
@media screen and (max-width: 768px){
.home_banner .home_banner_bg_swiper .swiper-slide::before {
 background-image: linear-gradient(to right, rgb(20, 48, 74), rgba(20, 48, 74, 0.5), rgba(20, 48, 74, 0.7) 98.6051%);
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.swiper-fade .swiper-slide-active {
 pointer-events: auto;
 }
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@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 20px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.home_banner .home_banner_swiper .flex {
 height: 100vh;
 max-height: 83.3rem;
 min-height: max-content;
 padding: 8rem 0px 17rem;
 }
@media screen and (max-width: 768px){
.home_banner .home_banner_swiper .flex {
 height: auto;
 max-height: unset;
 padding: 50px 0px 100px;
 }}
.head.white {
 color: rgb(255, 255, 255);
 }
.home_banner .head {
 width: 60%;
 max-width: 71.3rem;
 padding-bottom: 3%;
 }
@media screen and (max-width: 768px){
.home_banner .head {
 padding: 0px;
 }}
@media screen and (max-width: 576px){
.home_banner .head {
 width: 100%;
 }}
.head .subtitle {
 position: relative;
 display: inline-block;
 font-size: 1.3rem;
 line-height: 1.5;
 font-weight: 500;
 color: var(--tertiary);
 text-transform: uppercase;
 padding: 0.5577em 1.077em;
 --deg: 0.8rem;
 letter-spacing: 0.067rem;
 margin-bottom: 1.8rem;
 }
.head .subtitle::before {
 position: absolute;
 inset: 0px;
 content: "";
 background-color: rgb(255, 255, 255);
 opacity: 0.17;
 pointer-events: none;
 transition: 0.3s;
 clip-path: polygon(evenodd, 0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, -1px -1px, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - var(--deg) - 1px), calc(100% - var(--deg) - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
 }
.home_banner .home_banner_swiper .swiper-slide .head .subtitle, .home_banner .home_banner_swiper .swiper-slide .head .title, .home_banner .home_banner_swiper .swiper-slide .head .desc, .home_banner .home_banner_swiper .swiper-slide .head .btns {
 transform: translateX(100px);
 opacity: 0;
 transition: 0.5s 0.5s;
 }
@media screen and (max-width: 768px){
div.head .subtitle {
 font-size: 12px;
 --deg: 4px;
 margin-bottom: 8px;
 letter-spacing: unset;
 padding: 3px 10px;
 }}
.head h1 {
 font-size: 5.6rem;
 line-height: 1.21429;
 font-weight: 600;
 }
.home_banner .home_banner_swiper .swiper-slide .head .title {
 transition: 0.5s 0.6s;
 }
.home_banner .head .title {
 font-size: 5.6rem;
 line-height: 1.21429;
 font-weight: 600;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h1 {
 font-size: 5rem;
 }}
@media screen and (max-width: 768px){
div.head h1 {
 font-size: 25px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_banner .head .title {
 font-size: 5rem;
 }}
@media screen and (max-width: 768px){
.home_banner .head .title {
 font-size: 25px;
 line-height: 1.3;
 }}
.head h1 span {
 color: var(--tertiary);
 }
.home_banner .head .title span {
 display: block;
 color: var(--tertiary);
 }
.head.white p, .head.white .desc {
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.012rem;
 }
.head.bn p, .head.bn .desc {
 line-height: 2.8rem;
 }
.head p, .head .desc {
 line-height: 2.6rem;
 color: var(--text);
 }
.home_banner .home_banner_swiper .swiper-slide .head .desc {
 transition: 0.5s 0.7s;
 }
.home_banner .head .desc {
 max-width: 60.1rem;
 margin-top: 2.1rem;
 letter-spacing: 0.015rem;
 }
@media screen and (max-width: 768px){
div.head.white p, div.head.white .desc {
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
div.head.bn p, div.head.bn .desc {
 line-height: 1.5;
 }}
@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;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.home_banner .head .desc {
 margin-top: 12px;
 letter-spacing: unset;
 }}
.home_banner .home_banner_swiper .swiper-slide .head .btns {
 transition: 0.5s 0.8s;
 }
.home_banner .head .btns {
 display: flex;
 flex-wrap: wrap;
 gap: 2.1rem;
 margin-top: 3.1rem;
 }
@media screen and (max-width: 768px){
.home_banner .head .btns {
 margin-top: 20px;
 gap: 14px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 cursor: pointer;
 transition: 0.3s;
 background-color: var(--secondary);
 clip-path: var(--polygon);
 color: rgb(255, 255, 255);
 font-size: 1.6rem;
 font-weight: 500;
 line-height: 5.8rem;
 padding: 0px 2.95rem;
 gap: 1.3rem;
 letter-spacing: 0.05rem;
 }
.btn::after {
 display: inline-block;
 content: "";
 flex-shrink: 0;
 background: url("https://zijingshi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/arrow-r.svg") center center / contain no-repeat;
 width: 1.4rem;
 height: 1.4rem;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.btn::before {
 position: absolute;
 display: none;
 inset: 0px;
 content: "";
 background-color: var(--primary);
 pointer-events: none;
 transition: 0.3s;
 clip-path: polygon(evenodd, 0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, -1px -1px, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - var(--deg) - 1px), calc(100% - var(--deg) - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
 }
.btn:hover {
 background: var(--primary);
 }
.btn:hover::after {
 transform: translateX(20%);
 }
.home_banner .head .btns .btn, .home_banner .head .btns .btn_line {
 margin: 0px;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 42px;
 padding: 0px 20px;
 letter-spacing: unset;
 gap: 10px;
 }}
@media screen and (max-width: 768px){
.btn::after, .btn_line::after {
 width: 12px;
 height: 12px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 font-size: 14px;
 line-height: 42px;
 padding: 0px 20px;
 letter-spacing: unset;
 gap: 10px;
 margin-top: 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn::after, div.head .btn_line::after {
 width: 12px;
 height: 12px;
 }}
.btn_line {
 position: relative;
 display: inline-block;
 text-align: center;
 cursor: pointer;
 transition: 0.3s;
 background-color: transparent;
 clip-path: var(--polygon);
 color: rgb(255, 255, 255);
 font-size: 1.6rem;
 font-weight: 500;
 line-height: 5.9rem;
 padding: 0px 3rem;
 letter-spacing: 0.05rem;
 }
.btn_line::before {
 position: absolute;
 inset: 0px;
 content: "";
 background-color: rgb(255, 255, 255);
 opacity: 0.17;
 pointer-events: none;
 transition: 0.3s;
 clip-path: polygon(evenodd, 0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, -1px -1px, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - var(--deg) - 1px), calc(100% - var(--deg) - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
 }
.btn_line:hover {
 background: var(--primary);
 }
.btn_line:hover::before {
 background-color: var(--primary);
 opacity: 1;
 }
.home_banner .home_banner_swiper .swiper-slide-active .head .subtitle, .home_banner .home_banner_swiper .swiper-slide-active .head .title, .home_banner .home_banner_swiper .swiper-slide-active .head .desc, .home_banner .home_banner_swiper .swiper-slide-active .head .btns {
 transform: translateX(0px);
 opacity: 1;
 transition: 0.8s 0.7s;
 }
.home_banner .home_banner_swiper .swiper-slide-active .head .title {
 transition: 0.8s 0.8s;
 }
.home_banner .home_banner_swiper .swiper-slide-active .head .desc {
 transition: 0.8s 0.9s;
 }
.home_banner .home_banner_swiper .swiper-slide-active .head .btns {
 transition: 0.8s 1s;
 }
.home_banner div.swiper-pagination.swiper-pagination-bullets {
 left: unset;
 display: flex;
 gap: 1.3rem;
 bottom: 15.7rem;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.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%;
 }
@media screen and (max-width: 768px){
.home_banner div.swiper-pagination.swiper-pagination-bullets {
 bottom: 70px;
 gap: 10px;
 }}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
 flex: 1 1 0%;
 max-width: 4.2rem;
 height: 2px;
 background: rgb(255, 255, 255);
 opacity: 0.25;
 margin: 0px;
 transition: 0.4s, opacity 0.3s;
 }
.swiper-pagination-bullet {
 width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
 height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
 display: inline-block;
 border-radius: var(--swiper-pagination-bullet-border-radius,50%);
 background: var(--swiper-pagination-bullet-inactive-color,#000);
 opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
 }
@media screen and (max-width: 768px){
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
 max-width: 36px;
 }}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
 opacity: 1;
 }
.swiper-pagination-bullet-active {
 opacity: var(--swiper-pagination-bullet-opacity, 1);
 background: var(--swiper-pagination-color,var(--swiper-theme-color));
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
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:#0d9488;
--border:#e5e5e5;
--text:#6b7785;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_technology {
 padding: 8.6rem 0px 7.1rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_technology {
 padding: 40px 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@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 20px;
 }}
.home_technology .items ul {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr));
 gap: 3rem 1.6rem;
 }
@media screen and (max-width: 768px){
.home_technology .items ul {
 width: calc(100% + 40px);
 padding: 0px 20px;
 margin: 0px -20px;
 overflow-x: auto;
 display: flex;
 gap: 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);
 }
@media screen and (max-width: 768px){
.home_technology .items li {
 flex: 0 0 140px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.home_technology .item {
 display: block;
 height: 100%;
 }
.home_technology .items .active .icon {
 background-color: var(--primary);
 border-color: var(--primary);
 }
.home_technology .item .icon {
 width: 9.1rem;
 height: 9.1rem;
 border-radius: 50%;
 border: 1px solid var(--border);
 transition: 0.3s;
 margin: 0px auto;
 }
@media screen and (max-width: 768px){
.home_technology .item .icon {
 width: 50px;
 height: 50px;
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.home_technology .items .active .icon img {
 filter: contrast(0) brightness(2);
 }
.home_technology .item .icon img {
 transform: scale(0.561798);
 }
.home_technology .item .info {
 text-align: center;
 margin-top: 1.8rem;
 }
@media screen and (max-width: 768px){
.home_technology .item .info {
 margin-top: 14px;
 }}
.home_technology .item .info .title {
 font-size: 2rem;
 font-weight: 500;
 }
@media screen and (max-width: 768px){
.home_technology .item .info .title {
 font-size: 18px;
 }}
.home_technology .item .info .desc {
 line-height: 2.4rem;
 color: var(--text);
 max-width: 15.7rem;
 margin: 0.8rem auto 0px;
 }
@media screen and (max-width: 768px){
.home_technology .item .info .desc {
 line-height: 1.5;
 margin-top: 10px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
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:#6b7785;
--swiper-wrapper-transition-timing-function,initial:;
--primary:#0d9488;
--deg:1.2rem;
--border:#e5e5e5;
--secondary:#133c75;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_solutions {
 position: relative;
 padding: 7.1rem 0px 6.9rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_solutions {
 padding: 50px 0px;
 }}
.float_mask {
 position: absolute;
 inset: 0px;
 overflow: hidden;
 pointer-events: none;
 }
.home_solutions .float_mask {
 top: -45.8333%;
 bottom: -60.9756%;
 }
@media screen and (max-width: 768px){
.home_solutions .float_mask {
 top: -50px;
 bottom: -50px;
 }}
.float_mask ul {
 position: relative;
 max-width: 192rem;
 margin: 0px auto;
 height: 100%;
 }
li {
 list-style: none;
 }
.float_mask .img {
 position: absolute;
 height: auto;
 }
.home_solutions .float_mask .img1 {
 width: 86%;
 max-width: 162.4rem;
 left: -72.8646%;
 top: 0px;
 }
[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-right"] {
 transform: translate3d(-100px, 0px, 0px);
 }
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.float_mask .img img {
 opacity: 0.4;
 }
.home_solutions .float_mask .img2 {
 width: 102%;
 max-width: 193.4rem;
 right: -84.9479%;
 bottom: 0px;
 }
[data-aos="fade-left"] {
 transform: translate3d(100px, 0px, 0px);
 }
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@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 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;
 }}
@media screen and (max-width: 768px){
.home_solutions .head {
 display: block;
 }}
.head h2 {
 font-size: 4.6rem;
 line-height: 1.34783;
 font-weight: 600;
 }
.home_solutions .head h2 {
 max-width: 55rem;
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.head p, .head .desc {
 line-height: 2.6rem;
 color: var(--text);
 }
.home_solutions .head p {
 line-height: 2.4rem;
 max-width: 61.7rem;
 margin-bottom: 0.8rem;
 }
[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 (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.home_solutions .head p {
 line-height: 1.4;
 margin-bottom: 0px;
 }}
.swiper_box {
 position: relative;
 }
.home_solutions .swiper_box {
 overflow: hidden;
 }
.home_solutions .home_solutions_swiper {
 margin-top: 4.3rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_solutions .home_solutions_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.swiper-slide {
 height: auto;
 }
.home_solutions .home_solutions_swiper .swiper-slide {
 max-width: 436px;
 }
.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){
.home_solutions .home_solutions_swiper .swiper-slide {
 max-width: 282px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.home_solutions .home_solutions_swiper .active .item {
 border-top-color: var(--primary);
 filter: drop-shadow(var(--shadow));
 }
.home_solutions .home_solutions_swiper .active .item::after {
 top: 1px;
 }
.home_solutions .home_solutions_swiper .active .item::before {
 top: 0px;
 }
.home_solutions .item {
 position: relative;
 z-index: 2;
 display: flex;
 flex-direction: column;
 height: 100%;
 transition: 0.3s;
 border-top: 2px solid transparent;
 padding: 9.86239% 6.88073% 8.02752%;
 --deg: 1.8rem;
 }
.home_solutions .item::before, .home_solutions .item::after {
 position: absolute;
 inset: -2px 0px 0px;
 content: "";
 z-index: -1;
 pointer-events: none;
 transition: 0.3s;
 clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
 }
.home_solutions .item::before {
 background-color: var(--border);
 }
.home_solutions .item::after {
 inset: -1px 1px 1px;
 background-color: rgb(255, 255, 255);
 }
@media screen and (max-width: 768px){
.home_solutions .item {
 padding: 16px;
 --deg: 10px;
 }}
.home_solutions .item .wrap {
 display: grid;
 grid-template-columns: 1fr auto;
 align-items: start;
 gap: 2rem;
 }
.home_solutions .item .icon {
 width: 6.5rem;
 height: 6.5rem;
 }
@media screen and (max-width: 768px){
.home_solutions .item .icon {
 width: 40px;
 height: 40px;
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.home_solutions .item:hover img {
 transform: scale(1.02);
 }
.home_solutions .item .order {
 display: block;
 color: var(--text);
 margin-top: 0.4rem;
 }
@media screen and (max-width: 768px){
.home_solutions .item .order {
 margin: 0px;
 }}
.home_solutions .item .info {
 flex: 1 1 0%;
 margin-top: 2.2rem;
 }
@media screen and (max-width: 768px){
.home_solutions .item .info {
 margin-top: 16px;
 }}
.home_solutions .item .info .title {
 font-size: 2.6rem;
 line-height: 1.2;
 font-weight: 600;
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 2;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 }
@media screen and (max-width: 768px){
.home_solutions .item .info .title {
 font-size: 18px;
 }}
.home_solutions .item .info .cat {
 font-weight: 500;
 color: var(--primary);
 text-transform: uppercase;
 margin-top: 0.9rem;
 letter-spacing: 0.08rem;
 }
@media screen and (max-width: 768px){
.home_solutions .item .info .cat {
 letter-spacing: unset;
 margin-top: 5px;
 }}
.home_solutions .item .info .desc {
 line-height: 2.4rem;
 color: var(--text);
 margin-top: 2rem;
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-line-clamp: 2;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 }
@media screen and (max-width: 768px){
.home_solutions .item .info .desc {
 line-height: 1.5;
 margin-top: 10px;
 }}
.img.img_ab {
 position: relative;
 }
.home_solutions .item .img {
 background-image: linear-gradient(rgb(108, 123, 141), rgb(145, 162, 183) 46.648%, rgb(92, 106, 124));
 padding-bottom: 64.8936%;
 margin-top: 1.2rem;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.home_solutions .item .img {
 margin-top: 14px;
 }}
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.swiper_btns {
 gap: 2.4rem;
 display: flex;
 }
.home_solutions .swiper_btns {
 justify-content: center;
 margin-top: 3.2rem;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_solutions .swiper_btns {
 margin-top: 30px;
 }}
.swiper_btns div {
 position: relative;
 width: 6.2rem;
 cursor: pointer;
 transition: 0.3s;
 background-color: var(--primary);
 --deg: 1rem;
 clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://zijingshi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_2/assets/img/arrow-r.svg") center center / 32.3% no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns div:hover {
 border-color: var(--secondary);
 background-color: var(--secondary);
 }
.swiper_btns div::before {
 position: absolute;
 inset: 0px;
 content: "";
 background-color: rgba(10, 10, 10, 0.3);
 pointer-events: none;
 opacity: 0;
 transition: 0.3s;
 clip-path: polygon(evenodd, 0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, -1px -1px, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - var(--deg) - 1px), calc(100% - var(--deg) - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
 }
.swiper_btns .btn_prev {
 transform: rotateY(180deg);
 }
.swiper_btns .swiper-button-disabled {
 pointer-events: none;
 background-color: transparent;
 }
.swiper_btns .swiper-button-disabled::after {
 filter: contrast(0) brightness(0);
 }
.swiper_btns .swiper-button-disabled::before {
 opacity: 1;
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
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:#0d9488;
--text:#6b7785;
--title:#14304a;
--secondary:#133c75;
--polygon2:polygon(2.9rem 0, 100% 0, 100% 100%, 0 100%, 0 2.9rem);
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_about {
 position: relative;
 padding: 6.9rem 0px 14.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_about {
 padding: 50px 0px;
 }}
.float_mask {
 position: absolute;
 inset: 0px;
 overflow: hidden;
 pointer-events: none;
 }
.home_about .float_mask {
 bottom: -54.2916%;
 }
@media screen and (max-width: 768px){
.home_about .float_mask {
 bottom: -50px;
 }}
.float_mask ul {
 position: relative;
 max-width: 192rem;
 margin: 0px auto;
 height: 100%;
 }
li {
 list-style: none;
 }
.float_mask .img {
 position: absolute;
 height: auto;
 }
.home_about .float_mask .img1 {
 width: 102%;
 max-width: 193.4rem;
 left: -81.1458%;
 bottom: 0px;
 }
[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-right"] {
 transform: translate3d(-100px, 0px, 0px);
 }
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.float_mask .img img {
 opacity: 0.4;
 }
.home_about .float_mask .img1 img {
 opacity: 0.216;
 }
.home_about .inner {
 overflow: hidden;
 }
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@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 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;
 }}
@media screen and (max-width: 768px){
.home_about .flex {
 flex-direction: column-reverse;
 }}
.home_about .head {
 flex: 1 1 0%;
 width: 100%;
 max-width: 62.6rem;
 padding-bottom: 0.6rem;
 }
@media screen and (max-width: 768px){
.home_about .head {
 padding: 0px;
 max-width: unset;
 }}
.head.sm_lh h2 {
 line-height: 1.30435;
 }
.head h2 {
 font-size: 4.6rem;
 line-height: 1.34783;
 font-weight: 600;
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head.sm_lh h2 {
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.home_about .head h3 {
 font-size: 2rem;
 font-weight: 500;
 color: var(--primary);
 text-transform: uppercase;
 margin-top: 3.6rem;
 }
[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 (max-width: 768px){
.home_about .head h3 {
 font-size: 18px;
 margin-top: 12px;
 }}
.head p, .head .desc {
 line-height: 2.6rem;
 color: var(--text);
 }
.home_about .head p {
 max-width: 56.3rem;
 }
.home_about p {
 margin-top: 2rem;
 }
[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;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.home_about .head p {
 max-width: unset;
 }}
.home_about .ad_lis {
 margin-top: 3.7rem;
 }
@media screen and (max-width: 768px){
.home_about .ad_lis {
 margin-top: 20px;
 }}
.home_about .ad_lis li {
 display: grid;
 grid-template-columns: 4.5rem 1fr;
 align-items: start;
 gap: 3.3rem;
 }
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
 transition-delay: 0.15s;
 }
@media screen and (max-width: 768px){
.home_about .ad_lis li {
 grid-template-columns: 36px 1fr;
 gap: 14px;
 }}
.icon.icon_ab {
 position: relative;
 }
.home_about .ad_lis li .icon {
 padding-bottom: 100%;
 }
.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_about .ad_lis li h3 {
 color: var(--title);
 text-transform: unset;
 margin-top: 1px;
 }
@media screen and (max-width: 768px){
.home_about .ad_lis li h3 {
 font-size: 16px;
 margin-top: 0px;
 }}
.home_about .ad_lis li p {
 max-width: 46rem;
 line-height: 2.4rem;
 margin-top: 1rem;
 }
@media screen and (max-width: 768px){
.home_about .ad_lis li p {
 max-width: unset;
 line-height: 1.5;
 margin-top: 5px;
 }}
.home_about .ad_lis li + li {
 margin-top: 2.5rem;
 }
@media screen and (max-width: 768px){
.home_about .ad_lis li + li {
 margin-top: 20px;
 }}
[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 {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 cursor: pointer;
 transition: 0.3s;
 background-color: var(--secondary);
 clip-path: var(--polygon);
 color: rgb(255, 255, 255);
 font-size: 1.6rem;
 font-weight: 500;
 line-height: 5.8rem;
 padding: 0px 2.95rem;
 gap: 1.3rem;
 letter-spacing: 0.05rem;
 }
.btn::after {
 display: inline-block;
 content: "";
 flex-shrink: 0;
 background: url("https://zijingshi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_3/assets/img/arrow-r.svg") center center / contain no-repeat;
 width: 1.4rem;
 height: 1.4rem;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.btn::before {
 position: absolute;
 display: none;
 inset: 0px;
 content: "";
 background-color: var(--primary);
 pointer-events: none;
 transition: 0.3s;
 clip-path: polygon(evenodd, 0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, -1px -1px, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - var(--deg) - 1px), calc(100% - var(--deg) - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
 }
.btn:hover {
 background: var(--primary);
 }
.btn:hover::after {
 transform: translateX(20%);
 }
.home_about .btn {
 margin-top: 3.8rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 42px;
 padding: 0px 20px;
 letter-spacing: unset;
 gap: 10px;
 }}
@media screen and (max-width: 768px){
.btn::after, .btn_line::after {
 width: 12px;
 height: 12px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 font-size: 14px;
 line-height: 42px;
 padding: 0px 20px;
 letter-spacing: unset;
 gap: 10px;
 margin-top: 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn::after, div.head .btn_line::after {
 width: 12px;
 height: 12px;
 }}
.home_about .image {
 position: relative;
 width: 68.5507%;
 margin-right: -20%;
 padding-left: 2.97101%;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_about .image {
 width: 60%;
 margin-right: -3rem;
 }}
@media screen and (max-width: 768px){
.home_about .image {
 width: 100%;
 max-width: 444px;
 margin-right: 0px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_about .image .img {
 padding-bottom: 82.854%;
 clip-path: var(--polygon2);
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img.img_hv:hover img {
 transform: scale(1.03);
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.home_about .image .num_box {
 position: absolute;
 left: 0px;
 bottom: 8.1442%;
 background-color: var(--primary);
 color: rgb(255, 255, 255);
 min-width: 34.9894%;
 --deg: 1.6rem;
 clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
 padding: 2.2rem 4.1rem 2.3rem;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.home_about .image .num_box {
 padding: 2rem;
 }}
@media screen and (max-width: 768px){
.home_about .image .num_box {
 --deg: 8px;
 padding: 14px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.home_about .image .num_box.img_bg > img {
 width: auto;
 max-width: 100%;
 right: 0px;
 left: unset;
 }
.home_about .image .num_box strong {
 font-size: 4.8rem;
 font-weight: 600;
 }
@media screen and (max-width: 768px){
.home_about .image .num_box strong {
 font-size: 20px;
 }}
.home_about .image .num_box p {
 font-size: 1.7rem;
 opacity: 0.8;
 margin-top: 0.7rem;
 font-weight: 300;
 letter-spacing: 0.012rem;
 }
@media screen and (max-width: 768px){
.home_about .image .num_box p {
 font-size: 14px;
 letter-spacing: unset;
 margin-top: 5px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
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:#6b7785;
--deg:1.2rem;
--swiper-wrapper-transition-timing-function,initial:;
--secondary:#133c75;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_different {
 padding: 13.7rem 0px 15.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_different {
 padding: 50px 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@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 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;
 }}
@media screen and (max-width: 768px){
.page_different .head.flex {
 display: block;
 }}
.head h2 {
 font-size: 4.6rem;
 line-height: 1.34783;
 font-weight: 600;
 }
.page_different .head.flex h2 {
 max-width: 38rem;
 }
[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: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.head p, .head .desc {
 line-height: 2.6rem;
 color: var(--text);
 }
.page_different .head.flex p {
 max-width: 44.3rem;
 margin-bottom: 0.6rem;
 }
[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 (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.page_different .head.flex p {
 margin-bottom: 0px;
 }}
.page_different .page_different_swiper {
 overflow: hidden;
 background-color: rgb(255, 255, 255);
 --deg: 2.2rem;
 clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
 margin-top: 8.2rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.page_different .page_different_swiper {
 margin-top: 30px;
 --deg: 10px;
 }}
.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_different .page_different_swiper .swiper-slide {
 max-width: 345px;
 }
.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;
 }
.page_different .page_different_swiper .swiper-slide:first-child .item {
 border-left-color: transparent;
 }
.page_different .page_different_swiper .swiper-slide.active .item {
 background-color: var(--secondary);
 border-left-color: var(--secondary);
 color: rgb(255, 255, 255);
 }
.page_different .item {
 display: block;
 height: 100%;
 min-height: 39.7rem;
 transition: 0.3s;
 border-left: 1px solid rgba(176, 188, 193, 0.28);
 clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
 padding: 15.3623% 9.56522%;
 }
@media screen and (max-width: 768px){
.page_different .item {
 min-height: unset;
 padding: 20px;
 }}
.page_different .item .icon {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 width: 10.8rem;
 height: 6.6rem;
 }
@media screen and (max-width: 768px){
.page_different .item .icon {
 height: 40px;
 width: 66px;
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.page_different .item .icon img {
 width: max-content;
 height: max-content;
 max-width: 100%;
 max-height: 100%;
 }
.page_different .item .info {
 margin-top: 4.2rem;
 }
@media screen and (max-width: 768px){
.page_different .item .info {
 margin-top: 20px;
 }}
.page_different .item .info h3 {
 font-size: 2.4rem;
 line-height: 1.33333;
 font-weight: 500;
 }
@media screen and (max-width: 768px){
.page_different .item .info h3 {
 font-size: 18px;
 }}
.page_different .item .info p {
 hyphens: auto;
 line-height: 2.6rem;
 opacity: 0.7;
 margin-top: 1rem;
 }
@media screen and (max-width: 768px){
.page_different .item .info p {
 line-height: 1.5;
 margin-top: 10px;
 }}
.page_different .page_different_swiper .swiper-slide.active + .swiper-slide .item {
 border-left-color: transparent;
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}

            .cls-1 {
              letter-spacing: 0em;
            }

            .cls-2 {
              letter-spacing: -.02em;
            }

            .cls-3 {
              letter-spacing: -.03em;
            }

            .cls-4 {
              letter-spacing: 0em;
            }

            .cls-5 {
              letter-spacing: 0em;
            }

            .cls-6 {
              letter-spacing: 0em;
            }

            .cls-7 {
              letter-spacing: -.04em;
            }

            .cls-8 {
              letter-spacing: -.03em;
            }

            .cls-9 {
              font-family: Geist-Medium, Geist;
              font-size: 18.94px;
              font-weight: 500;
            }

            .cls-9, .cls-10, .cls-11 {
              fill: #14304a;
            }

            .cls-12 {
              letter-spacing: -.03em;
            }

            .cls-13 {
              fill: #fff;
              stroke: #a3aeb8;
            }

            .cls-13, .cls-14 {
              stroke-miterlimit: 10;
            }

            .cls-15 {
              letter-spacing: 0em;
            }

            .cls-16 {
              letter-spacing: -.05em;
            }

            .cls-17 {
              letter-spacing: -.02em;
            }

            .cls-18 {
              letter-spacing: 0em;
            }

            .cls-19 {
              letter-spacing: -.01em;
            }

            .cls-20 {
              letter-spacing: 0em;
            }

            .cls-21, .cls-22, .cls-14, .cls-23, .cls-24 {
              fill: none;
            }

            .cls-25 {
              letter-spacing: -.04em;
            }

            .cls-26 {
              letter-spacing: -.03em;
            }

            .cls-27 {
              letter-spacing: 0em;
            }

            .cls-28 {
              letter-spacing: -.08em;
            }

            .cls-29 {
              letter-spacing: -.03em;
            }

            .cls-22, .cls-23 {
              stroke: #14304a;
            }

            .cls-22, .cls-23, .cls-24 {
              stroke-linecap: round;
              stroke-linejoin: round;
            }

            .cls-22, .cls-24 {
              stroke-width: 1.25px;
            }

            .cls-30 {
              letter-spacing: 0em;
            }

            .cls-31 {
              isolation: isolate;
            }

            .cls-14 {
              stroke: #bdc5cc;
              stroke-width: 2px;
            }

            .cls-32 {
              letter-spacing: -.01em;
            }

            .cls-33 {
              letter-spacing: 0em;
            }

            .cls-34 {
              letter-spacing: -.02em;
            }

            .cls-35 {
              letter-spacing: -.05em;
            }

            .cls-36 {
              letter-spacing: 0em;
            }

            .cls-37 {
              letter-spacing: -.03em;
            }

            .cls-38 {
              letter-spacing: -.04em;
            }

            .cls-39 {
              letter-spacing: -.05em;
            }

            .cls-40 {
              letter-spacing: -.01em;
            }

            .cls-41 {
              letter-spacing: -.02em;
            }

            .cls-42 {
              letter-spacing: -.03em;
            }

            .cls-43 {
              letter-spacing: -.02em;
            }

            .cls-44 {
              letter-spacing: -.02em;
            }

            .cls-45 {
              letter-spacing: -.1em;
            }

            .cls-46 {
              letter-spacing: 0em;
            }

            .cls-47 {
              opacity: .21;
            }

            .cls-47, .cls-48 {
              fill: #0d9488;
            }

            .cls-23 {
              stroke-width: 1.5px;
            }

            .cls-49 {
              letter-spacing: 0em;
            }

            .cls-50 {
              letter-spacing: -.01em;
            }

            .cls-51 {
              letter-spacing: -.01em;
            }

            .cls-52 {
              letter-spacing: 0em;
            }

            .cls-53 {
              letter-spacing: -.03em;
            }

            .cls-24 {
              stroke: #fff;
            }

            .cls-54 {
              letter-spacing: -.05em;
            }

            .cls-55 {
              letter-spacing: 0em;
            }

            .cls-56 {
              letter-spacing: -.02em;
            }

            .cls-57 {
              fill: #bdc5cc;
            }

            .cls-58 {
              letter-spacing: 0em;
            }

            .cls-59 {
              letter-spacing: 0em;
            }

            .cls-60 {
              letter-spacing: -.01em;
            }

            .cls-61 {
              letter-spacing: -.03em;
            }

            .cls-62 {
              letter-spacing: -.04em;
            }

            .cls-63 {
              letter-spacing: 0em;
            }

            .cls-64 {
              letter-spacing: -.03em;
            }

            .cls-65 {
              letter-spacing: -.01em;
            }

            .cls-11 {
              fill-rule: evenodd;
            }

            .cls-66 {
              letter-spacing: -.04em;
            }

            .cls-67 {
              clip-path: url(#clippath);
            }

            .cls-68 {
              letter-spacing: -.03em;
            }

            .cls-69 {
              letter-spacing: 0em;
            }
          
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#6b7785;
--secondary:#133c75;
--primary:#0d9488;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_process {
 position: relative;
 z-index: 3;
 padding: 12.8rem 0px 8.3rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_process {
 padding: 50px 0px;
 }}
.page_process .float_mask {
 top: -10.7803%;
 bottom: -15.9138%;
 }
.float_mask {
 position: absolute;
 inset: 0px;
 overflow: hidden;
 pointer-events: none;
 }
@media screen and (max-width: 768px){
.page_process .float_mask {
 top: -50px;
 bottom: -50px;
 }}
.float_mask ul {
 position: relative;
 max-width: 192rem;
 margin: 0px auto;
 height: 100%;
 }
li {
 list-style: none;
 }
.page_process .float_mask .img1 {
 width: 50%;
 max-width: 92.9rem;
 left: -35.8333%;
 bottom: 0px;
 }
.float_mask .img {
 position: absolute;
 height: auto;
 }
[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-right"] {
 transform: translate3d(-100px, 0px, 0px);
 }
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.page_process .float_mask .img1 img {
 opacity: 1;
 }
.float_mask .img img {
 opacity: 0.4;
 }
.page_process .float_mask .img2 {
 width: 54%;
 max-width: 102.7rem;
 top: 0px;
 right: -44.6354%;
 }
[data-aos="fade-left"] {
 transform: translate3d(100px, 0px, 0px);
 }
.page_process .float_mask .img2 img {
 opacity: 0.47;
 }
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@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 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;
 }}
@media screen and (max-width: 768px){
.page_process .head {
 display: block;
 }}
.head.sm_lh h2 {
 line-height: 1.30435;
 }
.head h2 {
 font-size: 4.6rem;
 line-height: 1.34783;
 font-weight: 600;
 }
.page_process .head h2 {
 max-width: 55.3rem;
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head.sm_lh h2 {
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.head p, .head .desc {
 line-height: 2.6rem;
 color: var(--text);
 }
.page_process .head p {
 max-width: 60.7rem;
 margin-bottom: 0.8rem;
 }
[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 (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.page_process .head p {
 margin-bottom: 0px;
 }}
.page_process .process {
 margin: 4.4rem -2.31884% 0px;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.page_process .process {
 margin: 4.4rem 0px 0px;
 }}
@media screen and (max-width: 768px){
.page_process .process {
 width: calc(100% + 40px);
 padding: 0px 20px;
 margin: 30px -20px 0px;
 overflow-x: auto;
 }}
.page_process .process svg {
 width: 100%;
 height: 100%;
 }
@media screen and (max-width: 768px){
.page_process .process svg {
 min-width: 700px;
 }}
.cls-21, .cls-22, .cls-14, .cls-23, .cls-24 {
 fill: none;
 }
.cls-67 {
 clip-path: url("#clippath");
 }
.cls-13, .cls-14 {
 stroke-miterlimit: 10;
 }
.cls-14 {
 stroke: rgb(189, 197, 204);
 stroke-width: 2px;
 }
.cls-31 {
 isolation: isolate;
 }
.cls-9 {
 font-family: Geist-Medium, Geist;
 font-size: 18.94px;
 font-weight: 500;
 }
.cls-9, .cls-10, .cls-11 {
 fill: rgb(20, 48, 74);
 }
.cls-42 {
 letter-spacing: -0.03em;
 }
.cls-25 {
 letter-spacing: -0.04em;
 }
.cls-32 {
 letter-spacing: -0.01em;
 }
.cls-51 {
 letter-spacing: -0.01em;
 }
.cls-3 {
 letter-spacing: -0.03em;
 }
.cls-33 {
 letter-spacing: 0em;
 }
.cls-15 {
 letter-spacing: 0em;
 }
.cls-64 {
 letter-spacing: -0.03em;
 }
.cls-6 {
 letter-spacing: 0em;
 }
.cls-56 {
 letter-spacing: -0.02em;
 }
.cls-36 {
 letter-spacing: 0em;
 }
.cls-68 {
 letter-spacing: -0.03em;
 }
.cls-47 {
 opacity: 0.21;
 }
.cls-47, .cls-48 {
 fill: rgb(13, 148, 136);
 }
.cls-22, .cls-23, .cls-24 {
 stroke-linecap: round;
 stroke-linejoin: round;
 }
.cls-22, .cls-24 {
 stroke-width: 1.25px;
 }
.cls-24 {
 stroke: rgb(255, 255, 255);
 }
.cls-54 {
 letter-spacing: -0.05em;
 }
.cls-18 {
 letter-spacing: 0em;
 }
.cls-26 {
 letter-spacing: -0.03em;
 }
.cls-27 {
 letter-spacing: 0em;
 }
.cls-5 {
 letter-spacing: 0em;
 }
.cls-29 {
 letter-spacing: -0.03em;
 }
.cls-59 {
 letter-spacing: 0em;
 }
.cls-62 {
 letter-spacing: -0.04em;
 }
.cls-4 {
 letter-spacing: 0em;
 }
.cls-41 {
 letter-spacing: -0.02em;
 }
.cls-58 {
 letter-spacing: 0em;
 }
.cls-44 {
 letter-spacing: -0.02em;
 }
.cls-20 {
 letter-spacing: 0em;
 }
.cls-50 {
 letter-spacing: -0.01em;
 }
.cls-63 {
 letter-spacing: 0em;
 }
.cls-38 {
 letter-spacing: -0.04em;
 }
.cls-13 {
 fill: rgb(255, 255, 255);
 stroke: rgb(163, 174, 184);
 }
.cls-22, .cls-23 {
 stroke: rgb(20, 48, 74);
 }
.cls-28 {
 letter-spacing: -0.08em;
 }
.cls-66 {
 letter-spacing: -0.04em;
 }
.cls-69 {
 letter-spacing: 0em;
 }
.cls-43 {
 letter-spacing: -0.02em;
 }
.cls-60 {
 letter-spacing: -0.01em;
 }
.cls-61 {
 letter-spacing: -0.03em;
 }
.cls-8 {
 letter-spacing: -0.03em;
 }
.cls-52 {
 letter-spacing: 0em;
 }
.cls-12 {
 letter-spacing: -0.03em;
 }
.cls-30 {
 letter-spacing: 0em;
 }
.cls-49 {
 letter-spacing: 0em;
 }
.cls-55 {
 letter-spacing: 0em;
 }
.cls-7 {
 letter-spacing: -0.04em;
 }
.cls-65 {
 letter-spacing: -0.01em;
 }
.cls-45 {
 letter-spacing: -0.1em;
 }
.cls-34 {
 letter-spacing: -0.02em;
 }
.cls-17 {
 letter-spacing: -0.02em;
 }
.cls-37 {
 letter-spacing: -0.03em;
 }
.cls-46 {
 letter-spacing: 0em;
 }
.cls-40 {
 letter-spacing: -0.01em;
 }
.cls-1 {
 letter-spacing: 0em;
 }
.cls-35 {
 letter-spacing: -0.05em;
 }
.cls-16 {
 letter-spacing: -0.05em;
 }
.cls-19 {
 letter-spacing: -0.01em;
 }
.cls-39 {
 letter-spacing: -0.05em;
 }
.cls-2 {
 letter-spacing: -0.02em;
 }
.cls-53 {
 letter-spacing: -0.03em;
 }
.cls-57 {
 fill: rgb(189, 197, 204);
 }
.cls-23 {
 stroke-width: 1.5px;
 }
.cls-11 {
 fill-rule: evenodd;
 }
.center {
 text-align: center;
 }
.page_process p.center:has(.btn) {
 max-width: unset;
 margin-top: 4.3rem;
 }
@media screen and (max-width: 768px){
.page_process p.center:has(.btn) {
 margin-top: 40px;
 }}
.btn {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 cursor: pointer;
 transition: 0.3s;
 background-color: var(--secondary);
 clip-path: var(--polygon);
 color: rgb(255, 255, 255);
 font-size: 1.6rem;
 font-weight: 500;
 line-height: 5.8rem;
 padding: 0px 2.95rem;
 gap: 1.3rem;
 letter-spacing: 0.05rem;
 }
.btn::after {
 display: inline-block;
 content: "";
 flex-shrink: 0;
 background: url("https://zijingshi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_5/assets/img/arrow-r.svg") center center / contain no-repeat;
 width: 1.4rem;
 height: 1.4rem;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.btn::before {
 position: absolute;
 display: none;
 inset: 0px;
 content: "";
 background-color: var(--primary);
 pointer-events: none;
 transition: 0.3s;
 clip-path: polygon(evenodd, 0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, -1px -1px, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - var(--deg) - 1px), calc(100% - var(--deg) - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
 }
.btn:hover {
 background: var(--primary);
 }
.btn:hover::after {
 transform: translateX(20%);
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 42px;
 padding: 0px 20px;
 letter-spacing: unset;
 gap: 10px;
 }}
@media screen and (max-width: 768px){
.btn::after, .btn_line::after {
 width: 12px;
 height: 12px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
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_w:rgba(255, 255, 255, 0.85);
--text:#6b7785;
--polygon:polygon(0 0, 100% 0, 100% calc(100% - 1.2rem), calc(100% - 1.2rem) 100%, 0 100%);
--deg:1.2rem;
--primary:#0d9488;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.home_plants {
 padding: 12.1rem 0px 27.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_plants {
 padding: 50px 0px 100px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@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 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;
 }}
.head.white {
 color: rgb(255, 255, 255);
 }
.home_plants .head {
 flex: 1 1 0%;
 width: 100%;
 padding-bottom: 4.7%;
 }
@media screen and (max-width: 768px){
.home_plants .head {
 padding: 0px;
 }}
.head h2 {
 font-size: 4.6rem;
 line-height: 1.34783;
 font-weight: 600;
 }
[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: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.head.white p, .head.white .desc {
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.012rem;
 }
.head p, .head .desc {
 line-height: 2.6rem;
 color: var(--text);
 }
.home_plants p {
 max-width: 45.7rem;
 margin-top: 2.4rem;
 }
[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 (max-width: 768px){
div.head.white p, div.head.white .desc {
 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;
 margin-top: 12px;
 }}
[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;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn_line {
 position: relative;
 display: inline-block;
 text-align: center;
 cursor: pointer;
 transition: 0.3s;
 background-color: transparent;
 clip-path: var(--polygon);
 color: rgb(255, 255, 255);
 font-size: 1.6rem;
 font-weight: 500;
 line-height: 5.9rem;
 padding: 0px 3rem;
 letter-spacing: 0.05rem;
 }
.btn_line::before {
 position: absolute;
 inset: 0px;
 content: "";
 background-color: rgb(255, 255, 255);
 opacity: 0.17;
 pointer-events: none;
 transition: 0.3s;
 clip-path: polygon(evenodd, 0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, -1px -1px, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - var(--deg) - 1px), calc(100% - var(--deg) - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 1px);
 }
.btn_line:hover {
 background: var(--primary);
 }
.btn_line:hover::before {
 background-color: var(--primary);
 opacity: 1;
 }
.home_plants .btn_line {
 display: inline-flex;
 align-items: center;
 letter-spacing: 0.02rem;
 margin-top: 3.3rem;
 gap: 1.3rem;
 }
.home_plants .btn_line::after {
 display: inline-block;
 content: "";
 flex-shrink: 0;
 background: url("https://zijingshi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_6/assets/img/arrow-r.svg") center center / contain no-repeat;
 width: 1.4rem;
 height: 1.4rem;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.home_plants .btn_line::before {
 opacity: 0.5;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 42px;
 padding: 0px 20px;
 letter-spacing: unset;
 gap: 10px;
 }}
@media screen and (max-width: 768px){
.btn::after, .btn_line::after {
 width: 12px;
 height: 12px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 font-size: 14px;
 line-height: 42px;
 padding: 0px 20px;
 letter-spacing: unset;
 gap: 10px;
 margin-top: 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn::after, div.head .btn_line::after {
 width: 12px;
 height: 12px;
 }}
.home_plants .img {
 width: 67.2464%;
 margin-right: -1.37681%;
 height: auto;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_plants .img {
 width: 55%;
 margin-right: -2rem;
 }}
@media screen and (max-width: 768px){
.home_plants .img {
 width: 55%;
 margin-right: 0px;
 }}
@media screen and (max-width: 576px){
.home_plants .img {
 width: calc(100% + 40px);
 margin: 0px -20px;
 padding: 0px 20px;
 overflow-x: auto;
 order: -1;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
@media screen and (max-width: 576px){
.home_plants .img img {
 min-width: 450px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
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 {
--deg:1.2rem;
--swiper-wrapper-transition-timing-function,initial:;
--primary:#0d9488;
--text:#6b7785;
--swiper-pagination-bottom,8px:;
--swiper-pagination-bullet-width,:;
--swiper-pagination-bullet-horizontal-gap,4px:;
--title:#14304a;
--swiper-pagination-bullet-opacity, 1:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_qatar {
 position: relative;
 z-index: 2;
 overflow: hidden;
 margin-top: -25.1rem;
 padding-bottom: 7.7rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_qatar {
 margin-top: -50px;
 padding-bottom: 50px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@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 20px;
 }}
.home_qatar .grid {
 display: grid;
 grid-template-columns: 36.087% 63.913%;
 align-items: end;
 }
[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);
 }
@media screen and (max-width: 576px){
.home_qatar .grid {
 grid-template-columns: 1fr;
 }}
.home_qatar .intro {
 position: relative;
 z-index: 2;
 --deg: 2.3rem;
 align-self: flex-end;
 min-height: 85.1138%;
 display: grid;
 padding: 17.4699% 0px 7.22892%;
 }
.home_qatar .intro::before {
 position: absolute;
 width: 100vw;
 height: 100%;
 right: -20.4819%;
 top: 0px;
 content: "";
 z-index: -1;
 clip-path: polygon(0 0, calc(100% - var(--deg)) 0, 100% var(--deg), 100% 100%, 0 100%);
 background-color: rgb(255, 255, 255);
 pointer-events: none;
 }
@media screen and (max-width: 768px){
.home_qatar .intro {
 padding: 20px 0px;
 --deg: 10px;
 }}
@media screen and (max-width: 768px){
.home_qatar .intro::before {
 right: -20px;
 }}
.home_qatar .home_qatar_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;
 }
.home_qatar .home_qatar_swiper .swiper-slide {
 display: flex;
 flex-direction: column;
 }
.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;
 }
.home_qatar .home_qatar_swiper .info {
 flex: 1 1 0%;
 }
.home_qatar .home_qatar_swiper .info .subtitle {
 color: var(--primary);
 text-transform: uppercase;
 }
.home_qatar .home_qatar_swiper .info .title {
 font-size: 3.2rem;
 line-height: 1.21875;
 font-weight: 600;
 max-width: 40.5rem;
 margin-top: 1.5rem;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_qatar .home_qatar_swiper .info .title {
 font-size: 2.5rem;
 }}
@media screen and (max-width: 768px){
.home_qatar .home_qatar_swiper .info .title {
 font-size: 18px;
 margin-top: 8px;
 }}
.home_qatar .home_qatar_swiper .info .desc {
 line-height: 2.6rem;
 color: var(--text);
 max-width: 49rem;
 hyphens: auto;
 margin-top: 2.9rem;
 }
@media screen and (max-width: 768px){
.home_qatar .home_qatar_swiper .info .desc {
 line-height: 1.5;
 margin-top: 10px;
 }}
.home_qatar .home_qatar_swiper .cpt {
 max-width: 40%;
 margin-top: 3rem;
 }
@media screen and (max-width: 768px){
.home_qatar .home_qatar_swiper .cpt {
 margin-top: 20px;
 }}
.home_qatar .home_qatar_swiper .cpt strong {
 font-size: 3.4rem;
 font-weight: 600;
 }
@media screen and (max-width: 768px){
.home_qatar .home_qatar_swiper .cpt strong {
 font-size: 20px;
 }}
.home_qatar .home_qatar_swiper .cpt p {
 font-size: 1.487rem;
 opacity: 0.8;
 margin-top: 0.7rem;
 }
@media screen and (max-width: 768px){
.home_qatar .home_qatar_swiper .cpt p {
 font-size: 13px;
 margin-top: 5px;
 }}
.home_qatar div.swiper-pagination {
 left: unset;
 right: 0px;
 bottom: 3.3rem;
 width: auto;
 display: flex;
 flex-wrap: wrap;
 max-width: 60%;
 gap: 2rem 2.9rem;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.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%;
 }
@media screen and (max-width: 768px){
.home_qatar div.swiper-pagination {
 bottom: 20px;
 gap: 14px;
 }}
.home_qatar div.swiper-pagination .swiper-pagination-bullet {
 width: auto;
 height: auto;
 font-size: 1.7rem;
 font-weight: 500;
 color: rgb(177, 182, 186);
 background: transparent;
 opacity: 1;
 margin: 0px;
 transition: 0.3s;
 }
.swiper-pagination-bullet {
 width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
 height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
 display: inline-block;
 border-radius: var(--swiper-pagination-bullet-border-radius,50%);
 background: var(--swiper-pagination-bullet-inactive-color,#000);
 opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
 }
@media screen and (max-width: 768px){
.home_qatar div.swiper-pagination .swiper-pagination-bullet {
 font-size: 14px;
 }}
.home_qatar div.swiper-pagination .swiper-pagination-bullet-active {
 color: var(--title);
 }
.swiper-pagination-bullet-active {
 opacity: var(--swiper-pagination-bullet-opacity, 1);
 background: var(--swiper-pagination-color,var(--swiper-theme-color));
 }
.home_qatar .image {
 padding-bottom: 3.6rem;
 }
@media screen and (max-width: 768px){
.home_qatar .image {
 padding-bottom: 20px;
 }}
@media screen and (max-width: 576px){
.home_qatar .image {
 padding-bottom: 0px;
 }}
.home_qatar .home_qatar_img_swiper {
 margin-left: -3.1746%;
 --deg: 2rem;
 }
@media screen and (max-width: 768px){
.home_qatar .home_qatar_img_swiper {
 --deg: 10px;
 margin-left: -20px;
 }}
@media screen and (max-width: 576px){
.home_qatar .home_qatar_img_swiper {
 margin-left: 0px;
 }}
.home_qatar .home_qatar_img_swiper .swiper-slide {
 max-width: 89.7802%;
 transform: translateX(100%) scale3d(0.3, 0.3, 0.3);
 opacity: 0;
 transition: transform 0.4s, opacity 0.3s;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_qatar .home_qatar_img_swiper .img {
 clip-path: polygon(0 0, calc(100% - var(--deg)) 0, 100% var(--deg), 100% 100%, 0 100%);
 padding-bottom: 65.4835%;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img.img_hv:hover img {
 transform: scale(1.03);
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_qatar .home_qatar_img_swiper .swiper-slide-active {
 transform: translateX(0px);
 opacity: 1;
 }
.home_qatar .home_qatar_img_swiper .swiper-slide-active ~ .swiper-slide {
 transform: translateX(0px);
 opacity: 1;
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
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:#0d9488;
--text:#6b7785;
--border:#e5e5e5;
--deg:1.2rem;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_clients {
 padding: 7.7rem 0px 6.85rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_clients {
 padding: 50px 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@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 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;
 }}
.home_clients .head {
 flex: 1 1 0%;
 width: 100%;
 max-width: 46.5rem;
 padding-bottom: 0.6rem;
 }
@media screen and (max-width: 768px){
.home_clients .head {
 padding: 0px;
 }}
.head h2 {
 font-size: 4.6rem;
 line-height: 1.34783;
 font-weight: 600;
 }
.home_clients .head h2 {
 max-width: 38.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 (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.home_clients .head h3 {
 font-size: 2rem;
 font-weight: 500;
 text-transform: uppercase;
 color: var(--primary);
 margin-top: 3.9rem;
 }
[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 (max-width: 768px){
.home_clients .head h3 {
 font-size: 18px;
 margin-top: 12px;
 }}
.head p, .head .desc {
 line-height: 2.6rem;
 color: var(--text);
 }
.home_clients p {
 margin-top: 2rem;
 }
[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;
 margin-top: 12px;
 }}
.home_clients .clients {
 position: relative;
 z-index: 2;
 --deg: 1rem;
 background-color: var(--border);
 clip-path: polygon(var(--deg) 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, 0 var(--deg));
 width: 55.5072%;
 }
.home_clients .clients::before {
 position: absolute;
 inset: 1px;
 content: "";
 background-color: rgb(255, 255, 255);
 z-index: -1;
 clip-path: polygon(var(--deg) 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%, 0 var(--deg));
 }
@media screen and (max-width: 576px){
.home_clients .clients {
 width: 100%;
 order: -1;
 }}
.home_clients .clients ul {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 }
li {
 list-style: none;
 }
.img.img_ab {
 position: relative;
 }
.home_clients .clients .img {
 padding-bottom: 45.4545%;
 border: 1px solid var(--border);
 margin: -1px;
 }
.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-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


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