.btn {
  width: 250px;
  height: 50px;
  background: #fef73f;
  box-shadow: 0px 3px 5px 0px rgba(198, 198, 198, 0.42);
  border-radius: 25px;
  font-weight: 500;
  font-size: 20px;
  color: #2e70f0;
  line-height: 50px;
  text-align: center;
  margin: 30px auto 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.btn:hover {
  transform: translateY(-5px);
}

.box-title {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
  box-sizing: border-box;
  font-size: 34px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
}
.box-title span {
  color: #2e70f0;
}

.box2 {
  width: 1200px;
  height: 210px;
  background: #f4f8fe;
  border-radius: 16px;
  margin-top: 60px;
}
.box2 .box-title {
  padding-top: 35px;
  padding-bottom: 20px;
}
.box2 .form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.box2 .form-container .form-item {
  width: 200px;
  height: 46px;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 50px;
  margin-bottom: 0;
  font-size: 16px;
  border: none;
  border-radius: 24px;
  padding-left: 18px;
  overflow: hidden;
  box-sizing: border-box;
}
.box2 .form-container .form-item input {
  font-size: 16px;
  background-color: #fff;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
}
.box2 .form-container .form-item .form_name {
  background-image: url("../images/form-1.png");
  background-size: 21px 24px;
}
.box2 .form-container .form-item .form_phoneNo {
  background-image: url("../images/form-2.png");
  background-size: 17px 24px;
  background-position: 3px center;
}
.box2 .form-container .form-item .kaptcha-code {
  background-image: url("../images/form-3.png");
  background-size: 20px 25px;
}
.box2 .form-container .form-code {
  width: 300px;
  height: 46px;
  line-height: 46px;
  display: flex;
  justify-content: space-between;
  margin-right: 50px;
  margin-bottom: 0;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
}
.box2 .form-container .form-code .form-item {
  width: 180px;
  margin: 0;
  border: none;
  padding-right: 0;
}
.box2 .form-container .form-code .kaptcha-code {
  border: none;
}
.box2 .form-container .form-code .kaptcha-btn {
  width: 120px;
  height: 24px;
  margin: 13px 0;
  line-height: 24px;
  background-color: #fff;
  color: #2e70f0;
  font-size: 16px;
  font-weight: bold;
  border-left: 1px solid #2e70f0;
  border-radius: 0;
  transition: none;
}
.box2 .form-container .form-code .kaptcha-btn:active {
  color: #0c43ac;
}
.box2 .form-container button.submit {
  width: 200px;
  height: 46px;
  line-height: 46px;
  background: #fef73f;
  box-shadow: 0px 3px 5px 0px rgba(198, 198, 198, 0.42);
  color: #2e70f0;
  font-size: 20px;
  border-radius: 24px;
  font-weight: 500;
  transition: none;
}
.box2 .form-container button.submit:active {
  background: #d6ce01;
}
.box2 .form-container .form-privacy {
  padding-top: 20px;
  font-size: 16px;
  color: #333;
}
.box2 .form-container .form-privacy .privacy-validate {
  margin-right: 10px;
  width: 17px;
  height: 17px;
}
.box2 .form-container .form-privacy a {
  color: #ff0000;
}

.box3 {
  padding-bottom: 60px;
}
.box3 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.box3 .list .item {
  width: 270px;
  height: 100px;
  background-color: rgba(46, 112, 240, 0.05);
  background-position: 25px center;
  background-repeat: no-repeat;
  border-radius: 16px;
  font-size: 18px;
  color: #333;
  padding-left: 80px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: transform 0.2s ease;
}
.box3 .list .item:nth-child(3) {
  padding-left: 70px;
}
.box3 .list .item:hover {
  transform: translateY(-5px);
}
.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 {
  height: 646px;
  background: url("../images/box4-bg.jpg") no-repeat center;
}
.box4 .box-title {
  color: #fef73f;
  padding-bottom: 22px;
}
.box4 .tabs {
  display: flex;
  align-items: flex-end;
  height: 70px;
  margin-bottom: 20px;
}
.box4 .tabs .item {
  width: 180px;
  height: 59px;
  background: url("../images/box4-tab.png") no-repeat center;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.box4 .tabs .item:first-child {
  margin-left: 0;
}
.box4 .tabs .item.active {
  height: 70px;
  color: #2e70f0;
  background-image: url("../images/box4-tab-a.png");
}
.box4 .tabs .item:nth-child(1) {
  z-index: 9;
}
.box4 .tabs .item:nth-child(2) {
  z-index: 8;
}
.box4 .tabs .item:nth-child(3) {
  z-index: 7;
}
.box4 .tabs .item:nth-child(4) {
  z-index: 6;
}
.box4 .tabs .item:nth-child(5) {
  z-index: 5;
}
.box4 .tabs .item:nth-child(6) {
  z-index: 4;
}
.box4 .tabs .item:nth-child(7) {
  z-index: 3;
}
.box4 .content {
  width: 100%;
  height: 296px;
  display: none;
  border-radius: 16px;
  overflow: hidden;
}
.box4 .content.show {
  display: flex;
}
.box4 .content .taps {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 100%;
}
.box4 .content .taps .item {
  flex: 1;
  background: #f4f8fe;
  font-size: 20px;
  color: #2e70f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(46, 112, 240, 0.2);
  cursor: pointer;
  transition: all 0.2s ease;
}
.box4 .content .taps .item.active {
  background: #fef73f;
  border-color: transparent;
}
.box4 .content .taps .item:last-child {
  border: none;
}
.box4 .content .content1 {
  flex: 1;
  height: 100%;
  background-color: #fff;
  padding-left: 50px;
  display: none;
}
.box4 .content .content1.show {
  display: block;
}
.box4 .content .content1 .t1 {
  font-weight: 500;
  font-size: 20px;
  color: #2e70f0;
  padding-top: 22px;
  padding-bottom: 14px;
}
.box4 .content .content1 .t-flex {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}
.box4 .content .content1 .t-flex .t-l {
  width: 88px;
  height: 24px;
  background: #2e70f0;
  border-radius: 12px;
  color: #fff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box4 .content .content1 .t-flex .t-r {
  color: #333;
}

.box5 {
  padding-bottom: 60px;
}
.box5 .box-title {
  padding-bottom: 22px;
}
.box5 .content {
  display: flex;
}
.box5 .content .left {
  width: 360px;
  height: 330px;
  background: url("../images/box5-l.png") no-repeat center;
  margin-right: 10px;
}
.box5 .content .list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.box5 .content .list .item {
  width: 270px;
  height: 160px;
  background: url("../images/box5-item.png") no-repeat center;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 20px;
}
.box5 .content .list .item .t1 {
  font-weight: bold;
  font-size: 18px;
  color: #2e70f0;
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 15px;
}
.box5 .content .list .item .t1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left-color: #2e70f0;
}
.box5 .content .list .item .t2 {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: justify;
}

.box6 {
  width: 1200px;
  height: 368px;
  background: linear-gradient(to right, #2e70f0, #1268d6);
  border-radius: 24px;
}
.box6 .box-title {
  padding-top: 45px;
  padding-bottom: 35px;
  color: #fef73f;
}
.box6 .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box6 .list .item {
  width: 250px;
  height: 98px;
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box6 .list .item:last-child {
  border-right: none;
}
.box6 .list .item .icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 10px 0 15px;
}
.box6 .list .item .text {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}
.box6 .form-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 988px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  margin: 53px auto;
  overflow: hidden;
}
.box6 .form-container .form-item {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  border: none;
  border-radius: 24px;
  padding-left: 18px;
  overflow: hidden;
  box-sizing: border-box;
}
.box6 .form-container .form-item input {
  font-size: 16px;
  background-color: #fff;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
}
.box6 .form-container .form-item .form_name {
  background-image: url("../images/form-1.png");
  background-size: 21px 24px;
}
.box6 .form-container .form-item .form_phoneNo {
  background-image: url("../images/form-2.png");
  background-size: 17px 24px;
  background-position: 3px center;
}
.box6 .form-container .form-item .kaptcha-code {
  background-image: url("../images/form-3.png");
  background-size: 20px 25px;
}
.box6 .form-container .form-code {
  width: 325px;
  height: 44px;
  line-height: 44px;
  display: flex;
  justify-content: space-between;
  margin: 2px 0;
  border: 1px solid #2e70f0;
  border-radius: 22px;
  background-color: #fff;
  overflow: hidden;
}
.box6 .form-container .form-code .form-item {
  width: 180px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  border: none;
  padding-right: 0;
}
.box6 .form-container .form-code .kaptcha-code {
  border: none;
}
.box6 .form-container .form-code .kaptcha-btn {
  width: 133px;
  height: 46px;
  line-height: 46px;
  background: #2e70f0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 22px;
  margin-right: -1px;
  transition: none;
}
.box6 .form-container .form-code .kaptcha-btn:active {
  background: #0c43ac;
}
.box6 .form-container button.submit {
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #fef73f;
  color: #2e70f0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0;
  transition: none;
}
.box6 .form-container button.submit:active {
  background: #d6ce01;
}

.box8 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
.box8 .list .item {
  width: 286px;
  height: 194px;
}
.box8 .list .item-a {
  width: 590px;
  background: linear-gradient(to right, #2e70f0, #1268d6);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box8 .list .item-a .title {
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding-top: 33px;
  padding-bottom: 15px;
}
.box8 .list .item-a .des-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 50px;
}
.box8 .list .item-a .des-list .des {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 20px;
  line-height: 30px;
}
.box8 .list .item-a .des-list .des:nth-child(odd) {
  width: 220px;
}
.box8 .list .item-a .des-list .des::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #fef73f;
  box-shadow: 0px 3px 5px 0px rgba(198, 198, 198, 0.42);
  transform: rotate(45deg);
}

.page .campus .box-title {
  padding-top: 60px;
}
.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(46, 112, 240, 0.21);
}
.page .campus .site-list .item.active {
  color: #2e70f0;
  border-color: #2e70f0;
}
.page .campus .site-list .item:hover {
  color: #2e70f0;
}
.page .campus .tabs .tab:hover {
  color: #2e70f0;
}
.page .campus .tabs .tab.active {
  background: #2e70f0;
}
.page .campus .position .t1 {
  color: #2e70f0;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  background: #fef73f;
  color: #2e70f0;
}
.page .campus .position .form-container .form-code .kaptcha-btn:active {
  background: #fef50c;
}
.page .campus .position .form-container .submit {
  background: #fef73f;
  color: #2e70f0;
}
.page .campus .position .form-container .submit:active {
  background: #fef50c;
}