@charset "UTF-8";
.college-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 18.75rem;
  padding: 0 var(--p40);
  background-image: url("../img/banner_aboutus.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.college-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #071218 100%);
  opacity: 0.3;
  z-index: 1;
}
.college-head .college-title {
  text-align: center;
  z-index: 2;
  font-family: RobotoSlab-Bold;
  font-weight: 600;
  font-size: 3rem;
  line-height: 4.69rem;
  color: #FFFFFF;
}
.college-head .college-title .tips {
  margin-top: 10px;
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: normal;
}

.intro {
  text-align: center;
  padding: var(--p60) var(--lr40) 0;
  font-family: RobotoSlab-Medium;
  font-weight: 400;
  font-size: 1.096rem;
  color: #000000;
  line-height: 2.69rem;
}

.location-btn {
  text-align: center;
  padding: 0 var(--lr40);
  margin-top: 2.25rem;
}
.location-btn .to-location {
  width: 28%;
  min-width: 345px;
  height: var(--p60);
  background: #1390CF;
  border-radius: 30px;
  border: none;
  font-family: Roboto-Regular;
  font-size: 1rem;
  color: #FFFFFF;
}
.location-btn .to-location:hover {
  color: rgba(255, 255, 255, 0.4);
}

.line-center {
  padding: var(--p60) var(--lr40);
}

