<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  padding: 0;
  min-width: 1300px;
}
a {
  text-decoration: none;
}
.content-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
}
.content-wrap .content-title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}
.content-wrap .content-time {
  color: #999;
  font-size: 14px;
}
.content-wrap .content-detail {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.content-wrap .content-child .child-title {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 36px;
}
.content-wrap .content-child .child-title::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(assets/0d93115fd1da38b511a956ef2bac3f55.png) no-repeat;
  background-size: 100%;
  margin-right: 16px;
}
.content-wrap .content-child .child-content {
  margin: 0;
}
.content-wrap .content-child .content-pic {
  width: 1200px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.common-tab {
  padding-top: 10px;
}
.common-tab .ant-tabs-nav {
  height: 80px;
  margin-bottom: 0px;
}
.common-tab .ant-tabs-nav .ant-tabs-nav-wrap {
  justify-content: center;
}
.common-tab .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab {
  margin-right: 0px;
  font-size: 20px;
  color: #222328;
  margin-right: 132px !important;
}
.common-tab .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab:nth-child(2) {
  margin-right: 0px !important;
  transform: translateX(-20px);
}
.common-tab .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #222328 !important;
  font-weight: 400 !important;
}
.common-tab .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-ink-bar {
  background: #1f8bff;
  width: 150px !important;
  height: 4px;
  transform: translateX(-32px);
}

.content-container {
  width: 1200px;
  margin: 0 auto;
}

