 
/*
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;
} 

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 (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;
  }
  .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%;
  }
}
 
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}
.largecontent {
	max-width: 100%;
	padding: 0 4rem;
}
.vertical {
	display: flex;
	flex-direction:column;
	justify-content: center;
}

:root {
  --theme_color: #006cfa;
  --subtheme_color: #893ba4;
  --title_color: #15212f;
  --content_color: #4f4f4f;
  --bg_color: linear-gradient(to right, #006cfa, #893ba4);
}
ul {
  list-style: none;
}
a {
  color: #1c232f;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_content {
  max-width: 1280px;
  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 {
  font-family: 'SourceHanSansCN', sans-serif;
}
.only_mobile {
  display: none;
}
.head h2 {
  color: var(--title_color);
  font-size: 50px;
  font-weight: 700;
  line-height: 82px;
}
.head p {
  color: var(--content_color);
  font-size: 24px;
  line-height: 30px;
}
.button {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid var(--theme_color);
  background-color: var(--theme_color);
  transition: all 0.3s;
  border-radius: 4px;
  padding: 11px 34px;
}
.button:hover {
  background-color: transparent;
  color: var(--theme_color);
}
.button_r {
  display: inline-block;
  line-height: 1;
  color: var(--theme_color);
  font-size: 17px;
  font-weight: 500;
  border: 1px solid var(--theme_color);
  background-color: transparent;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 11px 34px;
}
.button_r:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.button_bg {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s;
  background-color: var(--theme_color);
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 4px;
  padding: 18px 61px;
}
.button_bg::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  background-image: var(--bg_color);
  z-index: -1;
}
.button_bg:hover {
  opacity: 0.6;
}
.btn_play {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--theme_color);
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 4px;
  padding: 13px 47.5px;
  transition: all 0.3s;
}
.btn_play i {
  transition: all 0.3s;
  display: block;
  width: 17px;
  height: 17px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_solution/assets/img/play.svg) no-repeat center / contain;
}
.btn_play:hover {
  opacity: 0.6;
}
div.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  height: 1rem;
  gap: 28px;
}
div.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  transition: all 0.3s;
}
div.swiper-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
}
.swiper_btns_full {
  display: flex;
  gap: 18px;
}
.swiper_btns_full div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme_color);
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_solution/assets/img/left-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_btns_full div:hover {
  filter: brightness(1.3);
}
.swiper_btns_full div.swiper-button-disabled {
  cursor: default;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.swiper_btns_full .btn_next {
  background-image: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_solution/assets/img/right-w.svg);
}
.swiper_btns_full.center {
  width: 98%;
  max-width: 1380px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.swiper_btns_full.center div {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.swiper_btns_full.center div.swiper-button-disabled {
  filter: brightness(0.2);
}
.swiper_btns_full.center .btn_next {
  left: unset;
  right: 0;
}
.home_solution {
  position: relative;
  z-index: 2;
  padding: 130px 0 170px;
  overflow: hidden;
}
.home_solution .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_solution/assets/img/home-solu-bg-100.webp) no-repeat center / cover;
  z-index: -1;
}
.home_solution .head h2 {
  color: #fff;
}
.home_solution .head p {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 25px;
}
.home_solution .main {
  margin-top: 52px;
}
.home_solution .main ul {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
}
.home_solution .main ul li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  border: 1px solid #fff;
  transition: all 0.3s;
  border-radius: 12px;
  /* background-color: rgba(255, 255, 255, 0.15); */
  padding: 55px 8.3752% 3rem;
}
.home_solution .main ul li a:hover {
  /* background-color: #fff; */
  background-color: rgba(255, 255, 255, 0.15);
}

.home_solution .main ul li i {
  display: block;
  background: no-repeat center / contain;
  width: 27.018%;
  padding-bottom: 22.31237%;
  filter: contrast(0) brightness(20);
}
.home_solution .main ul li h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  transition: all 0.3s;
  margin: 28px 0 15px;
}
.home_solution .main ul li p {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  flex: 1;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
.home_solution .main ul li strong {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  line-height: 22px;
  transition: all 0.3s;
}
.home_solution .main ul li strong::after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_solution/assets/img/right-full.svg) no-repeat center / contain;
  position: absolute;
  right: -1rem;
  top: 50%;
  transition: right 0.3s;
  transform: translateY(-40%);
  filter: contrast(0) brightness(20);
}
@keyframes bg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
 
