 
:root {
--title_color:#093258;
--theme_color:#00a2ea;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.product_nav {
 overflow: hidden;
 padding-bottom: 20px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.product_nav {
 padding: 1rem 0px;
 }}
.product_nav .nav {
 border-bottom: 1px solid rgb(242, 242, 242);
 }
.content {
 max-width: 1440px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.banner_content, .home_support .content, .support_contact .content, .content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.banner_content, .home_support .content, .support_contact .content, .content {
 max-width: 1250px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 padding: 0px 1.2rem;
 }}
@media screen and (max-width: 768px){
.scrollbox {
 width: 100vw;
 margin-left: -1.2rem;
 padding: 0px 1.2rem;
 overflow-x: scroll;
 }}
ul {
 list-style: none;
 }
.product_nav ul {
 max-width: 1147px;
 margin-left: 14.6%;
 display: flex;
 align-items: center;
 justify-content: space-between;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.product_nav ul {
 margin: 0px auto;
 }}
@media screen and (max-width: 1024px){
.product_nav ul {
 max-width: unset;
 gap: 1.2rem;
 }}
@media screen and (max-width: 768px){
.product_nav ul {
 flex-wrap: nowrap;
 margin-left: 0px;
 }}
.product_nav ul li {
 position: relative;
 }
.product_nav ul li::after {
 content: "";
 display: block;
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 z-index: -1;
 background: rgba(255, 255, 255, 0.3);
 backdrop-filter: blur(10px);
 border-bottom: 1px solid rgb(255, 255, 255);
 transition: 0.3s;
 opacity: 1;
 }
@media screen and (max-width: 768px){
.product_nav ul li::after {
 display: none;
 }}
a {
 color: inherit;
 font-size: inherit;
 text-decoration: none;
 }
.product_nav ul li a {
 display: inline-block;
 font-size: 20px;
 line-height: 32px;
 color: rgb(96, 96, 96);
 padding: 22px 0px;
 position: relative;
 transition: 0.3s;
 height: 100%;
 word-break: break-word;
 text-align: center;
 }
.product_nav ul li a::after {
 width: 100%;
 height: 22px;
 border-radius: 7px;
 background-image: linear-gradient(transparent 56%, rgba(0, 160, 232, 0.24) 80%, rgb(0, 160, 232) 20%);
 position: absolute;
 content: "";
 bottom: -4px;
 left: 0px;
 opacity: 0;
 transition: 0.3s;
 z-index: -2;
 }
.product_nav ul li.active a, .product_nav ul li:hover a {
 color: var(--title_color);
 }
.product_nav ul li.active a::after, .product_nav ul li:hover a::after {
 opacity: 1;
 }
.product_nav ul li.active a {
 font-weight: 600;
 }
@media screen and (max-width: 768px){
.product_nav ul li a {
 font-size: 14px;
 padding: 1rem 0px;
 word-break: unset;
 white-space: nowrap;
 border-bottom: 4px solid transparent;
 }}
@media screen and (max-width: 768px){
.product_nav ul li a::after {
 display: none;
 }}
@media screen and (max-width: 768px){
.product_nav ul li.active a, .product_nav ul li:hover a {
 border-bottom-color: var(--theme_color);
 }}
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


}
.product_function {
 padding: 72px 0px 146px;
 }
