.service_banner {
  position: relative;
  width: auto;
  height: 446px;
  margin: 0 auto;
  overflow: hidden;
}

.service_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service_banner .hero-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 38, 71, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.service_banner .hero-content h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.service_banner .hero-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.btn-consult {
  background-color: #8577da;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.btn-consult:hover {
  background-color: #6a5cb7;
}

/*  banner end */

/* 选项卡样式 */
.tab-content {
  margin-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f9f9f9;
}

.tab-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-link {
  display: block;
   padding: 10px 20px; 
  text-decoration: none;
  color: #333;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-bottom: none;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
  font-size: 25px;
  width: 211px;
  height: 55px;
  border-bottom: 5px solid #ccc;
}
.tab-link1 {
  display: block;
   padding: 10px 20px; 
  text-decoration: none;
  color: #333;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-bottom: none;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
  font-size: 25px;
  width: 211px;
  height: 55px;
  border-bottom: 5px solid #ccc;
}


.tab-link.active {
  background-color: #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

/* 选项卡内容样式 */

.tab-menu-content1 {
  display: none;
  width: 1024px;
  /* height: 1000px; */
  background-color: #fff;
  padding: 20px;
}

.first-part1 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.first-part1 .tab-text {
  margin-right: 150px;
  padding: 0 20px;
}

.first-part1 .tab-text h2 {
  font-size: 60px;
  font-weight: normal;
}


/* 中部 */
.second-part1 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.second-part1 .tab-text {
  padding: 0 20px;
  margin-left: 40px;
  width: 440px;
}

.first-part1 .tab-img img,
.second-part1 .tab-img img {
  width: 100%;
  height: 100%;
}

.third-part1 {
  text-align: center;
}

.third-part1 h2 {
  font-size: 60px;
  font-weight: normal;
}

.tab-img {
  display: flex;
  justify-self: center;
}

.consult-QR-code1 {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: #8577da;
  margin: 50px auto;
  text-align: center;

}

.consult-QR-code1 a {
  text-decoration: none;
  /* 去除下划线 */
  color: white;
  /* 字体颜色为白色 */
  font-size: 20px;
  /* 字号20px */
}


/* end第一个tab ----------------------------------*/

.tab-menu-content2 {
  display: none;
  width: 1024px;
  /* height: 1000px; */
  background-color: #fff;
  padding: 20px;
}

.first-part2 {
  display: flex;
  justify-content: center;
}

.first-part2 .tab-text h3 {
  font-size: 60px;
  position: relative;
  left: 100px;
}

.first-part2 .tab-text p {
  font-size: 18px;
}

.second-part2 {
  margin: 20px 0;
  /* margin-top: 100px; */
}


.second-part2 .course-selection-plan h3 {
  height: 42px;
  font-size: 35px;
  padding: 50px 50px 50px 120px;
  /* border-left: 5px solid #5d5491; */
}


.second-part2 .tab-text {
  width: 800px;
  text-align: left;
  padding-left: 100px;
  font-size: 18px;
}



.third-part2 {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}


.third-part2 .tab-text {
  padding-left: 50px;
}

.third-part2 .tab-text h3 {
  font-size: 35px;
  padding-bottom: 50px;
}


.fourth-part2 {

  text-align: center;
  margin-bottom: 30px;
}

.fourth-part2 h3 {
  position: relative;
  right: 300px;
  font-size: 36px;
}

.service-container {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* 每个子div的样式 */
.service-container .service1,
.service-container .service2,
.service-container .service3 {
  width: 280px;
  height: 535px;
  border: 1px solid #ccc;
  border-radius: 10px;
  /* 可根据需要调整边框样式 */
  padding: 10px;
  /* 可根据需要调整内边距 */
  background-color: #e4e0ff;
}

.service-container .service2 {
  margin: 0 30px 0 30px;
}

.service-container .service1 h2,
.service-container .service2 h2,
.service-container .service3 h2 {
  font-size: 36px;
}

/* 让子div内的段落文字左对齐 */
.service-container .service1 p,
.service-container .service2 p,
.service-container .service3 p {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 70px;
}

/* 让子div内的无序列表左对齐 */
.service-container .service1 ul,
.service-container .service2 ul,
.service-container .service3 ul {
  text-align: left;
}

/* 让子div内的列表项左对齐 */
.service-container .service1 li,
.service-container .service2 li,
.service-container .service3 li {
  text-align: left;
}

.consult-QR-code2 {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: #8577da;
  margin: 50px auto;
  text-align: center;

}

.consult-QR-code2 a {
  text-decoration: none;
  /* 去除下划线 */
  color: white;
  /* 字体颜色为白色 */
  font-size: 20px;
  /* 字号20px */
}

/* end第二个选项卡内容 ------------------------------*/

.tab-menu-content3 {
  /* display: none; */
  width: 1024px;
  /* height: 1000px; */
  background-color: #fff;
  padding: 20px;
}

.first-part3 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.first-part3 .tab-text h3 {
  font-size: 60px;
  position: relative;
  top: 30px;
  left: 70px;
  font-weight: normal;
}

.first-part3 .tab-text p {
  font-size: 26px;
  font-weight: normal;
  text-align: left;
  position: relative;
  right: 30px;
}

.first-part3 .tab-img {
  position: relative;
  top: 55px;
  left: 50px;
}

.second-part3 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.second-part3 .tab-text p {
  font-size: 30px;
  padding: 0 20px;
  margin-left: 40px;
  width: 440px;
  position: relative;
  top: 30px;
  left: 80px;
}

.third--part3 {
  margin-bottom: 30px;
}

.third--part3 .tab-img {

  position: relative;
  bottom: 100px;
  left: 250px;
}


.fifth-part3 {
  display: flex;
  justify-content: flex-start;
}

.fifth-part3 .tab-img {
  margin-right: 20px;
  width: 100%;
  height: 100%;
}


.tab-text-wrapper {
  margin-bottom: 100px;
}

.fifth-part3 .tab-text1 {
  display: block;
  position: relative;
  bottom: 5px;
}

.fifth-part3 .tab-text2 {
  position: relative;
  bottom: 100px;
  padding: 80px 0;

}

.fifth-part3 .tab-text3 {
  position: relative;
  bottom: 170px;
}


.fifth-part3 .tab-text1 h2,
.fifth-part3 .tab-text2 h2,
.fifth-part3 .tab-text3 h2 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 7px;
}

.fifth-part3 .tab-text1 p,
.fifth-part3 .tab-text2 p,
.fifth-part3 .tab-text3 p {
  font-size: 22px;
  font-weight: normal;
  margin-top: 7px;
}



.sixth-part3 {
  margin-top: 50px;
  padding: 20px;
}

.sixth-part3 h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
}

