html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--bg_deg:8.8rem;
--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;
--text_w:rgba(255, 255, 255, 0.85);
--text:#6b7785;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_banner {
 position: relative;
 z-index: 2;
 max-width: 256rem;
 margin: 0px auto;
 }
.page_banner::before, .page_banner::after {
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: 0px;
 content: "";
 z-index: -1;
 pointer-events: none;
 }
.page_banner::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));
 }
.page_banner::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));
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.img.img_cv {
 overflow: hidden;
 }
.page_banner > .bg {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 clip-path: var(--bg_polygon);
 z-index: -2;
 }
.page_banner > .bg::before, .page_banner > .bg::after {
 position: absolute;
 inset: 0px;
 content: "";
 z-index: 2;
 pointer-events: none;
 }
.page_banner > .bg::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%);
 }
.page_banner > .bg::after {
 background-image: linear-gradient(to top, var(--primary) -5%, rgba(13, 148, 136, 0.15) 16.33%, transparent 40%);
 }
@media screen and (max-width: 768px){
.page_banner > .bg::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;
 }
.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;
 }
.page_banner .flex {
 height: 100vh;
 min-height: max-content;
 max-height: 67.9rem;
 padding: 6rem 0px 10rem;
 }
@media screen and (max-width: 768px){
.page_banner .flex {
 height: auto;
 max-height: unset;
 padding: 50px 0px 80px;
 }}
.head.white {
 color: rgb(255, 255, 255);
 }
.page_banner .head {
 flex: 1 1 0%;
 width: 100%;
 max-width: 75rem;
 padding-bottom: 2.6%;
 }
.page_banner .head {
 padding-bottom: 0.6%;
 }
@media screen and (max-width: 768px){
.page_banner .flex .head {
 padding: 0px;
 max-width: 500px;
 }}
.breadcrumbs {
 line-height: 2rem;
 min-height: 4.5rem;
 }
@media screen and (max-width: 768px){
.breadcrumbs {
 line-height: 20px;
 min-height: 28px;
 }}
.breadcrumbs span {
 font-size: 1.4rem;
 font-weight: 600;
 color: var(--primary);
 text-transform: uppercase;
 }
.white .breadcrumbs span {
 color: var(--tertiary);
 }
@media screen and (max-width: 768px){
.breadcrumbs span {
 font-size: 14px;
 }}
.breadcrumbs span span::before {
 content: "›";
 color: rgba(10, 22, 40, 0.74);
 font-weight: 400;
 margin: 0px 1rem 0px 0.8rem;
 }
.breadcrumbs span span:first-child::before {
 display: none;
 }
.white .breadcrumbs span span::before {
 color: rgb(255, 255, 255);
 }
