 
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content {
	max-width: 1760px;
	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: #fc0102;
  --subtheme_color: #212121;
  --title_color: #232323;
  --content_color: #828282;
  --bg_color: linear-gradient(to right, #000, #000);
}
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: 1780px;
  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;
}
.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 {
  font-family: 'Poppins', sans-serif;
}
.only_mobile {
  display: none;
}
.head h2 {
  color: var(--title_color);
  font-size: 48px;
  font-weight: 600;
  line-height: 70px;
}
.head p{
  font-size: 17px;
  color: #606060;
}
.head .subtitle{
  font-size: 16px;
  font-weight: 600;
  color: var(--theme_color);
  text-transform: uppercase;
}
.head .subtitle + h2{
  margin-top: 1.3rem;
}
.normal-title h1{
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
.normal-title p{
  max-width: 563px;
  color: #fff;
  opacity: 0.85;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  /* margin: 7px 0 0; */
}
.head h1{
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 75px;
  text-transform: uppercase;
}
.head p{
  /* max-width: 563px; */
    color: #fff;
    opacity: 0.85;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    margin: 7px 0 0;
}
.button {
  display: inline-block;
  line-height: 1;
  border-radius: 6px;
  transition: all 0.3s;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--theme_color);
  padding: 15px 45.4px;
  border: 2px solid var(--theme_color);
}
.button:hover {
  background-color: transparent;
  color: var(--theme_color);
}
.button_more {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  padding: 17px 59.5px;
  transition: all 0.3s;
}
.button_more:hover {
  color: #fff;
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.swiper_btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1872px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/support_banner/assets/img/left-g.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns div.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.swiper_btns .btn_next {
  background-image: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/support_banner/assets/img/right-g.svg);
}
.swiper-pagination{
  display: flex;
  width: 100%;
  margin-top: 70px;
  justify-content: center;
  position: unset !important;
  align-items: center;
  gap: 28px;
}

.support_banner{
  background: url('https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/support_banner/assets/img/support_banner.jpg') no-repeat center/cover;
  padding: 120px 0;
}
.support_banner .head h1{
  margin-bottom: 0.8rem;
}
.support_banner .head p{
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.black-overlay {
  position: relative;
}
.black-overlay > .content {
  position: relative;
  z-index: 10;
}
.black-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  z-index: 1;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .head .subtitle {
    font-size: 14px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .button {
    font-size: 14px;
    padding: 11px 22px 12px;
    min-width: 120px;
  }
  .button_more {
    font-size: 14px;
    padding: 9px 22px 10px;
  }

  .content {
    padding: 0 1.2rem;
  }
  .swiper_btns {
    display: none;
  }
  .button {
    font-size: 14px;
    padding: 11px 20px;
  }
  .button_more {
    font-size: 14px;
    padding: 11px 20px;
  }
  .support_banner {
    padding: 4rem 0 3rem;
  }
}

 
@media screen and (min-width: 786px) and (max-width: 1800px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    max-width: 1400px;
  }
  .swiper_content {
    max-width: 1420px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1200px;
  }
  .swiper_content {
    max-width: 1220px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1220px) {
  .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;
  }
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/support_service/assets/img/left-g.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns .btn_next {
  background-image: url(https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/support_service/assets/img/right-g.svg);
}


.support_service{
  padding: 180px 0 130px;

}
.support_service ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 2.0454545%;
  margin-top: 100px;
}
.support_service ul li{
  flex: 1;
  padding: 70px 37px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s;
}
.support_service ul li .img{
  width: 76px;
  height: 83px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.support_service ul li strong{
  font-size: 28px;
  line-height: 36px;
  color: #1d1d1d;
  transition: all 0.3s;
  margin-bottom: 30px;
  display: block;
}
.support_service ul li p{
  font-size: 18px;
  line-height: 28px;
  color: #7a7a7a;
  margin-bottom: 60px;
  transition: all 0.3s;
}
.support_service ul li span{
  font-size: 19px;
  font-weight: 600;
  color: var(--theme_color);
  display: inline-block;
  padding-right: 25px;
  background: url('https://jc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/support_service/assets/img/arrow-right.svg') no-repeat right/17px;
}
.support_service ul li.active{
  background-color: #212121;
}
.support_service ul li.active strong{
  color: white;
}
.support_service ul li.active p{
  color: white;
  opacity: 0.8;
  font-weight: 300;
}

 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .support_service {
    padding: 4rem 0 3rem;
  }
  .support_service ul {
    margin-top: 2rem;
    display: flex;
    overflow: auto;
    gap: 1rem;
  }
  .support_service ul li {
    min-width: 75%;
    box-shadow: none;
    border: 1px solid #212121;
    padding: 2rem 1.2rem 1.6rem;
  }
  .support_service ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  .support_service ul li .img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.25rem;
  }
  .support_service ul li strong {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .support_service ul li p {
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
    flex: 1;
  }
  .support_service ul li span {
    font-size: 14px;
  }
}

 
@media screen and (min-width: 786px) and (max-width: 1800px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    max-width: 1400px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1440px) {
  .content {
    max-width: 1200px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
  .support_service ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .support_service ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
 
/*
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%;
  }
}