.box-title {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 34px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
}

.box-des {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 15px;
}

.btn-flex {
  width: 420px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-flex .btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(90deg, #b9e881, #0eb8e6);
  border-radius: 25px;
  font-weight: 500;
  font-size: 20px;
  color: #0bb8e6;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.btn-flex .btn1 {
  color: #fff;
}
.btn-flex .btn2::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 1;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 25px;
}
.btn-flex .btn2 .txt {
  position: relative;
  z-index: 2;
}

.box2 {
  height: 720px;
  background: url("../images/box2-bg.png") no-repeat center;
}
.box2 .box-title {
  padding-top: 45px;
  padding-bottom: 25px;
}
.box2 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box2 .list .item {
  width: 386px;
  height: 260px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 1px rgba(11, 184, 230, 0.11);
  border-radius: 16px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.box2 .list .item:nth-child(5) {
  text-align: left;
}
.box2 .list .item:nth-child(n+4) {
  height: 280px;
}
.box2 .list .item:nth-child(n+4) .t2 {
  height: 90px;
}
.box2 .list .item .img {
  margin-top: 30px;
}
.box2 .list .item .t1 {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  padding: 18px 0 10px;
}
.box2 .list .item .t2 {
  font-size: 16px;
  color: #333333;
  height: 65px;
}
.box2 .list .item .btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(90deg, #b9e881, #0eb8e6);
  border-radius: 20px;
  font-weight: 500;
  color: #0bb8e6;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.box2 .list .item .btn:hover {
  color: #fff;
}
.box2 .list .item .btn:hover::after {
  content: none;
}
.box2 .list .item .btn::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 20px;
}
.box2 .list .item .btn .txt {
  position: relative;
  z-index: 2;
}

.box3 .box-title {
  padding-top: 45px;
}
.box3 .list {
  margin-top: 35px;
  height: 200px;
  background: #0bb8e6;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 0;
  box-sizing: border-box;
}
.box3 .list .item {
  width: 275px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(11, 184, 230, 0.11);
  border-radius: 8px;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  padding-left: 70px;
  background-position: 20px center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.box3 .list .item:nth-child(1) {
  background-image: url("../images/box3-1.png");
}
.box3 .list .item:nth-child(2) {
  background-image: url("../images/box3-2.png");
}
.box3 .list .item:nth-child(3) {
  background-image: url("../images/box3-3.png");
}
.box3 .list .item:nth-child(4) {
  background-image: url("../images/box3-4.png");
}
.box3 .list .item:nth-child(5) {
  background-image: url("../images/box3-5.png");
}
.box3 .list .item:nth-child(6) {
  background-image: url("../images/box3-6.png");
}
.box3 .list .item:nth-child(7) {
  background-image: url("../images/box3-7.png");
}
.box3 .list .item:nth-child(8) {
  background-image: url("../images/box3-8.png");
}

.box4 {
  padding-bottom: 50px;
}
.box4 .box-title {
  padding-top: 45px;
}
.box4 .list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box4 .list .item {
  width: 285px;
  height: 190px;
  background: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(14, 152, 186, 0.13);
  border-radius: 8px;
  color: #333333;
  background: #f3fcff;
  overflow: hidden;
}
.box4 .list .item:nth-child(1) .t1 {
  background-image: url("../images/box4-1.png");
}
.box4 .list .item:nth-child(2) .t1 {
  background-image: url("../images/box4-2.png");
}
.box4 .list .item:nth-child(3) .t1 {
  background-image: url("../images/box4-3.png");
}
.box4 .list .item:nth-child(4) .t1 {
  background-image: url("../images/box4-4.png");
}
.box4 .list .item .t1 {
  width: 100%;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}
.box4 .list .item .t2 {
  padding: 15px 18px;
  font-size: 16px;
}

.box5 {
  height: 534px;
  background: url("../images/box5-bg.png") no-repeat center;
}
.box5 .box-title {
  padding-top: 40px;
}
.box5 .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 290px;
  position: relative;
}
.box5 .list .item {
  color: #333;
  position: absolute;
}
.box5 .list .item:nth-child(odd) {
  text-align: right;
}
.box5 .list .item:nth-child(1) {
  left: 135px;
  top: 15px;
}
.box5 .list .item:nth-child(2) {
  right: 105px;
  top: 15px;
}
.box5 .list .item:nth-child(3) {
  top: 125px;
  left: 102px;
}
.box5 .list .item:nth-child(4) {
  top: 125px;
  right: 63px;
}
.box5 .list .item:nth-child(5) {
  bottom: 8px;
  left: 164px;
}
.box5 .list .item:nth-child(6) {
  bottom: 8px;
  right: 233px;
}
.box5 .list .item .t1 {
  font-weight: 500;
  font-size: 20px;
}
.box5 .list .item .t2 {
  font-size: 16px;
}
.box5 .btn-flex .btn2::after {
  background: #eef9ff;
}

.box7 .box-title {
  padding-top: 45px;
}
.box7 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
}
.box7 .list .item {
  width: 286px;
  height: 194px;
  margin-top: 20px;
}
.box7 .list .item-a {
  width: 590px;
  background: url("../images/box7-bg.png") no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box7 .list .item-a .title {
  font-weight: bold;
  font-size: 26px;
  color: #0bb8e6;
  text-align: center;
  padding-top: 33px;
  padding-bottom: 15px;
}
.box7 .list .item-a .des-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 50px;
}
.box7 .list .item-a .des-list .des {
  font-size: 16px;
  color: #333333;
  position: relative;
  padding-left: 25px;
  line-height: 30px;
  // background: url("../images/box7-icon.png") no-repeat left center;
}
.box7 .list .item-a .des-list .des:nth-child(odd) {
  width: 220px;
}
.box7 .list .item-a .des-list .des::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #0eb8e6;
  transform: rotate(45deg);
}

.page .teacher-box .box-title {
  padding-top: 45px;
}
.page .teacher-box .box-des {
  padding-top: 15px;
  font-size: 18px;
}
.page .teacher-box .teacher {
  padding-top: 10px;
  padding-bottom: 15px;
}

.page .campus .box-title {
  padding-top: 45px;
}
.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(11, 184, 230, 0.21);
}
.page .campus .site-list .item.active {
  color: #0bb8e6;
  border-color: #0bb8e6;
}
.page .campus .site-list .item:hover {
  color: #0bb8e6;
}
.page .campus .tabs .tab:hover {
  color: #0bb8e6;
}
.page .campus .tabs .tab.active {
  background: #0bb8e6;
}
.page .campus .position .t1 {
  color: #0bb8e6;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  background: linear-gradient(90deg, #b9e881, #0eb8e6);
  color: #fff;
  transition: none;
}
.page .campus .position .form-container .submit {
  background: linear-gradient(90deg, #b9e881, #0eb8e6);
  color: #fff;
  transition: none;
}