@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;
  }
  .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;
  }
  .head .nav ul {
    margin-top: 20px;
    gap: 1rem;
  }
  .head .nav ul li {
    font-size: 14px;
    padding-bottom: 0.5rem;
  }
  .h2-line h2 {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .button {
    font-size: 14px;
    padding: 12px 22px 14px;
    border-radius: 4px;
  }
  .border_btn {
    font-size: 14px;
    padding: 11px 22px 13px;
  }
  .scroll-text {
    display: none;
  }
  .home_solution {
    padding: 4rem 0;
  }
  .home_solution .head p {
    margin-top: 1rem;
  }
  .home_solution .main {
    margin-top: 2rem;
  }
  .home_solution .main ul {
    overflow: auto;
    gap: 0;
    display: flex;
  }
  .home_solution .main ul::-webkit-scrollbar {
    display: none;
  }
  .home_solution .main ul li {
    margin-right: 1rem;
    min-width: 80%;
  }
  .home_solution .main ul li:last-child {
    margin-right: 0;
  }
  .home_solution .main ul li a {
    padding: 2rem 1.2rem 1.6rem;
  }
  .home_solution .main ul li i {
    width: 2.6rem;
    height: 2.6rem;
    padding: 0;
  }
  .home_solution .main ul li h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1.2rem 0 0.6rem;
  }
  .home_solution .main ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  .home_solution .main ul li strong {
    font-size: 14px;
  }
  .home_solution .main ul li strong::after {
    width: 6px;
    height: 10px;
  }
}

 
@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 {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1260px) {
  .content {
    max-width: 1000px;
  }
  .home_solution .main ul {
    gap: 1rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .home_solution .main ul {
    gap: 1.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  
}
.btn_play i {
  transition: all 0.3s;
  display: block;
  width: 17px;
  height: 17px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_product/assets/img/play.svg) no-repeat center / contain;
}
.swiper_btns_full div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme_color);
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_product/assets/img/left-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_btns_full .btn_next {
  background-image: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_product/assets/img/right-w.svg);
}
.home_product {
  background-color: #f8f8f8;
  padding: 184px 0 1rem;
  overflow: hidden;
}
.home_product .info {
  flex: 1;
  margin-right: 1.2rem;
  padding-bottom: 15.555%;
}
.home_product .info h2 {
  color: var(--title_color);
  font-size: 60px;
  font-weight: 800;
  line-height: 82px;
  font-family: 'Public Sans', sans-serif;
}
.home_product .info h2 span {
  font-weight: normal;
}
.home_product .info p {
  color: var(--content_color);
  font-size: 22px;
  line-height: 30px;
  margin: 20px 0 42px;
}
.home_product .info .btns {
  display: flex;
  align-items: center;
  gap: 24px;
}
.home_product .info .btns a {
  font-size: 18px;
  padding: 14px 38px;
}
.home_product .img {
  width: 59.84127%;
  height: auto;
}
.home_product .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-height: 100%;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .home_product {
    padding: 4rem 0;
  }
  .home_product .flex {
    display: block;
  }
  .home_product .info {
    margin: 0;
    text-align: center;
    padding-bottom: 2rem;
  }
  .home_product .info h2 {
    font-size: 40px;
    line-height: 1.5;
  }
  .home_product .info p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.5rem 0 2rem;
  }
  .home_product .info .btns {
    gap: 1rem;
    justify-content: center;
  }
  .home_product .info .btns a {
    padding: 11px 22px;
    font-size: 14px;
  }
  .home_product .img {
    width: 100%;
    height: 200px;
  }
}

 
@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 {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1260px) {
  .content {
    max-width: 1000px;
  }
  .home_product .info .btns {
    gap: 1rem;
  }
  .home_product .info .btns a {
    padding: 14px 20px;
    text-align: center;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  
}
/* @font-face {
  font-family: 'SourceHanSansCN';
  src: url(../font/SourceHanSansCN-Regular.otf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url(../font/SourceHanSansCN-Medium.otf);
  font-weight: 500;
  font-display: swap;
} */
:root {
  --theme_color: #006cfa;
  --subtheme_color: #893ba4;
  --title_color: #15212f;
  --content_color: #4f4f4f;
  --bg_color: linear-gradient(to right, #006cfa, #893ba4);
}
.btn_play i {
  transition: all 0.3s;
  display: block;
  width: 17px;
  height: 17px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_step/assets/img/play.svg) no-repeat center / contain;
}
.swiper_btns_full div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme_color);
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_step/assets/img/left-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_btns_full .btn_next {
  background-image: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_step/assets/img/right-w.svg);
}


