@charset "UTF-8";
@font-face {
  font-family: "PingFangSCRegular";
  src: url("../static/font/PingFangSC-Regular.ttf") format("truetype"), url("../static/font/PingFangSC-Regular.woff2") format("woff2"), url("../static/font/PingFangSC-Regular.woff") format("woff"), url("../static/font/PingFangSC-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: PingFangSCRegular;
  cursor: context-menu;
  min-width: 1200px;
}

.topSwiper {
  width: 100%;
  height: 4.5rem;
}
.topSwiper #swiperIndex {
  height: 4.5rem;
  position: relative;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox {
  width: 100%;
  height: 4.5rem;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 16px;
  position: relative;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content {
  display: flex;
  height: 3.6667rem;
  align-items: center;
  width: 10rem;
  margin: 0 auto;
  padding-top: 0.5833rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft {
  flex: 1;
  color: #fff;
  text-align: left;
  padding-left: 0.3rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h2 {
  font-size: 0.4rem;
  font-weight: 600;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h3 {
  font-size: 0.3rem;
  line-height: 0.75rem;
  font-weight: 400;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft p {
  font-size: 0.175rem;
  font-weight: 400;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft p:nth-child(2) {
  margin: 0.2167rem 0;
  font-size: 0.2rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight {
  width: 3.4167rem;
  height: 3.2917rem;
  margin-left: 0.3333rem;
}
.topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight img {
  width: 100%;
  height: 100%;
}
.topSwiper #swiperIndex .swiper-wrapper .banner1 > .topBox {
  background-image: url("../static/navBg.png");
}

.advantage {
  width: 100%;
  height: 5.775rem;
  background: #F3F5F8;
  overflow: hidden;
}
.advantage-title {
  font-weight: 600;
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 0.6333rem;
  margin-bottom: 1rem;
}
.advantage-content {
  width: 7.45rem;
  height: 2.45rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.advantage-content .cardBox {
  width: 3.2167rem;
  height: 2.45rem;
  background: #FFFFFF;
  border-radius: 0.0667rem;
  transition: box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
  padding: 0.2917rem 0;
  cursor: pointer;
}
.advantage-content .cardBox:nth-child(2) {
  padding-top: 0.1667rem;
}
.advantage-content .cardBox:nth-child(2) img {
  width: 1rem;
  height: 1rem;
}
.advantage-content .cardBox:nth-child(2) h5 {
  margin-top: 0.1167rem;
}
.advantage-content .cardBox img {
  width: 0.875rem;
  height: 0.7667rem;
  display: block;
  margin: 0 auto;
}
.advantage-content .cardBox h5 {
  font-size: 0.175rem;
  margin-top: 0.2rem;
}
.advantage-content .cardBox p {
  font-size: 0.1333rem;
  color: #6D7278;
}
.advantage-content .cardBox p:nth-child(3) {
  line-height: 0.3833rem;
}
.advantage-content .cardBox:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}

.worksType {
  width: 100%;
  height: 7.1rem;
  background: #FFFFFF;
  overflow: hidden;
}
.worksType-title {
  font-weight: 600;
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 0.6333rem;
  margin-bottom: 1rem;
}
.worksType-content {
  width: 11.6667rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.worksType-content .typeItem {
  display: flex;
  justify-content: space-between;
  width: 2.8333rem;
  height: 0.7083rem;
  align-items: center;
  margin-bottom: 0.8333rem;
  margin-right: 0.25rem;
}
.worksType-content .typeItem img {
  width: 0.7083rem;
  height: 0.7083rem;
  display: block;
  margin-right: 0.125rem;
}
.worksType-content .typeItem .txt {
  width: 2rem;
}
.worksType-content .typeItem h5 {
  font-size: 0.175rem;
  color: rgba(0, 0, 0, 0.85);
}
.worksType-content .typeItem p {
  font-weight: 400;
  font-size: 0.1333rem;
  color: #6D7278;
  text-align: justify;
}

.flowLine {
  height: 4.5rem;
  width: 100%;
  background-image: url("../static/navBg.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.flowLine-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  top: 2.4rem;
}
.flowLine-title {
  font-weight: 600;
  font-size: 0.3rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0.6333rem;
}
.flowLine-lineBox {
  width: 11.6667rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0;
  margin-top: 0.5rem;
}
.flowLine-lineBox li {
  width: 1.6167rem;
  height: 2.15rem;
  border-radius: 0.0833rem;
  text-align: center;
  list-style: none;
  font-size: 0.3rem;
  position: relative;
  cursor: pointer;
}
.flowLine-lineBox li img {
  width: 100%;
  height: 100%;
}
.flowLine-lineBox li h4 {
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  padding: 0.1667rem 0 0.125rem;
  position: relative;
  z-index: 10;
}
.flowLine-lineBox li .block {
  width: 0.275rem;
  height: 0.05rem;
  background: #FFFFFF;
  border: 0.0167rem solid #FFFFFF;
  border-radius: 0.0417rem;
  margin: 0 auto;
  margin-top: 0.0667rem;
  position: relative;
  z-index: 10;
}
.flowLine-lineBox li p {
  font-weight: 600;
  font-size: 0.4rem;
  color: #FFFFFF;
  padding-top: 0.2rem;
  position: relative;
  z-index: 10;
}
.flowLine-lineBox li .txt {
  font-weight: 400;
  font-size: 0.15rem;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 10;
}
.flowLine-lineBox li:hover .txt {
  color: #6D7278;
  transition: color 0.3s;
}
.flowLine-lineBox li:hover h4 {
  transition: color 0.3s;
  color: #000;
}
.flowLine-lineBox li:hover P {
  transition: color 0.3s;
  color: #059AF8;
}
.flowLine-lineBox li:hover .block {
  transition: all 0.3s;
  background: #059AF8;
  border-color: #059AF8;
}
.flowLine-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: #fff;
  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: 1;
}
.flowLine-lineBox li:hover:nth-child(1)::before {
  content: "基本认识";
}
.flowLine-lineBox li:hover:nth-child(2)::before {
  content: "发展历史";
}
.flowLine-lineBox li:hover:nth-child(3)::before {
  content: "应用潜力";
}
.flowLine-lineBox li:hover:nth-child(4)::before {
  content: "临床研究";
}
.flowLine-lineBox li:hover:nth-child(5)::before {
  content: "最新成果";
}

@keyframes otherFlow {
  0% {
    opacity: 0;
    transform: translate(-40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.typetable {
  overflow: hidden;
  width: 100%;
  height: 6rem;
  background: #F3F5F8;
}
.typetable-title {
  font-weight: 600;
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 0.6333rem;
}
.typetable-txt {
  font-weight: 400;
  font-size: 0.1333rem;
  color: #6D7278;
  text-align: center;
  line-height: 0.4167rem;
  margin-bottom: 0.1333rem;
}
.typetable-content {
  width: 11.6667rem;
  margin: 0 auto;
  font-size: 0.1333rem;
  font-weight: 500;
}
.typetable-content table {
  border-spacing: 0px;
  text-align: center;
  width: 100%;
}
.typetable-content table th {
  width: 25%;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #0071F9;
  color: #fff;
  border-right: 1px solid #fff;
}
.typetable-content table th:last-child(1) {
  border: none;
}
.typetable-content table tr:nth-child(n+2) td {
  border-bottom: 1px solid #F3F5F8;
}
.typetable-content table td {
  padding: 0.15rem 0;
  line-height: 0.1833rem;
  background: #fff;
  border-right: 1px solid #F3F5F8;
}
.typetable-content table td:nth-child(1) {
  border-left: 1px solid #F3F5F8;
}

.bottomBox {
  background: #3D414A;
  overflow: hidden;
  margin: 0 auto;
}
.bottomBox-content {
  width: 14.8333rem;
  height: 2.2833rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.bottomBox-content .logo img {
  width: auto;
  height: 0.8rem;
  display: block;
}
.bottomBox-content ul {
  font-size: 0.15rem;
  color: #FFFFFF;
  line-height: 0.4167rem;
  margin-left: 1.1167rem;
}
.bottomBox-content .link {
  margin-left: 1.65rem;
}
.bottomBox-content .qrCodeBox {
  margin-left: 2rem;
  display: flex;
}
.bottomBox-content .qrCodeBox > div {
  width: 1.1333rem;
  height: 1.1333rem;
  background: #FFFFFF;
  border: 1px solid #979797;
}
.bottomBox-content .qrCodeBox > div:nth-child(2) {
  margin-left: 0.75rem;
}

@media screen and (max-width: 600px) {
  body {
    min-width: auto;
  }
  .topSwiper {
    width: 100%;
    height: 4rem;
  }
  .topSwiper #swiperIndex {
    height: 4rem;
    position: relative;
    overflow: visible !important;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox {
    height: 4rem;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content {
    display: flex;
    height: 3.3rem;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 0.5833rem;
    position: relative;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft {
    flex: 1;
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 2;
    padding-left: 0.1667rem;
    top: -0.3333rem;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h2 {
    font-size: 0.3333rem;
    font-weight: 600;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft h3 {
    font-size: 0.2333rem;
    line-height: 0.75rem;
    font-weight: 400;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conLeft p {
    font-size: 0.1833rem;
    width: 70%;
    line-height: 0.2833rem;
    font-weight: 400;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRight {
    width: 3.4167rem;
    height: 3.2917rem;
    margin-left: 0.3333rem;
    display: none;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRightPhone {
    width: 1.3rem;
    height: 2.5rem;
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .conRightPhone img {
    width: 100%;
    height: 100%;
  }
  .advantage {
    height: auto;
  }
  .advantage-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.1667rem;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .advantage-content .cardBox {
    margin-bottom: 0.3333rem;
  }
  .worksType {
    height: auto;
  }
  .worksType-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.1667rem;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .typetable {
    height: auto;
    padding-bottom: 40px;
  }
  .typetable-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.0833rem;
    box-sizing: border-box;
  }
  .typetable-content tr td {
    padding: 0 0.0833rem;
    line-height: 0.2333rem;
    padding: 0.15rem 0.0833rem !important;
  }
}
@media screen and (max-width: 474px) {
  .worksType-content {
    justify-content: center;
  }
}/*# sourceMappingURL=worksRegister.min.css.map */