#about.about {
  position: relative;
  width: 100%;
  min-width: 1366px;
  background: #fff;
  font-family: 'Microsoft YaHei-Regular';
  overflow: hidden;
  padding-top: 122px;
}
#about .breadcrumb {
  padding: 20px 0;
}
#about .breadcrumb-item {
  background: url(/assets/images/common/icon-slash.png) no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #77798E;
}
#about .breadcrumb-item:hover {
  color: #1259F0;
}
#about .breadcrumb-item:first-child {
  background-image: url(/assets/images/common/icon-home.png);
  padding-left: 20px;
}
#about .breadcrumb-item:first-child:hover {
  color: #1259F0;
}
#about .breadcrumb-item:last-child {
  color: #39435A;
}
#about .breadcrumb-item:last-child:hover {
  color: #39435A;
}
#about .top {
  height: 420px;
  background: url(/assets/images/medical/aboutus/bg-about-top.png) no-repeat center center;
  background-size: auto 420px;
  background-color: #eafaff;
}
#about .top-content {
  padding-top: 64px;
}
#about .top-content .name {
  line-height: 46px;
  font-size: 46px;
  font-weight: bold;
  font-family: 'AlimamaShuHeiTi';
  background: linear-gradient(180deg, #3777FF 0%, #00B0FC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about .top-content .desc {
  line-height: 46px;
  font-size: 46px;
  font-weight: bold;
  font-family: 'AlimamaShuHeiTi';
  color: #1B305E;
  margin-top: 18px;
}
#about .top-content .data {
  margin-top: 72px;
  display: flex;
  gap: 0 96px;
}
#about .top-content .data .data-item .count {
  line-height: 21px;
  font-size: 16px;
  color: #495973;
}
#about .top-content .data .data-item .count .num {
  font-size: 32px;
  font-family: DIN;
  font-weight: bold;
  color: #1B305E;
  margin-right: 10px;
}
#about .top-content .data .data-item .text {
  line-height: 21px;
  font-size: 16px;
  color: #495973;
  margin-top: 8px;
}
#about .container {
  padding-top: 56px;
}
#about .container .title {
  text-align: center;
  margin: 0 auto;
  padding-top: 19px;
  position: relative;
}
#about .container .title .title-name {
  display: inline-block;
  line-height: 42px;
  font-size: 32px;
  font-weight: bold;
  color: #39435A;
  position: relative;
  z-index: 1;
}
#about .container .title .title-en {
  background: linear-gradient(180deg, #B4B8C1 0%, rgba(180, 184, 193, 0.2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 39px;
  font-size: 32px;
  font-weight: bold;
  font-family: DIN;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#about .container .title .text {
  line-height: 28px;
  font-size: 16px;
  color: #495973;
  margin-top: 12px;
}
#about .container1 {
  padding-top: 41px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FA 100%);
  position: relative;
  padding-bottom: 80px;
}
#about .container1::before {
  content: '';
  width: 190px;
  height: 355px;
  background: url(/assets/images/medical/aboutus/bg-about-1-1.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#about .container1::after {
  content: '';
  width: 190px;
  height: 355px;
  background: url(/assets/images/medical/aboutus/bg-about-1-2.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 320px;
  right: 0;
}
#about .container1 .text-content {
  line-height: 32px;
  font-size: 18px;
  color: #202735;
  margin-top: 56px;
}
#about .container1 .text-content p {
  margin-bottom: 14px;
}
#about .container1 .card-content {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
#about .container1 .card-content.show .item {
  transform: translateY(0);
  opacity: 1;
}
#about .container1 .card-content .item {
  width: 305px;
  height: 210px;
  border-radius: 8px;
  padding: 24px 21px 0 34px;
  position: relative;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
#about .container1 .card-content .item::after {
  content: '';
  width: 120px;
  height: 97px;
  background: no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
