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;
--secondary:#133c75;
--polygon:polygon(0 0, 100% 0, 100% calc(100% - 1.2rem), calc(100% - 1.2rem) 100%, 0 100%);
--deg:1.2rem;
--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%;
 }
@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 h1 span {
 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);
 }
.page_banner p {
 max-width: 56.1rem;
 margin-top: 2.1rem;
 }
.page_banner p {
 hyphens: auto;
 max-width: 60.1rem;
 }
[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;
 }}
.page_banner .btns {
 display: flex;
 flex-wrap: wrap;
 gap: 2.1rem;
 margin-top: 3rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (max-width: 768px){
.page_banner .btns {
 margin-top: 20px;
 gap: 12px;
 }}
.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://www.zijingshi.com//wp-content/plugins/sytech-fronteditor/sytpl/technology_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%);
 }
.page_banner .btns .btn, .page_banner .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;
 }
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:;
--deg:1.2rem;
--text:#6b7785;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_manufacture {
 position: relative;
 z-index: 3;
 padding: 15.2rem 0px 13.3rem;
 }
.page_manufacture {
 padding-top: 10.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_manufacture {
 padding: 50px 0px;
 }}
@media screen and (max-width: 768px){
.page_manufacture {
 padding-top: 50px;
 }}
.page_manufacture .float_mask {
 bottom: -26.45%;
 }
.float_mask {
 position: absolute;
 inset: 0px;
 overflow: hidden;
 pointer-events: none;
 }
.page_manufacture .float_mask {
 top: -42.533%;
 }
@media screen and (max-width: 768px){
.page_manufacture .float_mask {
 bottom: -50px;
 }}
@media screen and (max-width: 768px){
.page_manufacture .float_mask {
 top: -50px;
 }}
.float_mask ul {
 position: relative;
 max-width: 192rem;
 margin: 0px auto;
 height: 100%;
 }
li {
 list-style: none;
 }
.page_manufacture .float_mask .img2 {
 width: 86%;
 max-width: 162.4rem;
 left: -72.8646%;
 top: 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;
 }
.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);
 }
.page_manufacture .img.img_aba {
 width: 47.3913%;
 --h: 74.9235474%;
 --deg: 2.9rem;
 clip-path: polygon(0 0, calc(100% - var(--deg)) 0, 100% var(--deg), 100% 100%, 0 100%);
 margin-bottom: 1.4%;
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.page_manufacture .img.img_aba {
 --deg: 16px;
 margin-bottom: 0px;
 }}
@media screen and (max-width: 576px){
.page_manufacture .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);
 }
.page_manufacture .img.img_aba + .head {
 max-width: 65.4rem;
 }
.page_manufacture .head {
 flex: 1 1 0%;
 width: 100%;
 }
.page_manufacture .img.img_aba + .head {
 max-width: 65.5rem;
 }
.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);
 }
.page_manufacture p {
 max-width: 64rem;
 margin-top: 2.6rem;
 }
.page_manufacture .head p {
 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;
 }}
@media screen and (max-width: 768px){
.page_manufacture .head p {
 margin-top: 12px;
 }}
.page_manufacture .head ul {
 color: var(--text);
 line-height: 1.67;
 margin-top: 1.1rem;
 }
[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){
.page_manufacture .head ul {
 line-height: 1.5;
 margin-top: 12px;
 }}
.page_manufacture .head ul li {
 position: relative;
 border-bottom: 1px solid rgba(0, 0, 0, 0.14);
 padding: 1.0625em 1.25em 1.25em 2.625em;
 }
.page_manufacture .head ul li::before {
 position: absolute;
 width: 1.0625em;
 height: 1.0625em;
 content: "";
 left: 0.25em;
 top: 1.3125em;
 background: url("https://www.zijingshi.com/wp-content/plugins/sytech-fronteditor/sytpl/plants_2/assets/img/gou.svg") center center / contain no-repeat;
 }
.page_manufacture .head ul strong {
 font-weight: 700;
 color: var(--title);
 }
