html {
  font-size: 13.33333vw;
}
.pageTop {
  width: 100%;
  height: 1.03rem;
  padding: 0.28rem 0 0 0.46rem;
  box-sizing: border-box;
}
.pageTop .logo {
  width: 3.46rem;
  height: 0.54rem;
}
.titleWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #77559f;
  font-weight: bold;
  line-height: 1;
}
.titleWrap .title {
  font-size: 0.46rem;
  letter-spacing: 0.04rem;
}
.titleWrap .en {
  font-size: 0.26rem;
  margin-top: 0.25rem;
}
.titleWrap .border {
  width: 1.5rem;
  height: 0.055rem;
  margin-top: 0.24rem;
  background-color: #7a59a4;
}
.bannerWrap {
  position: relative;
  width: 100%;
  height: 4.62rem;
  background-image: url('../images/banner/banner_home.png');
  background-size: cover;
}
.bannerWrap .txt {
  font-size: 0.24rem;
  color: #fff;
  position: absolute;
  bottom: 0.06rem;
  left: -0.2rem;
  transform: scale(0.7);
}
.bannerWrap .txt span {
  margin-right: 0.2rem;
}
.bannerWrap .bgHome {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.51rem;
  left: 0.6rem;
  width: 3.23rem;
  height: 3.72rem;
  background-image: url('../images/bg/bg_home_border.png');
  background-size: 100% 100%;
}
.bannerWrap .bgHome .title {
  font-size: 0.4rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
  width: 2.12rem;
  line-height: 1;
  font-weight: bold;
}
.bannerWrap .bgHome .tag {
  width: 2.55rem;
  margin-top: 0.2rem;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #fff;
  font-size: 0.24rem;
  color: #fff;
  margin-bottom: 0.15rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  transform: scale(0.8);
  text-align: center;
}
.bannerWrap .bgHome .desc {
  font-size: 0.24rem;
  letter-spacing: 0.02rem;
  color: #fff;
}
.collegeInfoWrap {
  padding-top: 0.82rem;
}
.collegeInfoWrap .leftTitle {
  position: relative;
  padding-left: 0.9rem;
  margin-top: 0.4rem;
  font-size: 0.36rem;
  color: #7a59a4;
  font-weight: bold;
  line-height: 1;
}
.collegeInfoWrap .leftTitle::before {
  position: absolute;
  bottom: -0.2rem;
  left: 0.4rem;
  content: '';
  width: 7.1rem;
  height: 0.083rem;
  background-image: url('../images/bg/bg_border_left.png');
  background-size: cover;
}
.collegeInfoWrap .rightTitle {
  position: relative;
  padding-right: 0.9rem;
  font-size: 0.36rem;
  color: #7a59a4;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
.collegeInfoWrap .rightTitle::before {
  position: absolute;
  bottom: -0.2rem;
  right: 0.4rem;
  content: '';
  width: 7.1rem;
  height: 0.083rem;
  background-image: url('../images/bg/bg_border_right.png');
  background-size: cover;
}
.collegeInfoWrap .desc {
  width: 6.7rem;
  margin: 0.6rem auto;
  line-height: 0.39rem;
  text-align: justify;
  color: #333;
  font-size: 0.25rem;
}
.projectInfoWrap {
  padding: 0.7rem 0.4rem 0.5rem;
  box-sizing: border-box;
  background-color: #F6F4F9;
}
.projectInfoWrap .titlesWrap {
  width: 100%;
  margin-top: 0.5rem;
  height: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 0.34rem;
  color: #77559f;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.projectInfoWrap .titlesWrap::before {
  content: '';
  width: 100%;
  position: absolute;
  height: 0.34rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url('../images/bg/bg_project_tag.png');
  background-size: cover;
}
.projectInfoWrap .desc {
  width: 100%;
  font-size: 0.25rem;
  color: #333;
  line-height: 0.42rem;
  margin-top: 0.55rem;
  text-align: justify;
}
.blueWrap {
  width: 100%;
  height: 12.93rem;
  padding-top: 0.5rem;
  box-sizing: border-box;
  background-image: url('../images/bg/bg_blue.png');
  background-size: cover;
}
.blueWrap .blueLine {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.74rem;
  padding-left: 0.5rem;
  box-sizing: border-box;
  background-image: url('../images/bg/bg_blue_line.png');
  background-size: cover;
  font-size: 0.33rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.blueWrap .blueLine .icon {
  width: 0.52rem;
  height: 0.6rem;
  margin-left: 0.22rem;
}
.blueWrap .desc {
  padding: 0.43rem 0 0.7rem 0.5rem;
  font-size: 0.25rem;
  color: #fff;
  line-height: 0.38rem;
}
.blueWrap .desc .bold {
  font-weight: bold;
  font-size: 0.27rem;
}
.blueWrap .desc .mt20 {
  margin-top: 0.2rem;
}
.blueWrap .linesWrap {
  padding: 0.5rem 0.57rem;
}
.blueWrap .linesWrap .lines {
  width: 100%;
  display: flex;
  margin-bottom: 0.12rem;
  align-items: center;
}
.blueWrap .linesWrap .lines .iconWrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 1.21rem;
  height: 1.4rem;
  background-image: url('../images/bg/bg_tags.png');
  background-size: cover;
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;
  margin-right: 0.25rem;
}
.blueWrap .linesWrap .lines .iconWrap p:first-child {
  margin-bottom: 0.05rem;
}
.blueWrap .linesWrap .lines .cont {
  font-size: 0.25rem;
  color: #fff;
  height: 0.72rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blueWrap .linesWrap .lines:nth-child(2n) {
  justify-content: flex-end;
}
.blueWrap .linesWrap .lines:nth-child(2n) .iconWrap {
  margin-left: 0.25rem;
  margin-right: 0;
}
.blueWrap .linesWrap .lines:nth-child(2n) .cont {
  text-align: right;
}
.projectAdvantageWrap {
  padding-top: 1.3rem;
  position: relative;
}
.projectAdvantageWrap .bg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 7.28rem;
  background-image: url('../images/bg/bg_dot.png');
  background-size: 100% 100%;
}
.projectAdvantageWrap .labelWrap {
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
  margin-top: 0.6rem;
  font-size: 0.34rem;
  color: #77559f;
  text-align: center;
  font-weight: bold;
}
.projectAdvantageWrap .lineTag {
  padding-left: 0.53rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.projectAdvantageWrap .lineTag .icon {
  width: 1.07rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.projectAdvantageWrap .lineTag .tag {
  width: 100%;
  height: 0.7rem;
  padding-top: 0.21rem;
  padding-left: 0.22rem;
  color: #fff;
  font-size: 0.33rem;
  font-weight: bold;
  box-sizing: border-box;
  letter-spacing: 0.03rem;
  line-height: 1;
  background-image: url('../images/bg/bg_tag_line.png');
  background-size: cover;
}
.projectAdvantageWrap .teacherWrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 7.03rem;
  margin-top: 0.15rem;
  padding-left: 0.8125rem;
  box-sizing: border-box;
}
.projectAdvantageWrap .teacherWrap .avatar {
  width: 1.82rem;
  height: 2.27rem;
  margin-right: 0.29rem;
}
.projectAdvantageWrap .teacherWrap .avatar img {
  width: 100%;
}
.projectAdvantageWrap .teacherWrap .cont {
  font-size: 0.25rem;
  color: #333;
  line-height: 0.39rem;
}
.projectAdvantageWrap .teacherWrap .cont .name {
  font-size: 0.32rem;
}
.projectAdvantageWrap .teacherWrap::before {
  position: absolute;
  left: 0;
  bottom: -0.34rem;
  content: '';
  width: 100%;
  height: 0.18rem;
  background-image: url('../images/icon/icon_border.png');
  background-size: 100% 100%;
}
.projectAdvantageWrap .teacherListWrap {
  margin-top: 0.74rem;
  padding-left: 0.72rem;
}
.projectAdvantageWrap .teacherListWrap .teacherList {
  font-size: 0.25rem;
  color: #333;
  line-height: 0.42rem;
  margin-bottom: 0.4rem;
}
.projectAdvantageWrap .teacherListWrap .teacherList .name {
  font-size: 0.32rem;
}
.teacherInfoWrap {
  width: 100%;
}
.teacherInfoWrap .teacherTop {
  width: 100%;
  height: 9.3rem;
  padding: 0.5rem 0 0 0.52rem;
  box-sizing: border-box;
  background-image: url('../images/bg/bg_jbs.png');
  background-size: cover;
}
.teacherInfoWrap .teacherTop .lines {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.teacherInfoWrap .teacherTop .lines .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.28rem;
  color: #3c4499;
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
  margin-right: 0.35rem;
}
.teacherInfoWrap .teacherTop .lines .left .icon {
  width: 1.18rem;
  height: 1.18rem;
  margin-bottom: 0.2rem;
}
.teacherInfoWrap .teacherTop .lines .cont {
  font-size: 0.25rem;
  color: #333;
  line-height: 0.42rem;
}
.teacherInfoWrap .teacherTop .lines .bold {
  font-weight: bold;
}
.teacherInfoWrap .teacherMiddle {
  padding-left: 0.52rem;
  margin-top: -0.5rem;
}
.teacherInfoWrap .teacherMiddle .moduleWrap {
  padding: 0 0.7rem 0 0.18rem;
}
.teacherInfoWrap .teacherMiddle .moduleWrap .moduleList {
  width: 100%;
  margin-top: 0.4rem;
}
.teacherInfoWrap .teacherMiddle .moduleWrap .moduleList .tagWrap {
  position: relative;
  width: 3rem;
}
.teacherInfoWrap .teacherMiddle .moduleWrap .moduleList .tagWrap img {
  width: 3rem;
}
.teacherInfoWrap .teacherMiddle .moduleWrap .moduleList .tagWrap .txt {
  font-size: 0.3rem;
  position: absolute;
  bottom: 0.16rem;
  left: 0.06rem;
  color: #3b4399;
}
.teacherInfoWrap .teacherMiddle .moduleWrap .moduleList .text {
  font-size: 0.25rem;
  color: #333;
  margin-top: 0.1rem;
}
.teacherInfoWrap .teacherMiddle .moduleWrap .moduleList:nth-child(2n) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.teacherInfoWrap .teacherMiddle .moduleWrap .moduleList:nth-child(2n) .tagWrap .txt {
  text-align: right;
  width: 3rem;
  padding-right: 0.06rem;
  box-sizing: border-box;
}
.teacherInfoWrap .teacherBottom {
  width: 100%;
  height: 10.27rem;
  margin-top: 0.55rem;
  padding: 0.5rem 0 0 0.52rem;
  box-sizing: border-box;
  background-image: url('../images/bg/bg_jbs.png');
  background-size: cover;
}
.teacherInfoWrap .teacherBottom .infoWrap {
  padding-right: 0.52rem;
  display: flex;
  flex-wrap: wrap;
}
.teacherInfoWrap .teacherBottom .infoWrap .infoList {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.3rem;
}
.teacherInfoWrap .teacherBottom .infoWrap .infoList .icon {
  width: 1.12rem;
  height: 1.3rem;
}
.teacherInfoWrap .teacherBottom .infoWrap .infoList .tag {
  margin: 0.18rem 0 0.2rem;
  font-size: 0.28rem;
  color: #3c4499;
  font-weight: bold;
}
.teacherInfoWrap .teacherBottom .infoWrap .infoList .txt {
  font-size: 0.25rem;
  color: #333;
  line-height: 0.33rem;
  white-space: nowrap;
}
.teacherInfoWrap .lineTag {
  display: flex;
  align-items: center;
}
.teacherInfoWrap .lineTag .icon {
  width: 1.07rem;
  height: 1.25rem;
  flex-shrink: 0;
}
.teacherInfoWrap .lineTag .tag {
  width: 100%;
  height: 0.7rem;
  padding-top: 0.21rem;
  padding-left: 0.22rem;
  color: #fff;
  font-size: 0.33rem;
  font-weight: bold;
  letter-spacing: 0.03rem;
  box-sizing: border-box;
  line-height: 1;
  background-image: url('../images/bg/bg_tag_line.png');
  background-size: cover;
}
.teacherInfoWrap .lineTag .tag2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 0.92rem;
  padding: 0.09rem 0.2rem;
  color: #fff;
  letter-spacing: 0.03rem;
  font-size: 0.33rem;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
  background-image: url('../images/bg/bg_tag_line.png');
  background-size: cover;
}
.facultyWrap {
  width: 7.2778rem;
  height: 28.34rem;
  margin: 0 auto 0;
  padding-top: 0.48rem;
  box-sizing: border-box;
  background-image: url('../images/bg/bg_nysz.png');
  background-size: 100% 100%;
}
.facultyWrap .titleWrap {
  color: #fff;
}
.facultyWrap .titleWrap .border {
  background-color: #fff;
}
.facultyWrap .tags {
  text-align: center;
  font-size: 0.28rem;
  line-height: 1;
  margin-top: 0.32rem;
  font-weight: bold;
  padding-top: 0.1rem;
  color: #fff;
  width: 100%;
  height: 0.48rem;
  background-image: url('../images/bg/bg_border3.png');
  background-size: 100% 100%;
}
.facultyWrap .textWrap {
  margin: 0.4rem auto 0;
  width: 6.12rem;
  font-size: 0.25rem;
  line-height: 0.36rem;
  color: #fff;
}
.facultyWrap .textWrap .text {
  margin-bottom: 0.3rem;
  white-space: nowrap;
}
.facultyWrap .textWrap .text .name {
  line-height: 1;
  margin-bottom: 0.06rem;
  font-size: 0.32rem;
}
.facultyWrap .textWrap .text:last-child {
  margin-bottom: 0;
}
.courseWrap {
  width: 7.2778rem;
  height: 12.2rem;
  margin: 0.88rem auto 0.9rem;
  padding-top: 0.6rem;
  box-sizing: border-box;
  background-image: url('../images/bg/bg_kctx.png');
  background-size: 100% 100%;
}
.courseWrap .titleWrap {
  color: #fff;
}
.courseWrap .titleWrap .border {
  background-color: #fff;
}
.courseWrap .titles {
  font-size: 0.34rem;
  color: #fff;
  font-weight: bold;
  margin-top: 1.1rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.courseWrap .moduleWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.9rem;
  padding-left: 0.4rem;
}
.courseWrap .moduleWrap .list {
  display: flex;
  width: 50%;
  margin-bottom: 0.28rem;
}
.courseWrap .moduleWrap .list .leftIcon {
  width: 0.41rem;
  height: 0.47rem;
  margin-right: 0.12rem;
  flex-shrink: 0;
}
.courseWrap .moduleWrap .list .leftIcon img {
  width: 0.41rem;
}
.courseWrap .moduleWrap .list .cont {
  width: 100%;
}
.courseWrap .moduleWrap .list .cont .top {
  display: flex;
  align-items: center;
  font-size: 0.25rem;
  color: #fff;
  line-height: 1;
  padding-top: 0.09rem;
  letter-spacing: 0.1em;
}
.courseWrap .moduleWrap .list .cont .top .icon {
  width: 0.2rem;
  margin: 0 0.09rem 0 0.14rem;
}
.courseWrap .moduleWrap .list .cont .tag {
  letter-spacing: 0.1em;
  font-size: 0.29rem;
  color: #fff;
  font-weight: bold;
  margin-top: 0.18rem;
}
.courseWrap .moduleWrap .list:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.courseWrap .tips {
  padding-right: 0.17rem;
  text-align: right;
  font-size: 0.22rem;
  color: #fff;
  width: 6.9rem;
  margin: 0.6rem auto 0;
  padding-top: 0.2rem;
  border-top: 1px solid #2F5BA9;
}
.pageInfoWrap {
  width: 100%;
}
.pageInfoWrap .lineTag,
.pageInfoWrap .lineTag2 {
  width: 100%;
  padding-left: 0.72rem;
  box-sizing: border-box;
  font-size: 0.44rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.03rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  line-height: 1;
  background-image: url('../images/bg/bg_tag_line2.png');
  background-size: 100% 100%;
}
.pageInfoWrap .lineTag2 {
  flex-direction: column;
  align-items: flex-start;
  height: 1.2rem;
  padding: 0.1rem 0 0.1rem 0.72rem;
  justify-content: space-between;
}
.pageInfoWrap .content {
  padding: 0.32rem 0.5rem 0.65rem;
}
.pageInfoWrap .content .list {
  display: flex;
  margin-bottom: 0.3rem;
}
.pageInfoWrap .content .list .icon {
  margin-right: 0.16rem;
  flex-shrink: 0;
  padding-top: 0.03rem;
}
.pageInfoWrap .content .list .icon img {
  width: 0.22rem;
}
.pageInfoWrap .content .list .cont {
  font-size: 0.28rem;
  color: #333;
  line-height: 0.38rem;
}
.pageInfoWrap .content .list .ft18 {
  font-size: 0.18rem;
  color: #999;
  line-height: 0.32rem;
}
.pageInfoWrap .content .alc {
  align-items: center;
}
.pageInfoWrap .content .mt30 {
  margin-top: 0.3rem;
}
.pageInfoWrap .content .mt16 {
  margin-top: 0.16rem;
}
.pageInfoWrap .content .list:last-child {
  margin-bottom: 0;
}
.footer {
  width: 100%;
  padding: 0.5rem 0.32rem;
  box-sizing: border-box;
  background-color: #77559f;
}
.footer .footerTop {
  display: flex;
  justify-content: space-between;
}
.footer .footerTop .cont {
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.38rem;
  white-space: nowrap;
}
.footer .footerTop .cont .bold {
  font-weight: bold;
  font-size: 0.28rem;
}
.footer .footerTop .qrcodeWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footerTop .qrcodeWrap .qrcode {
  width: 1.63rem;
  height: 1.63rem;
}
.footer .footerTop .qrcodeWrap .txt {
  font-size: 0.22rem;
  color: #fff;
  margin-top: 0.2rem;
}
.footer .tips {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.6rem;
  font-style: italic;
}