.admissions-box {
  padding: 0 var(--lr40);
  display: flex;
  justify-content: center;
  align-items: center;
}
.admissions-box.mt60 {
  margin-top: var(--p60);
}
.admissions-box .admissions-img-mobie {
  display: none;
  width: 100%;
}
.admissions-box .admissions-img, .admissions-box .admissions-img-1 {
  width: 45%;
}
.admissions-box .admissions-right {
  margin-left: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.admissions-box .admissions-right.left {
  margin-left: 0;
  margin-right: 6%;
}
.admissions-box .admissions-right .right-title {
  line-height: 3.12rem;
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 2rem;
  color: #000000;
}
.admissions-box .admissions-right .title-1 {
  margin-top: 10px;
  font-family: Roboto-Regular;
  font-size: 1.2rem;
  line-height: 1.87rem;
  color: #000000;
}

.tutor-bootm {
  padding: 0 var(--lr40);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tutor-bootm .tutor-item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tutor-bootm .tutor-item .tutor-img {
  width: 10rem;
}
.tutor-bootm .tutor-item .txt-center {
  width: 90%;
  line-height: 3.12rem;
  font-family: RobotoSlab-Medium;
  font-weight: normal;
  font-size: 1.896rem;
  color: #000000;
}
.tutor-bootm .tutor-item .txt-center.width-80 {
  width: 80%;
}
.tutor-bootm .tutor-item .txt-bottom {
  margin-top: 1rem;
  font-family: Roboto-Regular;
  font-size: 1.2rem;
  color: #000000;
}

.core-title {
  text-align: center;
  font-family: Roboto-Black;
  font-weight: bold;
  font-size: 2.2rem;
  color: #000000;
}

.our-core {
  margin-top: 2.8rem;
  padding: var(--p80) 13%;
  background-image: url("../img/bg_blue.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.our-core .core-item + .core-item {
  margin-top: var(--p60);
}
.our-core .core-item .item-title {
  font-family: Roboto-Bold;
  font-size: 2rem;
  color: #FFFFFF;
}
.our-core .core-item .item-txt {
  margin-top: 10px;
  font-family: Roboto-Regular;
  font-size: 1.2rem;
  color: #FFFFFF;
}

.our-counselors {
  padding: var(--p60) var(--lr40) 0;
}
.our-counselors .counselors-title {
  text-align: center;
  font-family: Roboto-Black;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 3.75rem;
  color: #000000;
}
.our-counselors .counselors-box {
  display: flex;
  justify-content: space-between;
}
.our-counselors .counselors-box.mobie {
  display: none;
}
.our-counselors .counselors-item {
  margin-top: 2.5rem;
  padding-bottom: var(--p40);
  flex: 1;
  margin-left: 2.5rem;
  border-radius: 2px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
}
.our-counselors .counselors-item:first-child {
  margin-left: 0;
}
.our-counselors .counselors-item .item-name {
  text-align: center;
  font-family: Roboto-Medium;
  font-weight: 900;
  font-size: 1.2rem;
  color: #000000;
  margin-top: 1.87rem;
}
.our-counselors .counselors-item .item-tip {
  text-align: center;
  margin-top: 0.43rem;
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.our-counselors .more-btn {
  margin-top: var(--p60);
  text-align: center;
}
.our-counselors .more-btn .read-more {
  width: 28%;
  height: var(--p60);
  font-family: Roboto-Regular;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  border-radius: 30px;
  border: 1px solid #000000;
}
.our-counselors .more-btn .read-more:hover {
  color: var(--mainColor);
  border-color: var(--mainColor);
  background: none;
}
.our-counselors .more-btn .read-more:active {
  background: none;
}

.our-secret {
  padding: 0 var(--lr40) var(--p60);
}
.our-secret .secret-title {
  text-align: center;
  font-family: Roboto-Black;
  font-weight: 900;
  font-size: 2.2rem;
  color: #000000;
}
.our-secret .secret-box {
  margin-top: var(--p40);
  display: flex;
  align-items: center;
}
.our-secret .secret-box + .secret-box {
  border-top: 1px solid #b9b9b9;
  padding-top: var(--p40);
}
.our-secret .secret-box .secret-img {
  width: 45%;
}
.our-secret .secret-box .secret-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: var(--p40);
  color: #000000;
}
.our-secret .secret-box .secret-right .title-1 {
  line-height: 2.43rem;
  font-family: RobotoSlab-Medium;
  font-weight: 500;
  font-size: 1.496rem;
  color: #000000;
}
.our-secret .secret-box .secret-right .title-2 {
  font-family: Roboto-Medium;
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 0.896rem;
}
.our-secret .secret-box .secret-right .title-3 {
  margin-top: 10px;
  font-family: Roboto-Regular;
  font-size: 1rem;
  line-height: 1.62rem;
  color: #000000;
}

.join-team {
  background: #eff7fc;
  padding: 4.25rem var(--lr40);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.join-team .join-title {
  font-family: Roboto-Black;
  font-size: 2.2rem;
  color: #000000;
  line-height: 3.31rem;
}
.join-team .join-tip {
  width: 60%;
  margin-top: 10px;
  font-family: Roboto-Regular;
  font-size: 0.896rem;
  white-space: normal; /* 默认值，允许正常换行 */
  word-break: keep-all; /* 尝试避免在单词内部换行 */
  overflow-wrap: anywhere; /* 允许在非空格处换行，作为备选方案 */
  color: #000000;
}
.join-team .btn-box {
  margin-top: var(--p60);
  width: 30%;
  min-width: 345px;
}
.join-team .btn-box .join-btn {
  width: 100%;
  height: var(--p60);
  background: #1390CF;
  border-radius: 30px;
  font-family: Roboto-Regular;
  font-size: 1rem;
  color: #FFFFFF;
  border: none;
}
.join-team .btn-box .join-btn:hover {
  background: #2B9BD3;
}

@media (max-width: 500px) {
  .our-counselors .counselors-box.pc {
    display: none;
  }
  .our-counselors .counselors-box.mobie {
    display: flex;
  }
  .our-counselors .counselors-box .counselors-item + .counselors-item {
    margin-left: 1rem;
  }
  .location-btn .to-location {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 800px) {
  .college-head {
    flex-direction: column;
  }
  .college-head .contact-us {
    width: 100%;
  }
  .admissions-box {
    flex-direction: column;
  }
  .admissions-box .admissions-img-mobie {
    display: block;
  }
  .admissions-box .admissions-img-1 {
    display: none;
  }
  .admissions-box .admissions-img {
    width: 100%;
  }
  .admissions-box .admissions-right {
    margin-left: 0;
  }
  .admissions-box .admissions-right .right-title {
    margin-top: var(--p40);
  }
  .our-counselors .more-btn .read-more {
    width: 80%;
  }
  .our-secret .secret-box {
    flex-direction: column;
  }
  .our-secret .secret-box .secret-img {
    width: 100%;
  }
  .our-secret .secret-box .secret-right {
    margin-left: 0;
    margin-top: var(--p40);
  }
  .join-team .join-tip {
    width: 100%;
  }
  .join-team .btn-box {
    width: 80%;
  }
  .our-core {
    padding: var(--p80) 5%;
  }
}
@media (max-width: 820px) {
  .tutor-bootm {
    flex-direction: column;
  }
  .tutor-bootm .tutor-item {
    width: 100%;
  }
  .tutor-bootm .tutor-item + .tutor-item {
    margin-top: var(--p40);
  }
  .tutor-bootm .tutor-item .txt-center {
    width: 100% !important;
    line-height: 2.75rem;
  }
}/*# sourceMappingURL=companyOverview.css.map */