.video_box {
  margin-top: 24px;
  text-align: center;
}
.video_box video {
  width: 1010px;
  height: 585px;
}

.box3 {
  margin-top: 80px;
}
.box3 .box3_content {
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-around;
  padding: 0 50px;
}
.box3 .box3_content .item {
  width: 254px;
  height: 272px;
  background: rgb(255, 255, 255);
  border-radius: 45px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 0px 16px 0px;
  text-align: center;
}
.box3 .box3_content .item img {
  margin-top: 25px;
  width: 150px;
  border-radius: 45px;
}
.box3 .box3_content .item .text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  text-align: left;
  padding: 0 25px;
}

.box4 .box4_content {
  padding-top: 25px;
  margin-top: 40px;
  height: 703px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 20px 0px;
  border-radius: 20px;
}
.box4 .box4_content .school_info {
  text-align: center;
}
.box4 .box4_content .school_info .logo {
  width: 83px;
  height: 83px;
}
.box4 .box4_content .school_info .name {
  font-size: 14px;
  color: #333;
}
.box4 .box4_content .desc {
  margin-top: 24px;
  padding-left: 108px;
}
.box4 .box4_content .desc .text1 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  position: relative;
}
.box4 .box4_content .desc .text1::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: 6px;
  height: 23px;
  background: rgb(2, 122, 255);
  border-radius: 5px;
}
.box4 .box4_content .desc .text2 {
  color: #666666;
  font-size: 14px;
}
.box4 .box4_content .desc .text2 span {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.box4 .box4_content .school_data {
  margin-top: 14px;
  text-align: center;
}
.box4 .box4_content .school_data img {
  width: 908px;
  height: 453px;
}

.box5 {
  margin-top: 70px;
}
.box5 .box5_content {
  margin-top: 24px;
  text-align: center;
}
.box5 .box5_content img {
  width: 95%;
  height: auto;
}/*# sourceMappingURL=index.css.map */