.education .banner {
  min-width: 1200px;
  min-height: 300px;
  height: auto;
  position: relative;
}
.education .banner .btn {
  position: absolute;
  top: 60%;
  left: 19%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 54px;
  background-color: #ffffff;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 27px;
  letter-spacing: 0px;
  color: #3884ff;
  font-size: 22px;
  margin-top: 40px;
  opacity: 1 !important;
}
.education .banner img,
.education .img_con img {
  display: block;
  width: 100%;
  height: auto;
}
.education .ys .title,
.education .al .title,
.education .connect .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  padding-top: 90px;
}
.education .ys .sub,
.education .al .sub,
.education .connect .sub {
  font-size: 16px;
  color: #999;
  text-align: center;
  margin-top: 20px;
}
.education .ys {
  background: #ffffff;
  padding-bottom: 150px;
}
.education .ys .items {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.education .ys .items .item {
  flex-shrink: 0;
  width: 280px;
  height: 330px;
  box-sizing: border-box;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 1px 2px 13px 0px rgba(5, 17, 87, 0.1);
  border-radius: 10px;
}
.education .ys .items .item:hover {
  box-shadow: 1px 2px 13px 0px rgba(5, 17, 87, 0.5);
  transition: all 0.3s;
}
.education .ys .items .item:hover .ic {
  transform: rotate(360deg);
  transition: all 0.3s;
}
.education .ys .items .item .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.education .ys .items .item .ic img {
  max-width: 100%;
  height: auto;
}
.education .ys .items .item .tit {
  text-align: center;
  font-size: 20px;
  color: #313131;
  margin-top: 20px;
}
.education .ys .items .item .desc {
  margin-top: 10px;
  color: #313131;
  font-size: 14px;
  line-height: 28px;
}
.education .al {
  background: #fff;
  padding-bottom: 90px;
}
.education .al .al_con {
  width: 1200px;
  height: 710px;
  border-radius: 20px;
  margin: 60px auto 0;
  box-sizing: border-box;
}
.education .al .al_con .items {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.education .al .al_con .items .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
}
.education .al .al_con .items .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.education .al .al_con .items .item.active {
  z-index: 9;
  opacity: 1;
}
.education .al .al_con .nav {
  display: flex;
  margin: 40px auto 0;
  width: fit-content;
}
.education .al .al_con .nav .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #666;
  padding: 0 20px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.education .al .al_con .nav .item.active {
  color: #3785fe;
  background: rgba(55, 133, 254, 0.1);
  border-color: #3785fe;
}
.education .al .al_con .more {
  font-size: 16px;
  margin-top: 60px;
  text-align: center;
}
.education .al .al_con .more a {
  text-decoration: none;
}
.education .connect {
  min-width: 1200px;
  background: url('../images/education/img_bg.png') no-repeat;
  background-size: 100% 100%;
  height: 380px;
}
.education .connect .title {
  color: #fff;
  padding-top: 80px;
}
.education .connect .sub {
  color: #fff;
}
.education .connect .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border-radius: 6px;
  border: solid 1px #ffffff;
  font-size: 20px;
  color: #fff;
  margin: 70px auto 0;
}
