/* 头部banner区域 */
.bannerSwiper {
  margin-top: 0.88rem;
  height: 7.48rem;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerSwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 1);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  opacity: 0.7;
}
.bannerSwiper .swiper-pagination-bullet-active {
  background: rgb(255, 0, 0);
  width: 0.3rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  opacity: 1;
}

.sub-navbar {
  position: relative;
  height: 0.75rem;
  position: sticky;
  top: 0;
  background-color: #FFF;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
  z-index: 90;
}
.sub-menu {
  display: flex;
  gap: 0.75rem;
  position: relative;
}
.sub-item {
  font-weight: 500;
  line-height: 0.75rem;
  font-size: 0.2rem;
}

/* 导航下划线指示器 */
.sub-navbar .sub-indicator {
    position: absolute;
    bottom: 0;
    height: 0.03rem;
    background-color: var(--primary-color);
    border-radius: 0.02rem;
    transition: var(--transition);
    z-index: 1;
}
.sub-link, .sub-link:visited, .sub-link:hover, .sub-link:active, .sub-link:focus {
  text-decoration: none;
}

/* 公司介绍区域 */
.about-grid {
  display: grid;
  grid-template-columns: auto 7.48rem;
  gap: 1rem;
}

.about-title {
  color: var(--primary-color);
  font-size: 0.48rem;
  letter-spacing: 2px;
  line-height: .7rem;
  margin-bottom: 0.42rem;
}
.about-title span{
  color: var(--primary-color);
  font-size: 0.36rem;
}

