.swiper {
  width: 100%;
  height: 875px !important;
}
.swiper-slide{
  position: relative;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}      
.banner_Box{
  position: absolute;
  top: 0;
  left: 12%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff; 
}
.banner_txt1{
  font-weight: bold;
  font-size: var(--fontsize4);
  display: flex;
  align-items: center;
}
.banner_txt2{
  font-size:var(--fontsize5);
  margin-top: 30px;
}  
.banner_txt3{
  display: flex;align-items: center;gap: 5px;margin-top: 30px;
  font-size:var(--fontsize5);
} 
.zhihuijiaoyu_txt4{
  font-weight: bold;
  font-size: var(--fontsize2);
  text-align: left;
  margin-top: 30px;
  line-height: 51px;
  width: 75%; 
}
.zhihuijiaoyu_txt3{
  margin-top: 45px; 
  font-size: var(--fontsize2); 
  text-align: center;
  background: #fff;
  color: #00D1B2;
  border-radius: 22px;
  width: max-content;
  width: 178px;
  height: 44px;
  line-height:44px;
  font-weight: bold
}
.sanjiao {
  border: 25px solid transparent;
  border-right-color: #00D1B2; 
} 
.sanjiao_con{
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #00D1B2; 
  font-size: var(--fontsize6);
}
.con_gg1{
  padding-top: 80px; 
}
.con_gg2{
  padding: 80px 0; 
}
.iconbox{
  width: 48px;
  height: 48px;
  border-radius: 24px;display: flex;align-items: center;justify-content: center;margin: 0 auto;
}
.iconbg1{
  background: #EDECFC;
}
.iconbg2{
  background: #E7F8F2;
}
.iconbg3{
  background: #E1F4FA;
}
.duihaobox{
  width: 16px;
  height: 16px;
  background: var(--color1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.con1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 80px;
  row-gap: 30px;
} 
.con2_1{
  width: calc(100% / 3 - 24px); 
  box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.12);
  border-radius: 8px;
  padding: 30px  40px;
  box-sizing: border-box;
}
.con6_1{
  width: 375px;  
  padding: 30px 0 30px 40px;
  box-sizing: border-box;
  display: flex;
  gap: 70px;
}
.con1_1{
  display: flex;
  align-items: center;
  gap: 20px;
  width: 600px; 
  height: 60px;
  background: #FFFFFF; 
  border-radius: 30px;
  padding: 0 30px;
  cursor: pointer;
}
.con2_btn1{
  margin: 30px auto  0;
  width: 180px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid #00D1B2;
  color: #00D1B2;
  cursor: pointer;  
}  

.con5_1{
  width: 290px;
  padding: 24px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
  border-radius: 12px;
  border: 1px solid #E1E1E1;
}
/* 左边轮播按钮 */
.swiper-button-prev{
  width: 50px !important;
  height: 50px !important;
  left: 30px !important;
  border-radius: 50%;
  /* background-color: rgba(0, 0, 0, 0.37); */
}
.swiper-button-prev::after{
  font-size: 47px !important;
  color: #fff;
  font-weight: bold;
}
/* 右边轮播按钮 */
.swiper-button-next{
  width: 50px !important;
  height: 50px !important;
  right: 30px !important;
  border-radius: 50%;
  /* background-color: rgba(0, 0, 0, 0.37); */
}
.swiper-button-next::after{
  font-size: 47px !important;
  color: #fff;
  font-weight: bold;
}
/* 轮播下方图例 */
.swiper-pagination{
  bottom: 30px !important;
}
.swiper-pagination-bullet{
  background:rgba(255, 255, 255, 0.6) !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important
}           
.swiper-pagination-bullet-active{
  background:#00D1B2 !important;
} 
@media (max-width: 768px)  {
  .swiper {
    width: 100%;
    height: 100% !important;
  }
  /* 左边轮播按钮 */
  .swiper-button-prev{
    width: 40px !important;
    height: 40px !important;
    left: 10px !important;
    border-radius: 50%;
  }
  .swiper-button-prev::after{
    font-size: 15px !important;
  }
  /* 右边轮播按钮 */
  .swiper-button-next{
    width: 40px !important;
    height: 40px !important;
    right: 10px !important;
    border-radius: 50%;
  }
  .swiper-button-next::after{
    font-size: 15px !important;
  }
  /* 轮播下方图例 */
  .swiper-pagination{
    bottom: 10px !important;
  }       
 
  .banner_Box{
    width: 80%;
    height: 35%;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    justify-content:space-evenly; 
  } 
  .con2_1{
    width: 100%; 
  }
  .con6_1{
    width: 100%; 
  }
  .banner_txt2{ 
    margin-top: 15px;
  }  
  .zhihuijiaoyu_txt3{
    margin-top: 15px;  
    width: 100px;
    height: 25px;
    line-height:25px; 
  }
  .zhihuijiaoyu_txt4{
    line-height: 25px;
    margin-top: 15px;  
  }
  .sanjiao {
    border: 12px solid transparent;
    border-right-color: #00D1B2; 
  } 
  .sanjiao_con{
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #00D1B2; 
    font-size: var(--fontsize6);
  }
} 