.home_step {
  padding: 112px 0 102px;
}
.home_step .swiper_btns_full.center {
  max-width: 1440px;
}
.home_step .head p {
  margin-top: 30px;
}
.home_step .home_step_swiper {
  margin-top: 72px;
}
.home_step .home_step_swiper ul li {
  height: auto;
}
.home_step .home_step_swiper ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  background-color: #f1f8ff;
  border-radius: 8px;
  padding: 54px 0 38px;
  position: relative;
  top: 0;
}
.home_step .home_step_swiper ul li a:hover {
  top: -20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_step .home_step_swiper ul li a:hover .button {
  background-color: transparent;
  color: var(--theme_color);
}
.home_step .home_step_swiper ul li i {
  width: 78.621%;
  padding-bottom: 36.513%;
  margin: 0 auto;
  display: block;
  background: no-repeat center / contain;
}
.home_step .home_step_swiper ul li .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 9.25%;
  text-align: center;
  margin-top: 40px;
}
.home_step .home_step_swiper ul li h3 {
  color: #232323;
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
}
.home_step .home_step_swiper ul li p {
  flex: 1;
  color: #7f7f7f;
  font-size: 20px;
  line-height: 30px;
  margin: 22px 0 40px;
}
.home_step .home_step_swiper ul li .button {
  font-size: 20px;
  padding: 1rem;
}

.home_step .swiper_box {
  position: relative;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .home_step {
    padding: 4rem 0;
  }
  .home_step .head p {
    margin-top: 1rem;
  }
  .home_step .swiper_btns_full.center {
    display: none;
  }
  .home_step .home_step_swiper {
    margin-top: 2rem;
  }
  .home_step .home_step_swiper ul::-webkit-scrollbar {
    display: none;
  }
  .home_step .home_step_swiper ul li {
    margin-right: 1rem;
    min-width: 70%;
    width: 70%;
  }
  .home_step .home_step_swiper ul li:last-child {
    margin-right: 0;
  }
  .home_step .home_step_swiper ul li a {
    padding: 2rem 0 1.6rem;
  }
  .home_step .home_step_swiper ul li .info {
    margin-top: 1rem;
    padding: 0 1.2rem;
  }
  .home_step .home_step_swiper ul li .info h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .home_step .home_step_swiper ul li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1rem;
  }
  .home_step .home_step_swiper ul li .info .button {
    font-size: 14px;
    padding: 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 {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1260px) {
  .content {
    max-width: 1000px;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  
}
.btn_play i {
  transition: all 0.3s;
  display: block;
  width: 17px;
  height: 17px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_service/assets/img/play.svg) no-repeat center / contain;
}
.swiper_btns_full div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme_color);
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_service/assets/img/left-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_btns_full .btn_next {
  background-image: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_service/assets/img/right-w.svg);
}

.home_service {
  padding: 92px 0 120px;
}
.home_service .head {
  width: 35.793%;
  padding-bottom: 40px;
}
.home_service .head p {
  font-size: 22px;
  opacity: 0.85;
  line-height: 36px;
  margin: 1rem 0 38px;
}
.home_service .head .button {
  font-size: 18px;
  padding: 15px 38px;
}
.home_service .img {
  width: 58.889%;
  height: auto;
  transition: all 1s;
}
.home_service .img img {
  width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .home_service {
    padding: 4rem 0;
  }
  .home_service .content {
    padding: 0;
  }
  .home_service .content .flex {
    flex-wrap: wrap;
  }
  .home_service .head {
    width: 100%;
    padding: 0 1.2rem;
    order: 2;
    margin-top: 2rem;
  }
  .home_service .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1.2rem;
  }
  .home_service .head .button {
    font-size: 14px;
    padding: 11px 22px;
  }
  .home_service .img {
    width: 100%;
    height: 300px;
  }
}

 
@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 {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1260px) {
  .content {
    max-width: 1000px;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  
}