.about-text {
  color: var(--secondary-color);
  font-size: 0.24rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: .34rem;
  color: rgba(0, 0, 0, 1);
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.about-grid .swiper-slide{
  overflow: hidden;
}

.right-carousel, .aboutSwiper {
  height: 5.62rem;
  border-radius: .3rem;
  overflow: hidden;
}
.aboutSwiper .about-button {
  height: 1.2rem;
}
.aboutSwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 1);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  opacity: 0.7;
}
.aboutSwiper .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
  width: 0.4rem;
  height: 0.1rem;
  line-height: 0.1rem;
  border-radius: 0.05rem;
  opacity: 1;
}
#about {
  padding-bottom: .32rem;
}
/* 使命愿景区域 */
.wish {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.wish-img {
  width: 100%;
  height: 7.98rem;
  object-fit: cover;
}

.wish-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wish-title {
  margin-top: .63rem;
  width: 1.33rem;
  height: .35rem;
}
.wish {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wish::after {
  content: "";
  position: absolute;
  bottom: -.3rem;
  left: 0;
  width: 200%;
  height: 1.2rem;
  background: rgba(243, 245, 248, 1);
  /* -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 30" xmlns="http://www.w3.org/2000/svg"><path d="M0,15 C150,30 250,0 400,15 C550,30 650,0 800,15 C950,30 1050,0 1200,15 L1200,30 L0,30 Z" fill="white"/></svg>'); */
  /* mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 30" xmlns="http://www.w3.org/2000/svg"><path d="M0,15 C150,30 250,0 400,15 C550,30 650,0 800,15 C950,30 1050,0 1200,15 L1200,30 L0,30 Z" fill="white"/></svg>'); */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 50" xmlns="http://www.w3.org/2000/svg"><path d="M0,25 C300,50 450,5 600,25 C750,50 900,5 1200,25 L1200,50 L0,50 Z" fill="white"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 50" xmlns="http://www.w3.org/2000/svg"><path d="M0,25 C300,50 450,5 600,25 C750,50 900,5 1200,25 L1200,50 L0,50 Z" fill="white"/></svg>');
  animation: wave 10s linear infinite;
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 发展历程区域 */
.experienceSwiper {
  width: 100%;
  height: 100%;
}
.experienceSwiper .swiper-wrapper{
  height: auto;
}
.experienceSwiper .swiper-slide {
  width: 2.92rem !important;
  padding: 0.24rem;
  border-radius: 0.3rem;
  background-color: #FFF;
}
.experienceSwiper .date {
  font-size: .46rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: .67rem;
  color: rgba(202, 12, 21, 1);
  text-align: center;
}
.experienceSwiper .experience-text {
  position: relative;
  font-size: .2rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: .29rem;
  color: var(--dark-color);
  margin-top: 0.12rem;
  padding-left: 0.3rem;
}

.experienceSwiper .experience-text::after {
  content: "";
  position: absolute;
  top: 0.07rem;
  left: 0;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background-color: rgba(204, 204, 204, 1);
}


.experience-button {
  width: 1.91rem;
  height: .68rem;
  margin: .5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  img {
    width: .68rem;
    height: .68rem;
  }
}

.experience-button .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  width: .68rem;
  height: .68rem;
  font-size: .68rem;
}
.experience-button .swiper-button-next::after {
  content: '';
}
.experience-button .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  width: .68rem;
  height: .68rem;
}
.experience-button .swiper-button-prev::after {
  content: '';
}

/* 品牌矩阵区域 */
.brand-grid {
  display: flex;
  justify-content:space-between;
  /* display: grid; */
  /* grid-template-columns: auto 6.55rem; */
  /* gap: 0.3rem; */
}
.brand-grid-item {
  flex-shrink: 0;
  height: 3.5rem;
  padding: .34rem .24rem;
  background-color: #FFF;
  border-radius: .3rem;
  overflow: hidden;
}
.brand-title {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  margin-left: .08rem;
}
.brand-title-icon {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.16rem;
}
.brand-title-tips {
  color: #6e6e6e;
  font-size: 0.16rem;
  margin-top: 0.1rem;
  margin-left: 0.12rem;
}

.brand-flip .flip-container{
  width: 1.18rem;
  height: 1.18rem;
}
.brand-flip .flip-container .flip-front{
  width: 1.18rem;
  height: 1.18rem;
  border-radius: 50%;
}
.brand-flip .flip-container .flip-back{
  width: 1.18rem;
  height: 1.18rem;
}
.brand-flip .flip-container .flip-front img{
  width: 1.18rem;
  height: 1.18rem;
  border-radius: 50%;
}
.brand-flip .flip-container .flip-back img{
  width: 1.18rem;
  height: 1.18rem;
}
.brand-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.3rem;
  margin-top: 0.42rem;
}
.brand-flip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}
.brand-flip:nth-last-child(1) {
  margin-right: 0;
}
.brand-flip .brand-name{
  margin-top: .19rem;
  font-size: .24rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: .44rem;
  white-space: nowrap;
  color: var(--dark-color);
}
/* 履历提升区域 */
.improving-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.36rem;
}
.improving-list .flip-container{
  height: 3.94rem;
  border-radius: 0.35rem;
  /* transition: all 0.4s ease; */
}
.improving-list .flip-container:hover {
  /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); */
}
.improving-list .flip-container .flip-front, .improving-list .flip-container .flip-back{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.35rem;
  box-shadow: 0px 0px 9px -5px rgba(0, 0, 0, 0.5);

}
.improving-list .flip-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(0.01rem);
}
.improving-item-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.4rem 0.26rem;
  background: linear-gradient(360deg, rgba(0, 0, 0, .85) 0%, rgba(204, 204, 204, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.mproving-name {
  font-size: 0.36rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 0.52rem;
  color: rgba(255, 255, 255, 1);
}
.mproving-tips {
  margin-top: 0.08rem;
  font-size: 0.24rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 0.34rem;
  color: rgba(255, 255, 255, 1);
}
.improving-list .flip-container .flip-back{
  justify-content: start;
  padding: 0.4rem 0.26rem;
  background-color: var(--primary-color);
  font-size: 0.24rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 0.34rem;
  color: rgba(255, 255, 255, 1);
}
/* 保研规划区域 */
.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.32rem;
}
.plan-item {
  height: 4.9rem;
  border-radius: .31rem;
  background: var(--light-color);
  border: 1px solid rgba(99, 99, 99, 1);
  overflow: hidden;
  /* transition: all 0.4s ease; */
}
.plan-item:hover {
  /* transform: translateY(-10px); */
  /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); */
}


