.about_us_bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  height: 540px;
}
.about_us_img_1 {
  width: 100%;
}
.about_us_img_2 {
  width: 100%;
}
.company-target {
  height: 90vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  margin-top: 100px;
}
.link_icon {
  width: 16px;
  margin-right: 6px;
}
.link {
  color: var(--primary-color);
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.company-target_name {
  width: 180px;
  height: 64px;
  color: #fff;
  background: #acce22;
}
.company-target_slogan {
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}
.slogan-list {
  width: 100%;
  color: #fff;
}
.slogan-list-item {
  max-height: 160px;
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #fff;
  padding: 32px;
}
.slogan-list-item:last-child {
  border-bottom: none;
}
.slogan-list-item:hover {
  background-color: var(--primary-color);
}
.slogan-list-item-content {
  font-weight: 500;
  margin-top: 10px;
  white-space: nowrap;
}
.park-area-info_1 {
  margin-right: 80px;
  position: relative;
}
.park-area-info_1::after {
  position: absolute;
  background: #d9d9d9;
  content: "";
  right: -80px;
  top: 0;
  height: 100%;
  width: 1px;
}
.park-area-info_2 {
  margin-left: 80px;
}

.device-card {
  background-color: #ffffff;
  aspect-ratio: 5/6;
  /* max-height: 480px; */
}
.device-img-box {
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.device-name {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  padding: 0 16px;
}
.device-describe {
  width: 100%;
  padding: 16px 16px 44px;
  color: #fff;
  font-weight: 400;
  height: 28%;
}
.chairman-img {
  max-width: 420px;
}
.chairman-name-box{
  position:relative;
  width: fit-content;
}
.chairman-name{
  padding: 1.13rem 0 0.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  padding-left: 20px;
  font-size: 28px ;
  font-style: normal;
  font-weight: 600;
  color:#fff;
}
.social-title {
  margin-bottom: 12px;
}
.info-text {
  color: #3e3a39;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
}
.social-title-label,
.personal-advantageduction-label {
  width: 100%;
  border-bottom: 1px solid #005bac;
  .label-text {
    width: 120px;
    flex-shrink: 0;
    background: #005bac;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    padding: 8px 12px;
  }
}
.title-item {
  position: relative;
  padding-left: 12px;
  &::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #00a0e9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
.advantage{
  padding-left: 150px;
}
.advantage-item {
  position: relative;
  margin-right: 100px;
}
.advantage-item-hospital{
  margin:0 250px 0 100px;
  position:relative;
}

.advantage-item-hospital::before{
  content:'';
  height: 100px;
  width: .5px /* 1/16 */;
  display:block;
  position: absolute;
  left:-88px;
  top:0;
  background: #D9D9D9;
}
  .advantage-item-hospital::after{
  content:'';
  height: 100px;
  width: .5px /* 1/16 */;
  display:block;
  position: absolute;
  right:-130px;
  top:0;
  background: #D9D9D9;
}
.advantage-item-num,
.num-plus {
  color: #005bac;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.num-plus {
  color: #005bac;
  position: absolute;
  top: 24%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.advantage-item-name {
  margin-top: 20px;
  text-align: left;
}
.advantage-item-unit {
  position: absolute;
  top: -10px;
  color: #005bac;
  right: -36px;
}

/* 媒体查询兼容适配 */
@media screen and (max-width: 1200px) {
  .slogan-list-item {
    padding: 8px 16px;
  }
  .company-target_name {
    font-size: 24px;
  }
  .company-target_slogan {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .slogan-list-item-title {
    font-size: 18px;
  }
  .slogan-list-item-content {
    font-size: 24px;
  }
  .device-name {
    font-size: 20px;
  }
  .device-describe {
    font-size: 12px;
  }
  .label-text,
  .title-item {
    font-size: 16px;
  }
  .title-item p {
    margin-bottom: 4px;
  }
  .info-text {
    font-size: 16px;
    line-height: 30px;
  }
  .model-title {
    font-size: 36px;
  }
  .model-second-title {
    font-size: 16px;
  }
  .advantage-item-num,
  .num-plus {
    font-size: 24px;
  }
  .num-plus {
    right: -20px;
  }
  .number3-plus {
    right: -4px;
  }
  .advantage-item-name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .slogan-list-item {
    padding: 8px 16px;
  }
  .company-target_name {
    font-size: 26px;
  }
  .company-target_slogan {
    font-size: 34px;
    margin-bottom: 26px;
  }
  .slogan-list-item-title {
    font-size: 18px;
  }
  .slogan-list-item-content {
    font-size: 24px;
  }
  .device-name {
    font-size: 20px;
  }
  .device-describe {
    font-size: 12px;
  }
  .label-text,
  .title-item {
    font-size: 16px;
  }
  .info-text {
    font-size: 16px;
    line-height: 28px;
  }
  .title-item p {
    margin-bottom: 4px;
  }
  .model-title {
    font-size: 38px;
  }
  .model-second-title {
    font-size: 18px;
  }
  .advantage-item-num,
  .num-plus {
    font-size: 34px;
  }
  .num-plus {
    right: -20px;
  }
  .number3-plus {
    right: 0px;
  }
  .advantage-item-name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .slogan-list-item {
    padding: 20px;
  }
  .company-target_name {
    font-size: 30px;
  }
  .company-target_slogan {
    font-size: 40px;
    margin-bottom: 44px;
  }
  .slogan-list-item-title {
    font-size: 20px;
  }
  .slogan-list-item-content {
    font-size: 28px;
  }
  .device-name {
    font-size: 22px;
  }
  .device-describe {
    font-size: 14px;
  }
  .label-text,
  .title-item {
    font-size: 18px;
  }
  .info-text {
    font-size: 18px;
    line-height: 40px;
  }
  .title-item p {
    margin-bottom: 14px;
  }
  .model-title {
    font-size: 42px;
  }
  .model-second-title {
    font-size: 20px;
  }
  .advantage-item-num,
  .num-plus {
    font-size: 38px;
  }
  .num-plus {
    right: -20px;
  }
  .number3-plus {
    right: 0px;
  }
  .advantage-item-name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1680px) {
  .slogan-list-item {
    padding: 24px;
  }
  .company-target_name {
    font-size: 32px;
  }
  .company-target_slogan {
    font-size: 46px;
    margin-bottom: 50px;
  }
  .slogan-list-item-title {
    font-size: 20px;
  }
  .slogan-list-item-content {
    font-size: 28px;
  }
  .device-name {
    font-size: 22px;
  }
  .device-describe {
    font-size: 14px;
  }
  .label-text,
  .title-item {
    font-size: 20px;
  }
  .info-text {
    font-size: 20px;
    line-height: 46px;
  }
  .title-item p {
    margin-bottom: 14px;
  }
  .model-title {
    font-size: 46px;
  }
  .model-second-title {
    font-size: 22px;
  }
  .advantage-item-num,
  .num-plus {
    font-size: 40px;
  }
  .num-plus {
    right: -26px;
  }
  .number3-plus {
    right: 0px;
  }
  .advantage-item-name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .slogan-list-item {
    padding: 28px;
  }
  .company-target_name {
    font-size: 36px;
  }
  .company-target_slogan {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .slogan-list-item-title {
    font-size: 24px;
  }
  .slogan-list-item-content {
    font-size: 32px;
  }
  .device-name {
    font-size: 24px;
  }
  .device-describe {
    font-size: 16px;
  }
  .label-text,
  .title-item {
    font-size: 20px;
  }
  .info-text {
    font-size: 22px;
    line-height: 48px;
  }
  .model-title {
    font-size: 48px;
  }
  .model-second-title {
    font-size: 24px;
  }
  .advantage-item-num,
  .num-plus {
    font-size: 46px;
  }
  .num-plus {
    right: -30px;
  }
  .number3-plus {
    right: 16px;
  }

  .advantage-item-name {
    font-size: 20px;
  }
  .advantage{
    padding-left: 200px;
  }
}
