@charset "utf-8";

/*====================导航*********/
#navToggle {
  display: none;
}

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}
/* header{display: none;} */
/* head end */

img {
  vertical-align: middle !important;
}

/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#fp-nav {display: none;}
.go-top-box {
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 50%;
  background: rgba(0, 180, 108, .47);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 1.45rem;
  right: 0.32rem;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  transition: all 500ms ease;
}
.go-top-box img {
  width: .38rem;
}
.go-top-box:hover {
  background: rgba(0, 180, 108, .7)
}


.index_main .section1 {
  position: relative;
}

.index_main .section1 .index_banner .item {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.index_main .section1 .index_banner .item .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.index_main .section1 .index_banner .item:nth-child(1) .inner,.index_main .section1 .index_banner .item:last-child .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 72px);
  padding: 0 12.65%;
  margin-top: 72px;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
  visibility: visible;
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}

.index_main .section1 .index_banner .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 72px;
  width: 100%;
  height: calc(100vh - 72px);
  z-index: 0;
}

.index_main .section1 .index_banner .items:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100vh - 72px);
  position: absolute;
  left: 0;
  top: 72px;
}

.index_main .section1 .index_banner .item .inner .block_txt {
  opacity: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}


/* banner01 */
.index_main .section1 .index_banner .item .inner .block_txt.banner01 {
  width: 12.12rem;
  color: #fff;
  text-align: center;
}
.index_main .section1.active .index_banner .item .inner .block_txt.banner01 div {
  animation: fadeInUp .2s forwards .2s;
  -webkit-animation: fadeInUp .2s forwards .2s;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner01 .banner01-title {
  font-size: .73rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner01 .banner01-sub-title {
  margin-top: .07rem;
  font-size: .36rem;
  letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner01 .banner01-bottom-con {
  width: 100%;
  height: 2.2rem;
  background: rgba(26,54,78, .59);
  border-radius: 2.5rem;
  position: relative;
  margin-top: .86rem;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner01 .banner01-bottom-con .line {
  width: 35.7%;
  height: 10px;
  background: linear-gradient( 270deg, #2DAE64 0%, #09B07F 100%);
  border-radius: 0px 0px 8px 8px;
  margin: auto;
  
}
.index_main .section1 .index_banner .item .inner .block_txt.banner01 .banner01-bottom-con ul {
  display: flex;
  margin-top: .1rem;
  padding: 0 0 0 1.2rem;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner01 .banner01-bottom-con ul li {
  flex: 1;
  text-align: left;
  margin-top: .05rem;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner01 .banner01-bottom-con ul li .title {
  font-size: .18rem;
  font-weight: bold;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner01 .banner01-bottom-con ul li .child {
  font-size: scale(0.6);
  margin-top: .1rem;
}
/* banner02 */
.banner02 {
  width: 100%;
  height: calc(100vh - 72px);
}
.banner02 video {
  width: 100%;
}
/* banner03 */
.index_main .section1 .index_banner .item .inner .block_txt.banner03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.index_main .section1 .index_banner .item .inner .block_txt.banner03 .left {
  font-size: 52px;
  color: #fff;
  width: 50%;
  padding-top: 100px;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner03 .left .slideInLeft .title-content {
  margin-top: 30px;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner03 .left .slideInLeft .title-item {
  width: 86%;
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner03 .left .slideInLeft .title-item .title-item-img {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  margin-top: 0.07rem;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner03 .left .slideInLeft .title-item .title-item-text {
  cursor: pointer;
  display: inline-block;
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin-left: 0.12rem;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner03 .left .slideInLeft .title-item .title-item-text a {
  color: #fff;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner03 .left .slideInLeft .title-item .title-item-text:hover a {
  text-decoration: underline;
  color: #FFFAD9;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner03 .left a{display: inline-block;}
.index_main .section1 .index_banner .item .inner .block_txt.banner03 .left a .detail-box{
  margin-top: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: .7rem;
  line-height: .7rem;
  background: #09B07F;
  color: #fff;
  padding: 0 .5rem;
  font-size: .2rem;
  border-radius: 10px;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner03 .left a .detail-box .banner02-image-arrow {width: 22px;margin-left: 14px;}
.index_main .section1 .index_banner .item .inner .block_txt.banner03 .left a .detail-box:hover .banner02-image-arrow {width: 32px;transition: all 500ms ease;}
.index_main .section1 .index_banner .item .inner .block_txt.banner03 .image-container {
  position: relative;
  height: 620px;
}
.index_main .section1 .index_banner .item .inner .block_txt.banner03 .image-container img {
  width: 7rem;
}

.index_main .section1 .slick_txt {
  width: 200px;
  height: 100%;
  background-color: transparent;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  font-size: 0;
  outline: none;
  border: 0;
}

.index_main .section1 .left {
  left: 0;
}

.index_main .section1 .right {
  right: 0;
}

.index_main .section1 .slick_txt:hover .slick_arrow {
  opacity: 1;
  visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow {
  width: 29px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.index_main .section1 .slick_txt .prev {
  background-image: url(/static/img/web/index/banner/ban_prev.png);
  left: 102px;
}

.index_main .section1 .slick_txt .next {
  background-image: url(/static/img/web/index/banner/ban_next.png);
  right: 102px;
}

.index_main .section1 .slick_txt .prev:hover {
  background-image: url(/static/img/web/index/banner/ban_prev_hover.png);
}

.index_main .section1 .slick_txt .next:hover {
  background-image: url(/static/img/web/index/banner/ban_next_hover.png);
}

.index_main .section1 .number {
  position: absolute;
  bottom: 0.35rem;
  left: 50%;
  padding-bottom: 0.05rem;
  display: table;
  padding: 0 0.2rem;
  width: auto;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.index_main .section1 .number span {
  margin-right: 0.2rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  /* transition: all 500ms ease;
  -webkit-transition: all 500ms ease; */
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #fff;
}

.index_main .section1 .number span:last-child {
  margin-right: 0;
}

.index_main .section1 .number span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  opacity: 0;
  visibility: hidden;
}

.index_main .section1 .number span.active {
  width: 0.65rem;
  border-radius: 0.1rem;
}
/* 桑格生信云 */
.sxy-box {
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: .5rem;
}
.sxy-box .title {
  font-size: .56rem;
  text-align: center;
  margin: 1.15rem 0 .64rem 0;
}
.sxy-box .title .line {
  width: .73rem;
  height: 6px;
  background: #09B07F;
  margin: .37rem auto 0;
}
.sxy {
  width: 100%;
  flex: 1;
  background: url('https://sanger-sc-prod.oss-cn-shanghai.aliyuncs.com/static/img/web/index/bg-3.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.sxy ul {
  display: flex;
  height: 100%;
}
.sxy ul li {
  flex: 1;
  height: 100%;
  padding: 0 .73rem;
}
.sxy ul li > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.section3.active .sxy ul li.current {
  height: 104%;
  animation: flipInY;
  animation-duration: 1s;
  background: linear-gradient( 2deg, #09B07F 0%, rgba(10,199,144,0) 100%);
}
.sxy .sxy-title {
  margin-top: 1rem;
  font-size: .48rem;
  text-align: center;
}
.sxy .sxy-sub-title {
  font-size: .14rem;
  text-align: center;
  color: #EFF4F7;
}
.sxy .sxy-desc {
   margin-top: 1rem;
   line-height: .3rem;
}
.sxy .sxy-more {
  margin-top: .3rem;
  text-align: center;
}
.sxy ul li .sxy-more a {
  color: #fff;
}
.sxy ul li .sxy-more a .current-icon .icon {
  display: inline-block;
  margin-left: .2rem;
}
.sxy ul li .sxy-more .default-icon {
  display: block;
}
.sxy ul li .sxy-more .current-icon {
  display: none;
}
.sxy ul li.current .sxy-more .default-icon {
  display: none;
}
.sxy ul li.current .sxy-more .current-icon {
  display: block;
}
/* 提供全组学分析云流程 */
.article {
  width: 100%;
  padding: 72px 13.54% 0 13.54%;
  height: 100vh;
  box-sizing: border-box;
  background: url('https://sanger-sc-prod.oss-cn-shanghai.aliyuncs.com/static/img/web/index/article/bg.jpg');
  background-size: 100% 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article .article-title-content .article-title {
  margin-top: .5rem;
  font-size: .56rem;
  text-align: center;
}
.article .article-title-content .article-sub-title a {
  display: inline-block;
  width: 100%;
  margin-top: .13rem;
  font-size: .16rem;
  text-align: center;
}
.article .article-tab-nav {
  display: flex;
  align-items: center;
  margin: 0 1.5rem;
  padding: .06rem .15rem;
  margin-top: .5rem;
  height: .7rem;
  background: rgba(255,255,255,0.25);
  border-radius: 50px 50px 50px 50px;
  border: 1px solid rgba(255,255,255,0.73);
  position: relative;
}
.article .article-tab-nav li {
  flex: 1;
  height: 100%;
  text-align: center;
  font-size: .18rem;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.article .article-tab-content{
  display: flex;
  margin: .3rem 0 1.1rem 0;
}
.article .article-tab-content .article-tab-pane {
  display: none;
}
.article .article-tab-content .article-tab-pane.active {
  display: block;
}
.article .article-tab-content .article-tab-pane ul{
  display: flex;
  gap: .2rem;
}
.article .article-tab-content .article-tab-pane ul li {
  width: 25%;
  height: 4.5rem;
  padding: .2rem .25rem 0 .25rem;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #DBDBDB;
}
.section4.active .article .article-tab-content .article-tab-pane ul li{
  animation: bounceInRight;
  animation-duration: 1s;
}
.article .article-tab-content .article-tab-pane ul li a {
  display: inline-block;
  width: 100%;
  color: #333;
}
.article .article-tab-content .article-tab-pane ul li .img {
  width: 100%;
  height: 1.54rem;
  overflow: hidden;
  border-radius: 8px;
}
.article .article-tab-content .article-tab-pane ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .article-tab-content .article-tab-pane ul li .img:hover img {
  -webkit-animation: article-scale-bg 400ms linear forwards;
  animation: article-scale-bg 400ms linear forwards;
}
/*article背景图片动画*/
@-webkit-keyframes article-scale-bg {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes article-scale-bg {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.article .article-tab-content .article-tab-pane ul li .article-tab-pane-title {
  margin-top: .36rem;
  font-size: .18rem;
  font-weight: bold;
  text-align: center;
}
.article .article-tab-content .article-tab-pane ul li .article-tab-pane-desc {
  height: 1.5rem;
  margin-top: .32rem;
  font-size: .14rem;
  line-height: .3rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.article .article-tab-content .article-tab-pane ul li .article-tab-pane-arrow {
  margin-top: .1rem;
  text-align: center;
}
.article .article-tab-content .article-tab-pane ul li .article-tab-pane-arrow img {
  width: 21px;
  height: 12px;
}
.article .article-tab-nav .tab-button {
  flex: 1;
  padding: .12rem 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: .16rem;
  color: #282A2D;
  transition: color 0.3s;
  font-weight: bold;
}
.article .article-tab-nav .tab-button.active {
  color: #2CB996 !important;
}
.article .article-tab-nav .tab-slider {
  position: absolute;
  top: 4px;
  height: calc(100% - 8px);
  background: #fff;
  border-radius: .5rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
/*云平台小工具*/
.tools-show {position: relative;background:linear-gradient( 270deg, #1FD1BF 0%, #2168A6 100%);height:100vh;margin-top: 72px;box-sizing: border-box;display: flex;flex-direction: column;justify-content: center;}
.tools-show .m-title-1{color:#fff;text-align: center;font-size: .56rem;}
.tools-show-anima > div {text-align: center;}
.tools-show-canvasbg {position: absolute;bottom:0;overflow:hidden;}

/* 科研仪器 */
.research-instruments {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: url('https://sanger-sc-prod.oss-cn-shanghai.aliyuncs.com/static/img/web/index/researchInstruments/bg.jpg');
  color: #fff;
}
.research-instruments .research-instruments-top {
  margin: auto;
  text-align: center;
}
.research-instruments .research-instruments-top .research-instruments-title{
  font-size: .56rem;
  margin-top: 72px;
}
.research-instruments .research-instruments-top .research-instruments-sub-title {
  font-size: .16rem;
  margin-top: .1rem;
}
.research-instruments .research-instruments-top .research-instruments-line {
  width: 68px;
  height: 4px;
  background: #fff;
  border-radius: 1px 1px 1px 1px;
  margin: .05rem auto 0;
}
.research-instruments .swiper-container {
  flex: 1;
  margin: 0 13.54%;
}
.research-instruments .swiper-container .swiper-slide {
  display: flex;
  box-sizing: border-box;
  padding: 0 1.5rem;
}
.research-instruments .swiper-container .swiper-slide .left {
  width: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.research-instruments .swiper-container .swiper-slide .left img {
  width: 100%;
}
.research-instruments .swiper-container .swiper-slide .right {
  flex: 1;
  margin-left: .5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.research-instruments .swiper-container .swiper-slide .right .title {
  font-size: .28rem;
}
.research-instruments .swiper-container .swiper-slide .right .sub-title {
  font-size: .14rem;
  margin-top: .4rem;
}
.research-instruments .swiper-container .swiper-slide .right .desc {
  margin-top: .1rem;
  line-height: .3rem;
  font-size: .14rem;
}
.index_main .section6 .swiper-button-prev {
  width: .66rem;
  height: .66rem;
  background-image: url('/static/img/web/index/researchInstruments/left.png');
  background-size: 100% 100%;
}

.index_main .section6 .swiper-button-next {
  width: .66rem;
  height: .66rem;
  background-image: url('/static/img/web/index/researchInstruments/right.png');
  background-size: 100% 100%;
}

.index_main .section6 .swiper-button-prev:hover {
  background-image: url('/static/img/web/index/researchInstruments/left-hover.png');
}

.index_main .section6 .swiper-button-next:hover {
  background-image: url('/static/img/web/index/researchInstruments/right-hover.png');
}
.index_main .section6 .fp-tableCell .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index_main .section6 .fp-tableCell .container .research-instruments {
  flex: 1;
}
/* footer */
.section7 .fp-tableCell .container {
  height: 100%;
  padding-top: 72px;
}
.my-icon  {
  fill: currentColor
}