.plan-item-title {
  height: 1.07rem;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.06rem;
  color: var(--light-color);
  background: rgba(70, 121, 158, 1);
  text-align: center;
}
.plan-item-target {
  position: relative;
  margin: .33rem;
  padding-left: 1.06rem;
  font-size: .3rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: .5rem;
  
}
.plan-item-target::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: .58rem;
  height: .5rem;
  background-color: antiquewhite;
  background: url(./../images/plan_1.png) center/cover;
}
.plan-item-but {
  width: 3.2rem;
  height: .7rem;
  font-size: .36rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: .66rem;
  text-align: center;
  border-radius: 0.11rem;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.4s ease;
}
.plan-item-but:hover {
  transform: translateY(-.08rem);
  box-shadow: 0 .05rem .1rem rgba(0, 0, 0, 0.2);
}
.plan-item:nth-child(1) {
  border: 1px solid rgba(70, 121, 158, 1);
}
.plan-item:nth-child(1) .plan-item-title{
  background: rgba(70, 121, 158, 1);
}
.plan-item:nth-child(1) .plan-item-target{
  color: rgba(70, 121, 158, 1);
}
.plan-item:nth-child(1) .plan-item-target::after {
  background: url(./../images/plan_1.png) center/cover;
}
.plan-item:nth-child(1) .plan-item-but{
  color: rgba(70, 121, 158, 1);
  border: 2px solid rgba(70, 121, 158, 1);
}

.plan-item:nth-child(2) {
  border: 1px solid rgba(240, 120, 22, 1);
}
.plan-item:nth-child(2) .plan-item-title{
  background: rgba(240, 120, 22, 1);
}
.plan-item:nth-child(2) .plan-item-target{
  color: rgba(240, 120, 22, 1);
}
.plan-item:nth-child(2) .plan-item-target::after {
  background: url(./../images/plan_2.png) center/cover;
}
.plan-item:nth-child(2) .plan-item-but{
  color: rgba(240, 120, 22, 1);
  border: 2px solid rgba(240, 120, 22, 1);
}

.plan-item:nth-child(3) {
  border: 1px solid rgba(73, 158, 70, 1);
}
.plan-item:nth-child(3) .plan-item-title{
  background: rgba(73, 158, 70, 1);
}
.plan-item:nth-child(3) .plan-item-target{
  color: rgba(73, 158, 70, 1);
}
.plan-item:nth-child(3) .plan-item-target::after {
  background: url(./../images/plan_3.png) center/cover;
}
.plan-item:nth-child(3) .plan-item-but{
  color: rgba(73, 158, 70, 1);
  border: 2px solid rgba(73, 158, 70, 1);
}

.plan-item:nth-child(4) {
  border: 1px solid rgba(166, 0, 0, 1);
}
.plan-item:nth-child(4) .plan-item-title{
  background: rgba(166, 0, 0, 1);
}
.plan-item:nth-child(4) .plan-item-target{
  color: rgba(166, 0, 0, 1);
}
.plan-item:nth-child(4) .plan-item-target::after {
  background: url(./../images/plan_4.png) center/cover;
}
.plan-item:nth-child(4) .plan-item-but{
  color: rgba(166, 0, 0, 1);
  border: 2px solid rgba(166, 0, 0, 1);
}
/* 保研项目区域 */
.table-container {
  text-align: center;
  overflow-x: auto;
  border-radius: .30rem .30rem 0 0;
  box-shadow: 0 0 .25rem .20rem rgba(0, 0, 0, 0.1);
}
.table-container th {
  background: rgba(202, 12, 21, 1);
  height: 1rem;
  font-size: .42rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: .98rem;
  color: var(--light-color);
}
.table-container td{
  position: relative;
  height: .75rem;
}
.table-container td::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000;
}
.table-container td::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background-color: #000;
}

