 
:root {
  --theme_color: #0071b7;
--subtheme_color:#41aa77;
--title_color:#000;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_banner {
 padding: 96px 0px 2rem;
 position: relative;
 background: center center / cover no-repeat;
 }
.page_banner::before {
 content: "";
 display: block;
 width: 56.7708%;
 height: 100%;
 opacity: 0.6;
 background-image: linear-gradient(to right, rgb(0, 4, 7), transparent);
 position: absolute;
 z-index: -1;
 top: 0px;
 left: 0px;
 pointer-events: none;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_banner {
 padding: 4rem 0px 2rem;
 }}
@media screen and (max-width: 768px){
.page_banner::before {
 width: 100%;
 z-index: 0;
 opacity: 1;
 }}
.content {
 max-width: 1280px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.page_banner .flex {
 padding: 6rem 0px;
 min-height: 752px;
 }
@media screen and (max-width: 768px){
.page_banner .flex {
 padding: 3rem 0px;
 min-height: unset;
 }}
.page_banner .head {
 color: rgb(255, 255, 255);
 max-width: 674px;
 min-height: 390px;
 padding-bottom: 20px;
 }
@media screen and (max-width: 768px){
.page_banner .head {
 padding: 0px;
 min-height: unset;
 }}
.page_banner .head .subtitle {
 display: block;
 font-size: 24px;
 font-weight: 200;
 margin-bottom: 12px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.page_banner .head .subtitle {
 font-size: 1rem;
 margin-bottom: 8px;
 }}
.page_banner .head h1 {
 font-size: 66px;
 line-height: 76px;
 font-weight: 700;
 letter-spacing: 3px;
 }
@media screen and (max-width: 768px){
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.page_banner .head h1 {
 font-size: 25px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.page_banner .head .desc {
 font-size: 18px;
 font-weight: 200;
 line-height: 29px;
 letter-spacing: 0.5px;
 max-width: 586px;
 margin-top: 18px;
 }
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){
.page_banner .head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }}
a {
 color: inherit;
 text-decoration: none;
 font-size: 1rem;
 }
.btn {
 display: inline-flex;
 vertical-align: top;
 align-items: center;
 justify-content: center;
 font-size: 18px;
 border-radius: 6px;
 transition: 0.3s;
 gap: 12px;
 cursor: pointer;
 color: rgb(255, 255, 255);
 padding: 20px 32px;
 min-width: 192px;
 background-image: linear-gradient(to right, var(--subtheme_color), var(--subtheme_color), var(--theme_color), var(--theme_color));
 background-size: 300%;
 background-position: right center;
 }
.btn::after {
 content: "";
 display: block;
 width: 18px;
 height: 10px;
 transition: 0.3s;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/category_0/assets/img/arrow-line-w.svg") center center / contain no-repeat;
 }
.btn:hover {
 background-position: left center;
 }
.btn:hover::after {
 transform: translateX(5px);
 }
.page_banner .head .btn {
 margin-top: 34px;
 }
@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){
.btn::after {
 width: 14px;
 }}
@media screen and (max-width: 768px){
.page_banner .head .btn {
 margin-top: 20px;
 }}
.page_banner .breadcrumbs {
 line-height: 20px;
 min-height: 60px;
 }
@media screen and (max-width: 768px){
.page_banner .breadcrumbs {
 min-height: unset;
 }}
.page_banner .breadcrumbs span {
 font-weight: 300;
 color: rgba(255, 255, 255, 0.5);
 }
@media screen and (max-width: 768px){
.page_banner .breadcrumbs span {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.page_banner .breadcrumbs span::before {
 padding: 0px 6px;
 }}
.page_banner .breadcrumbs span span::before {
 content: "| ";
 padding: 0px 8px;
 font-weight: 200;
 }
.page_banner .breadcrumbs span span:first-child::before {
 display: none;
 }
.page_banner .breadcrumbs span a {
 transition: 0.3s;
 }
.page_banner .breadcrumbs span a:hover {
 color: rgb(255, 255, 255);
 }
@media screen and (max-width: 768px){
.page_banner .breadcrumbs span a {
 font-size: 14px;
 }}
.page_banner .breadcrumbs span span:last-child {
 color: rgb(255, 255, 255);
 }
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){


}
 
