 
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

.home_video_banner .m-3 {
    margin: 3%;
}

.home_video_banner a {
    white-space: wrap;
    max-width: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) 
               rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) 
               scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .2s;
    transition-property: color, background-color, border-color, text-decoration-color, 
                         fill, stroke, opacity, box-shadow, transform, filter, 
                         backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

.home_video_banner .absolute {
    position: absolute;
}

.home_video_banner .relative {
    position: relative;
}

.home_video_banner .inset-0 {
    inset: 0;
}

.home_video_banner .left-1/2 {
    left: 50%;
}

.home_video_banner .top-0 {
    top: 0;
}

.home_video_banner .z-10 {
    z-index: 10;
}

.home_video_banner .z-20 {
    z-index: 20;
}

.home_video_banner .z-30 {
    z-index: 30;
}

.home_video_banner .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.home_video_banner .mb-8 {
    margin-bottom: 2rem;
}

.home_video_banner .mr-20 {
    margin-right: 5rem;
}

.home_video_banner .mt-4 {
    margin-top: 1rem;
}

.home_video_banner .mt-8 {
    margin-top: 2rem;
}

.home_video_banner .flex {
    display: flex;
}

.home_video_banner .hidden {
    display: none;
}

.home_video_banner .h-full {
    height: 100%;
}

.home_video_banner .w-full {
    width: 100%;
}

.home_video_banner .max-w-7xl {
    max-width: 80rem;
}

.home_video_banner .-translate-x-1/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) 
               rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) 
               scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.home_video_banner .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) 
               rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) 
               scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.home_video_banner .flex-row {
    flex-direction: row;
}

.home_video_banner .flex-col {
    flex-direction: column;
}

.home_video_banner .overflow-hidden {
    overflow: hidden;
}

.home_video_banner .bg-brand-blue {
    background-color: rgb(0 108 250 / 1);
}

.home_video_banner .bg-brand-blue-dark {
    background-color: rgb(23 33 45 / 1);
}

.home_video_banner .bg-brand-gray {
    background-color: rgb(112 112 117 / 1);
}
.justify-end{ justify-content:flex-end; }
.home_video_banner .bg-cover {
    background-size: cover;
}

.home_video_banner .bg-center {
    background-position: 50%;
}

.home_video_banner .object-cover {
    object-fit: cover;
}

.home_video_banner .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.home_video_banner .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.home_video_banner .py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.home_video_banner .pb-12 {
    padding-bottom: 3rem;
}

.home_video_banner .font-bold {
    font-weight: 700;
}

.home_video_banner .text-white {
    color: rgb(255 255 255 / 1) !important;
}

.home_video_banner .opentrons-button {
    align-items: center;
    border-radius: 3px;
    display: flex;
    flex: none;
    flex-direction: row;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    letter-spacing: .08em;
    line-height: 135%;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
}

.home_video_banner h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
}

@media (min-width: 880px) {
    .home_video_banner h1 {
        font-size: 64px;
        font-weight: 700;
        line-height: 135%;
    }
    .home_video_banner .md:flex {
        display: flex;
    }
    .home_video_banner .md:hidden {
        display: none;
    }
    .home_video_banner .md:min-h-[600px] {
        min-height: 600px;
    }
    .home_video_banner .md:flex-row {
        flex-direction: row;
    }
    .home_video_banner .md:flex-col {
        flex-direction: column;
    }
    .home_video_banner .md:rounded-[33px] {
        border-radius: 33px;
    }
    .home_video_banner .md:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 1024px) {
    .home_video_banner .lg:w-2/3 {
        width: 66.666667%;
    }
}

/* custom */
.home_video_banner .p-4per {
    padding-top: 0;
    padding-bottom: 0;
}

.home_video_banner .mstart-1 {
    margin-left: 0;
}

.home_video_banner .hero-vid {
    font-size: 25px;
    font-weight: 600;
}