@media screen and (max-width: 768px){
.breadcrumbs span span::before {
 margin: 0px 10px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.breadcrumbs span a {
 color: rgba(10, 22, 40, 0.74);
 font-weight: 400;
 transition: 0.3s;
 text-decoration: underline transparent;
 }
.breadcrumbs span a:hover {
 color: var(--primary);
 text-decoration-color: var(--primary);
 }
.white .breadcrumbs span a {
 color: rgb(255, 255, 255);
 }
.white .breadcrumbs span a:hover {
 color: var(--tertiary);
 }
.head h1 {
 font-size: 5.6rem;
 line-height: 1.21429;
 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 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 (max-width: 768px){
.page_banner .flex .head h1 {
 margin: 0px;
 }}
.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);
 }
.page_banner p {
 max-width: 56.1rem;
 margin-top: 2.1rem;
 }
.page_banner .head p {
 max-width: 60.1rem;
 hyphens: auto;
 }
[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.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){
.page_banner .flex .head p {
 margin-top: 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 {
--h:;
--polygon2:polygon(2.9rem 0, 100% 0, 100% 100%, 0 100%, 0 2.9rem);
--text:#6b7785;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.plant_facility {
 position: relative;
 padding: 15.4rem 0px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.plant_facility {
 padding: 50px 0px;
 }}
.float_mask {
 position: absolute;
 inset: 0px;
 overflow: hidden;
 pointer-events: none;
 }
.plant_facility .float_mask {
 top: -23.2%;
 }
@media screen and (max-width: 768px){
.plant_facility .float_mask {
 top: -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;
 }
.plant_facility .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;
 }
.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;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 --h: 100%;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.plant_facility .img.img_aba {
 width: 47.3913%;
 --h: 83.94495413%;
 clip-path: var(--polygon2);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 576px){
.plant_facility .img.img_aba {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img.img_hv:hover img {
 transform: scale(1.03);
 }
.plant_facility .img.img_aba + .rt {
 max-width: 65.6rem;
 }
.plant_facility .rt {
 flex: 1 1 0%;
 width: 100%;
 padding-bottom: 0.8rem;
 }
@media screen and (max-width: 768px){
.plant_facility .rt {
 padding: 0px;
 }}
.head.sm_lh h2 {
 line-height: 1.30435;
 }
.head h2 {
 font-size: 4.6rem;
 line-height: 1.34783;
 font-weight: 600;
 }
@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);
 }
.plant_facility p {
 hyphens: auto;
 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 .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.plant_facility p + p {
 margin-top: 2.6rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
div.head p + p {
 margin-top: 10px;
 }}
.plant_facility .feature {
 margin-top: 3.6rem;
 }
@media screen and (max-width: 768px){
.plant_facility .feature {
 margin-top: 20px;
 }}
.plant_facility .feature ul {
 display: flex;
 flex-wrap: wrap;
 gap: 1.8rem;
 }
@media screen and (max-width: 768px){
.plant_facility .feature ul {
 display: grid;
 gap: 16px;
 }}
.plant_facility .feature li {
 flex: 1 1 0%;
 display: grid;
 grid-template-columns: 5rem 1fr;
 align-items: center;
 border-radius: 1rem;
 background-color: rgb(248, 249, 250);
 padding: 1.4rem 2.7rem;
 gap: 1.7rem;
 }
[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){
.plant_facility .feature li {
 grid-template-columns: 40px 1fr;
 padding: 14px;
 gap: 14px;
 }}
.icon.icon_ab {
 position: relative;
 }
.plant_facility .feature .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;
 }
.plant_facility .feature p {
 color: var(--text);
 margin: 0px;
 }
.plant_facility .feature strong {
 display: block;
 font-size: 2rem;
 font-weight: 500;
 margin-top: -1px;
 }
@media screen and (max-width: 768px){
.plant_facility .feature strong {
 font-size: 16px;
 margin-top: 0px;
 }}
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 {
--bg:#f1f4f7;
--text:#6b7785;
--swiper-wrapper-transition-timing-function,initial:;
--shadow:0 1.5rem 1.5rem rgba(224, 224, 224, 0.55);
--primary:#0d9488;
--secondary:#133c75;
--deg:1.2rem;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.plant_process {
 position: relative;
 background-color: var(--bg);
 padding: 13.9rem 0px 11.7rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.plant_process {
 padding: 50px 0px;
 }}
.float_mask {
 position: absolute;
 inset: 0px;
 overflow: hidden;
 pointer-events: none;
 }
.plant_process .float_mask {
 top: -31.23%;
 }
@media screen and (max-width: 768px){
.plant_process .float_mask {
 top: -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;
 }
.plant_process .float_mask .img2 {
 width: 102%;
 max-width: 193.4rem;
 right: -84.9479%;
 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-left"] {
 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;
 }
.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;
 }}
.center {
 text-align: center;
 }
.head.center p, .head.center .desc, .head.center h1, .head.center h2 {
 margin-left: auto;
 margin-right: auto;
 }
.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 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);
 }
.plant_process p {
 max-width: 64rem;
 hyphens: auto;
 margin-top: 2.7rem;
 }
[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;
 }}
