 
/*
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;
  }
}
 
@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;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.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;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.solutions_choose {
 padding: 3rem 0px 4rem;
 }}
.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;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 1.25rem;
 }
@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;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
@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;
 }}
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/solutions_2/assets/img/arrow-line-w.svg") center center / contain no-repeat;
 }
.btn:hover {
 background-position: left center;
 }
.btn:hover::after {
 transform: translateX(5px);
 }
.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;
 }}
.img.img_cv {
 overflow: hidden;
 }
.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;
 }}
.img.img_cv img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
.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);
 }}
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){


}
 
@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;
  }
}
 
@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;
  }
}