/*
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 {
--theme_color:#0071b7;
--title_color:#000;
}
.product_feature {
 padding: 84px 0px 98px;
 }
@media screen and (max-width: 768px){
.product_feature {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.center {
 text-align: center;
 }
.head_sm h2 {
 font-size: 42px;
 line-height: 3rem;
 font-weight: 700;
 letter-spacing: 2px;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
@media screen and (max-width: 768px){
.head_sm h2 {
 font-size: 20px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.flex_center {
 justify-content: center;
 }
.product_feature .main {
 margin-top: 106px;
 gap: 2.65625%;
 }
@media screen and (max-width: 1024px){
.product_feature .main {
 flex-direction: column;
 gap: 3rem;
 }}
@media screen and (max-width: 768px){
.product_feature .main {
 gap: 1.5rem;
 margin-top: 3rem;
 }}
.product_feature .left, .product_feature .right {
 transform: translateY(5%);
 position: relative;
 z-index: 3;
 }
.product_feature .left {
 flex: 1 1 0%;
 text-align: right;
 }
@media screen and (max-width: 1024px){
.product_feature .left {
 text-align: left;
 }}
@media screen and (max-width: 768px){
.product_feature .left, .product_feature .right {
 transform: translate(0px);
 }}
.product_feature .left > div, .product_feature .right > div {
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.product_feature .left > div, .product_feature .right > div {
 gap: 1.5rem;
 }}
.product_feature .item {
 gap: 7.36842%;
 transition: 1s;
 }
.product_feature .left .item {
 display: grid;
 align-items: center;
 grid-template-columns: 1fr auto;
 transform: translateX(12.1053%);
 }
@media screen and (max-width: 1024px){
.product_feature .left .item {
 transform: translate(0px);
 grid-template-columns: auto 1fr;
 }}
@media screen and (max-width: 768px){
.product_feature .item {
 gap: 1rem;
 }}
.product_feature .item .icon {
 display: block;
 width: 5rem;
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 border: 2px solid var(--theme_color);
 box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 10px;
 background: center center / 50% no-repeat;
 align-self: start;
 }
.product_feature .left .item .icon {
 order: 2;
 }
@media screen and (max-width: 1024px){
.product_feature .left .item .icon {
 order: unset;
 }}
@media screen and (max-width: 768px){
.product_feature .item .icon {
 width: 3rem;
 }}
.product_feature .item .intro h3 {
 font-size: 22px;
 line-height: 28px;
 font-weight: 700;
 }
@media screen and (max-width: 768px){
.product_feature .item .intro h3 {
 font-size: 17px;
 line-height: 1.5;
 margin-top: 6px;
 }}
.product_feature .item .intro p {
 font-size: 17px;
 line-height: 26px;
 font-weight: 300;
 margin-top: 6px;
 }
@media screen and (max-width: 768px){
.product_feature .item .intro p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
.product_feature .left .item:nth-child(2n) {
 transform: translate(0px);
 }
.product_feature .middle {
 width: 35.3125%;
 aspect-ratio: 1 / 1;
 position: relative;
 z-index: 2;
 border-radius: 50%;
 background-color: rgba(0, 113, 183, 0.06);
 align-self: center;
 }
.product_feature .middle::after {
 content: "";
 display: block;
 width: 3.9823%;
 aspect-ratio: 18 / 686;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/product_4/assets/img/product-line.svg") center center / contain no-repeat;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: -1;
 transform: translate(-50%, -50%);
 }
@media screen and (max-width: 1024px){
.product_feature .middle {
 order: -1;
 width: 60%;
 }}
@media screen and (max-width: 768px){
.product_feature .middle {
 width: 100%;
 max-width: 260px;
 margin: 0px auto 2rem;
 }}
.product_feature .middle .img {
 width: 122.124%;
 height: 122.124%;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 }
@media screen and (max-width: 768px){
.product_feature .middle .img {
 width: 110%;
 height: 110%;
 }}
.img.img_ct img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 display: block;
 transition: 0.5s;
 }
.product_feature .right {
 flex: 1 1 0%;
 }
.product_feature .right .item {
 display: grid;
 align-items: center;
 grid-template-columns: auto 1fr;
 transform: translateX(-12.1053%);
 }
@media screen and (max-width: 1024px){
.product_feature .right .item {
 transform: translate(0px);
 }}
.product_feature .right .item:nth-child(2n) {
 transform: translate(0px);
 }
 
@media screen and (max-width: 786px){


}
 
:root {
--theme_color:#0071b7;
--subtheme_color:#41aa77;
--title_color:#000;
}
.product_specification {
 padding: 60px 0px 52px;
 }
@media screen and (max-width: 768px){
.product_specification {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (max-width: 768px){
.head_sm h2 {
 font-size: 20px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.product_specification .main {
 margin-top: 36px;
 word-break: break-word;
 }
@media screen and (max-width: 768px){
.product_specification .main {
 margin-top: 2rem;
 }}
.product_specification .head table {
 width: 100%;
 table-layout: fixed;
 border-collapse: collapse;
 }
.product_specification .head table td {
 color: rgb(35, 24, 21);
 font-size: 22px;
 line-height: 28px;
 font-weight: 700;
 text-align: center;
 vertical-align: top;
 padding: 22px 14px;
 }
.product_specification .head table td:first-child {
 width: 24.0625%;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.product_specification .head table td {
 font-size: 20px;
 line-height: 1.5;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.product_specification .head table td {
 font-size: 18px;
 }}
@media screen and (max-width: 768px){
.product_specification .head table td {
 padding: 8px;
 font-size: 14px;
 line-height: 1.5;
 }}
.product_specification .items {
 border-bottom: 1px solid rgb(229, 229, 229);
 }
.product_specification .item {
 margin-bottom: 12px;
 }
.product_specification .item .title {
 border-radius: 4px;
 background-color: rgb(241, 245, 247);
 padding: 15px 44px;
 position: relative;
 cursor: pointer;
 }
.product_specification .item .title::before, .product_specification .item .title::after {
 content: "";
 display: block;
 width: 15px;
 height: 2px;
 background-color: var(--theme_color);
 position: absolute;
 left: 1rem;
 top: 50%;
 transform: translateY(-50%);
 transition: 0.3s;
 }
.product_specification .item .title::after {
 opacity: 0;
 transform: translateY(-50%) rotate(90deg);
 }
@media screen and (max-width: 768px){
.product_specification .item .title {
 padding: 12px 2rem;
 }}
@media screen and (max-width: 768px){
.product_specification .item .title::before, .product_specification .item .title::after {
 left: 8px;
 width: 14px;
 }}
.product_specification .item .title h3 {
 color: rgb(35, 24, 21);
 font-size: 20px;
 font-weight: 700;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.product_specification .item .title h3 {
 font-size: 18px;
 }}
@media screen and (max-width: 768px){
.product_specification .item .title h3 {
 font-size: 1rem;
 line-height: 1.5;
 }}
.product_specification .item table {
 width: 100%;
 table-layout: fixed;
 border-collapse: collapse;
 }
.product_specification .item table tr {
 border-bottom: 1px solid rgb(229, 229, 229);
 }
.product_specification .item table td {
 color: rgb(35, 24, 21);
 font-size: 17px;
 line-height: 26px;
 font-weight: 500;
 text-align: center;
 padding: 14px;
 vertical-align: top;
 }
.product_specification .item table td:first-child {
 width: 24.0625%;
 color: rgb(36, 36, 36);
 font-size: 18px;
 font-weight: normal;
 text-align: left;
 padding-left: 44px;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.product_specification .item table td {
 font-size: 1rem;
 line-height: 1.5;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.product_specification .item table td:first-child {
 font-size: 17px;
 line-height: 1.5;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.product_specification .item table td {
 font-size: 15px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.product_specification .item table td:first-child {
 font-size: 1rem;
 }}
@media screen and (max-width: 768px){
.product_specification .item table td {
 font-size: 12px;
 line-height: 1.5;
 padding: 8px;
 }}
@media screen and (max-width: 768px){
.product_specification .item table td:first-child {
 font-size: 13px;
 padding-left: 8px;
 }}
.product_specification .item table tr:last-child {
 border-bottom: none;
 }
.product_specification .item:last-child {
 margin-bottom: 0px;
 }
.btn::after {
 content: "";
 display: block;
 width: 18px;
 height: 10px;
 transition: 0.3s;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/product_6/assets/img/arrow-line-w.svg") center center / contain no-repeat;
 }
.product_specification .btn {
 font-size: 1rem;
 line-height: 2;
 padding: 12px 24px;
 min-width: 166px;
 margin-top: 38px;
 }
@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){
.btn::after {
 width: 14px;
 }}
@media screen and (max-width: 768px){
.product_specification .btn {
 font-size: 14px;
 line-height: 1.5;
 padding: 11px 22px;
 min-width: 120px;
 }}
 
@media screen and (max-width: 786px){


}
.product_application {
 padding: 98px 0px 60px;
 }
@media screen and (max-width: 768px){
.product_application {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (max-width: 768px){
.head_sm h2 {
 font-size: 20px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.swiper_box {
 position: relative;
 }
.product_application .swiper_box {
 margin-top: 58px;
 }
@media screen and (max-width: 768px){
.product_application .swiper_box {
 margin-top: 20px;
 }}
.swiper_btns {
 display: flex;
 gap: 38px;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 1540px;
 justify-content: space-between;
 position: absolute;
 z-index: 2;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 pointer-events: none;
 }
@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_application .swiper_btns {
 display: none;
 }}
.swiper_btns div {
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 68px;
 height: 68px;
 border-radius: 6px;
 border: 1px solid rgb(208, 208, 208);
 background-color: transparent;
 transition: 0.3s;
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 1rem;
 height: 1rem;
 transition: 0.3s;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/product_5/assets/img/arrow-b.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 border-color: var(--theme_color);
 background-color: var(--theme_color);
 }
.swiper_btns div:hover::after {
 filter: contrast(0) brightness(2);
 }
.swiper_btns .swiper-button-disabled {
 opacity: 0.5;
 pointer-events: none;
 }
.swiper_btns.middle div {
 pointer-events: all;
 }
.swiper_btns.middle .swiper-button-disabled {
 pointer-events: none;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.swiper_btns div {
 width: 4rem;
 height: 4rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.swiper_btns div {
 width: 3.5rem;
 height: 3.5rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.swiper_btns div::after {
 width: 15px;
 height: 15px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.swiper_btns div {
 width: 3rem;
 height: 3rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.swiper_btns div::after {
 width: 14px;
 height: 14px;
 }}
@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);
 }
.swiper_content {
 max-width: 1300px;
 margin: 0px auto;
 position: relative;
 padding: 10px;
 overflow: hidden;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.swiper_content {
 padding: 15px 1.2rem;
 }}
@media screen and (max-width: 768px){
.swiper_content {
 padding: 10px 1.2rem;
 }}
.product_application .product_application_swiper {
 max-width: 454px;
 margin: 0px auto;
 }
@media screen and (max-width: 768px){
.product_application .product_application_swiper {
 max-width: 260px;
 }}
ul {
 list-style: none;
 }
.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_application .product_application_swiper .swiper-slide {
 transition: 0.3s;
 transform: scale(0.731278);
 }
.product_application .product_application_swiper .swiper-slide-active {
 transform: scale(1);
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
@media screen and (max-width: 768px){
.product_application .product_application_swiper .swiper-slide {
 transform: scale(0.9);
 }}
@media screen and (max-width: 768px){
.product_application .product_application_swiper .swiper-slide-active {
 transform: scale(1);
 }}
.img.img_cv {
 overflow: hidden;
 }
.product_application .product_application_swiper .swiper-slide .img {
 border-radius: 6px;
 aspect-ratio: 454 / 304;
 }
.img.img_cv img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
.product_application .product_application_swiper .swiper-slide .img:hover img {
 transform: scale(1.03);
 }
.product_application .product_application_swiper .swiper-slide .info {
 text-align: center;
 }
.product_application .product_application_swiper .swiper-slide .info h3 {
 font-size: 26px;
 line-height: 30px;
 font-weight: 600;
 margin-top: 42px;
 }
@media screen and (max-width: 768px){
.product_application .product_application_swiper .swiper-slide .info h3 {
 font-size: 17px;
 line-height: 1.5;
 margin-top: 1rem;
 }}
.product_application .product_application_swiper .swiper-slide .info p {
 font-size: 17px;
 line-height: 28px;
 font-weight: 300;
 margin-top: 1rem;
 transition: 0.3s;
 transform: translateY(-50%);
 opacity: 0;
 }
.product_application .product_application_swiper .swiper-slide-active .info p {
 opacity: 1;
 transform: translate(0px);
 }
@media screen and (max-width: 768px){
.product_application .product_application_swiper .swiper-slide .info p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }}
.product_application .product_application_swiper .swiper-slide-next {
 transform-origin: right center;
 }
 
@media screen and (max-width: 786px){


}
.product_intro2 {
 padding: 84px 0px 96px;
 }
@media screen and (max-width: 768px){
.product_intro2 {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.between {
 justify-content: space-between;
 }
.gap {
 gap: 1.25rem;
 }
@media screen and (max-width: 768px){
.product_intro2 .flex {
 display: grid;
 align-items: start;
 grid-template-columns: auto 1fr;
 gap: 1rem;
 }}
.product_intro2 .imgs {
 width: 46.5625%;
 border-radius: 6px;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.product_intro2 .imgs {
 width: 100%;
 }}
.product_intro2 .imgs > div {
 position: relative;
 aspect-ratio: 1 / 1;
 }
.product_intro2 .imgs .img {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 border-radius: 6px;
 transition: 0.3s;
 opacity: 0;
 pointer-events: none;
 }
 
@media screen and (max-width: 768px){
.product_intro2 .product_intro2_swiper {
 width: 100%;
 margin: 0px;
 }}
.fadeIn {
 animation-name: fadeIn;
 }
@media screen and (max-width: 768px){
.head_sm h2 {
 font-size: 20px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.product_intro2 .product_intro2_swiper .head_sm .desc {
 font-size: 17px;
 line-height: 28px;
 font-weight: 300;
 margin-top: 28px;
 }
@media screen and (max-width: 768px){
.product_intro2 .product_intro2_swiper .head_sm .desc {
 margin-top: 10px;
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
.product_intro2 .control_box {
 width: 2rem;
 min-width: 2rem;
 margin-top: 2.1875%;
 }
@media screen and (max-width: 768px){
.product_intro2 .control_box {
 order: -1;
 grid-row: span 2;
 }}
.product_intro2 .control_box .swiper-pagination {
 gap: 10px;
 height: 448px;
 position: static;
 display: flex;
 align-items: center;
 flex-direction: column;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.product_intro2 .control_box .swiper-pagination .swiper-pagination-bullet {
 flex: 1 1 0%;
 width: 3px;
 border-radius: 100px;
 background-color: rgba(198, 205, 212, 0.67);
 pointer-events: all;
 overflow: hidden;
 transition: 0.3s;
 opacity: 1;
 }
.product_intro2 .control_box .swiper-pagination .swiper-pagination-bullet::before {
 display: none;
 }
.product_intro2 .control_box .swiper-pagination .swiper-pagination-bullet::after {
 content: "";
 display: block;
 width: 100%;
 height: 0px;
 border: none;
 opacity: 1;
 border-radius: 100px;
 transform: translate(0px);
 transition: none;
 background-color: var(--theme_color);
 }
.swiper-pagination-bullet {
 width: 8px;
 height: 8px;
 display: inline-block;
 border-radius: 100%;
 background: rgb(0, 0, 0);
 opacity: 0.2;
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.product_intro2 .control_box .swiper-pagination .swiper-pagination-bullet-active::after {
 height: 100%;
 transition: 6s linear;
 }
.swiper-pagination-bullet-active {
 opacity: 1;
 background: var(--primary-color);
 }
.product_intro2 .control_box .btn_control {
 margin-top: 14px;
 width: 2rem;
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 cursor: pointer;
 transition: 0.3s;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/text-image-block/assets/img/btn-stop.svg") center center / contain no-repeat;
 }

 .product_intro2 li{
  display: flex;
  align-items: center;
  gap: 5%;

 }
 .product_intro2 ul li:nth-of-type(2n){
  flex-direction: row-reverse;
 }
 .product_intro2 ul li + li{
  margin-top: 2rem;
 }
 .product_intro2 ul li p{
  font-size: 17px;
  line-height: 1.5;
  margin-top: 2rem;
 }
 .product_intro2 li .img{
  width: 50%;
  min-width: 50%;
  aspect-ratio: 1/0.8;
  overflow: hidden;
  border-radius: 8px;
 }
 .product_intro2 li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
 }
 .product_intro2 li .img:hover img{
    transform: scale(1.1);
 }
 
@media screen and (max-width: 786px){
    
    .product_intro2 li{
        flex-direction: column;
        gap: 1rem;
    }
    .product_intro2 li .img{
        width: 100%;
    }
    .product_intro2 ul li p{
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-top: 1rem;
    }
    
    .product_intro2 ul li:nth-of-type(2n){
        flex-direction: column;
    }
}
 
@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;
  }
}
@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;
  }
}

 
:root {
--subtheme_color:#41aa77;
--title_color:#000;
}
.solutions_choose {
 position: relative;
 padding: 96px 0px 252px;
 }
.solutions_choose::after {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 max-height: 1219px;
 pointer-events: none;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/solutions_2/assets/img/solutions-choose-bg.png") center center / contain no-repeat;
 position: absolute;
 z-index: -1;
 top: 0px;
 left: 0px;
 }
@media screen and (max-width: 768px){
.solutions_choose {
 padding: 3rem 0px 4rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.flex_top {
 align-items: flex-start;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.solutions_choose .flex {
 gap: 3rem;
 flex-direction: column;
 }}
@media screen and (max-width: 768px){
.solutions_choose .flex {
 display: block;
 }}
.solutions_choose .head {
 flex: 1 1 0%;
 max-width: 408px;
 padding-top: 18px;
 }
@media screen and (max-width: 768px){
.solutions_choose .head {
 padding: 0px;
 }}
.head h2 {
 font-size: 50px;
 line-height: 65px;
 font-weight: 700;
 letter-spacing: 2px;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.head h2 {
 font-size: 42px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.solutions_choose .head .desc {
 font-size: 17px;
 line-height: 30px;
 font-weight: 300;
 margin-top: 30px;
 }
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){
.solutions_choose .head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }}
.btn::after {
 content: "";
 display: block;
 width: 18px;
 height: 10px;
 transition: 0.3s;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/solutions_2/assets/img/arrow-line-w.svg") center center / contain no-repeat;
 }
.solutions_choose .head .btn {
 min-width: 142px;
 margin-top: 2rem;
 padding: 12px 21px;
 line-height: 2;
 font-size: 1rem;
 }
@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){
.btn::after {
 width: 14px;
 }}
@media screen and (max-width: 768px){
.solutions_choose .head .btn {
 font-size: 14px;
 padding: 11px 22px;
 line-height: 1.5;
 min-width: 120px;
 margin-top: 20px;
 }}
.solutions_choose .items {
 width: 63.125%;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.solutions_choose .items {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.solutions_choose .items {
 width: 100%;
 margin-top: 2rem;
 }}
.solutions_choose .items > div {
 display: grid;
 gap: 38px 3.9604%;
 grid-template-columns: repeat(2, 1fr);
 }
@media screen and (max-width: 768px){
.solutions_choose .items > div {
 display: flex;
 gap: 1rem;
 overflow: auto;
 width: 100vw;
 margin: 0px -1.2rem;
 padding: 0px 1.2rem;
 }}
.solutions_choose .items .item {
 position: relative;
 z-index: 2;
 display: flex;
 flex-direction: column;
 overflow: hidden;
 border-radius: 6px;
 background-color: rgb(255, 255, 255);
 transition: 0.3s;
 box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 10px;
 }
.solutions_choose .items .item.active {
 box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 10px;
 }
.solutions_choose .items .item.active::before {
 opacity: 0;
 }
.solutions_choose .items .item::before {
 content: "";
 display: block;
 position: absolute;
 inset: 0px;
 border-radius: 6px;
 box-sizing: border-box;
 border: 1px solid rgb(237, 237, 237);
 z-index: 2;
 transition: 0.3s;
 pointer-events: none;
 }
@media screen and (max-width: 768px){
.solutions_choose .items .item, .solutions_choose .items .item.active {
 flex: 1 0 260px;
 }}
.solutions_choose .items .item.active .img {
 opacity: 1;
 }
.solutions_choose .items .item .img {
 width: 100%;
 height: 100%;
 position: absolute;
 z-index: -1;
 left: 0px;
 top: 0px;
 border-radius: 6px;
 transition: 0.3s;
 opacity: 0;
 }
.solutions_choose .items .item .img::after {
 content: "";
 display: block;
 position: absolute;
 inset: 0px;
 opacity: 0.9;
 background-image: linear-gradient(to top, rgb(14, 30, 53), rgba(14, 30, 53, 0.7));
 }
@media screen and (max-width: 768px){
.solutions_choose .items .item .img, .solutions_choose .items .item.active .img {
 opacity: 1;
 }}
.solutions_choose .items .item:hover img {
 transform: scale(1.03);
 }
.solutions_choose .items .item .info {
 flex: 1 1 0%;
 padding: 60px 9.27835% 94px;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.solutions_choose .items .item .info, .solutions_choose .items .item.active .info {
 padding: 2rem 20px;
 }}
.solutions_choose .items .item.active .info .icon {
 opacity: 0;
 transform: translateY(-100%);
 }
.solutions_choose .items .item .info .icon {
 max-width: 82px;
 aspect-ratio: 82 / 79;
 background: center center / contain no-repeat;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.solutions_choose .items .item .info .icon, .solutions_choose .items .item.active .info .icon {
 opacity: 1;
 transform: translate(0px);
 width: 4rem;
 filter: contrast(0) brightness(2);
 }}
.solutions_choose .items .item.active .info h3, .solutions_choose .items .item.active .info p {
 color: rgb(255, 255, 255);
 transform: translate(0px);
 }
.solutions_choose .items .item .info h3 {
 color: rgb(22, 22, 22);
 font-size: 26px;
 line-height: 36px;
 font-weight: 700;
 transition: 0.3s;
 margin-top: -40px;
 transform: translateY(104px);
 }
@media screen and (max-width: 768px){
.solutions_choose .items .item .info h3, .solutions_choose .items .item.active .info h3 {
 color: rgb(255, 255, 255);
 font-size: 18px;
 line-height: 1.5;
 margin: 1rem 0px 0px;
 transform: translate(0px);
 }}
.solutions_choose .items .item .info p {
 color: rgb(53, 53, 53);
 font-size: 17px;
 line-height: 26px;
 font-weight: 300;
 transition: 0.3s 0.02s;
 margin-top: 12px;
 transform: translateY(104px);
 margin-bottom: -72px;
 }
@media screen and (max-width: 768px){
.solutions_choose .items .item .info p, .solutions_choose .items .item.active .info p {
 color: rgb(255, 255, 255);
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin: 10px 0px 0px;
 transform: translate(0px);
 }}
.solutions_choose .items .item .btc {
 height: 72px;
 }
@media screen and (max-width: 768px){
.solutions_choose .items .item .btc, .solutions_choose .items .item.active .btc {
 display: none;
 }}
.solutions_choose .items .item:nth-child(2n) {
 transform: translateY(17.0507%);
 }
@media screen and (max-width: 768px){
.solutions_choose .items .item:nth-child(2n) {
 transform: translate(0px);
 }}
 
@media screen and (max-width: 786px){


}
.faq_box {
 padding: 88px 0px 240px;
 }
@media screen and (max-width: 768px){
.faq_box {
 padding: 3rem 0px 4rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.wrap {
 flex-wrap: wrap;
 }
@media screen and (max-width: 768px){
.faq_box .flex {
 gap: 2rem;
 }}
.faq_box .head {
 flex: 1 1 0%;
 max-width: 352px;
 margin-top: -8px;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.head h2 {
 font-size: 42px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.faq_box .head .desc {
 font-size: 17px;
 line-height: 30px;
 font-weight: 300;
 margin-top: 20px;
 }
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){
.faq_box .head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }}
.btn::after {
 content: "";
 display: block;
 width: 18px;
 height: 10px;
 transition: 0.3s;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/service_6/assets/img/arrow-line-w.svg") center center / contain no-repeat;
 }
.faq_box .head .btn {
 margin-top: 38px;
 }
@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){
.btn::after {
 width: 14px;
 }}
@media screen and (max-width: 768px){
.faq_box .head .btn {
 margin-top: 20px;
 }}
.faq_box .faqs {
 width: 62.0312%;
 }
@media screen and (max-width: 768px){
.faq_box .faqs {
 width: 100%;
 }}
.faq_box .faqs .faq {
 margin-top: 20px;
 overflow: hidden;
 border-radius: 6px;
 background-color: rgb(247, 247, 247);
 }
.faq_box .faqs .faq:first-child {
 margin-top: 0px;
 }
@media screen and (max-width: 768px){
.faq_box .faqs .faq {
 margin-top: 1rem;
 }}
.faq_box .faqs .faq.active .question::after {
 transform: rotate(180deg);
 }
.faq_box .faqs .faq .question {
 font-size: 22px;
 line-height: 30px;
 font-weight: 600;
 display: grid;
 gap: 12px;
 align-items: center;
 grid-template-columns: 1fr auto;
 cursor: pointer;
 padding: 23px 5.03778%;
 }
.faq_box .faqs .faq .question::after {
 content: "";
 display: block;
 width: 14px;
 height: 8px;
 transition: 0.3s;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/service_6/assets/img/select-faq.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.faq_box .faqs .faq .question {
 font-size: 1rem;
 line-height: 1.5;
 padding: 1rem;
 }}
@media screen and (max-width: 768px){
.faq_box .faqs .faq .question::after {
 width: 12px;
 }}
.faq_box .faqs .faq:first-child .answer {
 display: block;
 }
.faq_box .faqs .faq .answer {
 color: rgb(45, 45, 45);
 font-size: 17px;
 line-height: 30px;
 font-weight: 300;
 display: none;
 padding: 8px 5.03778% 36px;
 }
@media screen and (max-width: 768px){
.faq_box .faqs .faq .answer {
 padding: 8px 1rem 20px;
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
 
@media screen and (max-width: 786px){


}