/* mobile */
@media only screen and (max-width: 879px) {
    .home_video_banner .bg-cover {
        background: url(https://opentrons.com/wp-content/smush-webp/2023/10/mobile-video-cover.jpg.webp) no-repeat;
        background-size: cover;
        background-position-x: 42.2%;
    }
    .home_video_banner .p-4per {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .home_video_banner h3 {
        font-weight: 600 !important;
    }
    .home_video_banner .mstart-1 {
        margin-left: 1rem !important;
    }
}


@media (min-width: 880px) {
    .home_video_banner .md:min-h-[600px] {
        min-height: 600px;
    }
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 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;
  }
  .swiper_content {
    max-width: 1020px;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 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;
  }
  

  .demo_automate .head span{
    font-size: 16px;
    line-height: 19px;
  }
  .demo_automate .head h2{
      font-size: 42px;
      line-height: 40px;
  }
  .demo_automate .main ul:after{
      display: none;
  }
  .demo_automate .main ul li strong{
      font-size: 24px;
      line-height: 28px;
      font-weight: 500;
  }
  .demo_automate .main ul li p{
      font-size: 16px;
      line-height: 25px;
      font-weight: 400;
  }
  .demo_automate .main ul{
      padding-bottom: 0;
  }
}
.content {
	max-width: 1260px;
	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: #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;
  animation-name: bg;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.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);
  }
}



/*----custom_pc_start----*/  #NR6F21 .home_solution{padding-top:50px;padding-bottom:50px;} /*----custom_pc_end----*/ 
/*----custom_mobile_start----*/ @media screen and (max-width: 786px) { #NR6F21 .home_solution{} } /*----custom_mobile_end----*/
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .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);
  }
  
}
 
:root {
--title_color:#15212f;
--content_color:#4f4f4f;
--theme_color:#006cfa;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.large_content {
 max-width: 1790px;
 margin: 0px auto;
 }
.prep_video .large_content {
 border-radius: 15px;
 overflow: hidden;
 }
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.prep_video .large_content > .flex {
 padding: 64px 45px;
 background-color: rgb(208, 230, 254);
 }
.prep_video .large_content .left {
 width: 56.4%;
 aspect-ratio: 990 / 742;
 }
.prep_video .large_content .left iframe {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border: none;
 }
.prep_video .large_content .right {
 width: 43.6%;
 padding-left: 53px;
 }
.head h2 {
 color: var(--title_color);
 font-size: 50px;
 font-weight: 700;
 line-height: 82px;
 }
.prep_video .head h2 {
 font-size: 42px;
 margin-bottom: 0.5rem;
 }
.head p {
 color: var(--content_color);
 font-size: 24px;
 line-height: 30px;
 }
.prep_video .head p {
 margin-bottom: 2rem;
 font-size: 20px;
 }
a {
 color: rgb(28, 35, 47);
 text-decoration: none;
 font-size: 1rem;
 }
.button {
 display: inline-block;
 line-height: 1;
 color: rgb(255, 255, 255);
 font-size: 17px;
 font-weight: 500;
 border: 1px solid var(--theme_color);
 background-color: var(--theme_color);
 transition: 0.3s;
 border-radius: 4px;
 padding: 11px 34px;
 }
