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);
}

.hbos-content-wrap .hbos-enmu-section {
  margin-top: 70px;
  width: 1200px;
  height: 154px;
  background: url(assets/cb6ff7c61aa283b1762a8783d875f82c.png) no-repeat;
  background-size: 100%;
}
.hbos-content-wrap .hbos-framework {
  margin-top: 80px;
  width: 1200px;
  height: 664px;
  background: url(assets/1da1514dcbddac3358d9bf690aa3c483.png) no-repeat;
  background-size: 100%;
}

.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 > 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;
  /* 居中显示 */
}

.bottom-common {
  padding-top: 1px;
  margin-top: 80px;
  height: 342px;
  background: url(assets/d99e7aad074c4179b7d0af0b6f37b17d.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.bottom-common .company-logo {
  width: 460px;
  height: 45px;
  margin: 57px auto 0 auto;
  background: url(assets/1a427cabe6ada97b715c36ef47fb5cac.png) no-repeat;
  background-size: 100%;
}
.bottom-common .comapny-msg-wrap {
  display: flex;
  width: 1200px;
  margin: 69px auto 0 auto;
  justify-content: space-between;
}
.bottom-common .comapny-msg-wrap .company-msg-item {
  color: #fff;
  font-size: 14px;
}
.bottom-common .footer-content {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.bottom-common .footer-content a {
  color: #fff;
  text-decoration: none;
}
.bottom-common .footer-content a:hover {
  text-decoration: underline;
}

