.top-content {
  height: 664px;
  background: #f16136;
}

.bannerIframe {
  width: 100%;
}

.index .title {
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-family: PingFang SC, PingFang SC;
  font-size: 36px;
  color: #333333;
  line-height: 42px;
  margin: 30px auto;
}

.title.bg {
  position: relative;
  z-index: 10;
}

.title.bg::before {
  position: absolute;
  z-index: 5;
  content: "";
  bottom: 0;
  width: 361px;
  height: 19px;
  background: #e76833;
  opacity: 0.21;
}

.line {
  cursor: pointer;
  padding: 0 32px;
  height: 64px;
  border-radius: 32px;
  background: #f3f4f7;
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
}

.line.active {
  background-color: #e76833;
  color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(231, 104, 51, 0.1);
  transition: background-color 0.3s ;
}

.line + .line {
  margin-left: 40px;
}

.white .bannerIframe {
  margin: 20px 0;
}

.lightOrange {
  background: rgba(253, 240, 235, 0.5);
  padding: 60px 0 80px;
}

.lightOrange .title {
  margin: 0 0 30px;
}

.orange {
  color: #e76833;
}

.info-list {
  justify-content: space-around;
}

.info-list .cont {
  text-align: center;
}

.info-list .cont .num {
  font-weight: 800;
  font-family: PingFang SC, PingFang SC;
  font-size: 48px;
  color: #e76833;
  line-height: 56px;
  margin-bottom: 20px;
}

.info-list .cont .text {
  text-align: left;
  padding: 0 20px;
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
}

.about {
  padding: 140px 0;
}

.about-name {
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
}
.about-name-en {
  font-weight: 500;
  font-family: PingFang SC, PingFang SC;
  font-size: 17px;
  color: #999999;
  line-height: 20px;
}
.about .text {
  margin: 40px 0 50px;
  font-weight: 400;
  font-family: PingFang SC, PingFang SC;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}

.about .bg {
  padding: 16px 20px;
  background: #fef8f5;
}

.about .bg .text {
  margin: 0;
}

.about .bg .blod {
  font-weight: bold;
  margin-bottom: 6px;
}

.about img {
  width: 500px;
  height: 523px;
  margin-left: 60px;
}

.new-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.i {
  width: calc((100%) / 4 - 20px);
}

.new-list .item {
  width: calc((100%) / 4 - 20px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.new-list .item img {
  height: 160px;
  width: 100%;
  object-fit: cover;
}

.new-list .item .item-name {
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  margin: 12px 16px;
}

.new-list .item .date {
  font-weight: 500;
  font-family: PingFang SC, PingFang SC;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  padding: 0 16px 12px;
}

.lightOrange .more {
  cursor: pointer;
  margin: 0 auto;
  height: 42px;
  width: max-content;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #e76833;
  padding: 0 40px;
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 16px;
  color: #e76833;
  background: none;
}

.carouselList {
  margin: 60px 0 120px;
}
.nowrap {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.carouselList .row,
.carouselList .row2,
.carouselList .row3 {
  animation: scrollUp linear infinite; /* 动画名称、持续时间、速度曲线、无限循环 */
  display: inline-block;
  margin-top: 18px;
}

.carouselList img {
  height: 80px;
  margin-right: 20px;
}
@keyframes scrollUp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

#helpIframe,
#couselingIframe {
  margin: 30px 0 140px;
}

.HelpCareer {
  margin-top: 140px;
}