@media screen and (max-width: 768px){
.product_function {
 padding: 3rem 0px 4rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.banner_content, .home_support .content, .support_contact .content, .content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.banner_content, .home_support .content, .support_contact .content, .content {
 max-width: 1250px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 padding: 0px 1.2rem;
 }}
.head h2 {
 font-size: 50px;
 line-height: 62px;
 color: var(--title_color);
 hyphens: auto;
 }
.head h2 {
 font-size: 46px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.product_function .items {
 margin-top: 59px;
 }
@media screen and (max-width: 768px){
.product_function .items {
 margin-top: 2rem;
 }}
.product_function .items > div {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 align-items: center;
 gap: 1rem 2.91667%;
 }
@media screen and (max-width: 1024px){
.product_function .items > div {
 grid-template-columns: repeat(2, 1fr);
 }}
@media screen and (max-width: 768px){
.product_function .items > div {
 grid-template-columns: 1fr;
 }}
.product_function .items .item {
 font-size: 22px;
 font-weight: 600;
 color: var(--title_color);
 display: flex;
 align-items: center;
 gap: 9.3%;
 background-color: rgb(245, 249, 252);
 border-radius: 18px;
 padding: 7.625% 9.4%;
 border: 1px solid rgb(245, 249, 252);
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.product_function .items .item {
 font-size: 14px;
 gap: 12px;
 border-radius: 12px;
 padding: 1rem;
 }}
.product_function .items .item span {
 width: 83px;
 height: 81px;
 content: "";
 background: center center / contain no-repeat;
 display: inline-block;
 }
@media screen and (max-width: 768px){
.product_function .items .item span {
 width: 2.2rem;
 height: 2.2rem;
 content: "";
 background: center center / contain no-repeat;
 display: inline-block;
 }}
.product_function .items .item p {
 flex: 1 1 0%;
 word-break: break-word;
 }
.product_function .items .item.active {
 background-color: rgb(255, 255, 255);
 border-color: var(--theme_color);
 box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 10px;
 }
 
@media screen and (max-width: 786px){


}
 
:root {
--title_color:#093258;
--content_color:#3d3d3d;
}
.product_features {
 background-color: rgb(249, 250, 251);
 padding: 106px 0px 100px;
 }
@media screen and (max-width: 768px){
.product_features {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.banner_content, .home_support .content, .support_contact .content, .content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.banner_content, .home_support .content, .support_contact .content, .content {
 max-width: 1250px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 padding: 0px 1.2rem;
 }}
.center {
 text-align: center;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 1.25rem;
 }
.product_features .gap {
 gap: 1rem 5.625%;
 }
.product_features .flex:has(.items) {
 margin-top: 70px;
 }
@media screen and (max-width: 768px){
.product_features .flex:has(.items) {
 margin-top: 2rem;
 }}
@media screen and (max-width: 768px){
.product_features .gap {
 gap: 2rem;
 }}
.product_features .items {
 padding-top: 4%;
 flex: 1 1 0%;
 }
@media screen and (max-width: 1024px){
.product_features .items {
 order: 2;
 }}
@media screen and (max-width: 768px){
.product_features .items {
 padding-top: 0px;
 flex: unset;
 }}
.product_features .items > div {
 display: flex;
 flex-direction: column;
 gap: 81px;
 }
@media screen and (max-width: 768px){
.product_features .items > div {
 gap: 2rem;
 }}
.product_features .items .item {
 text-align: right;
 }
@media screen and (max-width: 1024px){
.product_features .items .item {
 text-align: left;
 }}
.product_features .items .item .icon {
 display: inline-block;
 width: 67px;
 height: 63px;
 content: "";
 background: center center / contain no-repeat;
 margin-bottom: 17px;
 }
@media screen and (max-width: 768px){
.product_features .items .item .icon {
 width: 42px;
 height: 42px;
 margin-bottom: 0px;
 }}
.product_features .items .item h3 {
 font-size: 26px;
 line-height: 34px;
 font-weight: 600;
 color: var(--title_color);
 margin-bottom: 17px;
 }
@media screen and (max-width: 768px){
.product_features .items .item h3 {
 font-size: 18px;
 line-height: 1.5;
 margin-bottom: 8px;
 }}
.product_features .items .item p {
 font-size: 17px;
 line-height: 28px;
 font-weight: 300;
 color: var(--content_color);
 hyphens: auto;
 }
@media screen and (max-width: 768px){
.product_features .items .item p {
 font-size: 14px;
 line-height: 1.5;
 }}
.product_features .img {
 width: 34.1667%;
 position: relative;
 }
.product_features .img::before {
 width: 100%;
 height: 84.7146%;
 content: "";
 background-image: linear-gradient(to right bottom, rgb(225, 231, 236) 27%, rgb(255, 255, 255), transparent);
 position: absolute;
 top: 0px;
 left: 0px;
 border-radius: 246px 246px 10px 10px;
 }
@media screen and (max-width: 1024px){
.product_features .img {
 width: 100%;
 position: relative;
 order: 1;
 height: 392px;
 }}
@media screen and (max-width: 768px){
.product_features .img {
 height: 246px;
 }}
.img.img_ct img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 display: block;
 transition: 0.5s;
 }
.product_features .img:hover img {
 transform: scale(1.05);
 }
.product_features .img img {
 position: relative;
 transition: 0.3s;
 z-index: 2;
 }
.product_features .items:last-child .item {
 text-align: left;
 }
 
@media screen and (max-width: 786px){


}
 
:root {
--title_color:#093258;
--theme_color:#00a2ea;
--subtheme_color:#093258;
--content_color:#3d3d3d;
}
.product_highlights {
 padding: 86px 0px;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.product_highlights {
 padding: 4rem 0px 3rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.banner_content, .home_support .content, .support_contact .content, .content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.banner_content, .home_support .content, .support_contact .content, .content {
 max-width: 1250px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 padding: 0px 1.2rem;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.swiper_btns {
 display: flex;
 gap: 30px;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.swiper_btns {
 gap: 2rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 1rem;
 }}
.swiper_btns div {
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 64px;
 aspect-ratio: 1 / 1;
 border-radius: 100%;
 background-color: var(--theme_color);
 border: 1px solid var(--theme_color);
 transition: 0.3s;
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 7px;
 height: 13px;
 transition: 0.3s;
 background: url("https://huamei2.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/product_4/assets/img/arrow-b.svg") center center / contain no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns div:hover {
 border-color: var(--subtheme_color);
 background-color: var(--subtheme_color);
 }
.swiper_btns div:hover::after {
 filter: contrast(0) brightness(2);
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.swiper_btns div {
 width: 3.5rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.swiper_btns div {
 width: 3rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 height: 40px;
 }}
@media screen and (max-width: 768px){
.swiper_btns div::after {
 width: 12px;
 height: 12px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.product_highlights .product_highlights_swiper {
 margin-top: 62px;
 }
@media screen and (max-width: 768px){
.product_highlights .product_highlights_swiper {
 margin-top: 2rem;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform, -webkit-transform;
 box-sizing: content-box;
 }
.swiper-container-android .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li.swiper-slide {
 height: auto;
 }
.product_highlights .product_highlights_swiper .swiper-slide {
 background-color: rgb(245, 249, 252);
 border-radius: 22px;
 display: flex;
 gap: 1rem 6.04167%;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
@media screen and (max-width: 768px){
.product_highlights .product_highlights_swiper .swiper-slide {
 flex-direction: column;
 border-radius: 12px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.product_highlights .product_highlights_swiper .swiper-slide .img {
 border-radius: 22px;
 overflow: hidden;
 aspect-ratio: 734 / 616;
 width: 50.999%;
 transition: 0.3s;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.product_highlights .product_highlights_swiper .swiper-slide .img {
 width: 40%;
 }}
@media screen and (max-width: 768px){
.product_highlights .product_highlights_swiper .swiper-slide .img {
 width: 100%;
 border-radius: 12px;
 aspect-ratio: 734 / 480;
 }}
.img.img_cv img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
.product_highlights .product_highlights_swiper .swiper-slide .img:hover img {
 transform: scale(1.05);
 }
.product_highlights .product_highlights_swiper .swiper-slide .info {
 flex: 1 1 0%;
 padding: 10.1% 5.183% 10.1% 0px;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.product_highlights .product_highlights_swiper .swiper-slide .info {
 padding: 3rem 1rem 3rem 0px;
 }}
@media screen and (max-width: 768px){
.product_highlights .product_highlights_swiper .swiper-slide .info {
 padding: 1rem 1.2rem 1.5rem;
 }}
.product_highlights .product_highlights_swiper .swiper-slide h3 {
 font-size: 38px;
 line-height: 47px;
 font-weight: 700;
 color: var(--title_color);
 position: relative;
 width: 100%;
 padding-bottom: 28px;
 margin-bottom: 30px;
 }
.product_highlights .product_highlights_swiper .swiper-slide h3::after {
 position: absolute;
 width: 100%;
 height: 1px;
 content: "";
 background-image: linear-gradient(to right, rgb(16, 164, 239), rgb(7, 171, 234), rgb(123, 224, 255));
 bottom: 0px;
 left: 0px;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.product_highlights .product_highlights_swiper .swiper-slide h3 {
 font-size: 34px;
 }}
@media screen and (max-width: 768px){
.product_highlights .product_highlights_swiper .swiper-slide h3 {
 font-size: 18px;
 line-height: 1.5;
 padding-bottom: 0.8rem;
 margin-bottom: 1rem;
 }}
.product_highlights .product_highlights_swiper .swiper-slide p {
 font-size: 18px;
 line-height: 30px;
 color: var(--content_color);
 font-weight: 300;
 padding-right: 2%;
 }
@media screen and (max-width: 768px){
.product_highlights .product_highlights_swiper .swiper-slide p {
 font-size: 14px;
 line-height: 1.5;
 padding-right: 0px;
 }}
 
@media screen and (max-width: 786px){


}
 
.section_image img {
  width: 100%;
  height: auto;
  display: block;
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  
}

 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content { 
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.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;
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
:root {
--title_color:#093258;
--theme_color:#00a2ea;
--subtheme_color:#093258;
}
.product_effect {
 padding: 80px 0px;
 position: relative;
 }
.product_effect::before {
 width: 100%;
 aspect-ratio: 1920 / 1390;
 content: "";
 position: absolute;
 top: 0px;
 left: 0px;
 background: url("https://huamei2.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/product_9/assets/img/product-effect-bg.png") center center / cover no-repeat;
 z-index: -1;
 }
@media screen and (max-width: 1024px){
.product_effect::before {
 height: 100%;
 }}
@media screen and (max-width: 768px){
.product_effect {
 padding: 3rem 0px;
 overflow: hidden;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.banner_content, .home_support .content, .support_contact .content, .content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.banner_content, .home_support .content, .support_contact .content, .content {
 max-width: 1250px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 padding: 0px 1.2rem;
 }}
.flex_middle {
 align-items: center;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.swiper_btns {
 gap: 2rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 1rem;
 }}
.swiper_btns div::after {
 content: "";
 display: block;
 width: 7px;
 height: 13px;
 transition: 0.3s;
 background: url("https://huamei2.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/product_9/assets/img/arrow-b.svg") center center / contain no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns .swiper-button-disabled {
 border-color: rgba(23, 23, 23, 0.5);
 background-color: transparent;
 pointer-events: none;
 }
.swiper_btns .swiper-button-disabled::after {
 filter: unset;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.swiper_btns div {
 width: 3.5rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.swiper_btns div {
 width: 3rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 height: 40px;
 }}
@media screen and (max-width: 768px){
.swiper_btns div::after {
 width: 12px;
 height: 12px;
 }}
.product_effect .product_effect_swiper {
 margin-top: 58px;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.product_effect .product_effect_swiper {
 margin-top: 2rem;
 overflow: visible;
 }}
.product_effect .product_effect_swiper .swiper-slide {
 font-size: 22px;
 font-weight: 700;
 color: var(--title_color);
 text-align: center;
 }
@media screen and (max-width: 768px){
.product_effect .product_effect_swiper .swiper-slide {
 font-size: 16px;
 }}
.item_effect {
 position: relative;
 width: 100%;
 aspect-ratio: 462 / 588;
 border-radius: 26px;
 overflow: hidden;
 }
.product_effect .product_effect_swiper .swiper-slide:first-child .item_effect {
 border: 1px solid rgb(211, 211, 211);
 }
@media screen and (max-width: 768px){
.item_effect {
 border-radius: 12px;
 }}
.item_effect .pic {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background-size: cover;
 }
.item_effect .left {
 z-index: 2;
 width: 50%;
 border-right: 4px solid rgb(255, 255, 255);
 }
@media screen and (max-width: 768px){
.item_effect .left {
 border-right: 3px solid rgb(255, 255, 255);
 }}
.item_effect .left span {
 width: 38px;
 aspect-ratio: 38 / 66;
 content: "";
 background: url("https://huamei2.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/product_9/assets/img/scrollblock.svg") center center / cover no-repeat;
 cursor: pointer;
 display: block;
 position: absolute;
 top: 50%;
 right: -2px;
 transform: translate(50%, -50%);
 z-index: 3;
 }
@media screen and (max-width: 768px){
.item_effect .left span {
 width: 20px;
 }}
.product_effect .product_effect_swiper .swiper-slide p {
 margin-top: 30px;
 }
@media screen and (max-width: 768px){
.product_effect .product_effect_swiper .swiper-slide p {
 margin-top: 1rem;
 }}
 
@media screen and (max-width: 786px){


}
 
:root {
--title_color:#093258;
--value:;
--theme_color:#00a2ea;
--subtheme_color:#093258;
}
.product_testimonials {
 padding: 44px 0px 82px;
 }
@media screen and (max-width: 768px){
.product_testimonials {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.banner_content, .home_support .content, .support_contact .content, .content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.banner_content, .home_support .content, .support_contact .content, .content {
 max-width: 1250px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 padding: 0px 1.2rem;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.swiper_box {
 position: relative;
 }
.product_testimonials .gap {
 margin-top: 50px;
 gap: 1rem 8.05556%;
 position: relative;
 }
.product_testimonials .gap::before {
 width: 136px;
 height: 1px;
 content: "";
 background-image: linear-gradient(to right, rgb(16, 164, 239), rgb(7, 171, 234), rgb(123, 224, 255));
 position: absolute;
 left: 43.8%;
 top: 34%;
 z-index: 3;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.product_testimonials .gap {
 gap: 1rem 2rem;
 }}
@media screen and (max-width: 768px){
.product_testimonials .gap {
 margin-top: 2rem;
 gap: 2rem;
 }}
@media screen and (max-width: 768px){
.product_testimonials .gap::before {
 display: none;
 }}
.product_testimonials .product_testimonials_img_swiper {
 border-radius: 26px;
 overflow: hidden;
 width: 48.9583%;
 aspect-ratio: 705 / 660;
 }
@media screen and (max-width: 768px){
.product_testimonials .product_testimonials_img_swiper {
 width: 100%;
 border-radius: 12px;
 }}
.product_testimonials .product_testimonials_img_swiper .swiper-slide {
 transition: 0.3s;
 }
.swiper-container-fade .swiper-slide {
 pointer-events: none;
 transition-property: opacity;
 }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
 pointer-events: auto;
 }
.product_testimonials .product_testimonials_img_swiper .swiper-slide:hover img {
 transform: scale(1.02);
 }
.product_testimonials .product_testimonials_img_swiper .swiper-slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.3s;
 }
.product_testimonials .product_testimonials_intro_swiper {
 margin-top: 10%;
 flex: 1 1 0%;
 overflow: hidden;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.product_testimonials .product_testimonials_intro_swiper {
 margin-top: 5%;
 }}
@media screen and (max-width: 1024px){
.product_testimonials .product_testimonials_intro_swiper {
 margin-top: 0px;
 }}
.item_testimonial {
 display: flex;
 flex-direction: column;
 }
.item_testimonial .star {
 width: 146px;
 aspect-ratio: 146 / 21;
 margin-bottom: 34px;
 }
.item_testimonial .star::after {
 content: "";
 display: block;
 height: 100%;
 width: var(--value);
 background: url("https://huamei2.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/product_10/assets/img/icon-star.svg") left center / 146px 100% no-repeat;
 }
@media screen and (max-width: 768px){
.item_testimonial .star {
 width: 120px;
 margin-bottom: 1rem;
 }}
@media screen and (max-width: 768px){
.item_testimonial .star::after {
 background-size: 120px 100%;
 }}
.item_testimonial p {
 font-size: 24px;
 line-height: 38px;
 font-weight: 500;
 color: var(--title_color);
 margin-bottom: 75px;
 }
@media screen and (max-width: 768px){
.item_testimonial p {
 font-size: 16px;
 line-height: 1.5;
 margin-bottom: 2rem;
 }}
.item_testimonial .name {
 margin-top: auto;
 font-size: 18px;
 line-height: 38px;
 color: rgb(77, 77, 77);
 font-weight: 400;
 }
@media screen and (max-width: 768px){
.item_testimonial .name {
 font-size: 14px;
 line-height: 1.5;
 }}
.item_testimonial .name strong {
 font-size: 20px;
 font-weight: 500;
 color: var(--title_color);
 }
.item_testimonial .name strong::after {
 content: " | ";
 font-weight: 400;
 color: rgb(77, 77, 77);
 }
@media screen and (max-width: 768px){
.item_testimonial .name strong {
 font-size: 16px;
 }}
.product_testimonials .swiper_btns {
 position: absolute;
 right: 0px;
 bottom: 32px;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.product_testimonials .swiper_btns {
 position: static;
 transform: translate(0px);
 width: 100%;
 padding: 0px 1.2rem;
 justify-content: flex-end;
 margin-top: 1rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.swiper_btns {
 gap: 2rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 1rem;
 }}
@media screen and (max-width: 768px){
.product_testimonials .swiper_btns {
 position: static;
 transform: translate(0px);
 width: 100%;
 padding: 0px 1.2rem;
 justify-content: flex-end;
 margin-top: 2rem;
 }}
.swiper_btns div::after {
 content: "";
 display: block;
 width: 7px;
 height: 13px;
 transition: 0.3s;
 background: url("https://huamei2.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/product_10/assets/img/arrow-b.svg") center center / contain no-repeat;
 filter: contrast(0) brightness(2);
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.swiper_btns div {
 width: 3.5rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.swiper_btns div {
 width: 3rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 height: 40px;
 }}
@media screen and (max-width: 768px){
.swiper_btns div::after {
 width: 12px;
 height: 12px;
 }}
 
@media screen and (max-width: 786px){


}
 
:root {
--title_color:#093258;
--content_color:#3d3d3d;
--theme_color:#00a2ea;
}
.product_faqs {
 padding: 82px 0px;
 }
@media screen and (max-width: 768px){
.product_faqs {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.banner_content, .home_support .content, .support_contact .content, .content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.banner_content, .home_support .content, .support_contact .content, .content {
 max-width: 1250px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .header_content, .banner_content, .home_support .content, .support_contact .content {
 padding: 0px 1.2rem;
 }}
.product_faqs .gap {
 gap: 1rem 7.08333%;
 }
.product_faqs .head {
 width: 29.5586%;
 }
@media screen and (max-width: 768px){
.product_faqs .head {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.head .desc {
 font-size: 18px;
 line-height: 30px;
 color: var(--content_color);
 hyphens: auto;
 }
.product_faqs .head .desc {
 margin-top: 25px;
 }
@media screen and (max-width: 768px){
.head .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.product_faqs .head .desc {
 margin-top: 1rem;
 }}
.btn {
 display: inline-flex;
 vertical-align: top;
 align-items: center;
 justify-content: center;
 font-size: 18px;
 line-height: 22px;
 border-radius: 8px;
 font-weight: 500;
 transition: 0.3s;
 gap: 12px;
 cursor: pointer;
 color: rgb(255, 255, 255);
 padding: 18px 26px;
 min-width: 192px;
 background-color: var(--theme_color);
 border: 1px solid var(--theme_color);
 }
.btn:hover {
 background-color: rgb(255, 255, 255);
 color: var(--title_color);
 }
.product_faqs .head .btn {
 min-width: 210px;
 margin-top: 41px;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 padding: 11px 22px;
 min-width: 120px;
 line-height: 1.5;
 gap: 6px;
 }}
@media screen and (max-width: 768px){
.product_faqs .head .btn {
 min-width: 120px;
 margin-top: 1.2rem;
 }}
.product_faqs .faqs {
 flex: 1 1 0%;
 }
.product_faqs .faq {
 border-bottom: 1px solid rgb(198, 198, 198);
 }
.product_faqs .faq.active .q {
 color: var(--theme_color);
 }
.product_faqs .faq.active .q::after {
 transform: rotate(180deg);
 }
.product_faqs .faq .q {
 font-size: 22px;
 line-height: 1.5;
 color: var(--title_color);
 font-weight: 500;
 padding: 26px 1rem 22px 0px;
 cursor: pointer;
 position: relative;
 transition: 0.3s;
 }
.product_faqs .faq .q::after {
 width: 14px;
 height: 8px;
 content: "";
 display: inline-block;
 position: absolute;
 right: 0px;
 top: 50%;
 transform: translateY(-50%);
 background: url("https://huamei2.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/product_11/assets/img/arrow-down.svg") center center / contain no-repeat;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.product_faqs .faq .q {
 font-size: 16px;
 padding: 12px 1rem 12px 0px;
 }}
@media screen and (max-width: 768px){
.product_faqs .faq .q::after {
 width: 12px;
 height: 6px;
 }}
.product_faqs .faq:first-child .a {
 display: block;
 }
.product_faqs .faq .a {
 display: none;
 font-size: 18px;
 line-height: 30px;
 color: var(--content_color);
 font-weight: 300;
 border-bottom: 1px solid rgb(150, 150, 150);
 padding-bottom: 30px;
 }
@media screen and (max-width: 768px){
.product_faqs .faq .a {
 font-size: 14px;
 line-height: 1.5;
 padding-bottom: 1rem;
 }}
 
@media screen and (max-width: 786px){


}