 
/*
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
*/
:root {
	--main:#FF9A00;
	--dark:#353535;
	--light:#f8f8f8;
	--text:#999999;
	--excerpt:#8e8e8e;
}
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content {
	max-width: 1388px;
	margin: 0 auto;
	position: relative;
}
.largecontent {
	max-width: 100%;
	padding: 0 4rem;
}
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;
}
.vertical {
	display: flex;
	flex-direction:column;
	justify-content: center;
}
:root {
  --theme_color: #1a938f;
  --subtheme_color: #2cafa8;
  --title_color: #232323;
  --content_color: #808080;
  --bg_color: #f7f9f8;
}
ul {
  list-style: none;
}
a {
  color: #1c232f;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1408px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  color: #232323;
  font-family: 'Poppins', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 1.25rem;
}
.content .content {
  padding: 0;
  max-width: 1220px;
}
.head .subtitle {
  color: var(--theme_color);
  display: block;
  font-size: 17px;
  line-height: 29px;
}
.head .subtitle.line {
  display: flex;
  align-items: center;
  gap: 18px;
}
.head .subtitle.line::after {
  content: '';
  display: block;
  width: 45px;
  height: 2px;
  background-color: var(--theme_color);
}
.head h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
}
.head.small h2 {
  font-size: 34px;
  line-height: 46px;
  text-transform: uppercase;
}
.head .nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.head .nav ul li {
  transition: all 0.3s;
  color: #666666;
  font-size: 18px;
  border-radius: 100px;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 10px 27.5px;
}
.head .nav ul li.active,
.head .nav ul li:hover {
  color: var(--title_color);
  border-color: #a8a8a8;
}
.head .nav.link ul li {
  padding: 0;
  border: none;
}
.head .nav.link ul li a {
  display: block;
  transition: all 0.3s;
  color: #666666;
  font-size: 18px;
  border-radius: 100px;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 10px 27.5px;
}
.head .nav.link ul li.active a,
.head .nav.link ul li:hover a {
  color: var(--title_color);
  border-color: #a8a8a8;
}
.button {
  display: inline-block;
  color: #fff;
  background-color: var(--theme_color);
  border-radius: 100px;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 40px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.button::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 100px;
  z-index: -1;
}
.button:hover::after {
  transform: scale(1.02);
  box-shadow: 0 0 5px var(--theme_color);
}
.button:active {
  box-shadow: none;
  filter: brightness(0.8);
}
.button_more {
  display: inline-block;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #a8a8a8;
  font-size: 18px;
  font-weight: 500;
  padding: 12.5px 56px;
  transition: all 0.4s;
  cursor: pointer;
}
.button_more:hover {
  color: #fff;
  background-color: var(--theme_color);
  border-color: var(--theme_color);
  box-shadow: 0 0 5px var(--theme_color);
}
.button_more:active {
  filter: brightness(0.8);
}
.swiper_btns {
  display: flex;
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://skycut.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns div.swiper-button-disabled {
  cursor: default;
  opacity: 0.68;
}
.swiper_btns .btn_next {
  transform: rotate(180deg);
}
.swiper_btns.middle {
  max-width: 1430px;
  width: 98%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  justify-content: space-between;
}
.swiper_btns.middle div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.swiper_btns.middle .btn_next {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.swiper_btns.small {
  max-width: 1766px;
}
.swiper_btns.small div {
  width: 12px;
  height: 22px;
}
.swiper_btns.full {
  gap: 1rem;
}
.swiper_btns.full.middle {
  max-width: 1678px;
}
.swiper_btns.full div {
  width: 82px;
  height: 82px;
  background: url(https://skycut.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/arrow-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.swiper_btns.full div.swiper-button-disabled {
  background-image: url(https://skycut.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/arrow-b.svg);
  cursor: default;
  background-color: #cbcbcb;
  opacity: 1;
  box-shadow: none;
}
.swiper_btns.full div.swiper-button-disabled:hover {
  box-shadow: none;
}
.swiper_btns.full div:hover {
  box-shadow: 0 0 5px var(--theme_color);
}
.swiper_btns.black div {
  background-image: url(https://skycut.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/arrow-b.svg);
}


.home_banner .home_banner_swiper {
  background-color: #f6f8f7;
  overflow: hidden;
  position: relative;
}
.home_banner .home_banner_swiper .swiper-slide {
  overflow: hidden;
  height: auto;
  overflow: hidden;
  background: url(https://skycut.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/home-banner-bg.webp) no-repeat top center / cover;
}
.home_banner .home_banner_swiper .swiper-slide .flex {
  min-height: 1096px;
}
.home_banner .home_banner_swiper .swiper_btns {
  top: 48%;
}
.home_banner .home_banner_swiper .swiper-pagination {
  bottom: 7.8%;
}
.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s;
  background-color: #c9c9c9;
  border-radius: 100px;
  width: 56px;
  height: 13px;
  opacity: 1;
}
.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme_color);
}
.home_banner .head {
  min-width: 60%;
  color: #fff;
  padding-bottom: 16.4%;
}
.home_banner .head .subtitle {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.home_banner .head h1,
.home_banner .head h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 77px;
}
.home_banner .head h1 span,
.home_banner .head h2 span {
  color: var(--subtheme_color);
}
.home_banner .head p {
  opacity: 0.9;
  font-size: 19px;
  line-height: 37px;
  margin-top: 18px;
}
.home_banner .head .button {
  font-size: 1rem;
  padding: 13.5px 34px;
  margin-top: 30px;
}
.home_banner .img {
  min-width: 98.85246%;
  margin-left: -37.869%;
  position: relative;
  top: 44px;
}
.home_banner .img img {
  max-width: 100%;
  height: auto;
}

.home_banner .home_banner_swiper .slide_type2 .head {
  padding-top: 20%;
}
.home_banner .home_banner_swiper .slide_type2 .head p {
  margin-top: 2rem;
}

 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .obly_mobile {
    display: block;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0.5rem !important;
  }
  .head .subtitle.line {
    gap: 12px;
  }
  .head .subtitle.line::after {
    width: 2rem;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2,
  .head.small h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .head .nav ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .head .nav ul::-webkit-scrollbar {
    display: none;
  }
  .head .nav ul li {
    font-size: 14px;
    padding: 9px 22px;
  }
  .head .nav.link ul li {
    padding: 0;
  }
  .head .nav.link ul li a {
    padding: 9px 22px;
    font-size: 14px;
  }
  .button,
  .button_more {
    font-size: 14px !important;
    padding: 9px 22px !important;
  }
  .swiper_btns.full {
    gap: 1rem;
  }
  .swiper_btns.full div {
    width: 2.5rem;
    height: 2.5rem;
  }

  .home_banner .home_banner_swiper .swiper-slide {
    padding: 6rem 0 10rem;
    background-position: top;
  }
  .home_banner .home_banner_swiper .swiper-slide .flex {
    min-height: unset;
  }
  .home_banner .home_banner_swiper .swiper_btns {
    display: none;
  }
  .home_banner .home_banner_swiper .swiper-pagination {
    bottom: 1.5rem;
  }
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 5px;
  }
  .home_banner .head {
    padding: 0;
    width: 100%;
  }
  .home_banner .head .subtitle {
    font-size: 14px;
  }
  .home_banner .head h1,
  .home_banner .head h2 {
    font-size: 25px;
    line-height: 1.5;
  }
  .home_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .home_banner .head .button {
    margin-top: 1.25rem;
  }
  .home_banner .img {
    position: absolute;
    right: 0;
    top: unset;
    bottom: -8rem;
    margin: 0;
    min-width: unset;
    width: 70%;
  }
  .home_banner .home_banner_swiper .slide_type2 .head {
    padding-top: 0;
  }
  .home_banner .home_banner_swiper .slide_type2 .head p {
    margin-top: .5rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
  .home_banner .img {
    min-width: 86%;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
  .swiper_content {
    max-width: 1220px;
  }
  .home_banner .img {
    min-width: 80%;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  
  .home_banner .head {
    min-width: 577px;
  }
  .home_banner .head p {
    max-width: 325px;
  }
  .home_banner .img {
    min-width: 50%;
  }
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_what/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns.full div {
  width: 82px;
  height: 82px;
  background: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_what/assets/img/arrow-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.swiper_btns.full div.swiper-button-disabled {
  background-image: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_what/assets/img/arrow-b.svg);
  cursor: default;
  background-color: #cbcbcb;
  opacity: 1;
  box-shadow: none;
}
.swiper_btns.black div {
  background-image: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_what/assets/img/arrow-b.svg);
}

.home_what {
  padding: 160px 0 5rem;
}
.home_what .head p {
  margin: 26px auto 0;
  max-width: 716px;
  font-size: 19px;
  line-height: 30px;
  color: var(--content_color);
}
.home_what .list {
  margin-top: 62px;
}
.home_what .list ul {
  display: grid;
  gap: 2rem 10%;
  grid-template-columns: repeat(3, 1fr);
}
.home_what .list ul li {
  text-align: center;
}
.home_what .list ul li i {
  width: 88px;
  height: 93px;
  display: block;
  margin: 0 auto;
  background: no-repeat center / contain;
}
.home_what .list ul li h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 25px;
}
.home_what .list ul li p {
  margin-top: 15px;
  color: var(--content_color);
  font-size: 19px;
  line-height: 30px;
}


 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .home_what {
    padding: 4rem 0 3rem;
  }
  .home_what .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .home_what .list {
    margin-top: 2rem;
  }
  .home_what .list ul {
    overflow: auto;
    display: flex;
    gap: 1rem;
  }
  .home_what .list ul li {
    min-width: 60%;
  }
  .home_what .list ul li i {
    width: 3rem;
    height: 3rem;
  }
  .home_what .list ul li h3 {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 1.5;
  }
  .home_what .list ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }

}
@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;
  }
}
 