.button:hover {
 background-color: transparent;
 color: var(--theme_color);
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
 
@media screen and (max-width: 786px){

.prep_video .flex.flex_middle {
 flex-flow: wrap;
 }
.prep_video .large_content > .flex {
 padding: 1.2rem;
 }
.prep_video .large_content .left {
 width: 100%;
 }
.prep_video .large_content .right {
 width: 100%;
 padding: 1rem 0px;
 }
.prep_video .head h2 {
 font-size: 20px;
 }
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.prep_video .head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-bottom: 1rem;
 }
.head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.button, .button_r {
 padding: 11px 22px;
 font-size: 14px;
 }
}
/* @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_nums/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_nums/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_nums/assets/img/right-w.svg);
}

.home_nums{
  padding: 100px 0 57px;

}
.home_nums ul{
  display: flex;
  gap: 100px;
  justify-content: center;
}
.home_nums li img{
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.home_nums li strong{
  font-size: 32px;
  font-weight: 700;
  display: block;
}
 
@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;
  }
  
}
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  
    .home_nums ul{
    flex-direction: column;
    gap: 20px;
  }
  .home_nums{
    padding: 3rem 0;
  }
  .home_nums li strong{
    font-size: 25px;
  }
  .home_nums li p{
    font-size: 14px;
  }
  .home_nums li img{
    width: 40px;
  }
}
.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_app/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_app/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_app/assets/img/right-w.svg);
}
.home_app {
  background-color: #F1F8FF;
  padding: 55px 0 160px;
}
.home_app .head p {
  color: #5e5e5e;
  font-size: 20px;
  margin: 20px 0 0;
}
.home_app .head{
  margin-bottom: 26px;
}
.home_app .home_app_swiper_box {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0 99px;
  position: relative;
}
.home_app .home_app_swiper_box .swiper_btns_full {
  max-width: 1842px;
}
.home_app .home_app_swiper {
  padding: 10px;
  overflow: hidden;
}
.home_app .home_app_swiper .swiper-slide {
  height: auto;
}
.home_app .home_app_swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 3rem 11.7359% 46px;
}
.home_app .home_app_swiper .swiper-slide a:hover strong i {
  right: -5px;
}
.home_app .home_app_swiper .swiper-slide i {
  display: block;
  width: 55px;
  height: 37px;
  background: no-repeat left center / contain;
}
.home_app .home_app_swiper .swiper-slide h3 {
  color: var(--title_color);
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0 1rem;
}
.home_app .home_app_swiper .swiper-slide span {
  display: block;
  color: #848489;
}
.home_app .home_app_swiper .swiper-slide p {
  color: #606060;
  font-size: 20px;
  line-height: 28px;
  margin: 1rem 0 28px;
  flex: 1;
}
.home_app .home_app_swiper .swiper-slide strong {
  font-size: 16px;
  margin-top: 1.5rem;
  font-weight: 500;
  color: var(--theme_color);
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
}
.home_app .home_app_swiper .swiper-slide strong i {
  display: block;
  width: 8px;
  height: 13px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_app/assets/img/right-full.svg) no-repeat center / contain;
  position: relative;
  right: 0;
  transition: all 0.3s;
}
 
@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;
  }
  .product_start .main ul {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .home_step .main ul {
    gap: 1rem;
  }
  .product_start .main ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .home_app {
    padding: 4rem 0;
  }
  .home_app .head p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .home_app .home_app_swiper_box {
    margin-top: 2rem;
    padding: 0 1.2rem;
  }
  .home_app .home_app_swiper_box .swiper_btns_full {
    display: none;
  }
  .home_app .home_app_swiper {
    padding: 0;
  }
  .home_app .home_app_swiper .swiper-slide a {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2rem 1.2rem 1.6rem;
  }
  .home_app .home_app_swiper .swiper-slide i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .home_app .home_app_swiper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .home_app .home_app_swiper .swiper-slide span {
    font-size: 13px;
    line-height: 1.5;
  }
  .home_app .home_app_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1.2rem;
  }
  .home_app .home_app_swiper .swiper-slide strong {
    font-size: 14px;
  }
  .home_app .home_app_swiper .swiper-slide strong i {
    width: 6px;
    height: 10px;
  }
}
.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_biology/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_biology/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_biology/assets/img/right-w.svg);
}


.home_biology{
  padding: 110px 0 70px;
  background-color: #17212D;
}

.swiper_biology li.swiper-slide{
  padding-left: 50px;
  padding-right: 240px;
}
.swiper_biology li .left, .swiper_biology li .rigth{
  width: 50%;
}
.swiper_biology li span{
  display: inline-block;
  background: hsla(0, 0%, 100%, .2);
  border-radius: 38px;
  height: 34px;
  padding: 6px 18px;
  width: -moz-fit-content;
  line-height: 1.2;
  width: fit-content;
  color: white;
}
.swiper_biology li h2{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    font-size: 35px;
    color: white;
    max-width: 535px;
}
.swiper_biology li p{
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  color: white;
    max-width: 535px;
    font-size: 22px;
    margin-bottom: 3rem;
}
.swiper_biology {
  margin-bottom: 90px;
}
.swiper_biology li .img{
  aspect-ratio: 800/450;
  border-radius: 20px;
  overflow: hidden;
  max-width: 800px;
  position: relative;
}
.swiper_biology li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper_biology li .img .btn_play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 0.8rem;
  color: white;
  background-color: var(--theme_color);
  border-radius: 20rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}
.swiper_biology li .img .btn_play:before{
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: url('https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/home_biology/assets/img/btn_play.svg') no-repeat center/contain;
}
.swiper_biology li .img .btn_play:hover{

  background-color: rgba(23,33,45,.6);
}
.home_biology{
  overflow: hidden;
}
 
@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;
  }
}
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  

  .home_biology{
    padding: 3rem 0;
  }
  .swiper_biology li.swiper-slide{
    padding: 0 1.2rem;
  }
  .swiper_biology li.swiper-slide > .flex{
    flex-flow: wrap;
  }
  .swiper_biology li .left, .swiper_biology li .rigth{
    width: 100%;
  }
  .swiper_biology li span{
    font-size: 13px;
    line-height: 13px;
    height: auto;
  }
  .swiper_biology li h2{
    font-size: 25px;
  }
  .swiper_biology li p{
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 0;
    margin-bottom: 0;
  }
  .swiper_biology li .left{
    margin-bottom: 2rem;
  }
  .swiper_biology{
    margin-bottom: 0;
  }
}
.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_fits/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_fits/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_fits/assets/img/right-w.svg);
}


.home_fits {
  padding: 112px 0 102px;
}
.home_fits .swiper_btns_full.center {
  max-width: 1440px;
}
.home_fits .head p {
  margin-top: 30px;
}
.home_fits .home_fits_swiper {
  margin-top: 72px;
}
.home_fits .home_fits_swiper ul li {
  height: auto;
}
.home_fits .home_fits_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_fits .home_fits_swiper ul li a:hover {
  top: -20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_fits .home_fits_swiper ul li a:hover .button {
  background-color: transparent;
  color: var(--theme_color);
}
.home_fits .home_fits_swiper ul li i {
  width: 78.621%;
  padding-bottom: 36.513%;
  margin: 0 auto;
  display: block;
  background: no-repeat center / contain;
}
.home_fits .home_fits_swiper ul li .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 9.25%;
  text-align: left;
  margin-top: 40px;
}
.home_fits .home_fits_swiper ul li h3 {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.home_fits .home_fits_swiper ul li p {
  flex: 1;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 30px;
  margin: 16px 0 16px;
}
.home_fits .home_fits_swiper ul li .button {
  font-size: 1rem;
  padding: 1rem;
  text-align: center;
  width: max-content;
}

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


.home_contact{
  padding: 64px 0 60px;
  background-color: #F1F8FF;
}
.home_contact .button{
  font-size: 18px;
  padding: 16px 30px;
}
.home_contact h2{
  font-size: 32px;
}
 
@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;
  }
  
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  

  .home_contact{
    padding: 3rem 0;
  }
  .home_contact .flex{
    flex-direction: column;
  }
  .home_contact .flex h2{
    font-size: 25px;
    margin-bottom: 1.5rem;
  }
  .home_contact .flex a{
    width: max-content;
  }
}

 

:root {
--theme_color:#006cfa;
}
.software_cols {
 padding: 63px 20px 56px;
 }
.full_content {
 max-width: 1920px;
 margin-left: auto;
 margin-right: auto;
 }
ul {
 list-style: none;
 }
.software_cols ul {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 20px;
 }
.software_cols ul li {
 padding: 265px 110px 27px;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px 1000px inset;
 border-radius: 16px;
 overflow: hidden;
 text-align: center;
 }
.software_cols ul li span {
 display: inline-block;
 padding: 7px 17px;
 border-radius: 20rem;
 background: rgba(255, 255, 255, 0.2);
 color: white;
 font-size: 14px;
 }
.software_cols ul li strong {
 display: block;
 font-size: 32px;
 color: white;
 font-weight: 600;
 margin: 1rem 0px;
 }
.software_cols ul li p {
 color: white;
 margin-bottom: 25px;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){

.software_cols {
 overflow: hidden;
 }
.software_cols {
 padding: 3rem 0px;
 }
.full_content {
 padding: 0px 1.2rem;
 }
.software_cols ul {
 grid-template-columns: repeat(1, 1fr);
 }
.software_cols ul li {
 padding: 1.2rem;
 }
.software_cols ul li strong {
 font-size: 1.2rem;
 }
}