@charset "UTF-8";
/*首页*/
.tf-home {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  background: url("../img/tf_home_bg.jpg") center no-repeat;
  background-size: cover;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

.tf-home h1 {
  margin: 2.25rem 0 0.7rem;
  height: 2.5rem;
  background: url("../img/tf_home_tit.png") center no-repeat;
  background-size: 9.95rem;
  color: transparent;
}

.tf-home p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.05rem;
  color: #666;
  text-align: center;
}

.tf-home p em {
  font-style: normal;
  color: #98060e;
}

.tf-home .navbar {
  padding: 0.65rem 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tf-home .navbar .nav-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.tf-home .navbar .nav-link .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: url("../img/tf_icon.png") no-repeat;
  background-size: 10rem 2.5rem;
}

.tf-home .navbar .nav-link .txt {
  font-size: 0.7rem;
  line-height: 1.35rem;
  color: #222;
}

.tf-home .navbar .nav-link:nth-child(1) .icon {
  background-position: 0rem 0;
}

.tf-home .navbar .nav-link:nth-child(2) .icon {
  background-position: -2.5rem 0;
}

.tf-home .navbar .nav-link:nth-child(3) .icon {
  background-position: -5rem 0;
}

.tf-home .navbar .nav-link:nth-child(4) .icon {
  background-position: -7.5rem 0;
}

/*师资介绍*/
.teacher-intro {
  padding: 13px;
}

.teacher-intro h3 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.75rem;
  color: #222;
}

.teacher-intro h4 {
  font-size: 0.85rem;
  font-weight: normal;
  line-height: 2rem;
  color: #d93732;
}

.teacher-intro .intro {
  margin-top: 0.6rem;
  padding: 0.85rem 0;
  font-size: 0.65rem;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  background-color: #505787;
}

.teachers {
  margin: 0 8px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.teachers .list {
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.teachers .list .list-info {
  position: relative;
  display: block;
  width: 5.5rem;
}

.teachers .list .list-info .teacher-img {
  display: block;
  width: 100%;
  height: 8rem;
  border-radius: 2px;
}

.teachers .list .list-info .content {
  position: absolute;
  left: 0;
  bottom: 0.9rem;
  padding: 4px 0 0 4px;
  width: 5.1rem;
  height: 2.8rem;
  background-color: rgba(19, 23, 50, 0.7);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.teachers .list .list-info h5 {
  font-size: 0.65rem;
  font-weight: normal;
  line-height: 1rem;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.teachers .list .list-info p {
  font-size: 0.55rem;
  line-height: 0.7rem;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*录取案例*/
.student-intro {
  padding-top: 0.9rem;
}

.student-intro h3 {
  font-size: 0.8rem;
  font-weight: normal;
  color: #d93732;
  text-align: center;
}

.student-intro h3 em {
  font-style: normal;
  font-size: 1.25rem;
}

.student-intro h4 {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1rem;
  color: #222;
  text-align: center;
}

.student-intro .intro {
  margin: 0.6rem 15px 0;
  padding: 0.85rem 0;
  font-size: 0.65rem;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  background-color: #d93732;
}

.students {
  margin: 0 15px;
  padding: 10px 0;
}

.students .list {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  background-color: #d93732;
}

.students .list .teacher-img {
  width: 5.25rem;
  height: 100%;
  overflow: hidden;
}

.students .list .teacher-img img {
  display: block;
  width: 100%;
}

.students .list .content {
  padding: 0.5rem 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}

.students .list .content h5 {
  font-size: 0.65rem;
}

.students .list .content .center {
  height: 1.7rem;
}

.students .list .content .school {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.55rem;
  line-height: 0.85rem;
}

.students .list .content .grade {
  font-size: 0.55rem;
}

/*课程体系*/
.tfjh-intro h3 {
  padding: 15px 0 0 15px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.75rem;
  color: #222;
}

.tfjh-intro h4 {
  padding-left: 15px;
  font-size: 0.85rem;
  font-weight: normal;
  line-height: 2rem;
  color: #d93732;
}

.tfjh-intro .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7.75rem;
  background-color: #eee;
}

.tfjh-intro .intro .text {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.tfjh-intro .intro .text h5 {
  margin-bottom: 0.25rem;
  font-size: 0.65rem;
  font-weight: normal;
  color: #d93732;
}

.tfjh-intro .intro .text p {
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #666;
  text-align: justify;
}

.tfjh-intro .intro .img {
  width: 8.7rem;
}

.tfjh-intro .intro .img img {
  display: block;
  width: 100%;
}

.common-title {
  margin-bottom: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.55rem;
  font-size: 0.9rem;
  color: #fff;
  background-color: #d93732;
}

.courses {
  padding: 0 15px;
  margin-top: 1.5rem;
}

.courses .course-list {
  margin-bottom: 1.25rem;
}

.courses .course-list h4 {
  margin-bottom: 0.35rem;
  font-size: 0.65rem;
  font-weight: normal;
  line-height: 0.9rem;
  color: #131733;
  text-align: justify;
}

.courses .course-list h4 em {
  font-style: normal;
  color: #df1837;
}

.courses .course-list p {
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #666;
  text-indent: 1em;
  text-align: justify;
}

.courses .course-list .table {
  margin-top: 0.5rem;
}

.courses .course-list .table li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.55rem;
  color: #333;
}

.courses .course-list .table li span {
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-right: 1px solid #fff;
}

.courses .course-list .table li span:nth-child(1) {
  width: 3.75rem;
}

.courses .course-list .table li span:nth-child(2) {
  width: 2.75rem;
}

.courses .course-list .table li span:nth-child(3) {
  width: 4rem;
}

.courses .course-list .table li span:nth-child(4) {
  width: 3.6rem;
}

.courses .course-list .table li span:nth-child(5) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: none;
}

.courses .course-list .table li:first-child {
  color: #fff;
  background-color: #141833;
}

.courses .course-list .table li:last-child {
  background-color: #e7e7ea;
}

.achievement {
  padding: 0 15px;
  margin-top: 1rem;
}

.achievement .img {
  margin-top: 0.75rem;
  width: 17.15rem;
  height: 17.15rem;
  background: url("../img/tf_achievement.jpg") no-repeat;
  background-size: 100%;
}

.specification {
  padding: 0 15px 1px;
  margin-top: 1rem;
}

.specification .list {
  margin-bottom: 0.75rem;
}

.specification .list h4 {
  font-size: 0.65rem;
  font-weight: normal;
  line-height: 1rem;
  color: #131733;
  text-align: justify;
}

.specification .list h4 em {
  font-style: normal;
  color: #df1837;
}

.specification .list p {
  font-size: 0.6rem;
  line-height: 1rem;
  color: #666;
}

.specification .list:nth-last-child(2) {
  margin-bottom: 0.25rem;
}