.swiper_box {
 position: relative;
 }
.swiper_content {
 max-width: 141rem;
 margin: 0px auto;
 position: relative;
 padding: 1.5rem;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.swiper_content {
 padding: 10px 20px;
 }}
.plant_process .plant_process_swiper {
 padding-bottom: 2rem;
 margin-top: 5.1rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.plant_process .plant_process_swiper {
 margin-top: 20px;
 }}
.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;
 }
.plant_process .plant_process_swiper .swiper-slide {
 max-width: 437px;
 }
.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){
.plant_process .plant_process_swiper .swiper-slide {
 max-width: 323px;
 }}
.plant_process .plant_process_swiper .active .item {
 box-shadow: var(--shadow);
 }
.plant_process .item {
 display: flex;
 flex-direction: column;
 height: 100%;
 background-color: rgb(255, 255, 255);
 transition: 0.3s;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.plant_process .item .img {
 padding-bottom: 49.4279%;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.plant_process .item:hover img {
 transform: scale(1.03);
 }
.plant_process .item .info {
 flex: 1 1 0%;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 padding: 6.63616% 5.94966% 6.40732%;
 }
@media screen and (max-width: 768px){
.plant_process .item .info {
 padding: 20px;
 }}
.plant_process .item .info .cat {
 display: inline-block;
 font-size: 1.3rem;
 line-height: 2;
 font-weight: 600;
 text-transform: uppercase;
 border-radius: 1.3rem;
 background-color: rgba(13, 148, 136, 0.1);
 padding: 0px 1rem;
 letter-spacing: 0.04rem;
 }
@media screen and (max-width: 768px){
.plant_process .item .info .cat {
 font-size: 13px;
 padding: 0px 5px;
 letter-spacing: unset;
 }}
.plant_process .item .info .title {
 font-size: 2.4rem;
 font-weight: 600;
 margin-top: 0.9rem;
 }
@media screen and (max-width: 768px){
.plant_process .item .info .title {
 font-size: 18px;
 margin-top: 8px;
 }}
.plant_process .item .info .desc {
 line-height: 2.4rem;
 color: var(--text);
 hyphens: auto;
 max-width: 37.1rem;
 margin-top: 1.4rem;
 margin-bottom: auto;
 }
@media screen and (max-width: 768px){
.plant_process .item .info .desc {
 line-height: 1.5;
 margin-top: 10px;
 }}
.plant_process .item .info .tags {
 display: flex;
 flex-wrap: wrap;
 gap: 0.9rem;
 margin-top: 4.7rem;
 }
@media screen and (max-width: 768px){
.plant_process .item .info .tags {
 gap: 6px;
 margin-top: 20px;
 }}
.plant_process .item .info .tags span {
 font-size: 1.294rem;
 font-weight: 500;
 line-height: 1.5;
 background-color: rgb(248, 249, 250);
 padding: 0.5rem 1.4rem;
 }
@media screen and (max-width: 768px){
.plant_process .item .info .tags span {
 font-size: 12px;
 padding: 4px 12px;
 }}
.swiper_btns {
 gap: 2.4rem;
 display: flex;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 167.5rem;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 justify-content: space-between;
 }
.plant_process .swiper_btns.middle {
 top: 52.3%;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.swiper_btns.middle:not(:has(.swiper-button-lock)) {
 position: static;
 width: 100%;
 max-width: unset;
 justify-content: flex-end;
 transform: translateX(0px);
 margin-top: 30px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.plant_process .swiper_btns.middle {
 margin-top: 0px;
 }}
.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/plant_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.middle div {
 pointer-events: all;
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
.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;
 }
.swiper_btns.middle .swiper-button-disabled, .swiper_btns.middle .swiper-button-lock {
 pointer-events: none;
 }
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;
 }
.page_process {
 padding-top: 13rem;
 }
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-top: 30px;
 }}
.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][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.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/plant_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%);
 }
