@charset "UTF-8";

body {
  margin: 0;
}

html {
  font-size: 100px;
}

.loginBox div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginBox div img {
  width: 30px;
  height: 30px;
  filter: grayscale(1);
}

.loginBox div:hover img {
  filter: grayscale(0);
}

.loginBox div:hover a {
  color: #0E77EA;

}

.logoTop {
  position: absolute;
  left: 300px;
  right: 300px;
  top: 300px;
  height: 80px;
  z-index: 100;
  /* overflow: hidden; */
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoTop>img.bannerTxt {
  width: 912px;
  height: 146px;
  /* top: 40%; */
  z-index: 100;
  filter: brightness(100) drop-shadow(2px 4px 6px black);
}

.logoTopHead {
  background: #fff;
  height: 80px;

}

.bannerTxtHead {
  width: 502px !important;
  height: 80px !important;
  display: block;
  margin: 0 auto;
}

.navHead {
  position: relative !important;
}

.iconBg {
  width: 100%;
  /* min-width: 1280px; */
  min-width: 1000px;
  margin-top: -160px;
  position: relative;
  z-index: 11;
}

.iconLIst {
  /* width: 80%; */
  /* min-width: 1280px; */
  min-width: 1000px;
  max-width: 1280px;
  height: 160px;
  margin: 0 auto;
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 0.3333rem;
  border-top-right-radius: 0.3333rem;
  box-sizing: border-box;
  padding: 0 50px;
  justify-content: space-between;
}

.iconLIst .iconItem {
  flex: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.iconLIst .iconItem::after {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  height: 4px;
  border-radius: 2px;
  background: #2459C0;
  opacity: 0;
}

.iconLIst .iconItem img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  margin-top: 35px;
  filter: grayscale(1);
}

.iconLIst .iconItem>div {
  line-height: 30px;
  font-size: 18px;
  color: #4c4c4c;
}

.iconLIst .iconItem:hover div {
  color: #2459C0 !important;
  font-weight: bold;
}

.iconLIst .iconItem:hover::after {
  opacity: 1;
}

.iconLIst .iconItem:hover img {
  filter: grayscale(0);
}

.iconLIst .iconActive div {
  color: #2459C0 !important;
  font-weight: bold;
}

.iconLIst .iconActive::after {
  opacity: 1;
}

.iconLIst .iconActive img {
  filter: grayscale(0);
}

/* .swiper-slide {
  width: 100%;
  height: 8.1667rem !important;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper-pagination {
  bottom: 1.9583rem !important;
}

.swiper-pagination-bullet {
  width: 0.5167rem !important;
  height: 0.1167rem !important;
  border-radius: 0.0583rem !important;
  background: rgba(255, 255, 255, 0.2) !important;
  opacity: 1 !important;
  box-sizing: border-box;
  border: 2px solid #fff !important;
}

.swiper-pagination-bullet-active {
  background: white !important;
} */

.banner1 {
  background-image: url("../images/banner.png");
}

.yanjiu {
  width: 100%;
  min-width: 1000px;
  height: 9.0833rem;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/bg.png");
  overflow: hidden;
  text-align: center;
}

.yanjiu-title {
  font-size: 0.32rem;
  color: #4c4c4c;
  margin-top: 0.75rem;
  margin-bottom: 0.5833rem;
  line-height: 0.4rem;
  position: relative;
  display: inline-block;
}

.yanjiu-title::after {
  content: "";
  display: block;
  width: 1rem;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to right, #fff, #000);
  position: absolute;
  left: -1.25rem;
  top: 0.2rem;
}

.yanjiu-title::before {
  content: "";
  display: block;
  width: 1rem;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to left, #fff, #000);
  position: absolute;
  right: -1.25rem;
  top: 0.2rem;
}

.yanjiu-introduce {
  min-width: 1000px;
  max-width: 1280px;
  height: 6.6rem;
  overflow: hidden;
  margin: 0 auto;
}

.yanjiu-introduce .imgBox {
  width:calc(100%/3);
  height: 3.3rem;
  float: left;
  background: #eee;
  position: relative;
  overflow: hidden;
}

.yanjiu-introduce .imgBox img {
  width: 100%;
  height: 100%;
}

.yanjiu-introduce .imgBox .indexBox {
  transition-property: bottom;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* width: 4.375rem; */
  width:100%;
  height: 3.3rem;
  position: absolute;
  top: 3.3rem;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0 0.1667rem;
  box-sizing: border-box;
  transition-property: bottom;
  transition: 0.3s;
  top: 0;
  position: relative;
}

.yanjiu-introduce .imgBox .indexBox-title {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.3667rem;
}

.yanjiu-introduce .imgBox .indexBox-txt {
  font-size: 16px;
  line-height: 0.4167rem;
}

.yanjiu-introduce .imgBox .indexBox .numBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 3.3333rem;
  line-height: 3.3rem;
  font-weight: bold;
  text-align: right;
  background: #fff;
}