.page_manufacture .head ul li:last-child {
 border-bottom-width: medium;
 border-bottom-style: none;
 border-bottom-color: currentcolor;
 }
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://www.zijingshi.com/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 {
--bg:#f1f4f7;
--text:#6b7785;
--primary:#0d9488;
--secondary:#133c75;
--deg:1.2rem;
--swiper-wrapper-transition-timing-function,initial:;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.plants_facility {
 background-color: var(--bg);
 overflow: hidden;
 padding: 13.8rem 0px 14.3rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.plants_facility {
 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_top {
 align-items: flex-start;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.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 p, .head .desc {
 line-height: 2.6rem;
 color: var(--text);
 }
.plants_facility p {
 max-width: 64rem;
 margin-top: 2.5rem;
 }
[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_btns {
 gap: 2.4rem;
 display: flex;
 }
.plants_facility .swiper_btns {
 margin-top: 1.5rem;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.plants_facility .swiper_btns {
 margin: 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://www.zijingshi.com/wp-content/plugins/sytech-fronteditor/sytpl/plants_3/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;
 }}
.plants_facility .plants_facility_swiper {
 margin-top: 6.5rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.plants_facility .plants_facility_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;
 }
.plants_facility .plants_facility_swiper .swiper-slide {
 max-width: 675px;
 }
.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){
.plants_facility .plants_facility_swiper .swiper-slide {
 max-width: 356px;
 }}
.plants_facility .item {
 display: block;
 height: 100%;
 --deg: 2rem;
 }
@media screen and (max-width: 768px){
.plants_facility .item {
 --deg: 10px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.plants_facility .item .img {
 padding-bottom: 65.1852%;
 clip-path: polygon(0 0, calc(100% - var(--deg)) 0, 100% var(--deg), 100% 100%, 0 100%);
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.plants_facility .item:hover img {
 transform: scale(1.03);
 }
.plants_facility .item .title {
 font-size: 2rem;
 font-weight: 600;
 color: rgb(26, 26, 26);
 margin-top: 1.9rem;
 }
@media screen and (max-width: 768px){
.plants_facility .item .title {
 font-size: 16px;
 margin-top: 14px;
 }}
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:;
--primary:#0d9488;
--secondary:#133c75;
--deg:1.2rem;
--title:#14304a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.technology_related {
 position: relative;
 background-color: var(--bg);
 padding: 13.8rem 0px 11.6rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.technology_related {
 padding: 50px 0px 20px;
 }}
.float_mask {
 position: absolute;
 inset: 0px;
 overflow: hidden;
 pointer-events: none;
 }
.technology_related .float_mask {
 bottom: -10.84%;
 }
@media screen and (max-width: 768px){
.technology_related .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;
 }
.technology_related .float_mask .img2 {
 width: 45%;
 max-width: 85.4rem;
 bottom: 0px;
 right: -33.9583%;
 }
[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);
 }
.technology_related p {
 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;
 }}
.technology_related .technology_related_swiper {
 margin-top: 5.1rem;
 padding-bottom: 2rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.technology_related .technology_related_swiper {
 margin-top: 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.swiper-slide {
 height: auto;
 }
.technology_related .technology_related_swiper .swiper-slide {
 max-width: 441px;
 }
.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){
.technology_related .technology_related_swiper .swiper-slide {
 max-width: 282px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.active .technology_item {
 border-bottom-color: var(--primary);
 box-shadow: var(--shadow);
 }
.technology_item {
 display: flex;
 flex-direction: column;
 height: 100%;
 transition: 0.3s;
 border-width: 1px;
 border-style: solid;
 border-color: rgb(238, 238, 238) rgb(238, 238, 238) transparent;
 border-image: initial;
 background-color: rgb(255, 255, 255);
 }
.technology_related .active .technology_item {
 border-bottom-color: var(--primary);
 }
.technology_related .technology_item {
 border-bottom-color: var(--bg);
 }
.img.img_ab {
 position: relative;
 }
.technology_item .img {
 background-image: linear-gradient(rgb(108, 123, 141), rgb(145, 162, 183) 46.648%, rgb(92, 106, 124));
 overflow: hidden;
 padding-bottom: 35.8098%;
 }
.technology_related .technology_item .img {
 padding-bottom: 48.9749%;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.technology_item:hover .img img {
 transform: translate(-50%, -50%) scale(1.03);
 }
.technology_item .img img {
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 content: "";
 max-width: 30rem;
 width: 58.22%;
 }
.active .technology_item .info {
 border-bottom-color: var(--primary);
 }
.technology_item .info {
 flex: 1 1 0%;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 border-bottom: 1px solid rgb(238, 238, 238);
 transition: 0.3s;
 padding: 6.08309% 4.59941% 5.63798%;
 }
.technology_related .technology_item .info {
 padding-left: 2.6rem;
 }
@media screen and (max-width: 768px){
.technology_item .info {
 padding: 20px;
 }}
@media screen and (max-width: 768px){
.technology_related .technology_item .info {
 padding-left: 20px;
 }}
.technology_item .info .text {
 flex: 1 1 0%;
 display: flex;
 flex-direction: column;
 }
.technology_item .title {
 font-size: 2.6rem;
 font-weight: 600;
 }
.technology_related .technology_item .title {
 font-size: 2.4rem;
 }
@media screen and (max-width: 768px){
.technology_item .info .text .title {
 font-size: 18px;
 }}
.technology_item .cat {
 font-weight: 500;
 color: var(--primary);
 text-transform: uppercase;
 margin-top: 0.9rem;
 letter-spacing: 0.05em;
 }
.technology_related .technology_item .cat {
 font-size: 1.5rem;
 margin-top: 0.7rem;
 }
@media screen and (max-width: 768px){
.technology_item .info .text .cat {
 font-size: 14px;
 letter-spacing: unset;
 margin-top: 5px;
 }}
.technology_item .desc {
 line-height: 1.5;
 color: var(--text);
 max-width: 57.7rem;
 margin-top: 2rem;
 margin-bottom: auto;
 }
.technology_related .technology_item .desc {
 font-size: 1.5rem;
 line-height: 1.442;
 max-width: 38.2rem;
 margin-top: 1.8rem;
 }
@media screen and (max-width: 768px){
.technology_item .info .text .desc {
 line-height: 1.5;
 margin-top: 10px;
 }}
.technology_item .btn_i {
 display: inline-flex;
 align-items: center;
 cursor: pointer;
 transition: 0.3s;
 font-size: 1.8rem;
 font-weight: 600;
 gap: 1rem;
 margin-top: 4.5rem;
 }
.technology_item .btn_i::after {
 display: inline-block;
 content: "";
 flex-shrink: 0;
 background: url("https://www.zijingshi.com//wp-content/plugins/sytech-fronteditor/sytpl/technology_8/assets/img/arrow-r2.svg") center center / contain no-repeat;
 width: 1.4rem;
 height: 1.4rem;
 transition: 0.3s;
 }
.technology_item .btn_i:hover {
 color: var(--primary);
 }
.technology_item .btn_i:hover::after {
 transform: translateX(20%);
 }
.technology_related .technology_item .btn_i {
 margin-top: 5.7rem;
 padding-bottom: 2px;
 }
@media screen and (max-width: 768px){
.technology_item .info .btn_i {
 font-size: 14px;
 gap: 8px;
 margin-top: 20px;
 }}
@media screen and (max-width: 768px){
.technology_item .info .btn_i::after {
 width: 12px;
 height: 12px;
 }}
@media screen and (max-width: 768px){
.technology_related .technology_item .info .btn_i {
 margin-top: 20px;
 padding-bottom: 0px;
 }}
.swiper_btns {
 gap: 2.4rem;
 display: flex;
 }
.swiper_btns:has(.swiper-button-lock) {
 opacity: 0;
 }
.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;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.technology_related .swiper_btns.middle {
 display: none;
 }}
.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://www.zijingshi.com//wp-content/plugins/sytech-fronteditor/sytpl/technology_8/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;
 }
.swiper_btns.middle div {
 pointer-events: all;
 }
.swiper_btns.middle .swiper-button-disabled, .swiper_btns.middle .swiper-button-lock {
 pointer-events: none;
 }
.swiper-button-lock {
 display: none;
 }
@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){


}