@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;
--deg:1.2rem;
--swiper-wrapper-transition-timing-function,initial:;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_advantages {
 position: relative;
 padding: 14rem 0px 15.2rem;
 }
.page_advantages {
 padding-bottom: 15.1rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_advantages {
 padding: 50px 0px;
 }}
@media screen and (max-width: 768px){
.page_advantages {
 padding-bottom: 50px;
 }}
.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;
 }}
.center {
 text-align: center;
 }
.head.white {
 color: rgb(255, 255, 255);
 }
.head.center p, .head.center .desc, .head.center h1, .head.center h2 {
 margin-left: auto;
 margin-right: auto;
 }
.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);
 }
.page_advantages p {
 max-width: 64rem;
 hyphens: auto;
 margin-top: 2.5rem;
 }
.page_advantages .head p {
 max-width: 81.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.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;
 }}
.page_advantages .page_advantages_swiper {
 overflow: hidden;
 margin-top: 6.7rem;
 --deg: 2.2rem;
 clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
 }
.page_advantages .page_advantages_swiper {
 margin-top: 6.5rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.page_advantages .page_advantages_swiper {
 width: calc(100% + 40px);
 margin: 30px -20px 0px;
 padding: 0px 20px;
 --deg: 10px;
 }}
@media screen and (max-width: 768px){
.page_advantages .page_advantages_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_advantages .page_advantages_swiper .swiper-slide {
 max-width: 324px;
 }
.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_advantages .item {
 display: flex;
 flex-direction: column;
 height: 100%;
 clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--deg)), calc(100% - var(--deg)) 100%, 0 100%);
 background-color: var(--bg);
 transition: 0.3s;
 padding: 8.33333% 8.25926% 12.3457% 10.494%;
 min-height: 40.5rem;
 }
@media screen and (max-width: 768px){
.page_advantages .item {
 padding: 20px;
 min-height: unset;
 }}
.page_advantages .item .icon {
 width: 6.4rem;
 height: 6.4rem;
 }
@media screen and (max-width: 768px){
.page_advantages .item .icon {
 width: 40px;
 height: 40px;
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.page_advantages .item .info {
 flex: 1 1 0%;
 height: 100%;
 margin-top: 4.4rem;
 }
@media screen and (max-width: 768px){
.page_advantages .item .info {
 margin-top: 20px;
 }}
.page_advantages .item .info h3 {
 font-size: 2.4rem;
 line-height: 3.2rem;
 font-weight: 500;
 max-width: 25rem;
 }
.page_advantages .item .info h3 {
 max-width: 16rem;
 }
@media screen and (max-width: 768px){
.page_advantages .item .info h3 {
 font-size: 18px;
 line-height: 1.5;
 }}
.page_advantages .item .info p {
 line-height: 2.6rem;
 opacity: 0.7;
 max-width: 26.1rem;
 hyphens: auto;
 margin-top: 1rem;
 }
@media screen and (max-width: 768px){
.page_advantages .item .info p {
 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;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_closer {
 position: relative;
 padding: 13rem 0px 15.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_closer {
 padding: 50px 0px;
 }}
.page_closer .float_mask {
 bottom: -53.2%;
 }
.float_mask {
 position: absolute;
 inset: 0px;
 overflow: hidden;
 pointer-events: none;
 }
.page_closer .float_mask {
 top: -9.921%;
 }
@media screen and (max-width: 768px){
.page_closer .float_mask {
 bottom: -50px;
 }}
@media screen and (max-width: 768px){
.page_closer .float_mask {
 top: -50px;
 }}
.float_mask ul {
 position: relative;
 max-width: 192rem;
 margin: 0px auto;
 height: 100%;
 }
li {
 list-style: none;
 }
.page_closer .float_mask .img1 {
 width: 54%;
 max-width: 102.7rem;
 top: 0px;
 left: -44.43%;
 }
.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_closer .float_mask .img1 img {
 opacity: 0.47;
 }
.float_mask .img img {
 opacity: 0.4;
 }
.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;
 }}
.center {
 text-align: center;
 }
.head.center p, .head.center .desc, .head.center h1, .head.center h2 {
 margin-left: auto;
 margin-right: auto;
 }
.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 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_closer p {
 max-width: 64rem;
 margin-top: 2.7rem;
 padding-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;
 }}
.page_closer .image {
 position: relative;
 padding-bottom: 37.6812%;
 margin-top: 5.9rem;
 }
@media screen and (max-width: 768px){
.page_closer .image {
 margin-top: 30px;
 }}
.page_closer .image > .list {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.page_closer .image .list {
 width: 100%;
 height: 100%;
 display: flex;
 gap: 3.84615% 1.23188%;
 }
.page_closer .image .list div {
 flex: 1 1 0%;
 }
.page_closer .image .list .lar {
 flex: 2.06 1 0%;
 }
.page_closer .image .list .list {
 flex-direction: column;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.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);
 }
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 {
--bg:#f1f4f7;
--text:#6b7785;
--secondary:#133c75;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.plant_sar {
 background-color: var(--bg);
 position: relative;
 padding: 13.8rem 0px 15.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.plant_sar {
 padding: 50px 0px;
 }}
.float_mask {
 position: absolute;
 inset: 0px;
 overflow: hidden;
 pointer-events: none;
 }
.plant_sar .float_mask {
 top: -7.8971%;
 }
@media screen and (max-width: 768px){
.plant_sar .float_mask {
 top: -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;
 }
.plant_sar .float_mask .img1 {
 width: 50%;
 max-width: 92.9rem;
 right: -35.8333%;
 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-left"] {
 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;
 }
.plant_sar .float_mask .img1 img {
 opacity: 1;
 }
.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;
 }}
