 

:root {
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.software_intro {
 padding: 25px 0px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.full_content {
 max-width: 1920px;
 margin-left: auto;
 margin-right: auto;
 }
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.software_intro .left, .software_intro .right {
 width: 50%;
 }
.software_intro .left {
 padding-left: 55px;
 padding-right: 80px;
 }
.software_intro h1 {
 font-size: 42px;
 }
.software_intro p {
 font-size: 22px;
 margin-top: 1rem;
 color: rgb(102, 102, 102);
 }
.software_intro .right {
 aspect-ratio: 925 / 700;
 border-radius: 15px;
 background-color: rgb(241, 248, 255);
 overflow: hidden;
 }
.software_intro .right img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){

.software_intro {
 padding: 3rem 0px;
 }
.full_content {
 padding: 0px 1.2rem;
 }
.software_intro .flex {
 flex-flow: wrap;
 }
.software_intro .flex .left {
 width: 100%;
 padding: 0px;
 }
.software_intro h1 {
 font-size: 25px;
 }
.software_intro p {
 font-size: 0.9rem;
 }
.software_intro .flex .right {
 width: 100%;
 margin-top: 1.5rem;
 }
}
 

:root {
--title_color:#15212f;
--content_color:#4f4f4f;
}
.software_automate {
 padding: 35px 0px 90px;
 background-color: rgb(241, 248, 255);
 }
.content {
 max-width: 1260px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 padding: 0px 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;
 }}
.head h2 {
 color: var(--title_color);
 font-size: 50px;
 font-weight: 700;
 line-height: 82px;
 }
.head h2 {
 font-size: 2.6rem;
 line-height: 3.2rem;
 }
.head p {
 color: var(--content_color);
 font-size: 24px;
 line-height: 30px;
 }
.head p {
 font-size: 22px;
 margin-top: 1.2rem;
 }
.software_automate .main {
 margin-top: 45px;
 }
.software_automate .swiper_software_automate {
 overflow: hidden;
 }
ul {
 list-style: none;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform, -webkit-transform;
 box-sizing: content-box;
 }
.swiper-container-android .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
.software_automate li.swiper-slide {
 padding: 30px 40px 70px;
 background-color: white;
 border-radius: 15px;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
.software_automate li.swiper-slide img {
 height: 145px;
 display: block;
 width: auto;
 margin-left: auto;
 margin-right: auto;
 }
.software_automate li.swiper-slide strong {
 font-size: 1.65rem;
 display: block;
 margin-bottom: 0.9rem;
 margin-top: 1rem;
 font-weight: 500;
 }
.software_automate li.swiper-slide p {
 font-size: 1rem;
 font-weight: 300;
 line-height: 1.5rem;
 }
 
@media screen and (max-width: 786px){

.software_automate {
 padding: 2rem 0px;
 }
.content {
 padding: 0px 1.2rem;
 }
.head h2 {
 font-size: 22px;
 }
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.head p {
 margin-top: 0.5rem;
 }
.head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.software_automate .main {
 margin-top: 20px;
 }
.software_automate li.swiper-slide {
 padding: 1.2rem;
 }
.software_automate li.swiper-slide img {
 height: 100%;
 width: 100%;
 object-fit: contain;
 }
.software_automate li.swiper-slide strong {
 font-size: 1rem;
 }
.software_automate li.swiper-slide p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
}
 

:root {
--theme_color:#006cfa;
}
.software_lists {
 padding: 10px 0px;
 }
.software_lists ul {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 1rem;
 }
.software_lists ul li {
 padding: 80px 95px 105px;
 border-radius: 15px;
 background-color: rgb(243, 243, 243);
 text-align: center;
 }
.software_lists ul li .img {
 margin-bottom: 15px;
 }
.software_lists ul li .img img {
 height: 57px;
 width: auto;
 }
.software_lists ul li .title {
 margin-bottom: 1.5rem;
 }
.software_lists ul li p {
 color: rgb(51, 51, 51);
 margin-bottom: 38px;
 }
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);
 }
.software_lists ul li .btn_new {
 display: inline-flex;
 color: var(--theme_color);
 font-weight: 500;
 align-items: center;
 gap: 5px;
 font-size: 15px;
 margin-left: 17px;
 }
.software_lists ul li .btn_new::after {
 content: "";
 display: inline-block;
 background: url("https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/software_2/assets/img/ExternalLink-2.svg") center center / contain no-repeat;
 width: 18px;
 height: 18px;
 }
 
@media screen and (max-width: 786px){

.software_lists {
 overflow: hidden;
 }
.software_lists ul {
 grid-template-columns: repeat(1, 1fr);
 }
.software_lists ul li {
 padding: 1.2rem;
 }
.software_lists ul li .img {
 margin-bottom: 0.5rem;
 }
.software_lists ul li .img img {
 height: 40px;
 }
.software_lists ul li .title {
 font-size: 0.9rem;
 font-weight: 500;
 margin-bottom: 1rem;
 }
.software_lists ul li p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-bottom: 1rem;
 }
.button, .button_r {
 padding: 11px 22px;
 font-size: 14px;
 }
}
.software_cols {
 padding: 63px 20px 56px;
 }
.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;
 }
 
@media screen and (max-width: 786px){

.software_cols {
 overflow: hidden;
 }
.software_cols {
 padding: 3rem 0px;
 }
.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;
 }
}