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;
 }
.page_banner {
 background-color: rgb(0, 0, 0);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.page_banner > img {
 opacity: 0.63;
 }
.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;
 }
.flex_middle {
 align-items: center;
 }
.page_banner .flex {
 min-height: 40rem;
 padding: 6rem 0px;
 }
@media screen and (max-width: 768px){
.page_banner .flex {
 min-height: unset;
 padding: 50px 0px;
 }}
.center {
 text-align: center;
 }
.head.white {
 color: rgb(255, 255, 255);
 }
.page_banner .head {
 flex: 1 1 0%;
 padding-bottom: 0.7%;
 }
.page_banner .head {
 padding-top: 1%;
 }
@media screen and (max-width: 768px){
.page_banner .flex .head {
 padding: 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);
 }
.page_banner .head h1 {
 text-transform: uppercase;
 }
.page_banner .head h1 {
 text-transform: unset;
 }
[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-down"] {
 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;
 }}
i, em {
 font-style: normal;
 }
.page_banner .line {
 width: 5.8rem;
 height: 1rem;
 display: block;
 background-color: rgb(237, 53, 47);
 content: "";
 margin: 0.7rem auto 1.5rem;
 }
.page_banner .line {
 height: 0.8rem;
 margin-top: 0.9rem;
 margin-bottom: 2rem;
 }
@media screen and (max-width: 768px){
.page_banner .flex .head .line {
 width: 40px;
 height: 5px;
 margin: 12px auto;
 }}
.breadcrumbs {
 line-height: 2rem;
 min-height: 2rem;
 }
@media screen and (max-width: 768px){
.breadcrumbs {
 line-height: 20px;
 min-height: 20px;
 }}
.breadcrumbs span {
 color: rgb(235, 58, 72);
 font-weight: 700;
 }
.white .breadcrumbs span {
 color: rgb(231, 20, 37);
 }
.breadcrumbs span span::before {
 display: inline-block;
 content: "";
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/about_0/assets/img/bread-nav.png") center center / contain no-repeat;
 width: 1.1rem;
 height: 1.1rem;
 margin: 0px 0.4rem 0px 2px;
 }
.breadcrumbs span span:first-child::before {
 display: none;
 }
.white .breadcrumbs span span::before {
 filter: contrast(0) brightness(2);
 }
@media screen and (max-width: 768px){
.breadcrumbs span span::before {
 width: 8px;
 height: 8px;
 margin: 0px 8px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.breadcrumbs span span:first-child a {
 overflow: hidden;
 position: relative;
 padding-left: 1.7rem;
 }
.breadcrumbs span span:first-child a::before {
 position: absolute;
 width: 1.3rem;
 height: 1.3rem;
 content: "";
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/about_0/assets/img/home.png") center center / contain no-repeat;
 left: 0px;
 top: 0px;
 transition: 0.3s;
 filter: contrast(0) brightness(0.5);
 }
.breadcrumbs span span:first-child a:hover::before {
 filter: unset;
 }
.breadcrumbs span a {
 font-weight: 700;
 color: rgb(0, 0, 12);
 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(--primary);
 }
.white .breadcrumbs span span:first-child a::before {
 filter: contrast(0) brightness(2);
 }
.white .breadcrumbs span span:first-child a:hover::before {
 filter: unset;
 }
@media screen and (max-width: 768px){
.breadcrumbs span span:first-child a {
 padding-left: 15px;
 }}
@media screen and (max-width: 768px){
.breadcrumbs span span:first-child a::before {
 width: 12px;
 height: 12px;
 top: 1px;
 }}
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:#e71425;
--title:#00162b;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_nav {
 border-bottom: 1px solid rgb(239, 239, 239);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.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;
 }}
.about_nav .nav .nav_list {
 display: flex;
 flex-wrap: wrap;
 gap: 2rem 6.18571%;
 }