#about .container1 .card-content .item:nth-child(1) {
  background: linear-gradient(135deg, #1E81FF 0%, #00C0DA 100%);
  transition-delay: 0;
}
#about .container1 .card-content .item:nth-child(1)::after {
  background-image: url(/assets/images/medical/aboutus/icon-about-1-1.png);
}
#about .container1 .card-content .item:nth-child(2) {
  background: linear-gradient(315deg, #06DE9D 0%, #00ACA2 100%);
  transition-delay: 0.2s;
}
#about .container1 .card-content .item:nth-child(2)::after {
  background-image: url(/assets/images/medical/aboutus/icon-about-1-2.png);
}
#about .container1 .card-content .item:nth-child(3) {
  background: linear-gradient(315deg, #A58EE5 0%, #4C68DD 100%);
  transition-delay: 0.4s;
}
#about .container1 .card-content .item:nth-child(3)::after {
  background-image: url(/assets/images/medical/aboutus/icon-about-1-3.png);
}
#about .container1 .card-content .item:nth-child(4) {
  background: linear-gradient(135deg, #2D5FE0 0%, #4899E3 100%);
  transition-delay: 0.6s;
}
#about .container1 .card-content .item:nth-child(4)::after {
  background-image: url(/assets/images/medical/aboutus/icon-about-1-4.png);
}
#about .container1 .card-content .item .card-name {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#about .container1 .card-content .item .text {
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  margin-top: 16px;
}
#about .container2 {
  background-size: 1920px auto;
  position: relative;
  padding-bottom: 270px;
}
#about .container2 .history-content {
  display: none;
  height: 504px;
  margin-top: 96px;
  position: relative;
}
#about .container2 .history-content .progress {
  width: 100%;
  height: 44px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#about .container2 .history-content .progress.show .progress-item .progress-card {
  transform: translateY(0);
  opacity: 1;
}
#about .container2 .history-content .progress.show .progress-item .progress-card.bottom {
  transform: translateY(0);
  opacity: 1;
}
#about .container2 .history-content .progress .progress-item {
  display: inline-block;
  width: 196px;
  height: 44px;
  background: url(/assets/images/medical/aboutus/bg-about-2-3.png) no-repeat center center;
  background-size: 100%;
  line-height: 44px;
  font-size: 22px;
  font-weight: bold;
  font-family: DIN;
  color: #fff;
  text-align: center;
  position: relative;
}
#about .container2 .history-content .progress .progress-item:nth-child(1) {
  width: 206px;
  background-image: url(/assets/images/medical/aboutus/bg-about-2-2.png);
}
#about .container2 .history-content .progress .progress-item:last-child {
  width: 213px;
  background-image: url(/assets/images/medical/aboutus/bg-about-2-4.png);
}
#about .container2 .history-content .progress .progress-item:not(:nth-child(1)) {
  margin-left: -6px;
}
#about .container2 .history-content .progress .progress-item:nth-child(1) .progress-card {
  transition-delay: 0s;
}
#about .container2 .history-content .progress .progress-item:nth-child(2) .progress-card {
  transition-delay: 0.2s;
}
#about .container2 .history-content .progress .progress-item:nth-child(3) .progress-card {
  transition-delay: 0.4s;
}
#about .container2 .history-content .progress .progress-item:nth-child(4) .progress-card {
  transition-delay: 0.6s;
}
#about .container2 .history-content .progress .progress-item:nth-child(5) .progress-card {
  transition-delay: 0.8s;
}
#about .container2 .history-content .progress .progress-item:nth-child(6) .progress-card {
  transition-delay: 1s;
}
#about .container2 .history-content .progress .progress-item .progress-card {
  width: 272px;
  height: 229px;
  padding-left: 32px;
  position: absolute;
  left: 50%;
  bottom: 44px;
  transform: translateY(-40px);
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
#about .container2 .history-content .progress .progress-item .progress-card.bottom {
  bottom: auto;
  top: 44px;
  padding-top: 41px;
  transform: translateY(40px);
}
#about .container2 .history-content .progress .progress-item .progress-card.bottom .border {
  transform: rotate(180deg);
}
#about .container2 .history-content .progress .progress-item .progress-card .border {
  height: 100%;
  width: 3px;
  background: linear-gradient(360deg, #6898ff, rgba(104, 152, 255, 0.1));
  position: absolute;
  left: 0;
  top: 0;
}
#about .container2 .history-content .progress .progress-item .progress-card .border::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #4282FF;
  border-radius: 50%;
  position: absolute;
  bottom: -9px;
  left: -7.5px;
}
#about .container2 .history-content .progress .progress-item .progress-card .border::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -3px;
  left: -1.5px;
}
#about .container2 .history-content .progress .progress-item .progress-card .name {
  line-height: 24px;
  font-size: 16px;
  color: #020A1A;
  text-align: left;
  padding-bottom: 16px;
  margin-bottom: 20px;
  position: relative;
}
#about .container2 .history-content .progress .progress-item .progress-card .name::after {
  content: '';
  width: 24px;
  height: 4px;
  background: linear-gradient(90deg, #1C64FF 0%, #4AA8FE 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#about .container2 .history-content .progress .progress-item .progress-card .text {
  line-height: 20px;
  font-size: 14px;
  color: #495973;
  margin-bottom: 16px;
  text-align: left;
}
#about .container2 .history-container {
  height: 244px;
  background: url(/assets/images/medical/subject/bg-subject-4-1.png) repeat-x center center;
  background-size: 1920px auto;
  margin-top: 187px;
  padding-top: 124px;
}
#about .container2 .history-container .tabs {
  display: flex;
  justify-content: space-between;
  padding: 0 117px 0 10px;
}
#about .container2 .history-container .tabs.show .tab-item .card {
  transform: translateY(0);
  opacity: 1;
}
#about .container2 .history-container .tabs.show .tab-item .card.card-top {
  transform: translateY(0);
  opacity: 1;
}
#about .container2 .history-container .tabs .tab-item {
  width: 133px;
  background: #1259F0;
  line-height: 44px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
