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: 3.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;
 }
[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;
 }
@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/contact_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/contact_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 {
--title:#00162b;
--primary:#e71425;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.contact_main {
 background-color: rgb(251, 252, 253);
 padding-top: 3px;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.contact_main {
 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;
 }
.contact_main .flex {
 max-width: 136.6rem;
 margin: 0px auto;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.contact_main .lt {
 flex: 1 1 0%;
 width: 100%;
 padding: 4.7rem 0px 4rem;
 }
@media screen and (max-width: 768px){
.contact_main .lt {
 padding: 0px;
 }}
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
.contact_main .head h2 {
 font-size: 4.8rem;
 }
[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){
.contact_main .head h2, .contact_form .head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
.contact_main .head h2 {
 font-size: 22px;
 }}
.contact_main p {
 color: rgb(8, 8, 8);
 font-weight: 700;
 max-width: 51.5rem;
 line-height: 2.8rem;
 margin-top: 2rem;
 }
[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;
 }}
.contact_main .connect {
 margin-top: 6.5rem;
 }
@media screen and (max-width: 768px){
.contact_main .connect {
 margin-top: 30px;
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
 gap: 30px 20px;
 }}
li {
 list-style: none;
 }
.contact_main .connect li {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 }
.contact_main .connect li .label {
 position: relative;
 font-size: 1.8rem;
 color: rgb(8, 8, 8);
 font-weight: 700;
 padding-left: 3.6rem;
 margin-bottom: 0.9rem;
 }
.contact_main .connect li .label::before {
 position: absolute;
 width: 2.4rem;
 height: 2.4rem;
 content: "";
 left: 0px;
 top: 2px;
 background: left top / contain no-repeat;
 }
.contact_main .connect .locate .label::before {
 background-image: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/contact_1/assets/img/contact-locate.png");
 background-size: 62.5%;
 top: -0.4rem;
 }
@media screen and (max-width: 768px){
.contact_main .connect li .label {
 font-size: 16px;
 margin-bottom: 10px;
 padding-left: 25px;
 }}
@media screen and (max-width: 768px){
.contact_main .connect li .label::before {
 width: 18px;
 height: 18px;
 top: 0px;
 background-position: left center;
 }}
@media screen and (max-width: 768px){
.contact_main .connect .locate .label::before {
 top: 0px;
 }}
.contact_main .connect li p {
 font-weight: 400;
 margin: 0px;
 }
@media screen and (max-width: 768px){
.contact_main .connect li p, .contact_main .connect li a {
 font-size: 14px;
 line-height: 1.5;
 }}
.contact_main .connect li + li {
 margin-top: 4.4rem;
 }
@media screen and (max-width: 768px){
.contact_main .connect li + li, .contact_main .connect .email {
 margin-top: 0px;
 }}
.contact_main .connect .phone .label::before {
 background-image: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/contact_1/assets/img/contact-phone.png");
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.contact_main .connect li a {
 line-height: 2.4rem;
 vertical-align: top;
 transition: 0.3s;
 text-decoration: underline transparent;
 }
.contact_main .connect li a:hover {
 color: var(--primary);
 text-decoration-color: var(--primary);
 }
.contact_main .connect .email {
 margin-top: 5.5rem;
 }
.contact_main .connect .email .label::before {
 background-image: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/contact_1/assets/img/contact-email.png");
 background-size: 79.2%;
 }
.contact_main .rt {
 position: relative;
 width: 70.571%;
 margin-right: -20.2782%;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.contact_main .rt {
 width: 60%;
 margin-right: 0px;
 }}
@media screen and (max-width: 768px){
.contact_main .rt {
 width: 100%;
 margin: 0px;
 }}
.contact_main .rt .map {
 position: relative;
 padding-bottom: 72.8216%;
 }
@media screen and (max-width: 768px){
.contact_main .rt .map {
 min-height: 400px;
 }}
.contact_main .rt .map iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 }
.contact_main .rt .locate_box {
 position: absolute;
 left: 16.5975%;
 top: 45.0142%;
 z-index: 2;
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 background-color: rgb(255, 255, 255);
 filter: drop-shadow(rgb(217, 215, 214) 0.3rem 0px 1.8rem);
 gap: 1.7rem;
 padding: 0.9rem 0.8rem;
 min-width: 50.415%;
 max-width: 80%;
 }
.contact_main .rt .locate_box::after {
 position: absolute;
 width: 1.5rem;
 height: 0.7rem;
 background-color: rgb(255, 255, 255);
 clip-path: polygon(0px 0px, 100% 0px, 50% 100%);
 left: 50%;
 top: 100%;
 transform: translateX(-50%);
 content: "";
 }
@media screen and (max-width: 768px){
.contact_main .rt .locate_box {
 gap: 10px;
 padding: 10px;
 }}
@media screen and (max-width: 576px){
.contact_main .rt .locate_box {
 flex-direction: column;
 text-align: center;
 }}
.contact_main .rt .locate_box .img {
 display: flex;
 justify-content: center;
 flex-shrink: 0;
 width: 16.8rem;
 background-color: rgb(240, 243, 250);
 padding: 0.5rem 1rem 0.6rem;
 }
@media screen and (max-width: 768px){
.contact_main .rt .locate_box .img {
 width: 120px;
 padding: 5px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.contact_main .rt .locate_box .img img {
 height: 6.2rem;
 width: auto;
 }
@media screen and (max-width: 768px){
.contact_main .rt .locate_box .img img {
 height: 40px;
 }}
.contact_main .rt .locate_box p {
 line-height: 2.4rem;
 font-weight: 700;
 color: rgb(0, 0, 0);
 max-width: 26rem;
 margin: 0px;
 }
@media screen and (max-width: 768px){
.contact_main .rt .locate_box p {
 font-size: 14px;
 line-height: 1.4;
 }}
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;
}