.sub-container {
  margin-bottom: 30px;
}

.inner-div {
  display: flex;
  gap: 30px;
}

.left-inner, .right-inner {
  flex: 1;
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  position: relative;
  transition: transform 0.3s ease;
}

.left-inner:hover, .right-inner:hover {
  transform: translateY(-5px);
}

.left-inner h3, .right-inner h3 {
  font-size: 42px;
  color: #8577da;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.left-inner h3:after, .right-inner h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #8577da;
}

.left-inner h4, .right-inner h4 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.left-inner p, .right-inner p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #555;
}

.consult-QR-code3 {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: #8577da;
  margin: 50px auto;
  text-align: center;

}

.consult-QR-code3 a {
  text-decoration: none;
  /* 去除下划线 */
  color: white;
  /* 字体颜色为白色 */
  font-size: 20px;
  /* 字号20px */
}



/* end第三个选项卡内容 ------------------------------*/

.tab-menu-content4 {
  display: none;
  width: 1024px;
  /* height: 1000px; */
  background-color: #fff;
  padding: 20px;
}

.first-part4 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.first-part4 .tab-text {
  font-size: 60px;
  position: relative;
  top: 30px;
  right: 70px;
}

.first-part4 .tab-text h3 {
  font-weight: normal;
}

.first-part4 .tab-img {
  position: relative;
  top: 55px;
  left: 100px;
}


.second-part4 .tab-text {
  font-size: 22px;
  position: relative;
  top: 120px;
  right: 30px;
}


.second-part4 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.second-part4 .tab-text {
  padding: 0 20px;
  margin-left: 40px;
  width: 440px;
}


.third--part4 {
  margin: 20px 0;
  /* margin-top: 100px; */
}


.third--part4 .course-selection-plan h3 {
  height: 42px;
  font-size: 35px;
  padding: 50px 50px 50px 120px;
  /* border-left: 5px solid #5d5491; */
}


.third--part4 .tab-text {
  width: 800px;
  text-align: left;
  padding-left: 100px;
  font-size: 18px;
}




.fourth-part4 {
  margin: 20px 0;
  /* margin-top: 100px; */
}

.fourth-part4 .course-selection-plan h3 {
  height: 42px;
  font-size: 35px;
  padding: 10px 50px 10px 120px;
  /* border-left: 5px solid #5d5491; */
}

.fourth-part4 .tab-text {
  width: 800px;
  text-align: left;
  padding-left: 100px;
  font-size: 18px;
}


.fifth-part4 {
  margin: 10px 0;
  /* margin-top: 100px; */
}


.fifth-part4 .course-selection-plan h3 {
  height: 42px;
  font-size: 35px;
  padding: 10px 50px 10px 120px;
  /* border-left: 5px solid #5d5491; */
}


.fifth-part4 .tab-text {
  width: 800px;
  text-align: left;
  padding-left: 100px;
  font-size: 18px;
}




/* end */


.consult-QR-code4 {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: #8577da;
  margin: 50px auto;
  text-align: center;

}

.consult-QR-code4 a {
  text-decoration: none;
  /* 去除下划线 */
  color: white;
  /* 字体颜色为白色 */
  font-size: 20px;
  /* 字号20px */
}

/* 职业规划部分样式更新 */
.fifth-part4 .course-selection-plan h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 5px solid #8577da;
}

.fifth-part4 .tab-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}