::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 0.375rem;
}

::-webkit-scrollbar {
  width: 0.0625rem;
}

::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 0.375rem;
}

.apparatus {
  /* padding-bottom: 3.75rem; */
}

.dkf {
  padding: 2.5rem 0 2.5rem;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 400;
  color: #606060;
}

/* 文案 */
.writer {
  width: 100%;
  padding: 1.25rem 0;
  background: #f2f2f2;
  font-size: 0.25rem;
  font-weight: 400;
  color: #0c0c0c;
  line-height: 0.5125rem;
}
.writer > div {
  width: 9.7875rem;
  text-align: center;
  margin: 0 auto;
}
/* 医院 */
.hospitals {
  width: 100%;
  /* padding:1.0625rem 2.625rem  3.75rem; */
  background: white;
}
.firm_box > .firm:nth-of-type(even) {
  flex-direction: row-reverse;
}
.hospitals_title {
  padding: 1.0625rem 2.075rem 0;
}

.hospitals_title h3 {
  font-size: 0.5rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.9125rem;
}

.hospitals_en {
  font-size: 0.4rem;
  color: #a3a3a3;
  margin-top: 0.125rem;
}

/* 公司介绍 & 医院介绍*/
.firm {
  width: 100%;
  /* height: 8.5875rem; */
  /* background:#F2F2F2; */
  background: #f2f2f2;
  padding: 1.1875rem 2.075rem 0;
  display: flex;
  justify-content: space-between;
}
.firm_box > .firm:first-of-type {
  margin-bottom: 1.25rem;
}

.firm_left {
  width: 10rem;
  /* height: 6.25rem; */
  /* background: springgreen; */
}

.firm_left_title {
  font-size: 0.5625rem;
  font-weight: 400;
  color: #24a2a5;
  line-height: 1.075rem;
}

.firm_left_subhead {
  font-size: 0.3125rem;
  color: #000000;
  line-height: 0.6rem;
}

.firm_left_content {
  width: 9.775rem;
  margin-top: 0.3125rem;
  height: 4rem;
  overflow: hidden;
  overflow-y: auto;
  font-size: 0.25rem;
  font-weight: 400;
  color: #0c0c0c;
  line-height: 0.5rem;
  padding-right: 0.25rem;
}

.firm_right {
  width: 8.85rem;
  height: 7.375rem;
  background: skyblue;
}
.firm_right img {
  width: 100%;
  height: 100%;
}
/* 产品以及方案 */
.product {
  width: 100%;
  height: 17.625rem;
  /* background: springgreen; */
  /* opacity: 0.5; */
  border-radius: 0 0 0 20%;
  overflow: hidden;
}

.product_top {
  width: 100%;
  height: 9.7rem;
  /* background: yellow; */
  display: flex;
  justify-content: space-between;
}
.cpt {
  display: block;
  margin: 0 auto;
}
.product_top > a:first-of-type .cpt {
  width: 2.5rem;
}
.product_top > a:nth-of-type(2) .cpt {
  width: 3.75rem;
}
.product_top > a:nth-of-type(3) .cpt {
  width: 6.875rem;
}
.product_top_item {
  width: 8rem;
  height: 100%;
  position: relative;
  /* background: green; */
}

.product_bottom {
  width: 100%;
  height: 7.95rem;
  /* background: skyblue; */
  display: flex;
  justify-content: space-between;
}

.product_bottom_item {
  width: 12.0625rem;
  height: 100%;
  /* background: orange; */
}

.product_item {
  /* opacity: 0.5; */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cpt_box {
  height: 7rem;
}
.cp_ze {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.product_item:hover {
  opacity: 1;
  transition: 0.5s;
}

.product_item_title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #282828;
  padding: 1.075rem 0 0 1.25rem;
}

.product_item_title::after {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #24a2a5;
  display: block;
  margin-top: 0.375rem;
}

.product_item:hover .product_item_title::after {
  content: "";
  width: 0.675rem;
  height: 0.1rem;
  background: #24a2a5;
  display: block;
  margin-top: 0.375rem;
  transition: 0.5s;
}

/* 服务客户 */
.client {
}

.client_title {
  width: 20rem;
  height: 1.25rem;
  /* background: springgreen; */
  margin: 1rem auto 0 1.1875rem;
  font-size: 0.5625rem;
  letter-spacing: 0.025rem;
  color: #24a2a5;
  text-align: center;
  border-bottom: 0.0125rem solid rgb(124, 124, 124);
  font-weight: 500;
}

.client_img {
  width: 100%;
  height: 8.75rem;
  /* background: cornflowerblue; */
}
.client_img > img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.client_content {
  width: 13.75rem;
  /* height: 9rem; */
  position: relative;
  z-index: 1;
  padding: 1rem 0.875rem 0.9375rem 1.625rem;
  background: #f2f2f2;
  /* background: rebeccapurple; */
  border-radius: 0 2.5rem 0 0;
  margin-top: -5rem;
  margin-bottom: 1.25rem;
}

.client_content_list {
  padding-right: 1.1rem;
  height: 5.625rem;
  overflow: hidden;
  overflow-y: auto;
  font-size: 0.25rem;
  color: #1a1a1a;
  line-height: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.client_content_list > a {
  color: #1a1a1a;
  border-bottom: 0.0125rem solid #1a1a1a;
  
  /* display: block; */
}

/* 媒体查询 1000*/
@media screen and (max-width: 1000px) {
  .writer > div {
    width: 90%;
    font-size: 18px;
    line-height: 30px;
  }
  .firm {
    display: block;
  }

  .firm_left {
    width: 100% !important;
    /* background: red; */
    margin-bottom: 0.375rem;
  }

  .firm_left_title {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
  }

  .firm_left_subhead {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
  }

  .firm_left_content {
    width: 100%;
    /* padding-left: .375rem; */
    font-size: 14px;
    line-height: 30px;
    height: 100%;
    padding: 0;
  }

  .firm_right {
    width: 100% !important;
    height: 300px !important;
  }

  .hospitals_title h3 {
    text-align: center;
    font-size: 25px;
    line-height: 40px;
  }

  .hospitals_en {
    text-align: center;
    font-size: 0.875rem;
  }
  .product_item_title {
    font-size: 12px;
  }
  .product_item:hover .product_item_title::after {
    content: "";
    width: 30px;
  }
  .client_title {
    font-size: 20px;
    margin-top: 40px;
    line-height: 0;
  }
  .client_content_list > a {
    font-size: 12px;
    line-height: 25px;
    display: inline;
  }
  .dkf{
    font-size: 16px;
  }
  .hospitals_title {
    font-size: 25px;
    line-height: 20px;
  }

}
