@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.1917rem;
  height: 2.3583rem;
  margin-left: 0.3333rem;
  position: relative;
  top: -0.1667rem;
}
.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: 11.6667rem;
  height: 2.45rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.advantage-content .cardBox {
  width: 2.2rem;
  height: 2.6rem;
  background: #FFFFFF;
  border-radius: 0.0667rem;
  transition: box-shadow 0.3s;
  text-align: left;
  box-sizing: border-box;
  padding: 0.1333rem 0 0.2917rem;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  transition: background 0.3s;
}
.advantage-content .cardBox img {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
  transition: filter 0.3s;
}
.advantage-content .cardBox h5 {
  font-size: 0.175rem;
  margin: 0.1rem 0;
  text-align: center;
  font-weight: 600;
  transition: color 0.3s;
}
.advantage-content .cardBox p {
  padding: 0 0.1333rem;
  font-size: 0.1333rem;
  color: #6D7278;
  line-height: 0.1833rem;
  transition: color 0.3s;
}
.advantage-content .cardBox:hover {
  background: #0071F9;
  transition: background 0.3s;
}
.advantage-content .cardBox:hover h5 {
  color: #fff;
  transition: color 0.3s;
}
.advantage-content .cardBox:hover p {
  color: #fff;
  transition: color 0.3s;
}
.advantage-content .cardBox:hover img {
  filter: grayscale(100%) brightness(200%);
  transition: filter 0.3s;
}

.introduce {
  height: 8.5rem;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../static/imgBG.png");
  font-size: 0.175rem;
}
.introduce-title {
  font-weight: 600;
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 0.6333rem;
  margin-bottom: 0.5rem;
}
.introduce-content {
  width: 11.6667rem;
  margin: 0 auto;
}
.introduce-content h5 {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0.1667rem;
}
.introduce-content p {
  color: #6D7278;
  font-size: 0.1333rem;
  font-weight: 400;
  line-height: 0.2333rem;
}
.introduce-content .itemBox {
  display: flex;
  justify-content: space-between;
}
.introduce-content .itemBox-left {
  width: 4.375rem;
}
.introduce-content .itemBox-left p {
  text-align: justify;
  margin-bottom: 0.1333rem;
}
.introduce-content .itemBox-left li {
  color: #6D7278;
  font-size: 0.1333rem;
  font-weight: 400;
  line-height: 0.2333rem;
  margin-bottom: 0.1667rem;
  padding-left: 0.2rem;
  position: relative;
}
.introduce-content .itemBox-left li::after {
  display: block;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #0096F7;
  position: absolute;
  left: 0;
  top: 0.0583rem;
}
.introduce-content .itemBox img {
  width: 4.1667rem;
  height: 4.1667rem;
  position: relative;
  top: -0.5rem;
}
.introduce-content .itemBox:nth-child(2) {
  margin-top: -0.3333rem;
}
.introduce-content .itemBox:nth-child(2) img {
  top: -0.5833rem;
}

.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);
  }
}
.server {
  height: 4.5rem;
  background: #F3F5F8;
  overflow: hidden;
}
.server-title {
  font-weight: 600;
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 0.6333rem;
  margin-bottom: 0.3833rem;
}
.server-content {
  width: 11.6667rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.server-content .cardBox {
  width: 4.75rem;
  height: 2.0833rem;
  background: #FFFFFF;
  box-shadow: 0 2px 0.0667rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.0667rem;
  font-size: 0.175rem;
  overflow: hidden;
}
.server-content .cardBox-title {
  background-color: #0071F9;
  line-height: 0.5667rem;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
}
.server-content .cardBox-content {
  display: flex;
  height: 1.5167rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.1667rem;
  box-sizing: border-box;
}
.server-content .cardBox-content .itemBox {
  width: 1.8333rem;
  padding-left: 0.25rem;
  position: relative;
  color: #6D7278;
  box-sizing: border-box;
}
.server-content .cardBox-content .itemBox::after {
  content: "";
  display: block;
  width: 0.1667rem;
  height: 0.1667rem;
  background-image: url("../static/star.png");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0.025rem;
}

.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;
    display: none;
  }
  .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 .phoneLeft {
    display: block !important;
  }
  .topSwiper #swiperIndex .swiper-wrapper .topBox-content .phoneLeft h3 {
    width: 80%;
    line-height: 0.4rem !important;
    margin: 0.1667rem 0;
  }
  .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 {
    width: 100%;
    height: auto;
  }
  .advantage-title {
    margin-bottom: 0.4167rem;
  }
  .advantage-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.1667rem;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .advantage-content .cardBox {
    width: 48%;
    margin-bottom: 0.25rem;
    height: auto;
  }
  .advantage-content .cardBox p {
    line-height: 0.25rem;
  }
  .introduce {
    height: auto;
    padding-bottom: 0.5833rem;
  }
  .introduce-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.0833rem;
  }
  .introduce-content .itemBox-right {
    display: flex;
  }
  .introduce-content .itemBox-right img {
    width: 50vw;
    height: 50vw;
  }
  .introduce-content .itemBox:nth-child(2) {
    margin-top: 0.3333rem;
  }
  .server {
    width: 100%;
    height: auto;
    padding-bottom: 0.6667rem;
  }
  .server-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.0833rem;
    flex-wrap: wrap;
  }
  .server-content .cardBox {
    width: 100%;
    margin-bottom: 0.3333rem;
  }
}/*# sourceMappingURL=patentsRegister.min.css.map */