@charset "UTF-8";
.home-swiper {
  width: 100%;
  height: 22.5rem;
}

.home-swiper .home-slide {
  background-size: 100%;
}

.home-swiper .home-pagination {
  position: relative;
  bottom: 1.75rem;
  z-index: 99 !important;
  text-align: center;
}

.home-pagination .swiper-pagination-bullet {
  width: 2.5rem;
  height: 0.075rem;
  background: #fff;
}

.home-pagination .swiper-pagination-bullet-active {
  background: #ffc21d;
}

.home-about {
  color: #fff;
}

.home-about .about-tp {
  box-sizing: border-box;
  width: 100%;
  height: 22.175rem;
  padding-top: 1.975rem;
  background: url("../images/about_bg1_index.jpg") center no-repeat;
  background-size: 100%;
}

.home-about .about-bm {
  box-sizing: border-box;
  width: 100%;
  height: 19.1rem;
  padding-top: 0.625rem;
  background: url("../images/about_bg2_index.jpg") center no-repeat;
  background-size: 100%;
}

.about-title {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
}

.common-shottile {
  position: relative;
  padding-bottom: 0.4rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
}

.about-bm-yw .about-shottitle1::after {
  width: 12.75rem;
}

.about-bm-yw .about-shottitle2::after {
  width: 8.25rem;
}

.about-shottitle1 {
  margin-bottom: 0.675rem;
}

.about-shottitle1::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 7.2rem;
  border: 0.05rem solid #fff;
  transform: translateX(-50%);
  content: "";
}

.about-shottitle2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 13.7rem;
  border: 0.05rem solid #fff;
  transform: translateX(-50%);
  content: "";
}

.about-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  box-sizing: border-box;
  width: 18rem;
  height: 11.25rem;
  margin: 2rem auto 0;
  padding-top: 1.7rem;
  font-size: 0.65rem;
  line-height: 0.65rem;
  border: 0.1rem solid #ffc21d;
}

.about-list.about-list-yw {
  font-size: 0.6rem;
}

.about-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 5rem;
  padding-right: 0.75rem;
}

.about-list.about-list-yw li {
  width: 5.5rem;
  padding-right: 0;
  text-align: center;
}

.about-list li::after {
  position: absolute;
  top: 0.475rem;
  right: 0;
  height: 2.325rem;
  border-right: 0.05rem solid #fff;
  content: "";
}

.about-list li:nth-child(2)::after {
  top: 0.35rem;
  right: 0.5rem;
}

.about-list li:nth-child(4)::after {
  right: 0.25rem;
}

.about-list.about-list-yw li::after {
  right: 0;
}

.about-list li:nth-child(3),
.about-list li:last-child {
  padding-right: 0;
}

.about-list li:nth-child(3)::after,
.about-list li:last-child::after {
  border-right: none;
}

.about-list li img {
  margin-bottom: 0.75rem;
}

.about-icon1 {
  width: 1.725rem;
  height: 1.875rem;
}

.about-icon2 {
  width: 1.975rem;
  height: 1.8rem;
}

.about-icon3 {
  width: 2.475rem;
  height: 1.6rem;
}

.about-icon4 {
  width: 1.775rem;
  height: 1.9rem;
}

.about-icon5 {
  width: 1.95rem;
  height: 1.975rem;
}

.swiper-about {
  box-sizing: border-box;
  width: 100%;
  height: 16.25rem;
  padding: 0 0.375rem;
}

.about-bm-yw .swiper-about li {
  padding-top: 3rem;
}

.swiper-about li {
  box-sizing: border-box;
  height: 12.45rem;
  padding-top: 3.45rem;
  text-align: center;
  border-radius: 0.5rem;
}

