html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#00162b;
--primary:#e71425;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_banner {
 position: relative;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.video {
 position: relative;
 overflow: hidden;
 }
.home_banner .video {
 padding-bottom: 49.1146%;
 }
.video video, .video img, .video iframe, .video div:not(.btn_play) {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 }
i, em {
 font-style: normal;
 }
.video .btn_play {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 cursor: pointer;
 z-index: 2;
 content: "";
 width: 5.8rem;
 height: 5.8rem;
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/play.png") center center / contain no-repeat;
 transition: 0.3s;
 }
.video .btn_play:hover {
 transform: translate(-50%, -50%) scale(1.1);
 }
.video.active .btn_play {
 opacity: 0;
 }
.home_banner .video .btn_play {
 top: 49.9%;
 }
@media screen and (max-width: 768px){
.video .btn_play {
 width: 40px;
 height: 40px;
 }}
.wrap {
 flex-wrap: wrap;
 }
.home_banner .wrap {
 position: absolute;
 inset: 0px;
 z-index: 2;
 }
@media screen and (max-width: 576px){
.home_banner .wrap {
 position: static;
 background-color: var(--title);
 }}
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
.home_banner .wrap .content {
 height: 100%;
 display: flex;
 align-items: flex-end;
 }
@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, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head.white {
 color: rgb(255, 255, 255);
 }
.home_banner .head {
 flex: 1 1 0%;
 padding: 10.2857% 0px;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_banner .head {
 padding: 5rem 0px;
 }}
@media screen and (max-width: 768px){
.home_banner .head {
 padding: 40px 0px;
 }}
.head.white h1, .head.white h2 {
 color: rgb(255, 255, 255);
 }
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
.home_banner .head h1 {
 font-size: 7rem;
 line-height: 1.02857;
 }