.pc-common-top-container .header-box-shadow {
  box-shadow: 0 10px 30px 0 rgba(25, 45, 100, 0.08);
  z-index: 200;
}
.pc-common-top-container .pc-header-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 1200px;
}
.pc-common-top-container .pc-header-box .header-logo {
  position: absolute;
  left: 38px;
  background: url(assets/11f8d4c49617b706d983df92c978b603.png) no-repeat;
  background-size: 100% 100%;
  width: 350px;
  height: 32px;
  cursor: pointer;
}
.pc-common-top-container .pc-header-box .header-btn-wrap {
  min-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-right: 40px;
  flex-direction: row-reverse;
}
.pc-common-top-container .pc-header-box .header-tab {
  margin-left: 30px;
  color: #222328;
  font-size: 18px;
  height: 43px;
  line-height: 43px;
  width: 114px;
  text-align: center;
  cursor: pointer;
}
.pc-common-top-container .pc-header-box .header-tab:hover {
  color: #000;
}
.pc-common-top-container .pc-header-box .header-tab:last-child {
  width: 80px;
  text-align: center;
}
.pc-common-top-container .pc-header-box .header-tab.header-phone {
  display: flex;
  align-items: center;
  width: 160px;
}
.pc-common-top-container .pc-header-box .header-tab.header-phone &gt; img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.pc-common-top-container .pc-header-box .header-select-tab {
  color: #1f8bff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pc-common-top-container .pc-header-box .header-select-tab:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0px;
  top: 17px;
  width: 8px;
  height: 8px;
  background-color: #1f8bff;
  margin-right: 12px;
}
.pc-common-top-container .pc-header-box .header-select-tab:after {
  display: inline-block;
  content: '';
  position: absolute;
  right: 0px;
  top: 17px;
  width: 8px;
  height: 8px;
  background-color: #1f8bff;
  margin-left: 12px;
}
.pc-common-top-container .pc-header-box .header-select-tab:hover {
  color: #1f8afe !important;
}
.pc-common-top-container .pc-header-box .header-drop-down {
  position: absolute;
  width: 150px;
  top: 65px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 13px 24px 0px rgba(100, 119, 146, 0.25);
  opacity: 1;
  transition-property: opacity, top;
  transition-duration: 0.3s;
  padding: 15px 0px 12px 0px;
  margin: 0;
  box-sizing: border-box;
  animation: dropDownFlip 0.3s;
}
@keyframes dropDownFlip {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.pc-common-top-container .pc-header-box .header-drop-down .drop-down-item {
  display: block;
  font-size: 16px;
  list-style: none;
  text-align: center;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}
.pc-common-top-container .pc-header-box .header-drop-down .drop-down-item a {
  display: block;
  height: 44px;
  color: #1f8afe;
  text-decoration: none;
}
.pc-common-top-container .pc-header-box .header-drop-down .pl20 {
  padding-left: 20px;
  text-align: left;
}
.pc-common-top-container .pc-header-box .drop-down-big {
  width: 340px;
  padding: 32px 28px;
}
.pc-common-top-container .pc-header-box .drop-down-big .sub-tab-wrap {
  list-style: none;
  margin-bottom: 16px;
  white-space: pre;
}
.pc-common-top-container .pc-header-box .drop-down-big .sub-tab-wrap:last-child {
  margin-bottom: 0;
}
.pc-common-top-container .pc-header-box .drop-down-big .sub-tab-wrap .sub-title {
  color: #1f8afe;
  font-size: 16px;
  cursor: pointer;
}
.pc-common-top-container .pc-header-box .drop-down-big .sub-tab-wrap .sub-child-wrap {
  overflow: hidden;
}
.pc-common-top-container .pc-header-box .drop-down-big .sub-tab-wrap .sub-child-wrap .child-sub-title {
  color: #656974;
  font-size: 14px;
  float: left;
  cursor: pointer;
  margin-top: 16px;
}
.pc-common-top-container .pc-header-box .drop-down-big .sub-tab-wrap .sub-child-wrap .child-sub-title:nth-child(odd) {
  width: 160px;
}
.pc-common-top-container .pc-header-box .drop-down-big .sub-tab-wrap .sub-child-wrap .child-sub-title:nth-child(even) {
  margin-left: 12px;
  width: 112px;
}
.pc-common-top-container .pc-header-box .show-drop-down {
  opacity: 1;
  top: 65px;
}

.hover-button {
  position: relative;
  display: block;
  width: 150px;
  height: 44px;
  line-height: 44px;
  background-color: #FFDC29;
  color: #003BA5;
  border-radius: 4px;
  margin-top: 36px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
.hover-button span {
  transition: all 0.3s;
}
.hover-button span:first-child {
  left: 42px;
  position: absolute;
  z-index: 11;
  opacity: 1;
  transform: translateY(0px);
}
.hover-button span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  opacity: 0;
  transform: translate(-50%, 0%);
}
.hover-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: #ffc529;
  transform-origin: center bottom;
  transform: scaleY(0.001);
  z-index: 9;
  border-radius: 4px;
}
.hover-button:hover:after {
  transform: translate(0);
}
.hover-button:hover span:first-child {
  opacity: 0;
  transform: translateY(-20px);
}
.hover-button:hover span:nth-child(2) {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.solution-banner-wrap {
  height: 360px;
  padding-top: 1px;
  margin-top: 90px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom right;
  background-color: #1f8afe;
}
.solution-banner-wrap .banner-content-wrap {
  width: 1200px;
  margin: 0 auto;
}
.solution-banner-wrap .banner-content-wrap .banner-title {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  margin-top: 100px;
  line-height: normal;
}
.solution-banner-wrap .banner-content-wrap .banner-sub-title {
  -webkit-text-stroke: 3px #fff;
  color: transparent;
  line-height: normal;
  font-size: 48px;
  font-weight: bold;
}
.solution-banner-wrap .banner-content-wrap .banner-des {
  font-size: 18px;
  width: 620px;
  color: #ffffff;
  margin: 0;
  margin-top: 8px;
  line-height: normal;
}
.solution-banner-wrap .banner-content-wrap .banner-btn {
  margin-top: 24px;
}
.solution-banner-hbos {
  background-image: url(assets/35c752dcdcf3b1319a21e253488af23b.png);
}
.solution-banner-hospital {
  background-image: url(assets/286cad0e3a5bee8b313be84206327081.png);
}
.solution-banner-area {
  background-image: url(assets/ac173b06d012b0632ec77a13c86c8512.png);
}
.solution-banner-medical-combination {
  background-image: url(assets/7e45c119e53e6ef2ebe2dcb755a7b532.jpg);
}
.solution-banner-case-hospital {
  background-image: url(assets/7685a6118dd7712044b65b538ab7064e.jpg);
  background-position: center right;
  /* å±…ä¸­æ˜¾ç¤º */
}
.solution-banner-case-region {
  background-image: url(assets/75671589e508ef811c45b507a4ed5490.jpg);
  background-position: center right;
  /* å±…ä¸­æ˜¾ç¤º */
}

.solution-footer-wrap {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}
.solution-footer-wrap .footer-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.solution-footer-wrap .footer-item-wrap {
  padding-top: 24px;
  overflow: hidden;
}
.solution-footer-wrap .footer-item-wrap .footer-item {
  position: relative;
  float: left;
  cursor: pointer;
  padding-top: 100px;
  text-align: center;
  width: 260px;
  height: 170px;
  border: 1px solid #eeeeee;
  box-shadow: 0px 5px 6px 0px rgba(100, 119, 146, 0.1);
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-right: 30px;
  transition: all 0.2s;
}
.solution-footer-wrap .footer-item-wrap .footer-item:last-child {
  margin-right: 0;
}
.solution-footer-wrap .footer-item-wrap .footer-item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 5px 30px 0px rgba(113, 128, 151, 0.4);
}
.solution-footer-wrap .footer-item-wrap .footer-item .item-title {
  color: #1f8aff;
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
}
.solution-footer-wrap .footer-item-wrap .footer-item .item-content {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.solution-footer-wrap .footer-item-wrap .footer-item .item-detail {
  font-size: 12px;
  right: 30px;
  bottom: 20px;
  position: absolute;
  padding: 10px 12px;
  border-radius: 15px;
  line-height: 1;
  background-color: #fddc40;
  color: #073aa1;
}

@media screen and (max-width: 1440px) {
  .pc-bottom-container {
    padding-top: 85px;
  }
  .pc-bottom-container .contact-inform-content {
    justify-content: center;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1960px) {
  .pc-bottom-container {
    padding-top: 85px;
  }
  .pc-bottom-container .contact-inform-content {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1960px) {
  .pc-bottom-container {
    padding-top: 200px;
  }
  .pc-bottom-container .contact-inform-content {
    justify-content: space-between;
  }
}
.pc-bottom-container {
  background: url(assets/a1737a64d2bcff35713681bf2590847f.png) no-repeat;
  background-size: 100% 100%;
}
.pc-bottom-container .contact-inform-content {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-top: 35px;
  padding-bottom: 74px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  position: relative;
}
.pc-bottom-container .contact-inform-content .qr-code {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 82px;
  right: 0;
}
.pc-bottom-container .contact-inform-content .contact-box {
  width: 460px;
  height: 410px;
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 32px 36px 32px;
  box-shadow: 1px 11px 27px 0px rgba(122, 170, 228, 0.43);
  box-sizing: border-box;
}
.pc-bottom-container .contact-inform-content .contact-box input {
  position: relative;
  border: 1px solid #eeeeee;
  font-size: 16px;
  padding: 12px 15px;
  height: 40px;
  margin-top: 14px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  z-index: 100;
  color: #333;
}
.pc-bottom-container .contact-inform-content .contact-box .contact-box-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.pc-bottom-container .contact-inform-content .contact-box .msg-area {
  position: relative;
  width: 100%;
  height: 100px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  font-size: 16px;
  padding: 16px;
  box-sizing: border-box;
  resize: none;
  outline: none;
  z-index: 100;
  color: #333;
}
.pc-bottom-container .contact-inform-content .contact-box .contact-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-bottom-container .contact-inform-content .contact-box .contact-flex .input-wrap {
  width: 100%;
}
.pc-bottom-container .contact-inform-content .contact-box .contact-flex .input-wrap:first-child {
  width: 100%;
  margin-right: 20px;
}
.pc-bottom-container .contact-inform-content .contact-box .contact-send-btn {
  position: relative;
  width: 400px;
  height: 40px;
  margin: 0 auto;
  border-radius: 4px;
  line-height: 40px;
  background-color: #218bf2;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 28px;
  cursor: pointer;
  box-sizing: border-box;
}
.pc-bottom-container .contact-inform-content .contact-box .contact-send-btn span {
  transition: all 0.3s;
}
.pc-bottom-container .contact-inform-content .contact-box .contact-send-btn span:first-child {
  left: 184px;
  position: absolute;
  z-index: 11;
  opacity: 1;
  transform: translateY(0px);
}
.pc-bottom-container .contact-inform-content .contact-box .contact-send-btn span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  opacity: 0;
  transform: translate(-50%, 0%);
}
.pc-bottom-container .contact-inform-content .contact-box .contact-send-btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-color: #0076ec;
  transform-origin: center bottom;
  transform: scaleY(0.001);
  z-index: 9;
  border-radius: 4px;
}
.pc-bottom-container .contact-inform-content .contact-box .contact-send-btn:hover:after {
  transform: translate(0);
}
.pc-bottom-container .contact-inform-content .contact-box .contact-send-btn:hover span:first-child {
  opacity: 0;
  transform: translateY(-20px);
}
.pc-bottom-container .contact-inform-content .contact-box .contact-send-btn:hover span:nth-child(2) {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.pc-bottom-container .contact-inform-content .contact-box .input-wrap {
  position: relative;
}
.pc-bottom-container .contact-inform-content .contact-box .err-tips {
  position: absolute;
  bottom: -18px;
  left: 0;
  color: #ff4d4f;
  font-size: 14px;
  transition: all 0.3s;
  z-index: 99;
}
.pc-bottom-container .contact-inform-content .contact-box .show-tips {
  opacity: 1;
  transform: translateY(0);
}
.pc-bottom-container .contact-inform-content .contact-box .hide-tips {
  opacity: 0;
  transform: translateY(-20px);
}
.pc-bottom-container .contact-inform-content .company-msg {
  margin-top: 190px;
  margin-left: 180px;
}
.pc-bottom-container .contact-inform-content .company-msg .company-logo {
  width: 458px;
  height: 45px;
  background: url(assets/1a427cabe6ada97b715c36ef47fb5cac.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 26px;
}
.pc-bottom-container .contact-inform-content .company-msg .company-item {
  color: #fff;
  font-size: 14px;
  margin: 0;
  line-height: 30px;
}
.pc-bottom-container .contact-inform-content .company-msg .ml100 {
  margin-left: 100px;
}
.pc-bottom-container .footer-content {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.pc-bottom-container .footer-content a {
  color: #fff;
  text-decoration: none;
}
.pc-bottom-container .footer-content a:hover {
  text-decoration: underline;
}
.ant-message {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ant-message .anticon-check-circle {
  display: block;
  background: url(assets/f7c9108e6fe12c685c11a43d01ea16a3.png) no-repeat;
  background-size: 100%;
  width: 52px;
  height: 52px;
  margin: 0 auto;
}
.ant-message .anticon-check-circle svg {
  display: none;
}
.ant-message .ant-message-notice-content {
  width: 370px;
  padding: 30px 0 36px 0;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 9px 33px 7px rgba(0, 0, 0, 0.07);
}
.ant-message .ant-message-success span:nth-child(2) {
  display: block;
  font-size: 18px;
  text-align: center;
  margin: 20px auto 0 auto;
}
textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
textarea:-moz-placeholder {
  color: #bbbbbb;
}
textarea::-moz-placeholder {
  color: #bbbbbb;
}
textarea::-ms-input-placeholder {
  color: #bbbbbb;
}
input::-webkit-input-placeholder {
  color: #bbbbbb;
}
input:-moz-placeholder {
  color: #bbbbbb;
}
input::-moz-placeholder {
  color: #bbbbbb;
}
input:-ms-input-placeholder {
  color: #bbbbbb;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.content-wrap {
  width: 100%;
}
.content-wrap .mod .mod-sub-title {
  font-size: 16px;
  padding: 40px 0 0 0;
}
.content-wrap .mod .items .title {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 80px;
}
.content-wrap .mod .items .title .title-icon {
  height: 20px;
  width: 20px;
  margin-right: 26px;
  background: url(assets/0d93115fd1da38b511a956ef2bac3f55.png) no-repeat center center;
  background-size: 100%;
}
.content-wrap .mod .items &gt; .sub-title {
  font-size: 14px;
  padding-top: 50px;
}
.content-wrap .mod .items .content {
  padding-top: 100px;
  text-align: center;
  margin: 0 auto;
}
.content-wrap .mod .items .content &gt; img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

</pre></body></html>