.center {
 text-align: center;
 }
.head.center p, .head.center .desc, .head.center h1, .head.center h2 {
 margin-left: auto;
 margin-right: auto;
 }
.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 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);
 }
.plant_sar p {
 max-width: 64rem;
 hyphens: auto;
 margin-top: 2.7rem;
 }
[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;
 }}
.plant_sar .grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 3rem 3.76812%;
 margin-top: 6.6rem;
 }
@media screen and (max-width: 768px){
.plant_sar .grid {
 margin-top: 30px;
 gap: 20px;
 grid-template-columns: 1fr;
 }}
.plant_sar .specifications {
 background-color: rgb(255, 255, 255);
 }
table {
 width: 100%;
 border-collapse: collapse;
 }
.plant_sar .specifications table {
 table-layout: fixed;
 }
.plant_sar .specifications table th, .plant_sar .specifications table td {
 padding: 2rem 3rem 2.1rem;
 }
.plant_sar .specifications table th {
 font-size: 1.94rem;
 font-weight: 700;
 color: rgb(255, 255, 255);
 background-color: var(--secondary);
 text-align: left;
 }
@media screen and (max-width: 768px){
.plant_sar .specifications table th, .plant_sar .specifications table td {
 padding: 14px;
 }}
@media screen and (max-width: 768px){
.plant_sar .specifications table th {
 font-size: 15px;
 }}
.plant_sar .specifications table td {
 font-weight: 600;
 color: rgb(26, 26, 26);
 line-height: 1.15;
 border-bottom: 1px solid rgb(240, 240, 240);
 padding-top: 1.5rem;
 padding-bottom: 1.9rem;
 height: 5.5rem;
 vertical-align: top;
 }
.plant_sar .specifications table td:first-child {
 color: rgb(102, 102, 102);
 font-weight: 500;
 }
@media screen and (max-width: 768px){
.plant_sar .specifications table td {
 height: auto;
 }}
.plant_sar .specifications table tbody tr:last-child td {
 border-bottom-width: medium;
 border-bottom-style: none;
 border-bottom-color: currentcolor;
 }