[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, .head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h1 {
 font-size: 25px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_banner .head h1 {
 font-size: 6rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_banner .head h1 {
 font-size: 5rem;
 }}
@media screen and (max-width: 768px){
.home_banner .head h1 {
 font-size: 25px;
 line-height: 1.3;
 }}
.home_banner p {
 font-size: 2.4rem;
 margin-top: 1.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 p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.home_banner .btns {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 0.8rem;
 margin-top: 4.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){
.home_banner .btns {
 margin-top: 20px;
 gap: 10px;
 }}
@media screen and (max-width: 576px){
.home_banner .wrap .btns {
 display: grid;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 font-family: Bahnschrift, cursive;
 position: relative;
 z-index: 2;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 cursor: pointer;
 text-transform: uppercase;
 transition: 0.3s;
 border-radius: 0.5rem;
 background-image: linear-gradient(to right, var(--primary) -20%, var(--secondary) 70%);
 color: rgb(255, 255, 255);
 font-size: 2.4rem;
 font-weight: 400;
 line-height: 5.7rem;
 gap: 1.2rem;
 padding: 0px 3.2rem 0px 1.8rem;
 letter-spacing: 0.02rem;
 }
.btn::before {
 position: absolute;
 inset: 1px;
 content: "";
 border-radius: 0.4rem;
 z-index: -1;
 transition: 0.3s;
 opacity: 0;
 pointer-events: none;
 background-color: rgb(255, 255, 255);
 }
.btn::after {
 display: inline-block;
 content: "";
 width: 1.2rem;
 height: 1.2rem;
 flex-shrink: 0;
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/arrow-tr.png") center center / contain no-repeat;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.btn:hover {
 color: var(--primary);
 }
.btn:hover::before {
 opacity: 1;
 }
.btn:hover::after {
 transform: rotate(45deg);
 filter: unset;
 }
.home_banner .btn {
 font-size: 1.8rem;
 letter-spacing: 0.01rem;
 gap: 2.1rem;
 min-width: 27.4rem;
 background-image: linear-gradient(to right, var(--primary), var(--secondary));
 background-size: 150%;
 padding: 0px 2.75rem;
 }
.home_banner .btn::after {
 width: 1rem;
 height: 1rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 padding: 0px 20px;
 letter-spacing: unset;
 min-width: unset;
 gap: 8px;
 line-height: 40px;
 }}
@media screen and (max-width: 768px){
.btn::after, .btn_line::after {
 width: 10px;
 height: 10px;
 }}
@media screen and (max-width: 768px){
.btn {
 line-height: 42px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 font-size: 14px;
 padding: 0px 20px;
 letter-spacing: unset;
 min-width: unset;
 gap: 8px;
 line-height: 40px;
 margin-top: 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn::after, div.head .btn_line::after {
 width: 10px;
 height: 10px;
 }}
@media screen and (max-width: 768px){
div.head .btn {
 line-height: 42px;
 }}
@media screen and (max-width: 768px){
.home_banner .btns .btn, .home_banner .btns .btn_line {
 margin: 0px;
 }}
.btn_line {
 font-family: Bahnschrift, cursive;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 cursor: pointer;
 text-transform: uppercase;
 transition: 0.3s;
 border-radius: 0.5rem;
 border: 1px solid rgb(239, 241, 247);
 color: rgb(255, 255, 255);
 font-size: 1.8rem;
 font-weight: 400;
 line-height: 5.5rem;
 gap: 2.4rem;
 padding: 0px 2.4rem;
 }
.btn_line::after {
 display: inline-block;
 content: "";
 width: 1rem;
 height: 1rem;
 flex-shrink: 0;
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/arrow-tr.png") center center / contain no-repeat;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.btn_line:hover {
 background-color: var(--primary);
 border-color: var(--primary);
 }
.btn_line:hover::after {
 transform: rotate(45deg);
 }
.home_banner .btn_line {
 display: inline-block;
 padding: 0px 2.75rem;
 letter-spacing: 0.03rem;
 }
.home_banner .btn_line::after {
 display: 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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#00162b;
--primary:#e71425;
--h:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_about {
 padding: 11.6rem 0px 9.5rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_about {
 padding: 50px 0px;
 }}
.content {
 max-width: 140rem;
 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, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.home_about .lt {
 flex: 1 1 0%;
 width: 100%;
 max-width: 71.6rem;
 padding-top: 1.54286%;
 }
@media screen and (max-width: 768px){
.home_about .lt {
 padding: 0px;
 }}
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
.home_about h2 {
 max-width: 61rem;
 }
[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, .head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.home_about p {
 font-size: 2rem;
 line-height: 3rem;
 max-width: 70.6rem;
 margin-top: 3.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 p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.home_about .nums {
 margin-top: 6.3rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.home_about .nums {
 margin-top: 30px;
 }}
.home_about .nums ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 2rem;
 }
@media screen and (max-width: 768px){
.home_about .nums ul {
 gap: 30px 20px;
 }}
@media screen and (max-width: 576px){
.home_about .nums ul {
 display: grid;
 grid-template-columns: 1fr 1fr;
 }}
li {
 list-style: none;
 }
@media screen and (max-width: 768px){
.home_about .nums li {
 flex: 1 1 0%;
 }}
.Bahnschrift {
 font-family: Bahnschrift, cursive;
 }
.Bahnschrift.bold {
 font-family: BahnschriftCondensed, cursive;
 font-weight: 700;
 }
.home_about .nums strong {
 font-size: 5rem;
 line-height: 1;
 white-space: nowrap;
 color: rgb(0, 0, 0);
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_about .nums strong {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
.home_about .nums strong {
 font-size: 26px;
 }}
.Poppins {
 font-family: Poppins, sans-serif;
 }
.home_about .nums li:first-child p {
 letter-spacing: -0.025rem;
 }
.home_about .nums p {
 font-weight: 600;
 max-width: 20rem;
 margin-top: 1.9rem;
 }
@media screen and (max-width: 768px){
.home_about .nums li:first-child p {
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
.home_about .nums p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
[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;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 font-family: Bahnschrift, cursive;
 position: relative;
 z-index: 2;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 cursor: pointer;
 text-transform: uppercase;
 transition: 0.3s;
 border-radius: 0.5rem;
 background-image: linear-gradient(to right, var(--primary) -20%, var(--secondary) 70%);
 color: rgb(255, 255, 255);
 font-size: 2.4rem;
 font-weight: 400;
 line-height: 5.7rem;
 gap: 1.2rem;
 padding: 0px 3.2rem 0px 1.8rem;
 letter-spacing: 0.02rem;
 }
.btn::before {
 position: absolute;
 inset: 1px;
 content: "";
 border-radius: 0.4rem;
 z-index: -1;
 transition: 0.3s;
 opacity: 0;
 pointer-events: none;
 background-color: rgb(255, 255, 255);
 }
.btn::after {
 display: inline-block;
 content: "";
 width: 1.2rem;
 height: 1.2rem;
 flex-shrink: 0;
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/home_1/assets/img/arrow-tr.png") center center / contain no-repeat;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.btn:hover {
 color: var(--primary);
 }
.btn:hover::before {
 opacity: 1;
 }
.btn:hover::after {
 transform: rotate(45deg);
 filter: unset;
 }
.home_about .btn {
 margin-top: 5.2rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 padding: 0px 20px;
 letter-spacing: unset;
 min-width: unset;
 gap: 8px;
 line-height: 40px;
 }}
@media screen and (max-width: 768px){
.btn::after, .btn_line::after {
 width: 10px;
 height: 10px;
 }}
@media screen and (max-width: 768px){
.btn {
 line-height: 42px;
 }}
@media screen and (max-width: 768px){
.home_about .btn {
 margin-top: 20px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_about .img {
 width: 47.2857%;
 --h: 93.95770393%;
 }
@media screen and (max-width: 576px){
.home_about .img {
 width: 100%;
 order: -1;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_about .img:hover img {
 transform: scale(1.02);
 }
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 {
--title:#00162b;
--swiper-wrapper-transition-timing-function,initial:;
--primary:#e71425;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_equipment {
 padding: 5.7rem 0px;
 overflow: hidden;
 }
.page_equipment.bg {
 background-color: rgb(244, 244, 244);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_equipment {
 padding: 50px 0px;
 }}
.large_content {
 max-width: 176.6rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.large_content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
[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, .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;
 }}
.page_equipment p {
 font-size: 2rem;
 line-height: 2.4rem;
 font-weight: 700;
 max-width: 60.3rem;
 margin: 1.7rem auto 0px;
 }
[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 p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.swiper_box {
 position: relative;
 }
.page_equipment .page_equipment_swiper {
 margin-top: 4.5rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.page_equipment .page_equipment_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_equipment .page_equipment_swiper .swiper-slide {
 max-width: 35.7871%;
 }
.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: 576px){
.page_equipment .page_equipment_swiper .swiper-slide {
 max-width: 80%;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.page_equipment .page_equipment_swiper .img {
 padding-bottom: 65.3481%;
 }
.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;
 }
.page_equipment .page_equipment_swiper .swiper-slide:hover img {
 transform: scale(1.02);
 }
.page_equipment .page_equipment_swiper .title {
 text-align: center;
 font-size: 2.4rem;
 font-weight: 700;
 margin-top: 1.7rem;
 padding-bottom: 1rem;
 }
@media screen and (max-width: 768px){
.page_equipment .page_equipment_swiper .title {
 font-size: 18px;
 margin-top: 20px;
 padding: 0px;
 }}
.swiper_btns {
 gap: 2.2rem;
 display: flex;
 }
.page_equipment .swiper_btns {
 justify-content: center;
 margin-top: 3.9rem;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.page_equipment .swiper_btns {
 margin-top: 30px;
 }}
.swiper_btns div {
 width: 4.4rem;
 cursor: pointer;
 transition: 0.3s;
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/home_2/assets/img/arrow.png") center center / 27.2727% no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns div:hover {
 background-color: var(--title);
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
input, button, textarea {
 border-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 {
--title:#00162b;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_factory {
 position: relative;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.wrap {
 flex-wrap: wrap;
 }
.home_factory .wrap {
 position: absolute;
 inset: 0px;
 z-index: 2;
 }
@media screen and (max-width: 576px){
.home_factory .wrap {
 position: static;
 }}
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
.home_factory .wrap .content {
 display: flex;
 align-items: flex-start;
 height: 100%;
 }
@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, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.home_factory .head {
 flex: 1 1 0%;
 padding: 7.07143% 0px;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_factory .head {
 padding: 4rem 0px;
 }}
@media screen and (max-width: 768px){
.home_factory .head {
 padding: 30px 0px;
 }}
@media screen and (max-width: 576px){
.home_factory .wrap .head {
 padding-top: 50px;
 padding-bottom: 20px;
 }}
.home_factory .subtitle {
 font-size: 2rem;
 font-weight: 700;
 margin-bottom: 1.7rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.home_factory .subtitle {
 font-size: 14px;
 margin-bottom: 8px;
 }}
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
.home_factory .head h2 {
 text-transform: uppercase;
 font-size: 4.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 (min-width: 769px) and (max-width: 896px){
.head h1, .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;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_factory .head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
.home_factory .head h2 {
 font-size: 22px;
 }}
.home_factory p {
 font-size: 2.4rem;
 line-height: 3rem;
 font-weight: 700;
 max-width: 94.9rem;
 margin: 1.8rem auto 0px;
 }
[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, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_factory p {
 font-size: 1.8rem;
 line-height: normal;
 }}
.home_factory .icon {
 width: 10.8rem;
 height: auto;
 margin: 4.5rem auto 0px;
 }
[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 (min-width: 769px) and (max-width: 896px){
.home_factory .icon {
 width: 7rem;
 margin-top: 2rem;
 }}
@media screen and (max-width: 768px){
.home_factory .icon {
 width: 50px;
 margin-top: 20px;
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.img.img_cv {
 overflow: hidden;
 }
.home_factory .bg {
 height: auto;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#00162b;

--primary:#e71425;
  --secondary: #f65741;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_solutions {
 position: relative;
 overflow: hidden;
 max-width: 256rem;
 margin: 0px auto;
 background-color: var(--title);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.home_solutions > div:not(.swiper_box) {
 position: static;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.home_solutions .home_solutions_swiper .swiper-slide {
 position: relative;
 }
.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;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_solutions .home_solutions_swiper .img {
 padding-bottom: 43.75%;
 }
.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;
 }
.wrap {
 flex-wrap: wrap;
 }
.home_solutions .home_solutions_swiper .wrap {
 position: absolute;
 inset: 0px;
 }
@media screen and (max-width: 576px){
.home_solutions .home_solutions_swiper .wrap {
 position: static;
 padding: 30px 0px;
 overflow: hidden;
 }}
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
.home_solutions .home_solutions_swiper .wrap .content {
 display: flex;
 align-items: flex-end;
 height: 100%;
 padding-bottom: 14.7%;
 }
@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, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.home_solutions .home_solutions_swiper .wrap .content {
 align-items: center;
 padding-bottom: 0px;
 }}
.head.white {
 color: rgb(255, 255, 255);
 }
.home_solutions .home_solutions_swiper .head {
 flex: 1 1 0%;
 max-width: 63.9rem;
 }
.home_solutions .home_solutions_swiper .swiper-slide .head .title, .home_solutions .home_solutions_swiper .swiper-slide .head .desc, .home_solutions .home_solutions_swiper .swiper-slide .head .more {
 transform: translateX(100px);
 opacity: 0;
 transition: 0.8s 0.7s;
 }
.home_solutions .home_solutions_swiper .head .title {
 font-size: 4.8rem;
 line-height: 1.1875;
 font-weight: 700;
 max-width: 51rem;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.home_solutions .home_solutions_swiper .head .title {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
.home_solutions .home_solutions_swiper .head .title {
 font-size: 20px;
 }}
.home_solutions .home_solutions_swiper .swiper-slide .head .desc {
 transition: 0.8s 0.8s;
 }
.home_solutions .home_solutions_swiper .head .desc {
 font-size: 1.8rem;
 font-weight: 700;
 margin-top: 2.3rem;
 }
@media screen and (max-width: 768px){
div.head p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.home_solutions .home_solutions_swiper .head .desc {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
.home_solutions .home_solutions_swiper .swiper-slide .head .more {
 transition: 0.8s 0.9s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn_line {
 font-family: Bahnschrift, cursive;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 cursor: pointer;
 text-transform: uppercase;
 transition: 0.3s;
 border-radius: 0.5rem;
 border: 1px solid rgb(239, 241, 247);
 color: rgb(255, 255, 255);
 font-size: 1.8rem;
 font-weight: 400;
 line-height: 5.5rem;
 gap: 2.4rem;
 padding: 0px 2.4rem;
 }
.btn_line::after {
 display: inline-block;
 content: "";
 width: 1rem;
 height: 1rem;
 flex-shrink: 0;
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/home_5/assets/img/arrow-tr.png") center center / contain no-repeat;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.btn_line:hover {
 background-color: var(--primary);
 border-color: var(--primary);
 }
.btn_line:hover::after {
 transform: rotate(45deg);
 }
.home_solutions .home_solutions_swiper .head .btn_line {
 min-width: 25.4rem;
 margin-top: 5.2rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 padding: 0px 20px;
 letter-spacing: unset;
 min-width: unset;
 gap: 8px;
 line-height: 40px;
 }}
@media screen and (max-width: 768px){
.btn::after, .btn_line::after {
 width: 10px;
 height: 10px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 font-size: 14px;
 padding: 0px 20px;
 letter-spacing: unset;
 min-width: unset;
 gap: 8px;
 line-height: 40px;
 margin-top: 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn::after, div.head .btn_line::after {
 width: 10px;
 height: 10px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_solutions .home_solutions_swiper .head .btn_line {
 margin-top: 2rem;
 }}
@media screen and (max-width: 768px){
.home_solutions .home_solutions_swiper .head .btn_line {
 min-width: unset;
 margin-top: 20px;
 }}
.home_solutions .home_solutions_swiper .swiper-slide-active .head .title, .home_solutions .home_solutions_swiper .swiper-slide-active .head .desc, .home_solutions .home_solutions_swiper .swiper-slide-active .head .more {
 transform: translateX(0px);
 opacity: 1;
 transition: 0.5s 0.6s;
 }
.home_solutions .home_solutions_swiper .swiper-slide-active .head .desc {
 transition: 0.5s 0.7s;
 }
.home_solutions .home_solutions_swiper .swiper-slide-active .head .more {
 transition: 0.5s 0.8s;
 }
.swiper_box {
 position: relative;
 }
.home_solutions .swiper_box {
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: 9.28571%;
 z-index: 2;
 }
@media screen and (max-width: 768px){
.home_solutions .swiper_box {
 position: static;
 bottom: 20px;
 padding: 20px 0px;
 }}
.large_content {
 max-width: 176.6rem;
 margin: 0px auto;
 position: relative;
 }
.home_solutions .swiper_box .large_content {
 display: flex;
 gap: 1rem;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.large_content {
 padding: 0px 3rem;
 }}
.home_solutions .swiper_box .swiper_prev, .home_solutions .swiper_box .swiper_next {
 display: block;
 width: 4.4rem;
 cursor: pointer;
 transition: 0.3s;
 flex-shrink: 0;
 background-color: var(--primary);
 }
.home_solutions .swiper_box .swiper_prev::after, .home_solutions .swiper_box .swiper_next::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/home_5/assets/img/arrow.png") center center / 27.2727% no-repeat;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.home_solutions .swiper_box .swiper_prev:hover, .home_solutions .swiper_box .swiper_next:hover {
 background-color: var(--title);
 }
.home_solutions .swiper_box .swiper-button-disabled {
 pointer-events: none;
 background-color: var(--primary);
 }
@media screen and (max-width: 768px){
.home_solutions .swiper_box .swiper_prev, .home_solutions .swiper_box .swiper_next {
 width: 40px;
 }}
.home_solutions .home_solutions_nav_swiper {
 flex: 1 1 0%;
 overflow: hidden;
 }
.home_solutions .home_solutions_nav_swiper .swiper-slide {
 position: relative;
 z-index: 2;
 cursor: pointer;
 display: grid;
 grid-template-columns: 6.5rem 1fr;
 align-items: center;
 background-color: rgb(247, 247, 247);
 gap: 2.1rem;
 padding: 1.62847% 0.603136% 1.62847% 2.17129%;
 }
.home_solutions .home_solutions_nav_swiper .swiper-slide::before {
 position: absolute;
 inset: 0px;
 content: "";
 z-index: -1;
 pointer-events: none;
 transition: 0.3s;
 background-image: linear-gradient(to right, var(--primary) -10%, var(--secondary) 71.3%);
 opacity: 0;
 }
.home_solutions .home_solutions_nav_swiper .swiper-slide-thumb-active::before {
 opacity: 1;
 }
@media screen and (max-width: 768px){
.home_solutions .home_solutions_nav_swiper .swiper-slide {
 grid-template-columns: 40px 1fr;
 padding: 10px;
 gap: 10px;
 }}
.icon.icon_ab {
 position: relative;
 }
.home_solutions .home_solutions_nav_swiper .icon {
 padding-bottom: 100%;
 transition: 0.3s;
 }
.home_solutions .home_solutions_nav_swiper .swiper-slide-thumb-active .icon {
 filter: contrast(0) brightness(2);
 }
.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_solutions .home_solutions_nav_swiper .title {
 font-size: 2rem;
 color: var(--title);
 font-weight: 700;
 transition: 0.3s;
 align-self: end;
 margin-bottom: 1px;
 letter-spacing: 0.02rem;
 }
.home_solutions .home_solutions_nav_swiper .swiper-slide-thumb-active .title {
 color: rgb(255, 255, 255);
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_solutions .home_solutions_nav_swiper .title {
 align-self: center;
 }}
@media screen and (max-width: 768px){
.home_solutions .home_solutions_nav_swiper .title {
 font-size: 14px;
 margin: 0px;
 letter-spacing: unset;
 align-self: center;
 }}
.home_solutions .swiper_box .swiper_next::after {
 transform: rotate(180deg);
 }
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 {
--title:#00162b;
--primary:#e71425;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.home_advantages {
 background-color: rgb(239, 241, 247);
 padding: 8.8rem 0px 12.7rem;
 border-top: 0.3rem solid rgb(255, 255, 255);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_advantages {
 padding: 50px 0px;
 border-top-width: medium;
 border-top-style: none;
 border-top-color: currentcolor;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.home_advantages > img {
 opacity: 0.09;
 }
.content {
 max-width: 140rem;
 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, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
[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, .head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.home_advantages .head p {
 font-weight: 700;
 }
.home_advantages p {
 font-size: 2rem;
 line-height: 3rem;
 margin-top: 0.3rem;
 }
[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 p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.home_advantages .items {
 margin-top: 2.9rem;
 }
@media screen and (max-width: 768px){
.home_advantages .items {
 margin-top: 30px;
 }}
.home_advantages .items ul {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
 gap: 2rem 1.7rem;
 }
@media screen and (max-width: 768px){
.home_advantages .items ul {
 display: flex;
 width: calc(100% + 40px);
 padding: 0px 20px;
 margin: 0px -20px;
 overflow-x: auto;
 gap: 16px;
 }}
li {
 list-style: none;
 }
@media screen and (max-width: 768px){
.home_advantages .items ul li {
 flex: 1 0 250px;
 }}
.home_advantages .item {
 display: block;
 height: 100%;
 background-color: rgb(255, 255, 255);
 border: 1px solid rgb(248, 248, 248);
 padding: 13.1868% 10.989% 11.4286%;
 }
@media screen and (max-width: 768px){
.home_advantages .item {
 padding: 20px;
 }}
.home_advantages .item h3 {
 font-size: 2.4rem;
 font-weight: 700;
 color: var(--title);
 }
.home_advantages .item h3::after {
 display: block;
 content: "";
 width: 4.6rem;
 height: 0.5rem;
 border: 1px solid rgb(248, 248, 248);
 background-image: linear-gradient(to right, var(--primary) 76.61%, #f8f8f8 76.61%, #f8f8f8 calc(76.61% + 1px), #fff calc(76.61% + 1px), #fff calc(76.61% + 2px), var(--primary) calc(76.61% + 2px));
 margin-top: 1.4rem;
 }
@media screen and (max-width: 768px){
.home_advantages .item h3 {
 font-size: 18px;
 }}
@media screen and (max-width: 768px){
.home_advantages .item h3::after {
 width: 40px;
 height: 4px;
 margin-top: 10px;
 }}
.home_advantages .item p {
 margin-top: 2.7rem;
 max-width: 35.2rem;
 }
@media screen and (max-width: 768px){
.home_advantages .item p {
 font-size: 14px;
 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 {
--title:#00162b;
--swiper-wrapper-transition-timing-function,initial:;
--h:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_partners {
 padding: 12.1rem 0px 5.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_partners {
 padding: 50px 0px;
 overflow: hidden;
 }}
.large_content {
 max-width: 176.6rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.large_content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
[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, .head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.home_partners p {
 font-size: 2rem;
 line-height: 3rem;
 font-weight: 700;
 margin-top: 0.3rem;
 }
[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 p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.home_partners .home_partners_swiper {
 overflow: hidden;
 max-width: 176.2rem;
 margin: 6.1rem auto 0px;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_partners .home_partners_swiper {
 overflow: unset;
 margin-top: 30px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
.swiper-grid > .swiper-wrapper {
 flex-wrap: wrap;
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_partners .home_partners_swiper .swiper-slide {
 margin-bottom: 2px;
 max-width: 629px;
 }
.home_partners .home_partners_swiper .img {
 background-color: rgb(254, 254, 254);
 border: 1px solid rgb(228, 230, 233);
 --h: 55.82822086%;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.home_partners .home_partners_swiper .swiper-slide {
 margin-bottom: 0px;
 max-width: 160px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#00162b;
--swiper-wrapper-transition-timing-function,initial:;
--primary:#e71425;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_cases {
 padding: 5.8rem 0px 7.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_cases {
 padding: 50px 0px;
 }}
@media screen and (max-width: 576px){
.home_cases {
 overflow: hidden;
 }}
.large_content {
 max-width: 176.6rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.large_content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
[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, .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;
 }}
.Poppins {
 font-family: Poppins, sans-serif;
 }
.home_cases p {
 font-size: 1.8rem;
 font-weight: 700;
 margin-top: 0.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 p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.swiper_box {
 position: relative;
 }
.home_cases .swiper_box {
 margin-top: 5.4rem;
 }
@media screen and (max-width: 768px){
.home_cases .swiper_box {
 margin-top: 30px;
 }}
.home_cases .home_cases_swiper {
 overflow: hidden;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 576px){
.home_cases .home_cases_swiper {
 overflow: unset;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.home_cases .home_cases_swiper .swiper-slide {
 position: relative;
 flex: 0 0 24.9434%;
 transition: flex 0.5s;
 margin-right: 0.736127%;
 max-width: 860px;
 padding-top: 29.8414%;
 }
.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: 576px){
.home_cases .home_cases_swiper .swiper-slide {
 flex: 1 0 250px;
 max-width: 250px;
 padding: 0px;
 margin-right: 16px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_cases .home_cases_swiper .img {
 position: absolute;
 width: 100%;
 top: 0px;
 left: 0px;
 }
@media screen and (max-width: 576px){
.home_cases .home_cases_swiper .swiper-slide .img {
 position: relative;
 padding-bottom: 119.728%;
 }}
.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;
 }
.home_cases .home_cases_swiper .img:hover img {
 transform: scale(1.02);
 }
.home_cases .home_cases_swiper .title {
 font-size: 2.4rem;
 font-weight: 700;
 color: var(--title);
 text-align: center;
 margin-top: 3.4rem;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_cases .home_cases_swiper .title {
 font-size: 2rem;
 }}
@media screen and (max-width: 768px){
.home_cases .home_cases_swiper .title {
 font-size: 18px;
 margin-top: 20px;
 }}
.home_cases .home_cases_swiper .swiper-slide.active {
 flex: 0 0 48.641%;
 }
@media screen and (max-width: 576px){
.home_cases .home_cases_swiper .swiper-slide.active {
 flex: 1 0 250px;
 }}
.home_cases .home_cases_swiper .swiper-slide:last-child {
 margin-right: 0px;
 }
.swiper_btns {
 gap: 2.2rem;
 display: flex;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 149.2rem;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 justify-content: space-between;
 }
.home_cases .swiper_btns.middle {
 top: 46.8%;
 }
@media screen and (max-width: 768px){
.large_content .swiper_btns.middle:not(:has(.swiper-button-lock)) {
 padding: 0px;
 }}
@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;
 }}
.swiper_btns div {
 width: 4.4rem;
 cursor: pointer;
 transition: 0.3s;
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/home_8/assets/img/arrow.png") center center / 27.2727% no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns div:hover {
 background-color: var(--title);
 }
.swiper_btns .swiper-button-disabled {
 pointer-events: none;
 background-color: var(--primary);
 }
.swiper_btns.middle div {
 pointer-events: all;
 }
.swiper_btns.middle .swiper-button-disabled, .swiper_btns.middle .swiper-button-lock {
 pointer-events: none;
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
input, button, textarea {
 border-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 {
--title:#00162b;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.home_world {
 padding: 7.2rem 0px 17.1rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_world {
 padding: 50px 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.home_world > img {
 height: auto;
 object-fit: contain;
 top: unset;
 bottom: 0px;
 }
.large_content {
 max-width: 176.6rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.large_content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
[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, .head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.home_world p {
 font-size: 2.4rem;
 line-height: 1;
 font-weight: 700;
 max-width: 57.7rem;
 margin: 1.1rem auto 0px;
 }
[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 p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
@media screen and (max-width: 576px){
.home_world .box {
 width: calc(100% + 40px);
 margin: 0px -20px;
 padding: 0px 20px;
 overflow-x: auto;
 }}
.home_world .image {
 position: relative;
 margin-top: 4.4rem;
 padding-bottom: 41.6761%;
 }
@media screen and (max-width: 768px){
.home_world .image {
 margin-top: 30px;
 }}
@media screen and (max-width: 576px){
.home_world .box .image {
 min-width: 600px;
 padding: 0px;
 }}
@media screen and (max-width: 576px){
.home_world .box .image::after {
 padding-bottom: 41.6761%;
 display: block;
 content: "";
 }}
.home_world .image > .syeditorlist {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.home_world .image .syeditorlist {
 width: 100%;
 height: 100%;
 display: flex;
 gap: 1.6rem 1.7rem;
 }
@media screen and (max-width: 768px){
.home_world .image .syeditorlist {
 gap: 10px;
 }}
.home_world .image .syeditorlist div {
 flex: 1 1 0%;
 }
.home_world .image .syeditorlist .syeditorlist {
 flex-direction: column;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_world .image .img {
 border-radius: 1rem;
 }
@media screen and (max-width: 768px){
.home_world .image .img {
 border-radius: 5px;
 }}
.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;
 }
.home_world .image .img:hover img {
 transform: scale(1.02);
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#00162b;
--primary:#e71425;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_faqs {
 padding: 10.5rem 0px 7.4rem;
 }
.page_faqs {
 padding-top: 11.8rem;
 padding-bottom: 15.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_faqs {
 padding: 50px 0px;
 }}
.content {
 max-width: 140rem;
 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, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
[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, .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;
 }}
.page_faqs .faqs {
 max-width: 114.7rem;
 margin: 4.2rem auto 0px;
 }
.page_faqs .faqs {
 margin-top: 5.3rem;
 }
@media screen and (max-width: 768px){
.page_faqs .faqs {
 margin-top: 30px;
 }}
.faq_list .faq_item {
 margin-bottom: 2.5rem;
 }
@media screen and (max-width: 768px){
.faq_list .faq_item {
 margin-bottom: 16px;
 }}
.faq_list .faq_item.active .question {
 color: rgb(255, 255, 255);
 }
.faq_list .faq_item.active .question::after {
 filter: contrast(0) brightness(2);
 transform: rotate(180deg);
 }
.faq_list .faq_item.active .question::before {
 opacity: 1;
 }
.faq_list .question {
 position: relative;
 z-index: 2;
 display: grid;
 grid-template-columns: 1fr 1.8rem;
 align-items: center;
 font-size: 2.4rem;
 font-weight: 700;
 color: var(--title);
 background-color: rgb(241, 241, 241);
 transition: 0.3s;
 cursor: pointer;
 gap: 2rem;
 padding: 2.5rem 4.9rem 2.5rem 2.9rem;
 }
.faq_list .question::before {
 position: absolute;
 inset: 0px;
 content: "";
 z-index: -1;
 pointer-events: none;
 background-image: linear-gradient(to right, var(--primary) -50%, var(--secondary) 64.7%);
 transition: 0.3s;
 opacity: 0;
 }
.faq_list .question::after {
 display: block;
 content: "";
 padding-bottom: 66.6667%;
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/products_7/assets/img/nav-down.png") center center / contain no-repeat;
 transition: 0.3s;
 filter: contrast(0) brightness(0);
 }
.page_faqs .faq_list .question {
 padding-right: 3.1rem;
 grid-template-columns: 1fr 1.5rem;
 }
@media screen and (max-width: 768px){
.faq_list .faq_item .question {
 font-size: 16px;
 grid-template-columns: 1fr 14px;
 padding: 14px 20px;
 gap: 14px;
 }}
@media screen and (max-width: 768px){
.page_faqs .faqs .question {
 grid-template-columns: 1fr 14px;
 padding-right: 20px;
 }}
.Poppins {
 font-family: Poppins, sans-serif;
 }
.faq_list .answer {
 display: none;
 font-size: 2rem;
 line-height: 3rem;
 font-weight: 500;
 hyphens: auto;
 padding: 2.4rem 3.8rem 0.5rem 2.2rem;
 }
.page_faqs .faq_list .answer {
 font-size: 1.8rem;
 line-height: 3.15rem;
 }
@media screen and (max-width: 768px){
.faq_list .faq_item .answer {
 padding: 14px 20px 20px;
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.page_faqs .faqs .answer {
 font-size: 14px;
 line-height: 1.5;
 }}
.faq_list .faq_item:last-child {
 margin-bottom: 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){


}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}