@media screen and (max-width: 768px){
.about_nav .nav .nav_list {
 width: calc(100% + 40px);
 margin: 0px -20px;
 padding: 0px 20px;
 overflow-x: auto;
 flex-wrap: nowrap;
 justify-content: unset;
 gap: 20px;
 }}
li {
 list-style: none;
 }
.about_nav .nav .nav_list li:first-child {
 margin-left: 1.8%;
 }
@media screen and (max-width: 768px){
.about_nav .nav .nav_list li:first-child {
 margin-left: auto;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.about_nav .nav .nav_item {
 position: relative;
 display: flex;
 align-items: center;
 text-align: center;
 justify-content: center;
 cursor: pointer;
 font-size: 1.8rem;
 font-weight: 700;
 transition: 0.3s;
 padding: 3.7rem 0px 3.4rem;
 }
.about_nav .nav .nav_item::after {
 position: absolute;
 width: 67.165%;
 max-width: 9rem;
 height: 0.3rem;
 left: 50%;
 bottom: -1px;
 transform: translateX(-50%) scaleX(0);
 content: "";
 background-color: var(--primary);
 transition: 0.3s;
 }
.about_nav .nav .nav_item.active::after, .about_nav .nav .nav_item:hover::after {
 transform: translateX(-50%);
 }
@media screen and (max-width: 768px){
.about_nav .nav .nav_item {
 font-size: 14px;
 padding: 20px 0px 22px;
 white-space: nowrap;
 }}
@media screen and (max-width: 768px){
.about_nav .nav .nav_item::after {
 height: 2px;
 bottom: 0px;
 }}
@media screen and (max-width: 768px){
.about_nav .nav .nav_list li:last-child {
 margin-right: auto;
 }}
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: #e71425;
    --secondary: #f65741;
    --title: #00162b;
    --text: #333333;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_company {
 padding: 9.8rem 0px 16rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_company {
 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;
 }
.about_company .head {
 max-width: 118.9rem;
 margin: 0px auto;
 }
.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;
 }}
.about_company h3 {
 font-size: 2.4rem;
 font-weight: 700;
 display: inline-block;
 background-image: linear-gradient(to right, rgb(17, 17, 17), rgb(0, 0, 0) 29%, rgb(45, 45, 45) 60%);
 background-clip: text;
 color: transparent;
 margin-top: 1.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){
.about_company h3 {
 font-size: 18px;
 margin-top: 12px;
 }}
