.title-wrap {
  font-size: 0.2rem;
}
body {
  font-size: 0.18rem;
}
nav .cont {
  position: relative;
}
nav .cont .logo {
  width: 260px;
}
nav .cont .logo img {
  width: 100%;
}
nav .cont ul {
  justify-content: flex-end;
}
nav .cont ul li {
  overflow: hidden;
  padding: 0 0.6rem;
}
nav .cont ul li.active,
nav .cont ul li:hover {
  color: #fff;
  background-color: var(--color-second);
}
.banner {
  position: relative;
}
.banner > img {
  width: 100%;
}
.banner .cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .cont img {
  position: absolute;
  left: 13vw;
}
.banner .cont .logo {
  width: 24vw;
  top: 4vw;
}
.banner .cont .title {
  width: 38vw;
  top: 23vw;
}
.wrap {
  padding: 0.9rem 0;
}
.cont {
  max-width: 1400px;
}
.title-wrap {
  font-size: 0.54rem;
  color: #333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.3rem;
  position: relative;
}
.title-wrap span {
  position: relative;
  z-index: 1;
}
.title-wrap::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 0.4rem;
  background-image: url(../images/title-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  bottom: 0;
}
.text-title {
  color: var(--color-primary);
  font-size: 0.36rem;
  border-left: 0.06rem solid var(--color-primary);
  padding-left: 0.14rem;
  line-height: 1;
  font-weight: bold;
}
.text-title.light {
  color: #fff;
  border-left-color: #fff;
}
#part1 {
  background-color: #ededed;
  background-image: url(../images/bg-icon1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#part1 .cont {
  background-image: url(../images/img-introduce.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  padding-bottom: 0.3rem;
}
#part1 .text {
  width: 6.5rem;
  font-size: 0.18rem;
}
.point-list {
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  width: 11.1rem;
  padding: 0.6rem;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.point-list > li {
  list-style: none;
}
.point-list > li h3 {
  line-height: 1;
  color: var(--color-primary);
  font-weight: normal;
  font-size: 0.18rem;
}
.point-list > li h3 .num {
  font-size: 0.48rem;
  font-weight: bold;
}
.point-list .point-info-list {
  padding-left: 0.15rem;
  position: relative;
}
.point-list .point-info-list::before,
.point-list .point-info-list::after {
  content: '';
  display: block;
  position: absolute;
}
.point-list .point-info-list::before {
  width: 0.07rem;
  height: 0.07rem;
  background-color: var(--color-primary);
  border-radius: 50%;
  left: 0;
  top: 0.5em;
}
.point-list .point-info-list::after {
  left: 0.03rem;
  top: 0.5em;
  width: 1px;
  height: 1.4rem;
  background-image: linear-gradient(to bottom, var(--color-primary) 0%, transparent 100%);
}
.point-list .point-info-list li {
  list-style: none;
  font-size: 0.16rem;
}
.teacher-wrap {
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 3.9rem;
}
.teacher-wrap .card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.teacher-wrap .card-list .card {
  background-image: linear-gradient(-30deg, #ffffff 0%, #ccddd1 100%);
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teacher-wrap .card-list .card .number {
  font-size: 0.5rem;
  border-radius: 50%;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  width: 1.3rem;
  height: 1.3rem;
  text-align: center;
  line-height: 1.3rem;
}
.teacher-wrap .card-list .card .number small {
  font-size: 0.14rem;
  vertical-align: baseline;
}
.teacher-wrap .card-list .card h3 {
  font-size: 0.24rem;
  color: var(--color-primary);
  margin-bottom: 0;
}
.teacher-wrap .card-list .card ul li {
  list-style: none;
  text-align: center;
}
.school-photo {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: flex-start;
}
.school-photo > div {
  flex: 1;
  position: relative;
}
.school-photo > div img {
  display: block;
  width: 100%;
}
.school-photo > div h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.36rem;
  color: #fff;
  margin: 0;
  bottom: 0.5rem;
}
.degree .degree-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.7rem;
}
.degree .degree-content .s-title {
  color: #fff;
  background-image: linear-gradient(to right, var(--color-second) 0%, transparent 100%);
  font-weight: bold;
  padding-left: 0.1rem;
}
.degree .degree-content p {
  line-height: 1.5;
}
.degree .img {
  position: relative;
}
.degree .img::before,
.degree .img::after {
  content: '';
  display: block;
  position: absolute;
  width: 0.6rem;
  height: 0.2rem;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.degree .img::before {
  background-image: url(../images/arrow-right.png);
  left: -1rem;
}
.degree .img::after {
  background-image: url(../images/arrow-left.png);
  right: -1rem;
}
.degree .text {
  padding-top: 0.15rem;
  max-width: 2.8rem;
}
.project {
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.project-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  position: relative;
  margin-top: 1rem;
}
.project-list::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translateY(-0.2rem);
  margin: auto;
}
.project-list .project-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.project-list .project-item:not(:last-child) {
  position: relative;
}
.project-list .project-item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 0%, #fff 50%, transparent 100%);
  position: absolute;
  right: -0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-list .project-item:nth-child(even) {
  flex-direction: column-reverse;
}
.project-list .project-item h4,
.project-list .project-item p {
  color: #fff;
  margin: 0;
}
.project-list .project-item .s-title h4 {
  font-size: 0.22rem;
  margin: 0;
  line-height: 1;
  margin-top: -0.5em;
  margin-bottom: 0.3rem;
}
.project-list .project-item p {
  line-height: 1.5;
}
#part2 {
  background-color: #f0f4f1;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
#part2 .title-wrap::after {
  left: 25%;
}
#part2 .attention {
  font-size: 0.24rem;
}
#part2 .cont {
  position: relative;
}
#part2 .swiper-outer {
  width: 1200px;
  margin: 0 auto;
}
#part2 .swiper-outer .img-swiper {
  margin-bottom: 0.5rem;
}
#part2 .swiper-button-next::after,
#part2 .swiper-button-prev::after {
  display: none;
}
#part2 .swiper-change-text-pagination {
  display: flex;
  flex-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0.2);
}
#part2 .swiper-change-text-pagination .swiper-change-text-pagination-item {
  flex: 1;
  font-size: 0.22rem;
  color: #fff;
  padding: 0.25rem 0;
  text-align: center;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
}
#part2 .swiper-change-text-pagination .swiper-change-text-pagination-item.on {
  background-image: linear-gradient(0deg, #f5cabf 0%, #cf654a 100%);
}
#part2 .swiper-change-text-pagination .swiper-change-text-pagination-item.on + .swiper-change-text-pagination-item::after {
  display: none;
}
#part2 .swiper-change-text-pagination .swiper-change-text-pagination-item.on::after {
  display: none;
}
#part2 .swiper-change-text-pagination .swiper-change-text-pagination-item.on::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 0.2rem solid var(--color-second);
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.15rem;
  margin: auto;
}
#part2 .swiper-change-text-pagination .swiper-change-text-pagination-item::after {
  content: '';
  width: 1px;
  height: 0.7rem;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#part2 .swiper-change-text-pagination .swiper-change-text-pagination-item:first-child::after {
  display: none;
}
#part2 .attention2 {
  color: #f0f4f1;
  font-size: 0.18rem;
  margin: 0;
}
#part2 .attention2-wrap {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.3rem;
  margin-top: 0.3rem;
}
#part2 .attention2-wrap > div {
  display: none;
}
.practice-wrap {
  background-image: url(../images/bg4.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.practice-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 0.85rem;
  padding-top: 0.8rem;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin-bottom: 0.4rem;
}
.practice-content .practice-item:nth-child(2) {
  margin-top: 0.45rem;
}
.practice-content .practice-item .t {
  width: 1.96rem;
  height: 1.96rem;
  border-radius: 50%;
  background-color: rgba(0, 76, 24, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.practice-content .practice-item .t span {
  font-size: 0.36rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.28rem;
  height: 1.28rem;
  background-image: linear-gradient(120deg, #66ac7c 0%, #004c18 100%);
  border-radius: 50%;
  line-height: 1.2;
}
.practice-content .practice-item .detail {
  padding-left: 0.6rem;
  position: relative;
}
.practice-content .practice-item .detail::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.3rem;
  background-image: linear-gradient(to bottom, var(--color-primary) 0%, transparent 100%);
  position: absolute;
  left: 0.45rem;
  top: 0.15rem;
}
.practice-content .practice-item .detail .detail-item {
  font-size: 0.18rem;
  max-width: 2.1rem;
  position: relative;
}
.practice-content .practice-item .detail .detail-item::before {
  content: '';
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background-image: linear-gradient(120deg, #66ac7c 0%, #004c18 100%);
  border-radius: 50%;
  position: absolute;
  left: -0.2rem;
  top: 0.12rem;
}
.practice-note {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0 1rem;
}
.practice-note .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  text-align: center;
}
.practice-note p {
  font-size: 0.18rem;
  flex: 1;
}
.courses {
  background-image: url(../images/bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.courses .course-wrap {
  margin-top: 1rem;
  color: #fefefe;
}
.courses .course-table {
  width: 100%;
  text-align: center;
}
.courses .course-table p {
  line-height: 1.5;
}
.courses .course-table .course-row {
  display: flex;
  justify-content: space-between;
}
.courses .course-table .course-row .course-cell {
  flex: 1;
}
.courses .course-table .course-row .course-cell:nth-child(2) {
  padding-left: 100px;
}
.courses .course-table .course-header {
  margin-bottom: 50px;
}
.courses .course-table .course-header .course-cell:nth-last-child(1) .t-header-block,
.courses .course-table .course-header .course-cell:nth-last-child(2) .t-header-block {
  margin-right: 0;
}
.courses .course-table .course-header .t-header-block {
  width: 200px;
  text-align: center;
  margin: 0 auto;
  line-height: 60px;
  font-size: 24px;
  background-image: linear-gradient(0deg, #ffffff 0%, #e7b2a5 62%, #cf654a 100%), linear-gradient(#282828, #282828);
}
.courses .course-table .course-header .t-header-block.primary {
  background-image: linear-gradient(0deg, #ffffff 0%, #8bb799 62%, #166f32 100%);
}
.courses .course-table .course-body {
  position: relative;
}
.courses .course-table .course-body .course-row {
  margin-top: 30px;
}
.courses .course-table .course-body .course-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.courses .course-table .course-body .course-cell:not(:first-child):not(:last-child) {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.courses .course-table .course-body .course-cell:nth-child(4) {
  border-right: 1px dashed #fff;
  border-radius: 0 8px 8px 0;
}
.courses .course-table .course-body .course-cell.pl p {
  padding-left: 3em;
}
.courses .course-table .course-body .graduation-cell {
  position: absolute;
  writing-mode: vertical-lr;
  right: 0;
  top: 100px;
  white-space: nowrap;
  text-align: left;
  right: 90px;
}
.courses .course-table .course-body .category {
  line-height: 60px;
  background-color: #e4a99a;
  border-radius: 8px 0 0 8px;
  font-size: 24px;
}
.courses .course-table .course-body .category.primary {
  background-color: #77ab87;
}
.courses .course-table .sub-direction-wrap {
  position: relative;
}
.courses .course-table .sub-direction-wrap .sub-direction-title {
  position: absolute;
  width: 70px;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, #ffffff 0%, #e7b2a5 62%, #cf654a 100%), linear-gradient(#282828, #282828);
  border-radius: 8px;
  writing-mode: vertical-lr;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.courses .course-table .sub-direction-wrap .sub-direction-name div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 90px;
  border: 1px solid #fff;
  border-radius: 8px 0 0 8px;
}
#part3 .title-wrap::after {
  left: 35%;
}
.time-line-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 1rem;
  background-image: url(../images/bottom-line.png);
  background-repeat: no-repeat;
  background-position: center top 60px;
  background-size: 100% auto;
}
.time-line-wrap .time-line-item {
  flex: 1;
  max-width: 320px;
}
.time-line-wrap .time-line-item .time-line-item-title {
  background-image: linear-gradient(120deg, #66ac7c 0%, #004c18 100%);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0px 23px 18px 0px rgba(0, 76, 24, 0.2);
  margin-bottom: 0.3rem;
  position: relative;
}
.time-line-wrap .time-line-item .time-line-item-title::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid var(--color-primary);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.time-line-wrap .time-line-item .time-line-item-title .time-line-item-title-text {
  background-color: #fff;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  color: var(--color-primary);
  line-height: 1.2;
  font-size: 17px;
}
.time-line-wrap .time-line-item .time-line-item-content .time-line-item-content-item + .time-line-item-content-item {
  margin-top: 1em;
}
footer .title-wrap {
  margin-bottom: 70px;
}
footer.wrap {
  padding-top: 0;
}
footer .contact-info {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .contact-info .contact-item {
  max-width: 330px;
}
footer .contact-info .contact-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
footer .contact-info .contact-name {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
footer .contact-info .contact-title {
  line-height: 1.5;
}
footer .contact-info .contact-email {
  background-image: linear-gradient(to right, var(--color-primary) 40%, transparent 100%);
  line-height: 42px;
  color: #fff;
  padding-left: 13px;
  margin-top: 20px;
}
footer .contact-info .qrcode-text {
  font-size: 16px;
  text-align: center;
}
footer .contact-info .contact-col:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 50px;
}
footer .contact-info .contact-col:first-child .contact-item {
  width: 50%;
}
footer .contact-info .contact-col:last-child {
  margin-right: 40px;
}
.mbachina {
  color: #999;
  display: block;
  text-align: center;
}