.project-class-type {
  height: 1.50rem;
  font-size: .42rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--light-color);
}
.table-container .project-class-type::after {
  width: 0;
}
.table-container .project-class-type::before {
  height: 0;
}
.project-but {
  width: 2.56rem;
  height: .7rem;
  font-size: .36rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: .66rem;
  text-align: center;
  border-radius: 0.11rem;
  margin: 0 auto;
  cursor: pointer;
  color: rgba(227, 144, 0, 1);
  border: 2px solid rgba(227, 144, 0, 1);
  transition: all 0.4s ease;
}
.project-but:hover {
  transform: translateY(-.08rem);
  box-shadow: 0 .05rem .1rem rgba(0, 0, 0, 0.2);
}
.table-container tr:nth-child(1) .project-class-type{
  background: rgba(227, 144, 0, .6);
}
.table-container tr:nth-child(3) .project-class-type{
  background: rgba(42, 130, 228, 1);
}
.table-container tr:nth-child(5) .project-class-type{
  background: rgba(73, 158, 70, 1);
}
.table-container tr:nth-child(7) .project-class-type{
  background: rgba(255, 87, 51, 1);
}
.table-container tr:nth-child(1) .project-but{
  color: rgba(227, 144, 0, 1);
  border: 2px solid rgba(227, 144, 0, 1);
}
.table-container tr:nth-child(3) .project-but{
  color: rgba(42, 130, 228, 1);
  border: 2px solid rgba(42, 130, 228, 1);
}
.table-container tr:nth-child(5) .project-but{
  color: rgba(73, 158, 70, 1);
  border: 2px solid rgba(73, 158, 70, 1);
}
.table-container tr:nth-child(7) .project-but{
  color: rgba(255, 87, 51, 1);
  border: 2px solid rgba(255, 87, 51, 1);
}
.project-class {
  font-size: 0.36rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 0.52rem;
  color: var(--dark-color);
}
.project-class-name {
  text-align: left;
  padding: 0 .32rem;
  font-size: 0.32rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 0.46rem;
  color: var(--dark-color);
}
.project-class-result {
  text-align: left;
  padding: 0 .32rem;
  font-size: 0.24rem;
  font-weight: 300;
  letter-spacing: 0.06rem;
  line-height: 0.35rem;
  color: var(--dark-color);
}

/* 升学榜单区域 */
.hot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.hot-item {
  overflow-x: auto;
}
.hot-item li:first-child {
  height: .75rem;
  line-height: .73rem;
  font-size: .36rem;
  font-weight: 700;
  letter-spacing: 6px;
  color: var(--light-color);
  background: rgba(202, 12, 21, 1);
}
.hot-item li {
  height: .65rem;
  line-height: .63rem;
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-radius: .2rem;
  margin-bottom: .12rem;
  background-color: #ffffffd4;
  font-size: .26rem;
  overflow: hidden;
}

/* 学员案例区域 */
#case {
  padding-bottom: .7rem;
}
.caseSwiper {
  border-radius: .36rem;
}
.caseSwiper .swiper-slide>img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: .4rem;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* .caseSwiper .swiper-slide:hover>img {
  transform: scale(1.1);
} */
.caseSwiper .swiper-slide:hover>.case-box {
  top: 0;
}
.caseSwiper .swiper-slide:hover .case-text {
	-webkit-line-clamp: unset;
	line-clamp: unset;
}
.caseSwiper .swiper-slide {
  position: relative;
  width: 10.26rem;
  height: 7.1rem;
  border-radius: 0.36rem;
  background-color: #FFF;
}
.case-box {
  position: absolute;
  top: 3.9rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--light-color);
  padding: .3rem .36rem;
  border-radius: .3rem .3rem 0 0;
  box-shadow: 0 -.2rem #fefefe87;
  transition: top 0.35s ease;
}
.case-top {
  display: flex;
  align-items: center;
  font-size: .3rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: .44rem;
  color: rgba(202, 12, 21, 1);
  margin-bottom: .3rem;
}
.swiper-slide .case-head {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  margin-right: 0.08rem;
}
.swiper-slide .case-go {
  width: .81rem;
  height: .18rem;
  margin-left: .08rem;
}
.case-result {
  /* width: 1.56rem; */
  padding: 0 .1rem;
  height: 0.3rem;
  border-radius: 0.1rem;
  background: rgba(202, 12, 21, 1);
  font-size: .2rem;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: .29rem;
  color: var(--light-color);
  text-align: center;
  margin-left: .1rem;
}
.case-text {
  font-size: .26rem;
  text-indent: 2em;
  white-space: initial;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
			line-clamp: 4;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	word-break: break-all;
/*   
  white-space: pre-wrap;
  overflow-wrap: break-word; */
}

.case-button {
  width: 1.91rem;
  height: .68rem;
  margin: .5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  img {
    width: .68rem;
    height: .68rem;
  }
}

.case-button .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  width: .68rem;
  height: .68rem;
  font-size: .68rem;
}
.case-button .swiper-button-next::after {
  content: '';
}
.case-button .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  width: .68rem;
  height: .68rem;
}
.case-button .swiper-button-prev::after {
  content: '';
}
