* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
}
body {
  font: 400 18px/1.6 Helvetica, Helvetica Neue, Arial, Arial, sans-serif;
  background: #F1F4F9;
  color: #0E1B29;
}
a {
  text-decoration: none;
  word-wrap: break-word;
}
a:hover {
  text-decoration: none;
}
a,
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}
img {
  border: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
button:focus{
  outline: none;
}

.home-screen{
  width: 100%;
  min-height: 860px;
  background: #F1F4F9 url(../img/bg-img2.jpeg) no-repeat;
  background-position: right 20px;
  background-size: 880px;
  padding: 20px 40px;
  position: relative;
}
.home-screen.about-screen{
  background: #F1F4F9 url(../img/bg-img3.jpeg) no-repeat;
  background-position: right 20px;
  background-size: 760px;
}
.home-screen.product-screen{
  background: #F1F4F9 url(../img/bg-img6.jpeg) no-repeat;
  background-position: right 0;
  background-size: 760px;
}
.home-screen.disease-screen{
  background: #F1F4F9 url(../img/bg-img4.jpeg) no-repeat;
  background-position: right 20px;
  background-size: 780px;
}
.experiment-screen{
  background: #F1F4F9 url(../img/bg-img.webp) no-repeat;
  background-position: right 0;
  background-size: 780px;
}
.news-screen{
  background: #F1F4F9 url(../img/jb1.png) no-repeat;
  background-position: right 60px;
  background-size: 760px;
}

.screen-img{
  position: absolute;
  top: 0;
  right: 0;
}
.screen-img img{
  width: 100%;
  height: auto;
}
.header{
  position: relative;
  z-index: 6;
}
.logo{
  float: left;
}
.logo img{
  width: auto;
  height: 36px;
}
.topnav{
  float: right;
}
.topnav ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-nav li:last-child{
  padding-right: 40px;
}
.topnav ul li{
  float: left;
  line-height: 56px;
  margin-left: 30px;
}
.navbar-light .navbar-nav .nav-link{
  color: #0E1B29;
  padding: 0;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link{
  opacity: .6;
}
.navbar-light .navbar-nav .nav-link:hover{
  opacity: .6;
}
.wrap{
  margin: 0 auto;
  max-width: 1200px;
}
.page-wrap{
  max-width: 1000px;
  line-height: 1.8;
}
.page-wrap p{
  margin-bottom: 24px;
}
.slogan{
  color: #0E1B29;
  padding-top: 160px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.slogan h3{
  font-size: 80px;
  font-weight: 600;
  line-height: 100px;
}
.slogan h5{
  padding-top: 20px;
  font-weight: 400;
  font-size: 30px;
  opacity: .6;
  line-height: 46px;
}
.home-wrap{
  margin-top: 40px;
}
.home-wrap h3{
  font-size: 44px;
  line-height: 44px;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
}
.home-wrap h3 em{
  font-style: normal;
  display: block;
  font-size: 16px;
  opacity: .4;
}


.product-list{
  padding-bottom: 60px;
}
.product-list .item{
  width: 20%;
  float: left;
}
.product-list .item a.item-wrap{
  display: block;
  margin: 20px 10px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  min-height: 360px;
  text-align: center;
  color: #0E1B29;
  position: relative;
  transform: translateY(0);
  transition: transform 0.4s linear 0s;
}
.product-list .item a.item-wrap:hover{
  transform: translateY(-10px);
  transition: transform 0.4s linear 0s;
/*  box-shadow: 0.1em 0.1em 2em rgba(212,92,212,0.2);*/
  box-shadow: 0.1em 0.1em 2em rgba(64,131,246,0.14);
}
.product-list .item .item-wrap h5{
  font-size: 20px;
  padding: 20px;
}
.product-list .item .item-wrap h5 em{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  opacity: .4;
  line-height: 20px;
  display: block;
  margin: 6px 0px;
}
.product-list .item .item-wrap p{
  font-size: 14px;
  opacity: .6;
}
.product-list .item a.item-wrap.dw{
  background: #fff url(../img/dw4.webp) no-repeat;
  background-position: center 200px;
  background-size: 90%;
}
.product-list .item a.item-wrap.jb{
  background: #fff url(../img/jb1.png) no-repeat;
  background-position: center 200px;
  background-size: 100%;
}
.product-list .item a.item-wrap.my{
  background: #fff url(../img/my1.png) no-repeat;
  background-position: center 180px;
  background-size: 100%;
}
.product-list .item a.item-wrap.ry{
  background: #fff url(../img/ry1.jpeg) no-repeat;
  background-position: center 210px;
  background-size: 100%;
}
.product-list .item a.item-wrap.sl{
  background: #fff url(../img/sl1.webp) no-repeat;
  background-position: center 190px;
  background-size: 90%;
}
.product-list .item a.item-wrap{
/*  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  background-origin: .4;*/
}
.product-list .item a.item-wrap:hover{
/*  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: no;*/
}


.experimental-list{
  padding-bottom: 60px;
}
.experimental-list a.item-wrap{
  display: block;
  margin: 20px 0;
  background: #fff url("../img/arrow.svg") center right no-repeat;
  background-size: 48px;
  padding: 30px 20px;
  border-radius: 20px;
  color: #0E1B29;
  position: relative;
  transform: translateX(0);
  transition: transform 0.4s linear 0s;
}
.experimental-list .item a.item-wrap:hover{
  transform: translateX(-10px);
  transition: transform 0.4s linear 0s;
  box-shadow: 0.1em 0.1em 2em rgba(64,131,246,0.14);
}
.experimental-list a.item-wrap img{
  position: absolute;
  width: 72px;
  left: 40px;
  top: 28px;
}
.experimental-list .item .item-wrap h5{
  font-size: 22px;
  padding-left: 140px;
  padding-bottom: 10px;
}
.experimental-list .item .item-wrap p{
  font-size: 14px;
  opacity: .6;
  padding-left: 140px;
  margin-bottom: 0;
}

.news-list{
  padding-bottom: 40px;
}
.news-list .item{
  width: 25%;
  float: left;
}
.news-list .item a.item-wrap{
  display: block;
  margin: 20px 10px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  min-height: 300px;
  text-align: center;
  color: #0E1B29;
  position: relative;
  transform: translateY(0);
  transition: transform 0.4s linear 0s;
}
.news-list .item a.item-wrap:hover{
  transform: translateY(-10px);
  transition: transform 0.4s linear 0s;
  box-shadow: 0.1em 0.1em 2em rgba(64,131,246,0.14);
/*  box-shadow: 0.1em 0.1em 2em rgba(212,92,212,0.2);*/
}
.news-list .item .item-wrap img{
  width: 100%;
  height: auto;
}
.news-list .item .item-wrap h5{
  font-size: 20px;
  padding: 20px;
  line-height: 1.6;
}
.news-list .item .item-wrap h5 em{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  opacity: .4;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}
.news-list .item .item-wrap p{
  font-size: 14px;
  opacity: .6;
}
.footer{
  padding: 40px;
  font-size: 14px;
  opacity: .6;
}
.footer a{
  color: #0E1B29;
}
.footer em{
  font-style: normal;
  opacity: .4;
  padding: 0 6px;
}
.navbar{
  padding: 0;
}
.partner-list{
  padding-bottom: 80px;
  text-align: center;
}
.partner-list a{
  margin: 20px 10px;
  padding: 10px 14px;
  background: #fff;
  border-radius: 10px;
  display: inline-block;
}
.partner-list img{
  width: auto;
  height: 50px;
}
.company-overview{
  text-align: center;
  padding-bottom: 80px;
}
.company-overview img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 40px;
}
.pap-content ul{
  list-style: none;
}
.pap-content ul li{
  float: left;
  width: 25%;
  margin-bottom: 30px;
}
.pap-content ul li span{
  background: #fff;
  border-radius: 8px;
  margin: 0 20px;
  display: block;
  padding: 30px 10px;
  transform: translateY(0);
  transition: transform 0.4s linear 0s;
}
.pap-content ul li span:hover{
  transform: translateY(-2px);
  transition: transform 0.4s linear 0s;
  box-shadow: 0.1em 0.1em 2em rgba(64,131,246,0.14);
}
.pap-content ul li img{
  display: block;
  width: auto;
  height: 48px;
  margin: 0 auto 20px;
}
.ae-content ul{
  list-style: none;
  text-align: left;
}
.ae-content > ul > li{
  width: 33.3333%;
  float: left;
  position: relative;
}
.ae-content > ul > li img{
  display: block;
  width: auto;
  height: 36px;
/*  margin-bottom: 14px;*/
/*  position: absolute;
  top: 16px;
  right: 20px;*/
  opacity: .4;
  margin-bottom: 10px;
}
.ae-content > ul > li a{
  color: #0E1B29;
}
.ae-content > ul > li a:hover{
  color: #666;
}
.ae-content > ul > li > span{
  background: #fff;
  border-radius: 8px;
  margin: 0 20px 40px;
  display: block;
  padding: 20px;
  min-height: 380px;
  transform: translateY(0);
  transition: transform 0.4s linear 0s;
  font-weight: 600;
  overflow: hidden;
}
.ae-content > ul > li > span:hover{
  transform: translateY(-2px);
  transition: transform 0.4s linear 0s;
  box-shadow: 0.1em 0.1em 2em rgba(64,131,246,0.14);
}
/*.ae-content > ul > li > span:hover img{
  opacity: .4;
}*/

.ae-content > ul > li > span > ul{
  font-size: 14px;
  opacity: .6;
  line-height: 1.4;
  padding-left: 16px;
  padding-top: 10px
}
.ae-content > ul > li > span > ul > li{
/*  float: left;*/
  list-style: disc;
/*  padding-right: 24px;*/
  font-weight: 400;
  padding-bottom: 8px;
}

.sl-content > ul > li img{
  opacity: 1;
  height: 42px;
}
.sl-content > ul > li > span{
  min-height: 430px;
}

.ge-content ul{
  list-style: none;
}
.ge-content ul li{
  float: left;
  width: 25%;
}
.bmc-content{
  text-align: left;
}
.bmc-content h4{
  font-size: 22px;
}
.bmc-content p{
  font-size: 16px;
}
.dm-content span em{
  font-style: normal;
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-top: 10px;
}
.dm-content ul li span{
  min-height: 250px;
  line-height: 1.2;
}


@media (max-width: 1200px) {
  .wrap {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .slogan h3 {
    font-size: 60px;
    line-height: 80px;
  }
  .slogan h5{
    font-size: 24px;
    line-height: 34px;
    padding-top: 10px;
  }
  .product-list .item{
    width: 33.3333%;
  }
  .news-list .item{
    width: 50%;
  }
}
@media (max-width: 768px) {
  .topnav{
    clear: both !important;
  }
  .logo{
    width: 100%;
    text-align: center;
    float: none;
  }
  .slogan {
    padding-top: 40px;
    padding-left: 0;
    text-align: center;
  }
  .slogan h3{
    font-size: 46px;
    line-height: 70px;
  }
  .slogan h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .home-wrap h3{
    font-size: 36px;
    line-height: 36px;
  }
  .home-wrap h3 em{
    font-size: 14px;
  }
  .home-screen {
    min-height: 500px;
    background-size: 500px;
  }
  .home-screen.about-screen{
    background-size: 460px;
  }
  .home-screen.product-screen{
    background-size: 500px;
  }
/*  .home-screen.about-screen .screen-img{
    left: 0;
  }*/
  .pap-content ul li,
  .ae-content > ul > li{
    width: 50%;
  }
  .page-wrap{
    font-size: 16px;
  }
  .topnav {
    padding-right: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
  .topnav ul li {
/*    margin: 0 10px;*/
/*    font-size: 16px;*/
    float: none;
    display: inline-block;
  }
  .product-list{
    padding-bottom: 40px;
  }
  .home-wrap{
    margin-top: 40px;
  }
  .product-list .item .item-wrap h5{
    padding: 14px;
  }
  .product-list .item a.item-wrap{
    min-height: 340px;
  }
  .experimental-list a.item-wrap img{
    width: 60px;
  }
  .experimental-list .item .item-wrap h5,
  .experimental-list .item .item-wrap p{
    padding-left: 100px;
  }
  .footer .pull-left,
  .footer .pull-right{
    float: none !important;
    text-align: center;
    padding-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .screen-img img {
    width: auto;
    height: 100%;
  }
  .wrap{
    padding: 0 20px;
  }
  .logo img{
    height: 30px;
  }
  .home-screen{
    padding: 20px;
    min-height: 600px;
    background-size: 520px;
    background-position: right 0;
  }
  .slogan{
    padding-top: 100px;
  }
  .slogan h3{
    font-size: 32px;
    line-height: 60px;
  }
  .slogan h5{
    font-size: 16px;
    line-height: 24px;
    opacity: .8;
  }
  .home-wrap h3{
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .home-wrap h3 em {
    font-size: 12px;
  }
  .product-list .item{
    width: 100%;
  }
  .product-list .item a.item-wrap.dw {
    background-position: center 140px;
    background-size: 70%;
  }
  .product-list .item a.item-wrap.jb {
    background-position: center 180px;
    background-size: 70%;
  }
  .product-list .item a.item-wrap.my {
    background-position: center 150px;
    background-size: 70%;
  }
  .product-list .item a.item-wrap.ry {
    background-position: center 180px;
    background-size: 70%;
  }
  .product-list .item a.item-wrap.sl {
    background-position: center 160px;
    background-size: 70%;
  }
  .experimental-list a.item-wrap{
    background: #fff;
  }
  .news-list .item{
    width: 100%;
  }
  .news-list{
    padding-bottom: 20px;
  }
  .footer{
    padding: 20px 0;
  }
  .pap-content ul li,
  .ae-content > ul > li{
    width: 100%;
  }
  .ae-content > ul > li > span{
    min-height: 340px;
  }
  .company-overview{
    padding-bottom: 40px;
    font-size: 14px;
  }
  .bmc-content h4{
    font-size: 16px;
  }
  .bmc-content p{
    font-size: 14px;
  }
  .page-wrap p{
    margin-bottom: 0;
  }
  .partner-list a{
    margin: 10px;
  }
  .partner-list img{
    height: 40px;
  }
}
.new-content{
  width: 90%;
  margin: 0 auto;
  min-height: 600px;
  background: rgba(255,255,255,1);
  display: block;
  margin-top: 40px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  padding: 80px;
  font-size: 16px;
  line-height: 1.8;
  text-indent: 2em;
}
.new-content h1{
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.new-content p{
  padding-bottom: 20px;
}
.new-content ul{
  list-style: none;
}
.new-content img{
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .new-content{
    font-size: 14px;
    padding: 40px;
    width: 100%;
  }
  .new-content div > p > img{
    width: 100% !important;
  }
}


@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px){
  .navbar{
    position: static;
  }
  .navbar-collapse{
    position: absolute;
    z-index: 98;
    top: 60px;
    left: 0;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 10px;
  }
  .navbar-light .navbar-toggler{
    border-color: rgba(0,0,0,.06);
    margin-top: 10px;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
  }
  .navbar-nav li:last-child{
    padding-right: 0;
  }
/*  .topnav ul li{
    width: 100%;
  }*/
  .topnav ul li{
    line-height: 60px;
  }
  .topnav ul{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .navbar-toggler-icon{
    width: 1.2em;
    height: 1.2em;
  }
  .topnav ul li{
    margin-left: 0;
  }
}