.plant_sar .resources {
 background-color: rgb(255, 255, 255);
 padding: 2.8rem 3.4rem;
 }
@media screen and (max-width: 768px){
.plant_sar .resources {
 padding: 20px;
 }}
.plant_sar .resources .info h3 {
 font-size: 2.4rem;
 font-weight: 700;
 }
@media screen and (max-width: 768px){
.plant_sar .resources .info h3 {
 font-size: 18px;
 }}
.plant_sar .resources .info p {
 line-height: 2.6rem;
 color: var(--text);
 max-width: 55.6rem;
 margin-top: 1.7rem;
 }
@media screen and (max-width: 768px){
.plant_sar .resources .info p {
 line-height: 1.5;
 margin-top: 10px;
 }}
.plant_sar .resources .list {
 margin-top: 3.9rem;
 }
@media screen and (max-width: 768px){
.plant_sar .resources .list {
 margin-top: 20px;
 }}
.plant_sar .resources .list ul {
 display: grid;
 gap: 1.3rem;
 }
@media screen and (max-width: 768px){
.plant_sar .resources .list ul {
 gap: 12px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.plant_sar .item {
 display: grid;
 grid-template-columns: auto 1fr auto;
 align-items: center;
 border: 1px solid rgb(238, 238, 238);
 transition: 0.3s;
 padding: 2.2rem 2.9rem 2.3rem 2.8rem;
 gap: 2.1rem;
 }
@media screen and (max-width: 768px){
.plant_sar .item {
 padding: 10px 14px;
 gap: 14px;
 }}
.plant_sar .item .icon {
 width: 5rem;
 height: 5rem;
 transition: 0.3s;
 background: url("https://zijingshi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/plant_6/assets/img/icon-file.svg") center center / 34% no-repeat rgba(19, 60, 117, 0.06);
 border-radius: 2px;
 }
@media screen and (max-width: 768px){
.plant_sar .item .icon {
 width: 40px;
 height: 40px;
 }}
.plant_sar .item .text {
 padding-bottom: 2px;
 }
@media screen and (max-width: 768px){
.plant_sar .item .text {
 padding: 0px;
 }}
.plant_sar .item .text .title {
 font-size: 1.8rem;
 font-weight: 600;
 color: rgb(26, 26, 26);
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.plant_sar .item .text .title {
 font-size: 16px;
 }}
.plant_sar .item .text .desc {
 font-size: 1.4rem;
 color: rgb(153, 153, 153);
 transition: 0.3s;
 margin-top: 0.3rem;
 }
@media screen and (max-width: 768px){
.plant_sar .item .text .desc {
 font-size: 13px;
 margin-top: 0px;
 }}
i, em {
 font-style: normal;
 }
.plant_sar .item .btn_download {
 display: block;
 width: 4rem;
 border-radius: 50%;
 border: 2px solid var(--secondary);
 transition: 0.3s;
 }
.plant_sar .item .btn_download::after {
 display: block;
 padding-bottom: 100%;
 content: "";
 transition: 0.3s;
 background: url("https://zijingshi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/plant_6/assets/img/icon-download.svg") center center / 42.11% no-repeat;
 }
@media screen and (max-width: 768px){
.plant_sar .item .btn_download {
 width: 32px;
 }}
.plant_sar .resources .list .active .item {
 background-color: var(--secondary);
 border-color: var(--secondary);
 }
.plant_sar .resources .list .active .item .icon {
 background-color: var(--bg);
 }
.plant_sar .resources .list .active .item .text .title, .plant_sar .resources .list .active .item .text .desc {
 color: rgb(255, 255, 255);
 }
.plant_sar .resources .list .active .item .text .desc {
 opacity: 0.74;
 }
.plant_sar .resources .list .active .item .btn_download {
 border-color: rgb(255, 255, 255);
 }
.plant_sar .resources .list .active .item .btn_download::after {
 filter: contrast(0) brightness(2);
 }
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){


}