.yjs_banner {
  position: relative;
  width: auto;
  height: 446px;
  margin: 0 auto;
  overflow: hidden;
}

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

.yjs_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;
}
.yjs_banner .hero-content h2{
	font-size: 34px;
	color:#F9F9F9;
}
.hero-content p{
	font-size: 28px;
	color:#F9F9F9;
}
.hero-content .btn-consult {
  width: 131px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5d5491;
  transition: all 0.3s ease;
  margin-top: 30px;
}

.hero-content .btn-consult a {
  text-decoration: none;
  color: white;
}

/* 鼠标点击后背景色变化，有放大效果 */
.hero-content .btn-consult:hover {
  background-color: #8577da;
  transform: scale(1.1);
}

/* end */

  


 
.grid1{ width:100%;margin-bottom: 20px;}
.grid_line{ width:100%;}

.grid2{ width:58%;height: 450px; float:left;}
.grid3{ width:39%;height: 450px;float: right;}

.grid4{ width:58%;height: 450px; float:right;}
.grid5{ width:39%;height: 450px;float: left;}

.course-container {
  width: 90%;
	max-width: 1400px;
	display: flow-root;
  margin: 20px auto;
  background-color: white;
  padding: 20px;
 
}

.course-title {
  text-align: left;
  margin-bottom: 20px;
	font-size: 34px;
}

.tuition {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  background-color: #000;
  color: white;
  padding: 10px;
}

.lesson {
  margin-bottom: 20px;
      height: 200px;
  padding: 15px;
	width: 30%;
    float: left;
}

.lesson h3 {
  margin-top: 0;
	font-size: 24px;
}

.lesson ul {
  list-style-type: disc;
  padding-left: 20px;
}
.lesson  li {
   font-size: 18px;
	line-height: 30px;
}

 

.result-container {
	max-width: 1400px;
  width: 90%;
  margin: 30px auto;
}

.result-title {
  color: #333;
  margin-bottom: 20px;
	font-size: 34px;
}

 

.image-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}



.course-show-container {
 clear: both;
    width: 90%;
    margin: 30px auto;
	background-color: #eaf4f6;
    display: flex;
    height: auto;
    clear: both;
}

.course-item {
 
  flex-direction: column;
  align-items: center;
  text-align: center;
  
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
width:50%;
	float:left;
}

.course-item img {
  width: 48%;
  height: auto;
  display: block;
	float: left;
}

.course-info {
  width:48%;
float: right;
}

.course-info h3 {
	font-size: 30px;
  color: #663399;
  margin-bottom: 20px;
}
.course-info .p1 {
	font-size: 28px;
  color: #663399;
  margin-bottom: 20px;
}
.course-info  p{
	font-size: 24px;
  
  margin-bottom: 20px;
}

.course-info p {
  margin: 5px 0;
}

.learn-more-btn {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #663399;
  border-radius: 3px;
  color: #663399;
  text-decoration: none;
  margin-top: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #663399;
  color: white;
}