/*
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;
}


.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 (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;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .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;
  }
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_make/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns.full div {
  width: 82px;
  height: 82px;
  background: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_make/assets/img/arrow-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.swiper_btns.full div.swiper-button-disabled {
  background-image: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_make/assets/img/arrow-b.svg);
  cursor: default;
  background-color: #cbcbcb;
  opacity: 1;
  box-shadow: none;
}
.swiper_btns.black div {
  background-image: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_make/assets/img/arrow-b.svg);
}



.home_make {
  background-color: var(--bg_color);
  overflow: hidden;
  padding: 150px 0;
}
.home_make .flex {
  gap: 8.5246%;
  margin-bottom: 168px;
}
.home_make .flex:last-child {
  margin-bottom: 0;
}
.home_make .head {
  width: 37.5%;
  min-width: 37.5%;
}
.home_make .head p {
  color: var(--content_color);
  font-size: 17px;
  line-height: 29px;
  margin-top: 10px;
}
.home_make .head .button {
  margin-top: 2rem;
}
.home_make .swiper_content {
  min-width: 100%;
}
.home_make .home_make_swiper {
  max-width: 809px;
}
.home_make .home_make_swiper .swiper-wrapper {
  transition: all linear;
}
.home_make .home_make_swiper .swiper-slide .pic {
  aspect-ratio: 391/491;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s;
}
.home_make .home_make_swiper .swiper-slide .pic:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_make .home_make_swiper .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.home_make .home_make_swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.home_make .home_make_swiper2 {
  margin: 0 0 0 auto;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .home_make {
    padding: 4rem 0;
  }
  .home_make .content > .flex {
    flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
  .home_make .content > .flex.flex_end {
    flex-direction: column;
  }
  .home_make .content > .flex:last-child {
    margin-bottom: 0;
  }
  .home_make .swiper_content {
    width: 100%;
    padding: 0;
  }
  .home_make .head {
    width: 100%;
    margin-top: 1.25rem;
  }
  .home_make .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .home_make .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .home_make .head .button {
    margin-top: 1.25rem;
  }
  .home_make .home_make_swiper .swiper-slide .pic {
    border-radius: 12px;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }

}
@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;
  }
  
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_how/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns.full div {
  width: 82px;
  height: 82px;
  background: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_how/assets/img/arrow-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.swiper_btns.full div.swiper-button-disabled {
  background-image: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_how/assets/img/arrow-b.svg);
  cursor: default;
  background-color: #cbcbcb;
  opacity: 1;
  box-shadow: none;
}
.swiper_btns.black div {
  background-image: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_how/assets/img/arrow-b.svg);
}


.home_how {
  padding: 228px 0 106px;
}
.home_how .main {
  margin-top: 30px;
}
.home_how .main ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.home_how .main ul li .intro {
  flex: 1;
  max-width: 464px;
  display: flex;
  align-items: flex-start;
  gap: 6.9%;
}
.home_how .main ul li .intro i {
  display: block;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #98cecc;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
}
.home_how .main ul li .intro i::after {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--theme_color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home_how .main ul li .intro div {
  flex: 1;
  padding-top: 18px;
}
.home_how .main ul li .intro h3 {
  font-size: 26px;
  font-weight: 600;
}
.home_how .main ul li .intro p {
  color: var(--content_color);
  font-size: 19px;
  line-height: 30px;
  margin-top: 8px;
}
.home_how .main ul li .img {
  width: 45.6%;
  height: auto;
}
.home_how .main ul li .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-height: 445px;
}
.home_how .main ul li:nth-child(even) {
  flex-direction: row-reverse;
}

 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .home_how {
    padding: 4rem 0;
  }
  .home_how .main {
    margin-top: 2rem;
  }
  .home_how .main ul {
    display: flex;
    overflow: auto;
    gap: 1rem;
  }
  .home_how .main ul li {
    min-width: 70%;
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .home_how .main ul li:nth-child(even) {
    flex-direction: column-reverse;
  }
  .home_how .main ul li .img {
    width: 80%;
  }
  .home_how .main ul li .intro {
    display: block;
  }
  .home_how .main ul li .intro i {
    font-size: 14px;
    width: 46px;
    line-height: 46px;
  }
  .home_how .main ul li .intro i::after {
    width: 2rem;
    height: 2rem;
  }
  .home_how .main ul li .intro div {
    padding-top: 10px;
  }
  .home_how .main ul li .intro h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_how .main ul li .intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }

}
@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;
  }
  
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_why/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns.full div {
  width: 82px;
  height: 82px;
  background: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_why/assets/img/arrow-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.swiper_btns.full div.swiper-button-disabled {
  background-image: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_why/assets/img/arrow-b.svg);
  cursor: default;
  background-color: #cbcbcb;
  opacity: 1;
  box-shadow: none;
}
.swiper_btns.black div {
  background-image: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_why/assets/img/arrow-b.svg);
}

.home_why {
  background-color: var(--bg_color);
  padding: 134px 0 166px;
}
.home_why .main {
  padding: 0 1.2rem;
  margin-top: 118px;
}
.home_why .main ul {
  max-width: 1630px;
  margin: 0 auto;
  display: grid;
  gap: 4rem 1.4315%;
  grid-template-columns: repeat(4, 1fr);
}
.home_why .main ul li:hover .img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_why .main ul li:hover .img img {
  transform: scale(1.05);
}
.home_why .main ul li .img {
  aspect-ratio: 390/375;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s;
}
.home_why .main ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.home_why .main ul li .info {
  text-align: center;
}
.home_why .main ul li .info h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 34px;
}
.home_why .main ul li .info p {
  font-size: 17px;
  line-height: 29px;
  color: var(--content_color);
  margin-top: 20px;
}


 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .home_why {
    padding: 4rem 0;
  }
  .home_why .main {
    margin-top: 2rem;
  }
  .home_why .main ul {
    display: flex;
    gap: 1rem;
    overflow: auto;
  }
  .home_why .main ul li {
    min-width: 60%;
  }
  .home_why .main ul li .img {
    border-radius: 12px;
  }
  .home_why .main ul li .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .home_why .main ul li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }

}
@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;
  }
  
  .home_why .main ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_idea/assets/img/arrow-w.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns.full div {
  width: 82px;
  height: 82px;
  background: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_idea/assets/img/arrow-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.swiper_btns.full div.swiper-button-disabled {
  background-image: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_idea/assets/img/arrow-b.svg);
  cursor: default;
  background-color: #cbcbcb;
  opacity: 1;
  box-shadow: none;
}
.swiper_btns.black div {
  background-image: url(https://skycut.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_idea/assets/img/arrow-b.svg);
}

.home_idea {
  padding: 192px 0 246px;
}
.home_idea .head p {
  font-size: 17px;
  line-height: 26px;
  color: var(--content_color);
  max-width: 716px;
  margin: 28px auto 0;
}
.home_idea .main {
  margin-top: 104px;
}
.home_idea .main .group {
  margin-bottom: 132px;
  position: relative;
  z-index: 2;
}
.home_idea .main .group::after {
  content: '';
  display: block;
  width: 87.5%;
  height: calc(100% + 132px);
  border: 2px solid #bfc2c3;
  border-left: none;
  position: absolute;
  right: 0;
  top: 125px;
  border-radius: 0 3rem 3rem 0;
}
.home_idea .main .group:nth-child(even)::after {
  left: 0;
  right: unset;
  border: 2px solid #bfc2c3;
  border-right: none;
  border-radius: 3rem 0 0 3rem;
}
.home_idea .main .group:last-child {
  margin-bottom: 0;
}
.home_idea .main .group:last-child::after {
  display: none;
}
.home_idea .main .group ul {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
.home_idea .main .group ul li {
  text-align: center;
}
.home_idea .main .group ul li i {
  width: 85px;
  height: 85px;
  display: inline-block;
  background: no-repeat center / contain;
}
.home_idea .main .group ul li span {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 9px solid #fff;
  background-color: var(--title_color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 0;
  position: relative;
  z-index: 2;
}
.home_idea .main .group ul li span::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 5px solid #fff;
  background-color: var(--title_color);
}
.home_idea .main .group ul li p {
  color: #1d1d1b;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
}


 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .home_idea {
    padding: 4rem 0 5rem;
  }
  .home_idea .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .home_idea .main {
    margin-top: 2rem;
  }
  .home_idea .main .group {
    margin-bottom: 2rem;
  }
  .home_idea .main .group::after {
    height: calc(100% + 2rem);
    top: 70px;
    border-width: 1px;
    border-radius: 1rem;
  }
  .home_idea .main .group:nth-child(even)::after {
    border-radius: 1rem;
    border-width: 1px;
  }
  .home_idea .main .group ul {
    gap: 8px;
  }
  .home_idea .main .group ul li i {
    width: 2rem;
    height: 2rem;
  }
  .home_idea .main .group ul li span {
    width: 2rem;
    height: 2rem;
    border-width: 5px;
    margin-top: 1rem;
  }
  .home_idea .main .group ul li span::after {
    width: 20px;
    height: 20px;
    border-width: 5px;
  }
  .home_idea .main .group ul li p {
    margin-top: 1rem;
    font-size: 12px;
    line-height: 1.5;
  }
  
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }

}
@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;
  }
  
}