#about .container2 .history-container .tabs .tab-item:nth-child(1) .card {
  transition-delay: 0s;
}
#about .container2 .history-container .tabs .tab-item:nth-child(2) .card {
  transition-delay: 0.2s;
}
#about .container2 .history-container .tabs .tab-item:nth-child(3) .card {
  transition-delay: 0.4s;
}
#about .container2 .history-container .tabs .tab-item:nth-child(4) .card {
  transition-delay: 0.6s;
}
#about .container2 .history-container .tabs .tab-item:nth-child(5) .card {
  transition-delay: 0.8s;
}
#about .container2 .history-container .tabs .tab-item .period {
  width: 100%;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #1259F0;
  text-align: center;
  position: absolute;
  top: -27px;
  left: 0;
}
#about .container2 .history-container .tabs .tab-item .period.card-top {
  top: auto;
  bottom: -27px;
}
#about .container2 .history-container .tabs .tab-item .card {
  width: 260px;
  height: 300px;
  border-left: 2px solid;
  border-image: linear-gradient(180deg, #1259f0, rgba(18, 90, 241, 0)) 1 1;
  padding-top: 60px;
  padding-left: 10px;
  transition: all 0.7s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  top: 23px;
  left: -10px;
}
#about .container2 .history-container .tabs .tab-item .card::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #1259F0;
  border: 3px solid #A4C1FF;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -7px;
}
#about .container2 .history-container .tabs .tab-item .card.card-top {
  border-image: linear-gradient(0, #1259f0, rgba(18, 90, 241, 0)) 1 1;
  padding-top: 70px;
  top: auto;
  bottom: 24px;
  transform: translateY(-40px);
  opacity: 0;
}
#about .container2 .history-container .tabs .tab-item .card.card-top::before {
  top: auto;
  bottom: -7px;
}
#about .container2 .history-container .tabs .tab-item .card.w370 {
  width: 370px;
}
#about .container2 .history-container .tabs .tab-item .card .text {
  line-height: 32px;
  font-size: 14px;
  font-weight: normal;
  color: #52617A;
  text-align: justify;
  margin-bottom: 12px;
}
#about .container2 .history-container .tabs .tab-item .card .text:last-child {
  margin: 0;
}
#about .container3 {
  background: linear-gradient(180deg, #F0F4FA 0%, #F5F7FA 100%);
  padding-bottom: 100px;
}
#about .container3 .card-content {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
#about .container3 .card-content .card {
  width: 364px;
  height: 337px;
  padding: 32px;
  background: #fff;
  border-radius: 32px 2px 32px 2px;
  box-shadow: 0px 4px 16px 0px rgba(116, 136, 176, 0.06);
  font-size: 0;
  text-align: center;
}
#about .container3 .card-content .card:nth-child(1) .name::after {
  background: #4282FF;
}
#about .container3 .card-content .card:nth-child(2) .name::after {
  background: #06C2B3;
}
#about .container3 .card-content .card:nth-child(3) .name::after {
  background: #6267EB;
}
#about .container3 .card-content .card .icon {
  width: 110px;
  height: 110px;
  margin-bottom: 32px;
}
#about .container3 .card-content .card .name {
  width: 54px;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #202735;
  padding-bottom: 15px;
  position: relative;
  margin: 0 auto 24px;
}
#about .container3 .card-content .card .name::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#about .container3 .card-content .card .text {
  line-height: 26px;
  font-size: 16px;
  color: #495973;
}
#about .container4 {
  padding-bottom: 75px;
}
#about .container4 .content {
  height: 429px;
  margin-top: 79px;
}
#about .container4 .content .left {
  width: 341px;
  padding-top: 61px;
  float: left;
}
#about .container4 .content .left .name {
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #1259F0;
}
#about .container4 .content .left .text {
  line-height: 21px;
  font-style: 16px;
  color: #495973;
  margin-top: 12px;
}
#about .container4 .content .left .data {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
}
#about .container4 .content .left .data .data-item {
  width: 128px;
  position: relative;
}
#about .container4 .content .left .data .data-item:first-child::after {
  content: '';
  width: 1px;
  height: 64px;
  background: #EDEEF2;
  position: absolute;
  top: 9px;
  right: -26px;
}
#about .container4 .content .left .data .data-item .count {
  line-height: 49px;
  font-size: 38px;
  font-weight: 900;
  font-family: DIN;
  color: #1259F0;
}
#about .container4 .content .left .data .data-item .text {
  line-height: 21px;
  font-style: 16px;
  color: #495973;
  margin-top: 12px;
}
#about .container4 .content .right {
  width: 947px;
  height: 429px;
  background: url(/assets/images/medical/aboutus/bg-about-4-1.png) no-repeat right center;
  background-size: 947px auto;
  float: right;
  position: relative;
}
#about .container4 .content .right .dot {
  background: #5289FF;
  border-radius: 50%;
  position: absolute;
}
#about .container4 .content .right .dot:nth-child(1) {
  width: 12px;
  height: 12px;
  top: 148px;
  left: 158px;
}
#about .container4 .content .right .dot:nth-child(2) {
  width: 8px;
  height: 8px;
  top: 47px;
  left: 351px;
}
#about .container4 .content .right .dot:nth-child(3) {
  width: 13px;
  height: 13px;
  top: 198px;
  left: 544px;
}
#about .container4 .content .right .dot:nth-child(4) {
  width: 13px;
  height: 13px;
  top: 155px;
  left: 694px;
}
#about .container4 .content .right .dot:nth-child(5) {
  width: 14px;
  height: 14px;
  top: 106px;
  left: 737px;
}
#about .container4 .content .right .dot:nth-child(6) {
  width: 15px;
  height: 15px;
  top: 143px;
  left: 737px;
}
#about .container4 .content .right .dot::after {
  content: '';
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  animation: scale 1s linear infinite forwards;
}
#about .container5 {
  background: url(/assets/images/medical/aboutus/bg-about-5-1.png) no-repeat center top;
  background-size: 1920px auto;
  padding-bottom: 120px;
}
#about .container5 .content {
  text-align: center;
}
#about .container5 .content .content-title {
  display: inline-block;
  line-height: 32px;
  font-size: 24px;
  color: #39435A;
  padding-bottom: 24px;
  position: relative;
}
#about .container5 .content .content-title::after {
  content: '';
  width: 80px;
  height: 8px;
  background: linear-gradient(90deg, #0D9DEE 0%, #35CEC1 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#about .container5 .content.content1 {
  height: 878px;
  padding-top: 48px;
}
#about .container5 .content.content2 .content-cards {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
#about .container5 .content.content2 .content-cards .card {
  width: 311px;
  height: 356px;
  background: #F9FAFC;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  padding: 24px;
}
#about .container5 .content.content2 .content-cards .card .card-name {
  line-height: 26px;
  font-size: 20px;
  color: #1C1F41;
  text-align: center;
}
#about .container5 .content.content2 .content-cards .card .report {
  width: 263px;
  height: 250px;
  background: #fff;
  margin-top: 24px;
}
#about .container5 .content.content2 .content-cards .card .report .img {
  width: 263px;
  height: 250px;
  background: #fff;
  padding: 35px 0 34px;
  border-radius: 4px;
  position: relative;
}
#about .container5 .content.content2 .content-cards .card .report .img img {
  width: 296px;
  transform: translateX(-18px);
}
#about .container5 .content.content2 .content-cards .card .report .img .report-name {
  width: 120px;
  line-height: 12px;
  font-size: 8px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: #393C5A;
  text-align: left;
  position: absolute;
  top: 76px;
  left: 75px;
}
#about .container5 .content.content2 .content-cards .card .report .img .report-name.item-1::after {
  background: #01AB95;
}
#about .container5 .content.content2 .content-cards .card .report .img .report-name.item-2::after {
  background: #2C94EE;
}
#about .container5 .content.content2 .content-cards .card .report .img .report-name.item-3::after {
  background: #627DF1;
}
#about .container5 .content.content2 .content-cards .card .report .img .report-name.item-4::after {
  background: #427CEB;
}
#about .container5 .content.content2 .content-cards .card .report .img .report-name::after {
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -8px;
}
#about .container6 {
  background: url(/assets/images/medical/aboutus/bg-about-6-1.png) no-repeat center top;
  background-size: 1920px auto;
  background-color: #f6f7f8;
  padding-bottom: 100px;
}
#about .container6 .card-list-1 {
  display: flex;
  justify-content: space-between;
  padding-top: 88px;
}
#about .container6 .card-list-1 .card {
  font-size: 0;
}
#about .container6 .card-list-1 .card img {
  height: 174px;
}
#about .container6 .card-list-1 .card .name {
  line-height: 21px;
  font-size: 16px;
  color: #15213A;
  text-align: center;
  margin-top: 32px;
}
#about .container6 .card-list-2 {
  display: flex;
  justify-content: space-between;
  padding: 80px 154px 0;
}
#about .container6 .card-list-2 .card {
  font-size: 0;
}
#about .container6 .card-list-2 .card img {
  height: 248px;
}
#about .container6 .card-list-name {
  line-height: 21px;
  font-size: 16px;
  color: #15213A;
  text-align: center;
  margin-top: 32px;
}
#about .container7 {
  padding-bottom: 110px;
}
#about .container7 .partner-content {
  margin-top: 90px;
}
#about .container7 .partner-content:hover .logo-item {
  animation-play-state: paused !important;
}
#about .container7 .partner-content .partner-logo {
  width: 100%;
  display: flex;
  overflow-x: hidden;
  margin-bottom: 30px;
}
#about .container7 .partner-content .partner-logo.right .logo-item {
  animation: moveAnimate3 var(--t) linear infinite;
  animation-delay: calc(var(--t) * -1);
}
#about .container7 .partner-content .partner-logo.right .logo-item:nth-child(2) {
  animation: moveAnimate4 var(--t) linear infinite;
  animation-delay: calc(var(--t) / -2);
}
#about .container7 .partner-content .partner-logo .logo-item {
  font-size: 0;
  white-space: nowrap;
  animation: moveAnimate1 var(--t) linear infinite;
  animation-delay: calc(var(--t) * -1);
}
#about .container7 .partner-content .partner-logo .logo-item img {
  display: inline-block;
  max-width: 184px;
  margin-right: 48px;
  box-shadow: 0px 2px 9px 0px rgba(24, 59, 126, 0.06);
}
#about .container7 .partner-content .partner-logo .logo-item:nth-child(2) {
  animation: moveAnimate2 var(--t) linear infinite;
  animation-delay: calc(var(--t) / -2);
}
@keyframes scale {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes moveAnimate1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes moveAnimate2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes moveAnimate3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes moveAnimate4 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
