/* screen - about-us-desktop-zh */

.about-us-desktop-zh {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  min-width: 900px;
  position: relative;
}

.about-us-desktop-zh .top-banner {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  overflow-y: scroll;
  position: relative;
  width: 100%;
}

.about-us-desktop-zh .top {
  align-items: center;
  align-self: stretch;
  background-color: var(--black);
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  min-width: 900px;
  padding: 10px 60px;
  position: relative;
  width: 100%;
}

.about-us-desktop-zh .logo {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 23px;
  position: relative;
}

.about-us-desktop-zh .act-logo_syu_w-1 {
  height: 74px;
  object-fit: cover;
  position: relative;
  width: 270px;
}

.about-us-desktop-zh .frame-35 {
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

.about-us-desktop-zh .navbar {
  align-items: flex-end;
  align-self: stretch;
  background-color: var(--black);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-width: 900px;
  padding: 10px 60px;
  position: relative;
  width: 100%;
}

.about-us-desktop-zh .menu-group {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 40px;
  justify-content: flex-end;
  position: relative;
}

.about-us-desktop-zh .about-us {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  position: relative;
}

.about-us-desktop-zh .text-3 {
  line-height: 46px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.about-us-desktop-zh .facilities {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  overflow-y: scroll;
  padding: 10px;
  position: relative;
}

.about-us-desktop-zh .text-38 {
  line-height: 46px;
  white-space: nowrap;
  width: fit-content;
}

.moving-banner-wrapper {
  width: 100%;
  overflow: hidden;
}

.moving-banner {
  width: 100%;
  height: 100%;
}

.moving-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-us-desktop-zh .text-40 {
  align-self: stretch;
  line-height: normal;
  margin-top: -1.00px;
}

.about-us-desktop-zh .text-41 {
  flex: 1;
  line-height: 46px;
}

.about-us-desktop-zh .text-42 {
  flex: 1;
  height: 57.19px;
  line-height: normal;
  margin-top: -1.00px;
}

.about-us-desktop-zh .title {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 12px 0px;
  position: relative;
  width: 100%;
}

.about-us-desktop-zh .arts-tech-foundation {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.about-us-desktop-zh .content {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 0px 0px 16px;
  position: relative;
  width: 100%;
}

.about-us-desktop-zh .scroll-to-top {
  align-items: center;
  align-self: stretch;
  background-color: var(--manz);
  border-color: var(--black);
  border-top-style: solid;
  border-top-width: 1px;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 50px 0px;
  position: relative;
  width: 100%;
}

.about-us-desktop-zh .chevrons-up {
  height: 48px;
  position: relative;
  width: 48px;
}

.about-us-desktop-zh .footer-container {
  align-items: flex-end;
  align-self: stretch;
  background-color: var(--black);
  display: flex;
  flex: 0 0 auto;
  gap: 0px 120px;
  justify-content: space-between;
  overflow-y: scroll;
  padding: 83px 59px;
  position: relative;
  width: 100%;
}

.about-us-desktop-zh .text-43 {
  align-self: stretch;
  line-height: 26px;
  margin-top: -1.00px;
}

.about-us-desktop-zh .text-contact-us-container-item {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
}

.about-us-desktop-zh .text-46 {
  align-self: stretch;
  height: 60px;
  line-height: 26px;
  text-align: right;
}

.about-us-desktop-zh .frame {
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
}

.about-us-desktop-zh .text {
  letter-spacing: 0;
  position: relative;
}

.education-focus-container .content {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  padding: 0 1rem;
  line-height: 1.6; 
  font-size: 16px;
  color: black; 
}

.education-focus-container .content.open {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.education-focus-container .content * {
  position: static !important;
  display: block;
  white-space: normal;
  text-decoration: none;
  color: inherit;
}