.about_company p {
 font-size: 1.4rem;
 line-height: 2.4rem;
 margin-top: 2.6rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
div.head p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.img_bg {
 position: relative;
 z-index: 2;
 }
.about_company .nums {
 margin-top: 10.3rem;
 }
@media screen and (max-width: 768px){
.about_company .nums {
 margin-top: 30px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.about_company .nums > img {
 width: 64.3571%;
 height: auto;
 left: 50%;
 transform: translateX(-50%);
 opacity: 0.16;
 top: -19%;
 }
.about_company .nums ul {
 max-width: 106.4rem;
 margin: 0px auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.about_company .nums ul {
 gap: 20px;
 justify-content: unset;
 }}
@media screen and (max-width: 576px){
.about_company .nums ul {
 display: grid;
 grid-template-columns: 1fr 1fr;
 }}
li {
 list-style: none;
 }
.about_company .nums li {
 min-width: 13.2%;
 }
@media screen and (max-width: 768px){
.about_company .nums li {
 flex: 1 1 0%;
 min-width: unset;
 }}
.Bahnschrift {
 font-family: Bahnschrift, cursive;
 }
.Bahnschrift.bold {
 font-family: BahnschriftCondensed, cursive;
 font-weight: 700;
 }
.about_company .nums strong {
 display: inline-block;
 background-image: linear-gradient(to right, var(--primary), var(--secondary) 70%);
 background-clip: text;
 color: transparent;
 font-size: 6rem;
 white-space: nowrap;
 line-height: 1;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.about_company .nums strong {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
.about_company .nums strong {
 font-size: 26px;
 }}
.about_company .nums p {
 font-size: 1.6rem;
 line-height: 2.4rem;
 max-width: 19.8rem;
 margin-top: 1.7rem;
 }
@media screen and (max-width: 768px){
.about_company .nums 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;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_video {
 max-width: 256rem;
 margin: 0px auto;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.video {
 position: relative;
 overflow: hidden;
 }
.about_video .video {
 padding-bottom: 39.8438%;
 cursor: pointer;
 }
.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/about_3/assets/img/play.png") center center / contain no-repeat;
 transition: 0.3s;
 }
.video .btn_play:hover {
 transform: translate(-50%, -50%) scale(1.1);
 }
.about_video .video .btn_play {
 top: 55%;
 }
@media screen and (max-width: 768px){
.video .btn_play {
 width: 40px;
 height: 40px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--swiper-wrapper-transition-timing-function,initial:;
--h:;
--primary:#e71425;
--title:#00162b;
--opt:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_milestones {
 padding: 11.5rem 0px 5.4rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_milestones {
 padding: 50px 0px;
 }}
.content {
 max-width: 140rem;
 margin: 0px auto;
 position: relative;
 }
.about_milestones > div {
 position: static;
 }
@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;
 }}
[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);
 }
.about_milestones .about_milestones_swiper {
 max-width: 133.2rem;
 margin: 0px auto;
 overflow: hidden;
 border-radius: 1rem;
 }
.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;
 }
.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;
 }
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.about_milestones .about_milestones_swiper .flex {
 height: 100%;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.about_milestones .about_milestones_swiper .info {
 flex: 1 1 0%;
 width: 100%;
 max-width: 60.2rem;
 padding-top: 2.3%;
 }
@media screen and (max-width: 768px){
.about_milestones .about_milestones_swiper .info {
 padding: 0px;
 }}
.about_milestones .about_milestones_swiper .info strong {
 font-size: 2.4rem;
 font-weight: 700;
 }
@media screen and (max-width: 768px){
.about_milestones .about_milestones_swiper .info strong {
 font-size: 14px;
 }}
.about_milestones .about_milestones_swiper .info strong span {
 font-size: 5rem;
 margin-right: 0.6rem;
 }
@media screen and (max-width: 768px){
.about_milestones .about_milestones_swiper .info strong span {
 font-size: 26px;
 margin-right: 0px;
 }}
.about_milestones .about_milestones_swiper .info h3 {
 font-size: 2.4rem;
 line-height: 3.6rem;
 font-weight: 700;
 max-width: 48rem;
 margin-top: 2.6rem;
 }
@media screen and (max-width: 768px){
.about_milestones .about_milestones_swiper .info h3 {
 font-size: 16px;
 line-height: 1.5;
 margin-top: 10px;
 }}
.about_milestones .about_milestones_swiper .info p {
 font-size: 1.8rem;
 line-height: 3.15rem;
 hyphens: auto;
 margin-top: 1.9rem;
 letter-spacing: 0.003rem;
 }
@media screen and (max-width: 768px){
.about_milestones .about_milestones_swiper .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.about_milestones .about_milestones_swiper .img {
 width: 47.2973%;
 border-radius: 1rem;
 --h: 64.76190476%;
 margin-right: 2.17718%;
 }
@media screen and (max-width: 768px){
.about_milestones .about_milestones_swiper .img {
 margin: 0px;
 }}
@media screen and (max-width: 576px){
.about_milestones .about_milestones_swiper .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;
 }
.about_milestones .about_milestones_swiper .img:hover img {
 transform: scale(1.02);
 }
.swiper_box {
 position: relative;
 }
.about_milestones .swiper_box {
 display: flex;
 align-items: center;
 margin-top: 6.8rem;
 }
@media screen and (max-width: 768px){
.about_milestones .swiper_box {
 margin-top: 30px;
 }}
.about_milestones .swiper_box .swiper_prev, .about_milestones .swiper_box .swiper_next {
 position: relative;
 z-index: 2;
 width: 5.1rem;
 display: block;
 cursor: pointer;
 flex-shrink: 0;
 border-radius: 50%;
 background-color: transparent;
 overflow: hidden;
 transition: 0.3s;
 }
.about_milestones .swiper_box .swiper_prev::before, .about_milestones .swiper_box .swiper_next::before {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 content: "";
 z-index: -1;
 border-radius: 50%;
 background-image: linear-gradient(to right, var(--primary), var(--secondary));
 pointer-events: none;
 transition: 0.3s;
 }
.about_milestones .swiper_box .swiper_prev::after, .about_milestones .swiper_box .swiper_next::after {
 display: block;
 padding-bottom: 100%;
 content: "";
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/about_4/assets/img/arrow2.png") center center / 31.4% no-repeat;
 filter: contrast(0) brightness(2);
 transition: 0.3s;
 }
.about_milestones .swiper_box .swiper_prev:hover, .about_milestones .swiper_box .swiper_next:hover {
 background-color: var(--title);
 }
.about_milestones .swiper_box .swiper_prev:hover::before, .about_milestones .swiper_box .swiper_next:hover::before {
 opacity: 0;
 }
.about_milestones .swiper_box .swiper-button-disabled {
 pointer-events: none;
 background-color: rgb(229, 229, 229);
 }
.about_milestones .swiper_box .swiper-button-disabled::after {
 filter: contrast(0) brightness(1.2);
 }
.about_milestones .swiper_box .swiper-button-disabled::before {
 opacity: 0;
 }
.about_milestones .swiper_box .swiper_prev {
 margin-right: 3.8rem;
 }
@media screen and (max-width: 768px){
.about_milestones .swiper_box .swiper_prev, .about_milestones .swiper_box .swiper_next {
 width: 40px;
 margin: 0px;
 }}
.about_milestones .about_milestones_date_swiper {
 position: relative;
 flex: 1 1 0%;
 overflow: hidden;
 }
.about_milestones .about_milestones_date_swiper::before {
 position: absolute;
 width: 100%;
 height: 1px;
 content: "";
 background-color: rgb(235, 235, 235);
 left: 0px;
 top: 50%;
 transform: translateY(-50%);
 }
@media screen and (max-width: 768px){
.about_milestones .about_milestones_date_swiper {
 padding: 0px 16px;
 }}
.about_milestones .about_milestones_date_swiper .swiper-slide {
 position: relative;
 z-index: 2;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 padding: 6.4rem 0px;
 max-width: 150px;
 }
.about_milestones .about_milestones_date_swiper .swiper-slide::before, .about_milestones .about_milestones_date_swiper .swiper-slide::after {
 position: absolute;
 left: 43%;
 top: 0px;
 transform: translateX(-50%) rotate(-45deg);
 content: "";
 width: 79.4425%;
 padding-bottom: 65.5052%;
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/about_4/assets/img/about-triangle2.png") center center / contain no-repeat;
 z-index: 1;
 opacity: 0;
 transition: 0.4s, opacity 0.3s;
 }
.about_milestones .about_milestones_date_swiper .swiper-slide::after {
 width: 64.8084%;
 padding-bottom: 63.444%;
 background-image: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/about_4/assets/img/about-triangle1.png");
 left: 53%;
 top: 12.5%;
 transform: translateX(-50%) rotate(45deg);
 }
@media screen and (max-width: 768px){
.about_milestones .about_milestones_date_swiper .swiper-slide {
 padding: 30px 0px;
 max-width: 105px;
 }}
.about_milestones .about_milestones_date_swiper .date {
 position: absolute;
 --opt: 2rem;
 bottom: calc(45.5% + var(--opt));
 z-index: 2;
 display: block;
 font-size: 2.4rem;
 transition: 0.4s, color 0.3s;
 }
@media screen and (max-width: 768px){
.about_milestones .about_milestones_date_swiper .date {
 font-size: 14px;
 }}
i, em {
 font-style: normal;
 }
.about_milestones .about_milestones_date_swiper .dot {
 display: flex;
 width: 1.7rem;
 height: 1.7rem;
 border-radius: 50%;
 background-image: linear-gradient(to right, var(--primary), var(--secondary));
 }
.about_milestones .about_milestones_date_swiper .dot::after {
 display: block;
 width: 100%;
 height: 100%;
 border-radius: 50%;
 background-color: rgb(255, 255, 255);
 content: "";
 transform: scale(0.470588);
 }
@media screen and (max-width: 768px){
.about_milestones .about_milestones_date_swiper .dot {
 width: 14px;
 height: 14px;
 }}
.about_milestones .about_milestones_date_swiper .swiper-slide-thumb-active::before, .about_milestones .about_milestones_date_swiper .swiper-slide-thumb-active::after {
 transform: translateX(-50%);
 opacity: 1;
 }
.about_milestones .about_milestones_date_swiper .swiper-slide-thumb-active .date {
 color: rgb(255, 255, 255);
 font-weight: 700;
 --opt: 0rem;
 }
.about_milestones .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;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.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;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
@media screen and (max-width: 576px){
.about_team .flex {
 flex-direction: column-reverse;
 }}
.about_team .lt {
 position: relative;
 width: 61.2143%;
 display: flex;
 padding: 5.9rem 0px 4rem;
 }
@media screen and (max-width: 768px){
.about_team .lt {
 padding: 40px 0px;
 }}
@media screen and (max-width: 576px){
.about_team .rt, .about_team .lt {
 width: 100%;
 }}
@media screen and (max-width: 576px){
.about_team .lt {
 display: block;
 }}
.about_team .about_team_swiper {
 width: 92.9988%;
 overflow: hidden;
 padding-left: 3.03384%;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.about_team .about_team_swiper {
 padding: 0px;
 }}
@media screen and (max-width: 576px){
.about_team .about_team_swiper {
 width: 100%;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
.about_team .about_team_swiper .info {
 height: 100%;
 }
@media screen and (max-width: 576px){
.about_team .about_team_swiper .info {
 padding-right: 20px;
 }}
.about_team .about_team_swiper .name {
 font-size: 4.8rem;
 font-weight: 700;
 display: inline-block;
 background-image: linear-gradient(to right, rgb(17, 17, 17), rgb(0, 0, 0) 29%, rgb(45, 45, 45) 62%);
 background-clip: text;
 color: transparent;
 }
@media screen and (max-width: 768px){
.about_team .about_team_swiper .name {
 font-size: 22px;
 }}
.about_team .about_team_swiper strong {
 display: block;
 font-size: 2.4rem;
 font-weight: 700;
 margin-top: 2.7rem;
 }
@media screen and (max-width: 768px){
.about_team .about_team_swiper strong {
 font-size: 18px;
 margin-top: 10px;
 }}
.about_team .about_team_swiper p {
 font-size: 2rem;
 line-height: 3.5rem;
 hyphens: auto;
 margin-top: 4.7rem;
 }
@media screen and (max-width: 768px){
.about_team .about_team_swiper p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
.about_team .about_team_swiper p + p {
 margin-top: 3.5rem;
 }
@media screen and (max-width: 768px){
.about_team .about_team_swiper p + p {
 margin-top: 10px;
 }}
.about_team div.swiper-scrollbar {
 position: absolute;
 right: 0px;
 top: 67.3%;
 bottom: unset;
 transform: translateY(-50%) rotate(90deg);
 left: unset;
 width: 15.7rem;
 height: 0.4rem;
 border-radius: 10px;
 background: rgb(225, 225, 225);
 transform-origin: right center;
 }
.swiper-scrollbar {
 border-radius: var(--swiper-scrollbar-border-radius,10px);
 position: relative;
 touch-action: none;
 background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
 }
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
 position: absolute;
 left: var(--swiper-scrollbar-sides-offset,1%);
 bottom: var(--swiper-scrollbar-bottom,4px);
 top: var(--swiper-scrollbar-top,auto);
 z-index: 50;
 height: var(--swiper-scrollbar-size,4px);
 width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
 }
@media screen and (max-width: 576px){
.about_team div.swiper-scrollbar {
 position: static;
 transform: translate(0px);
 width: 100%;
 height: 3px;
 margin-top: 20px;
 }}
.about_team div.swiper-scrollbar .swiper-scrollbar-drag {
 background: rgb(236, 46, 48);
 }
.swiper-scrollbar-drag {
 height: 100%;
 width: 100%;
 position: relative;
 background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
 border-radius: var(--swiper-scrollbar-border-radius,10px);
 left: 0px;
 top: 0px;
 }
.about_team .rt {
 align-self: flex-end;
 width: 32.8571%;
 margin-right: 1.28571%;
 padding-top: 8.2rem;
 }
@media screen and (max-width: 768px){
.about_team .rt {
 margin: 0px;
 padding-top: 20px;
 }}
@media screen and (max-width: 576px){
.about_team .rt {
 max-width: 400px;
 margin: 0px auto;
 align-self: center;
 }}
.about_team .about_team_image_swiper {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.about_team .about_team_image_swiper .img {
 padding-bottom: 143.261%;
 }
.swiper-fade .swiper-slide {
 pointer-events: none;
 transition-property: opacity;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.swiper-fade .swiper-slide-active {
 pointer-events: auto;
 }
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:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.about_mission {
 padding: 8rem 0px 9.6rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_mission {
 padding: 50px 0px;
 overflow: hidden;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.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;
 }}
.about_mission p {
 font-size: 1.8rem;
 font-weight: 700;
 margin-top: 1.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 p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.about_mission .about_mission_swiper {
 overflow: hidden;
 border-radius: 1rem;
 max-width: 135.9rem;
 margin: 6.5rem auto 0px;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.about_mission .about_mission_swiper {
 overflow: unset;
 margin-top: 30px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.about_mission .about_mission_swiper .swiper-slide {
 max-width: 325px;
 }
.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;
 }
.about_mission .item {
 display: block;
 height: 100%;
 border-radius: 1rem;
 border: 1px solid rgb(248, 248, 248);
 background-color: rgb(255, 255, 255);
 padding: 15.1235% 9.25926% 25%;
 }
@media screen and (max-width: 768px){
.about_mission .item {
 padding: 20px;
 }}
.about_mission .item .icon {
 width: 10.6rem;
 height: 10.6rem;
 margin: 0px auto;
 border-radius: 50%;
 border: 1px solid rgba(51, 51, 51, 0.22);
 }
@media screen and (max-width: 768px){
.about_mission .item .icon {
 width: 50px;
 height: 50px;
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.about_mission .item .icon img {
 transform: scale(0.673077);
 }
.about_mission .item .info {
 text-align: center;
 margin-top: 4.3rem;
 }
@media screen and (max-width: 768px){
.about_mission .item .info {
 margin-top: 20px;
 }}
.about_mission .item .info h3 {
 font-size: 2.4rem;
 font-weight: 700;
 color: rgb(0, 0, 12);
 }
@media screen and (max-width: 768px){
.about_mission .item .info h3 {
 font-size: 18px;
 }}
.about_mission .item .info p {
 font-size: 1.6rem;
 line-height: 2.2rem;
 font-weight: 400;
 max-width: 24rem;
 margin: 2.6rem auto 0px;
 }
@media screen and (max-width: 768px){
.about_mission .item .info 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;
--h:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_certificate {
 padding: 10.8rem 0px 5.7rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_certificate {
 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;
 }}
.about_certificate .head {
 flex: 1 1 0%;
 width: 100%;
 max-width: 69.5rem;
 padding-top: 3%;
 margin-left: 2.5rem;
 }
@media screen and (max-width: 768px){
.about_certificate .head {
 padding: 0px;
 margin: 0px;
 }}
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
.about_certificate .head h2 {
 font-size: 4.8rem;
 line-height: 1.1875;
 margin-bottom: 4.8rem;
 display: inline-block;
 background-image: linear-gradient(to right, rgb(17, 17, 17), rgb(0, 0, 0) 29%, rgb(45, 45, 45) 80%);
 background-clip: text;
 color: transparent;
 letter-spacing: 0.05rem;
 }
[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;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.about_certificate .head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
.about_certificate .head h2 {
 font-size: 22px;
 line-height: 1.3;
 margin-bottom: 0px;
 letter-spacing: unset;
 }}
.about_certificate p {
 font-size: 1.8rem;
 line-height: 2.4rem;
 margin-top: 2.4rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
div.head p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.about_certificate .cer_lis {
 margin-top: 5.9rem;
 }
[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){
.about_certificate .cer_lis {
 margin-top: 22px;
 }}
.about_certificate .cer_lis ul {
 display: flex;
 flex-wrap: wrap;
 gap: 2.3rem;
 margin-left: -1.7rem;
 }
@media screen and (max-width: 768px){
.about_certificate .cer_lis ul {
 gap: 16px;
 margin-left: 0px;
 }}
li {
 list-style: none;
 }
.about_certificate .cer_lis .img {
 height: 10rem;
 width: auto;
 }
@media screen and (max-width: 768px){
.about_certificate .cer_lis .img {
 height: 50px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.about_certificate .img.img_aba {
 width: 40.4286%;
 --h: 101.76056338%;
 border-radius: 2rem;
 margin-right: 1.8rem;
 }
@media screen and (max-width: 768px){
.about_certificate .img.img_aba {
 margin: 0px;
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.about_certificate .img.img_aba {
 width: 100%;
 order: -1;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.about_certificate .img.img_aba: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 {
 padding-bottom: 4.6rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_equipment {
 padding: 50px 0px;
 }}
@media screen and (max-width: 768px){
.page_equipment {
 padding-bottom: 50px;
 }}
.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;
 }
.page_equipment p {
 font-size: 1.8rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
div.head 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/about_8/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;
--swiper-wrapper-transition-timing-function,initial:;
--primary:#e71425;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.about_advantages {
 padding: 8rem 0px 11.3rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_advantages {
 padding: 50px 0px;
 overflow: hidden;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.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;
 }}
.about_advantages .head p {
 font-weight: 700;
 }
.about_advantages p {
 font-size: 1.8rem;
 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;
 }}
.about_advantages .about_advantages_swiper {
 overflow: hidden;
 border-radius: 1rem;
 max-width: 136.2rem;
 margin: 4.7rem auto 0px;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.about_advantages .about_advantages_swiper {
 overflow: unset;
 margin-top: 30px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.about_advantages .about_advantages_swiper .swiper-slide {
 max-width: 331px;
 }
.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;
 }
.about_advantages .about_advantages_swiper .active .item {
 color: rgb(255, 255, 255);
 border-color: transparent;
 }
.about_advantages .about_advantages_swiper .active .item::before {
 opacity: 1;
 }
.about_advantages .item {
 position: relative;
 z-index: 2;
 display: flex;
 flex-direction: column;
 height: 100%;
 border-radius: 1rem;
 overflow: hidden;
 background-color: rgb(255, 255, 255);
 border: 1px solid rgb(248, 248, 248);
 transition: 0.3s;
 padding: 16.9184% 3.65921% 16.0121% 8.45921%;
 }
.about_advantages .item::before {
 position: absolute;
 inset: 0px;
 content: "";
 pointer-events: none;
 z-index: -1;
 transition: 0.3s;
 opacity: 0;
 background-image: linear-gradient(to right, var(--primary), var(--secondary) 92.7%);
 }
@media screen and (max-width: 768px){
.about_advantages .item {
 padding: 20px;
 }}
.about_advantages .about_advantages_swiper .active .item h3, .about_advantages .about_advantages_swiper .active .item strong {
 color: rgb(255, 255, 255);
 }
.about_advantages .item h3 {
 font-size: 2.4rem;
 font-weight: 700;
 color: var(--title);
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.about_advantages .item h3 {
 font-size: 18px;
 }}
.about_advantages .item p {
 font-size: 1.8rem;
 line-height: 2.4rem;
 flex: 1 1 0%;
 margin-top: 3.9rem;
 }
@media screen and (max-width: 768px){
.about_advantages .item p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
@media screen and (max-width: 768px){
.about_advantages .item p br {
 display: none;
 }}
.about_advantages .item strong {
 display: block;
 font-size: 1.4rem;
 font-weight: 700;
 color: rgb(45, 45, 45);
 transition: 0.3s;
 margin-top: 3.5rem;
 }
@media screen and (max-width: 768px){
.about_advantages .item strong {
 font-size: 14px;
 margin-top: 20px;
 }}
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;
 }
.about_components {
 padding: 13rem 0px 6.6rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_components {
 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;
 }}
.about_components 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;
 }}
.about_components .items {
 max-width: 135.8rem;
 margin: 6rem auto 0px;
 }
@media screen and (max-width: 768px){
.about_components .items {
 margin-top: 30px;
 }}
.about_components .items ul {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
 gap: 5.1rem 3.16642%;
 }
@media screen and (max-width: 768px){
.about_components .items ul {
 grid-template-columns: 1fr 1fr;
 gap: 30px 16px;
 }}
@media screen and (max-width: 576px){
.about_components .items ul {
 width: calc(100% + 40px);
 padding: 0px 20px;
 margin: 0px -20px;
 overflow-x: auto;
 display: flex;
 }}
li {
 list-style: none;
 }
@media screen and (max-width: 576px){
.about_components .items ul li {
 flex: 0 0 280px;
 }}
.about_components .item {
 display: block;
 height: 100%;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.about_components .item .img {
 padding-bottom: 62.2642%;
 }
.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;
 }
.about_components .item .info {
 margin-top: 2.8rem;
 }
@media screen and (max-width: 768px){
.about_components .item .info {
 margin-top: 20px;
 }}
.about_components .item .info h3 {
 font-size: 2.4rem;
 font-weight: 700;
 color: var(--title);
 }
@media screen and (max-width: 768px){
.about_components .item .info h3 {
 font-size: 18px;
 }}
.about_components .item .info p {
 font-size: 1.8rem;
 line-height: 2.2rem;
 font-weight: 400;
 margin-top: 0.8rem;
 max-width: 39.3rem;
 }
@media screen and (max-width: 768px){
.about_components .item .info 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;
 }
.about_partners {
 padding: 6.6rem 0px 11.6rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_partners {
 padding: 50px 0px;
 overflow: hidden;
 }}
.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;
 }}
.about_partners .about_partners_swiper {
 overflow: hidden;
 max-width: 133.2rem;
 margin: 5.7rem auto 0px;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.about_partners .about_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);
 }
.about_partners .about_partners_swiper .swiper-slide {
 margin-bottom: 2px;
 max-width: 258px;
 }
.about_partners .about_partners_swiper .img {
 background-color: rgb(254, 254, 254);
 border: 1px solid rgb(228, 230, 233);
 --h: 55.52822086%;
 }
.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){
.about_partners .about_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){


}