.yanjiu-introduce .imgBox .indexBox .numBox span {
  margin-right: -0.25rem;
  color: #cbd6f0;
}

.yanjiu-introduce .imgBox .indexBox .txtBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  transition: all 0.3s;
  padding: 0 0.1667rem;
}

.yanjiu-introduce .imgBox .indexBox .txtBox .indexBox-title {
  transition: all 0.3s;
  color: #2257bf;
}

.yanjiu-introduce .imgBox .indexBox .txtBox .indexBox-txt {
  color: #4C4C4C;
  transition: all 0.3s;
}

.yanjiu-introduce .imgBox .indexBox .txtBox:hover {
  background: linear-gradient(to bottom right, #1335a0, rgba(103, 158, 255, 0.8));
  transition: background 0.3s;
}

.yanjiu-introduce .imgBox .indexBox .txtBox:hover .indexBox-title {
  color: #fff;
  transition: all 0.3s;
}

.yanjiu-introduce .imgBox .indexBox .txtBox:hover .indexBox-txt {
  transition: all 0.3s;
  color: #fff;
}

.xiangmu {
  width: 100%;
  height: 8.1667rem;
  min-width: 1280px;
  overflow: hidden;
  text-align: center;
}

.xiangmu-more {
  position: absolute;
  font-size: 24px;
  color: #2257BF;
  right: 0;
  top: -0.3667rem;
  line-height: 0.3667rem;
  cursor: pointer;
}
.xiangmu-more a{
  color: #2257BF;
}
.xiangmu-more a:hover{
  color: #2257BF;
}

.xiangmu-title {
  font-weight: bold;
  font-size: 0.32rem;
  color: #4c4c4c;
  margin-top: 0.75rem;
  margin-bottom: 0.5833rem;
  line-height: 0.4rem;
  position: relative;
  display: inline-block;
}

.xiangmu-title::after {
  content: "";
  display: block;
  width: 1rem;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to right, #fff, #000);
  position: absolute;
  left: -1.25rem;
  top: 0.2rem;
}

.xiangmu-title::before {
  content: "";
  display: block;
  width: 1rem;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to left, #fff, #000);
  position: absolute;
  right: -1.25rem;
  top: 0.2rem;
}

.xiangmu-content {
  position: relative;
  max-width: 1280px;
  min-width: 1000px;
  height: 5.25rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xiangmu-content img {
  width: 100%;
  height: 100%;
}

.xiangmu-content .leftBox {
  height: 5.25rem;
  width: 6.0167rem;
}

.xiangmu-content .rightBox-item {
  width: 6rem;
  height: 0.8333rem;
  line-height: 0.8333rem;
  box-sizing: border-box;
  padding-left: 0.2rem;
  color: #4C4C4C;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  margin-bottom: 0.25rem;
  cursor: pointer;
}

.xiangmu-content .rightBox-item:hover {
  background: #ebf2ff;
  color: #2257BF;
}

.xiangmu-content .rightBox-item:nth-last-child(1) {
  margin-bottom: 0;
}

.xiangmu-content .rightBox-item .rbImgBox {
  width: 0.6667rem;
  height: 0.6667rem;
  overflow: hidden;
}

.xiangmu-content .rightBox-item .rbImgBox img {
  position: relative;
  top: -4px;
}

.xiangmu-content .rightBox-item:nth-last-child(1) .rbImgBox img {
  position: relative;
  top: -8px;
}

.xiangmu-content .rightBox-item .rbTxtBox {
  margin-left: 0.25rem;
}

.explore {
  width: 100%;
  min-width: 1000px;
  height: 5.8rem;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/背景 拷贝.png");
  overflow: hidden;
  text-align: center;
}

.explore-title {
  font-size: 0.32rem;
  color: #4c4c4c;
  margin-top: 0.75rem;
  margin-bottom: 0.5833rem;
  line-height: 0.4rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.explore-title::after {
  content: "";
  display: block;
  width: 1rem;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to right, #fff, #000);
  position: absolute;
  left: -1.25rem;
  top: 0.2rem;
}

.explore-title::before {
  content: "";
  display: block;
  width: 1rem;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to left, #fff, #000);
  position: absolute;
  right: -1.25rem;
  top: 0.2rem;
}

.explore-lineBox {
  max-width: 1280px;
  min-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0;
  margin-top: 0.25rem;
}

.explore-lineBox::after {
  content: " ";
  display: block;
  height: 0.0333rem;
  border-radius: 0.0167rem;
  background: #2257BF;
  position: absolute;
  left: 0;
  right: 0;
  top: 160px;
  z-index: 1;
}

.explore-lineBox li {
  width: 1.8333rem;
  height: 2.7083rem;
  border-radius: 0.0833rem;
  text-align: center;
  list-style: none;
  font-size: 0.3rem;
  position: relative;
  cursor: pointer;
}

.explore-lineBox li img {
  width: 100%;
  height: 100%;
}

.explore-lineBox li .imgBox {
  width: 0.6333rem;
  height: 0.6333rem;
  overflow: hidden;
  margin: 0 auto;
}

.explore-lineBox li h4 {
  color: #2257BF;
  font-size: 0.3rem;
  font-weight: bold;
  margin: 0.25rem 0;
}

.explore-lineBox li .lineCircle {
  width: 0.1333rem;
  height: 0.1333rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #2257BF;
  margin: 0 auto;
  background: #fff;
  margin-top: -0.0333rem;
  position: relative;
  z-index: 2;
}

.explore-lineBox li p {
  font-size: 0.4rem;
  color: #99999B;
  line-height: 1.125rem;
  margin: 0;
}

.explore-lineBox li:hover:before {
  color: #fff;
  font-weight: bold;
  line-height: 0.5rem;
  font-size: 0.4rem;
  writing-mode: tb-rl;
  letter-spacing: 0.0833rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/基因检测.png");
  position: absolute;
  border-radius: 6px;
  top: 0;
  left: 0;
  animation: otherFlow 0.3s;
  -moz-animation: otherFlow 0.3s;
  /* Firefox */
  -webkit-animation: otherFlow 0.3s;
  /* Safari and Chrome */
  -o-animation: otherFlow 0.3s;
  /* Opera */
  z-index: 100;
}

.explore-lineBox a:hover:nth-child(1) li::before {
  content: "基本认识";
}

.explore-lineBox a:hover:nth-child(2) li::before {
  content: "发展历史";
}

.explore-lineBox a:hover:nth-child(3) li::before {
  content: "应用潜力";
}

.explore-lineBox a:hover:nth-child(4) li::before {
  content: "临床研究";
}

.explore-lineBox a:hover:nth-child(5) li::before {
  content: "最新成果";
}

@keyframes otherFlow {
  0% {
    opacity: 0;
    transform: translate(-40px, 0);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.policy {
  width: 100%;
  min-width: 1000px;
  height: 7.75rem;
  background: #fff;
  text-align: center;
}

.policy-title {
  font-size: 0.32rem;
  color: #4c4c4c;
  margin-top: 0.75rem;
  margin-bottom: 0.5833rem;
  line-height: 0.4rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.policy-title::after {
  content: "";
  display: block;
  width: 1rem;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to right, #fff, #000);
  position: absolute;
  left: -1.25rem;
  top: 0.2rem;
}

.policy-title::before {
  content: "";
  display: block;
  width: 1rem;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to left, #fff, #000);
  position: absolute;
  right: -1.25rem;
  top: 0.2rem;
}

.policy-tagBox {
  /* width: 12rem; */
  min-width: 1000px;
  max-width: 1280px;
  /* padding: 0 0.4rem; */
  box-sizing: border-box;
  line-height: 0.46rem;
  font-size: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.policy-tagBox .tagBox {
  cursor: pointer;
  height: 0.5rem;
  padding: 0 0.2167rem;
  border-radius: 0.25rem;
  border: 2px solid #99999B;
  color: #99999B;
  font-size: 0.25rem;
  box-sizing: border-box;
}

.policy-tagBox .tagBox:hover a {
  color: #2257BF;
  border-color: #2257BF;
}

.policy-tagBox .tagBox:hover {
  border: 2px solid #2257BF;
}

.policy-tagBox .activeTag {
  border: 2px solid #2257BF;
}

.policy-tagBox .activeTag a {
  color: #2257BF;
  border-color: #2257BF;

}

.policy-tagBox img {
  width: 100%;
  height: 100%;
}

.policy-tagBox .leftButton {
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.1667rem;
  cursor: pointer;
  margin-top: -18px;
}

.policy-tagBox .rightButton {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1667rem;
  cursor: pointer;
  margin-top: -18px;
}

.policy-content #contentBox {
  width: 12rem;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 0.7667rem;
  height: 4.05rem;
  /* display: flex;
  justify-content: space-between; */
}

.policy-content #policySwiper {
  width: 5.4833rem;
  height: 4.05rem;
  font-size: 0.2rem;
  overflow: hidden;
  position: relative;
}

.policy-content .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100% !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.policy-content .swiper-slide img {
  width: 100%;
  height: 100%;
}

.policy-content .swiper-slide .policyTxt {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.25rem 0.1667rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.15rem;
  line-height: 0.25rem;
  text-align: left;
}

.policy-content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.policy-content .iconBox {
  width: 0.2833rem;
  height: 0.3333rem;
}

.policy-content .iconBox img {
  width: 100%;
  height: 100%;
}

.policy-content .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.2833rem;
  height: 0.3333rem;
  margin-top: -0.5rem;
  z-index: 10;
  right: 0.0833rem;
  cursor: pointer;
}

.policy-content .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 0.2833rem;
  height: 0.3333rem;
  margin-top: -0.5rem;
  z-index: 10;
  left: 0.0833rem;
  cursor: pointer;
}

.policy-content .policyList {
  width: 6.3rem;
  height: 4.05rem;
  font-size: 0.2rem;
  color: #4C4C4C;
  overflow: hidden;
  background: #F9F9F9;
}

.policy-content .policyList-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.6rem;
  margin: 0 0.3333rem;
  border-bottom: 2px solid #2257BF;
  box-sizing: border-box;
}

.policy-content .policyList-top h5 {
  font-size: 0.22rem;
  margin: 0;
  cursor: pointer;
  padding-top: 6px;
}

.policy-content .policyList-top p {
  cursor: pointer;
}

.policy-content .policyList-content {
  margin: 0.22rem 0.4167rem 0;
  padding: 0;
  height: 3rem;
  overflow: hidden;

}

.policy-content .policyList-content li {
  cursor: pointer;
  list-style: none;
  line-height: 0.42rem;
  height: 0.42rem;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}

.policy-content .policyList-content li:hover a {
  color: #2257BF;
}

/* .policy-content .policyList-content li:nth-child(1) {
  color: #2257BF;
} */

.aboutUs {
  min-width: 1000px;
  width: 100%;
  background: #252B4B;
  font-size: 0.14rem;
}

.aboutUs-content {
  width: 12rem;
  padding: 0 0.0833rem;
  border-bottom: 1px solid #FFFFFF;
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 0.3833rem;
}

.aboutUs-content h6 {
  margin: 0;
  line-height: 0.9167rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.2rem;
  padding-top: 0.05rem;
}

.aboutUs-content .aboutUsBox {
  width: 4.4833rem;
}

.aboutUs-content .linkBox {
  width: 3.2083rem;
}

.aboutUs-content ul {
  margin: 0;
  padding: 0;
}

.aboutUs-content ul li {
  list-style: none;
  line-height: 0.3333rem;
  color: #f8f8f9;
}

.aboutUs-content .wxAndwb {
  padding-top: 0.36rem;
}

.aboutUs-content .wxAndwb img {
  opacity: 0.4;
}

.aboutUs-content .wxAndwb .weixin {
  width: 0.3083rem;
  height: 0.25rem;
}

.aboutUs-content .wxAndwb .weibo {
  width: 0.3rem;
  height: 0.25rem;
  margin-left: 0.25rem;
}

.aboutUs .copyright {
  width: 12rem;
  padding: 0.3rem 0.0833rem;
  box-sizing: border-box;
  margin: 0 auto;
}

.aboutUs .copyright ul {
  padding: 0;
  margin: 0;
  color: #fff;
}

.aboutUs .copyright ul li {
  list-style: none;
  line-height: 0.3833rem;
}

/*# sourceMappingURL=index.min.css.map */