.about-bm-yw .swiper-about li p:nth-child(2) {
  height: 1.5rem;
  margin-bottom: 0.975rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.about-bm-yw .swiper-about li p:nth-child(3) {
  height: 1.3rem;
  margin-bottom: 1.85rem;
}

.swiper-about li p:first-child {
  margin-bottom: 1.075rem;
  font-weight: bold;
  font-size: 1.425rem;
  line-height: 1.425rem;
}

.swiper-about li p:nth-child(2) {
  margin-bottom: 1.35rem;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.1rem;
}

.swiper-about li p:nth-child(3) {
  margin-bottom: 2.35rem;
  font-size: 0.65rem;
  line-height: 0.65rem;
}

.swiper-about li p:nth-child(4) {
  padding-right: 0.675rem;
  font-size: 0.6rem;
  line-height: 0.6rem;
  text-align: right;
}

.swiper-about li:first-child {
  background: rgba(142, 214, 83, 0.8);
}

.swiper-about li:nth-child(2) {
  background: rgba(172, 101, 202, 0.8);
}

.swiper-about li:nth-child(3) {
  background: rgba(67, 212, 212, 0.8);
}

.swiper-about li:nth-child(4) {
  background: rgba(251, 95, 123, 0.8);
}

.swiper-about li:nth-child(5) {
  background: rgba(29, 136, 230, 0.8);
}

.swiper-about li:nth-child(6) {
  background: rgba(255, 167, 63, 0.8);
}

.swiper-about li:nth-child(7) {
  background: rgba(75, 171, 252, 0.8);
}

.swiper-about li:nth-child(8) {
  background: rgba(92, 96, 252, 0.8);
}

.swiper-about li:nth-child(9) {
  background: rgba(209, 123, 245, 0.8);
}

.swiper-about li:last-child {
  background: rgba(85, 184, 127, 0.8);
}

.swiper {
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 43px; /* 设置按钮大小 */
}

.swiper-about .swiper-button-prev,
.swiper-about .swiper-button-next {
  top: 92%;
  width: 2.25rem;
  height: 2.225rem;
}

.swiper-about .swiper-button-prev {
  left: 35%;
  background: url("../images/index_prev.png") center no-repeat;
  background-size: 100%;
}

.swiper-about .swiper-button-next {
  right: 35%;
  background: url("../images/index_next.png") center no-repeat;
  background-size: 100%;
}

.swiper-about .swiper-button-prev::after,
.swiper-about .swiper-button-next::after {
  font-size: 0;
}

.home-course {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 2rem 0 2rem 0.4rem;
  color: #333;
  font-size: 0.6rem;
  background: #fff;
}

.common-title {
  position: relative;
  padding-left: 1.2rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.common-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 1.25rem;
  background: #ffc21d;
  content: "";
}

.home-course .course-pic {
  width: 16.6rem;
  height: 13.25rem;
  margin: 1.975rem 0 0 1.75rem;
  overflow: hidden;
}

.home-course-yw .course-box {
  padding: 1.75rem 1rem 2.1rem 1.175rem;
  font-size: 0.6rem;
}

.home-course-yw .course-box p {
  line-height: 1rem;
  text-indent: 0%;
}

.course-box {
  position: relative;
  margin-top: -4.9rem;
  z-index: 9;
  box-sizing: border-box;
  width: 15rem;
  padding: 1.75rem 1.675rem 1.4rem 1.175rem;
  background: rgba(255, 194, 29, 0.8);
}

.course-box p {
  line-height: 1.25rem;
  text-indent: 1rem;
}

.course-btn {
  display: block;
  width: 6.4rem;
  height: 1.5rem;
  margin-top: 2rem;
  line-height: 1.5rem;
  text-align: center;
  border: 1px solid #333;
}

.home-life {
  font-size: 0.6rem;
}

.home-life .home-life-tp {
  box-sizing: border-box;
  width: 100%;
  height: 25.3rem;
  padding: 2.075rem 0.375rem 0;
  background: url("../images/life_bg1_index.jpg") no-repeat center center/100% 100%;
}

.home-life .home-life-bm {
  width: 100%;
  height: 26.625rem;
  background: url("../images/life_bg2_index.jpg") no-repeat center center/100% 100%;
}

.life-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.zx-more {
  position: relative;
  display: inline-block;
  color: rgba(51, 51, 51, 0.6);
}

.zx-more::after {
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  right: 0;
  border: 0.05rem solid rgba(51, 51, 51, 0.3);
  content: "";
}

.life-list {
  position: relative;
}

.life-list .life-item {
  width: 18rem;
  height: 13.75rem;
  margin-bottom: 1.5rem;
}

.life-list .life-item:last-child {
  margin-bottom: 0;
}

.life-list .life-item-pic {
  width: 100%;
  height: 7.4rem;
}

.life-list .life-item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-list .life-item-desc {
  box-sizing: border-box;
  height: 6.25rem;
  padding: 0.85rem 0.9rem 0;
  background: #24272d;
}

.life-desc-box {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.life-desc-box .life-item-num {
  width: 1.875rem;
  height: 1.875rem;
  color: #24272d;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: center;
  background: #ffc21d;
}

.life-desc-box .life-detail {
  position: relative;
  top: -0.25rem;
  display: block;
  padding-bottom: 0.625rem;
  color: #fff;
  font-size: 0.6rem;
  line-height: 0.6rem;
}

.life-desc-box .life-detail::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13rem;
  border: 0.025rem solid rgba(255, 255, 255, 0.3);
  content: "";
}

.life-item-shotitle {
  margin-top: 1.25rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.home-team {
  position: relative;
  width: 100%;
  height: 25.025rem;
  color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-team-yw .team-bok {
  padding-top: 1.925rem;
}

.team-bok {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 14.25rem;
  height: 12.5rem;
  padding: 2.325rem 1.4rem 0 1.45rem;
  background: rgba(255, 194, 29, 0.8);
}

.team-bok .common-title::before {
  background: #333;
}

.home-team-yw .team-bok .common-title::after {
  right: 0.95rem;
}

.team-bok .common-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
  border-bottom: 0.05rem solid #333;
  content: "";
}

.home-team-yw .team-bok-desc {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.team-bok-desc {
  margin-top: 1.325rem;
  margin-left: 1.25rem;
  font-size: 1rem;
  line-height: 1rem;
}

.home-team-yw .team-bok-desc p {
  margin-bottom: 0.75rem;
}

.team-bok-desc p {
  margin-bottom: 0.875rem;
}

.home-team-yw .team-details {
  margin-top: 1.25rem;
}

.team-details {
  display: block;
  width: 6.5rem;
  height: 1.5rem;
  margin-top: 1.625rem;
  color: #333;
  font-size: 0.6rem;
  line-height: 1.5rem;
  text-align: center;
  border: 0.025rem solid #333;
}

.home-campus {
  box-sizing: border-box;
  width: 100%;
  height: 24.75rem;
  padding: 2.875rem 0.375rem 0;
  color: #333;
  font-size: 0.65rem;
  line-height: 0.6rem;
  background: #efeff5;
}

.home-campus-yw.home-campus .common-title::after {
  right: -0.375rem;
  width: 6.5rem;
}

.home-campus .common-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10.5rem;
  border-bottom: 0.05rem solid #ffc21d;
  content: "";
}

.swiper-campus {
  width: 18rem;
  height: 13.75rem;
  margin-top: 1.975rem;
}

.swiper-campus li img {
  width: 100%;
  height: 10.9rem;
}

.swiper-campus .campus-info {
  display: flex;
  box-sizing: border-box;
  height: 3rem;
  padding-left: 1rem;
  background: #fff;
  position: relative;
}

.campus-info-name {
  position: relative;
  padding-right: 0.725rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
}

.campus-info-name::after {
  position: absolute;
  top: 0.425rem;
  right: 0;
  width: 0.025rem;
  height: 2.15rem;
  border-right: 0.025rem solid #d2d2d2;
  content: "";
}

.campus-info-common {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-campus-yw .campus-info-address {
  font-size: 0.45rem;
  line-height: 0.8rem;
  flex: auto;
}

.campus-info-address {
  margin-left: 0.7rem;
  font-size: 0.6rem;
  line-height: 0.95rem;
  flex: 1;
}

.campus-info-address p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.campus-info-link {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/icon_link.png) center no-repeat;
  background-color: #999;
  background-size: 66%;
  border-radius: 50%;
}

.swiper-campus2 {
  box-sizing: border-box;
  height: 3rem;
  margin-top: 0.575rem;
  background: #fff;
}

.swiper-campus2 li {
  position: relative;
  box-sizing: border-box;
  padding: 0.7rem 0;
  line-height: 0.8rem;
  text-align: center;
  font-weight: bold;
}

.swiper-campus2 .swiper-slide-thumb-active {
  color: #ffc21d;
}

.swiper-campus2 li::after {
  position: absolute;
  top: 0.425rem;
  right: 0;
  width: 0.025rem;
  height: 2.15rem;
  border-right: 0.025rem solid #d2d2d2;
  content: "";
}

.swiper-campus2 li:last-child::after {
  border-right: none;
}

.home-col {
  width: 100%;
  height: 1.5rem;
  background: #fff;
}

.footer-yw.footer .code-list {
  font-size: 0.5rem;
}