.box-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  box-sizing: border-box;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #1c4e99;
  margin: 0 auto;
  padding: 0 180px;
  background-image: url("../images/box-title-l.png"), url("../images/box-title-r.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}

.box-des {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
}
.box-des span {
  color: #ff5800;
}

.box2 {
  height: 112px;
  background: url("../images/box2-bg.png") no-repeat center;
  margin-top: 36px;
}
.box2 .form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 18px;
}
.box2 .form-container .form-item {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #fff;
  margin-right: 24px;
  margin-bottom: 0;
  font-size: 20px;
  border-radius: 18px;
  padding: 0 12px;
  overflow: hidden;
}
.box2 .form-container .form-name {
  width: 257px;
}
.box2 .form-container .form-phone {
  width: 368px;
  display: flex;
  justify-content: space-between;
  margin-right: 24px;
  margin-bottom: 0;
  border-radius: 18px;
  background-color: #fff;
  overflow: hidden;
}
.box2 .form-container .form-phone .form-item {
  width: 200px;
  margin: 0;
}
.box2 .form-container .form-phone .kaptcha-btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(0deg, #ffb400, #ffd800);
  color: #0f356c;
  font-size: 20px;
  margin: 5px;
  border-radius: 14px;
  transition: none;
}
.box2 .form-container .form-phone .kaptcha-btn:active {
  background: #cc9000;
}
.box2 .form-container .form-code {
  width: 198px;
}
.box2 .form-container .form-code .kaptcha-code {
  border: none;
  padding: 0;
}
.box2 .form-container button.submit {
  width: 269px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(0deg, #ffb400, #ffd800);
  color: #333;
  font-size: 22px;
  border-radius: 18px;
  transition: none;
}
.box2 .form-container button.submit:active {
  background: #cc9000;
}
.box2 .tip {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 45px;
}

.box3 {
  padding-top: 40px;
}
.box3 .box-title {
  margin-bottom: 25px;
}
.box3 .content {
  margin-top: 25px;
  height: 391px;
  background: url("../images/box3.png") no-repeat center;
}

.box4 {
  padding-top: 48px;
  height: 691px;
  background: url("../images/box4-bg.png") no-repeat center;
  box-sizing: border-box;
}
.box4 .box-title {
  margin-bottom: 45px;
}
.box4 .top {
  height: 88px;
  background: url("../images/box4-top.png") no-repeat center;
  font-weight: bold;
  font-size: 28px;
  color: #1c4e99;
  line-height: 60px;
  text-align: center;
}
.box4 .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 0 0 20px 20px;
  border: 2px solid #1c4e99;
  margin-top: -30px;
}
.box4 .list .item {
  width: 25%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  border-right: 2px solid #1c4e99;
  border-top: 2px solid #1c4e99;
  box-sizing: border-box;
}
.box4 .list .item:nth-child(-n+4) {
  background: #1c4e99;
  color: #fff;
}
.box4 .list .item:nth-child(4n) {
  border-right: none;
}
.box4 .btn {
  width: 312px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #ff5400;
  box-shadow: 0px 5px 7px 0px rgba(238, 66, 37, 0.1);
  border-radius: 32px;
  border: 2px solid #ffffff;
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  margin: 60px auto 0;
  cursor: pointer;
}

.box5 {
  height: 800px;
  padding-top: 67px;
  box-sizing: border-box;
}
.box5 .box-title {
  margin-bottom: 60px;
}
.box5 .list {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  border-radius: 40px;
}
.box5 .list .item {
  flex: 1;
}
.box5 .list .item .img {
  width: 400px;
  height: 222px;
}
.box5 .list .item .des {
  height: 222px;
  padding: 0 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.box5 .list .item .des .t1 {
  font-weight: 600;
  font-size: 40px;
  color: #1c4e99;
  position: relative;
  margin-bottom: 10px;
}
.box5 .list .item .des .t1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #1c4e99 70%, rgba(0, 0, 0, 0));
}
.box5 .list .item .des .t2 {
  font-size: 30px;
  color: #666666;
  line-height: 40px;
  padding-bottom: 10px;
}

.box6 {
  height: 658px;
  padding-top: 50px;
  box-sizing: border-box;
  background: url("../images/box6-bg.png") no-repeat center;
}
.box6 .box-title {
  margin-bottom: 25px;
}
.box6 .list {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box6 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box6 .list .item .des {
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #1c4e99;
  line-height: 30px;
  text-align: center;
}
.box6 .btn {
  width: 312px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #ff5400;
  box-shadow: 0px 5px 7px 0px rgba(238, 66, 37, 0.1);
  border-radius: 32px;
  border: 2px solid #ffffff;
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  margin: 55px auto 0;
  cursor: pointer;
}

.box7 {
  padding-top: 68px;
}
.box7 .box-title {
  margin-bottom: 20px;
}
.box7 .content {
  display: flex;
  margin-top: 30px;
}
.box7 .content .img {
  margin-left: 60px;
  margin-right: 140px;
}
.box7 .content .item {
  width: 460px;
  height: 340px;
  background: #fff;
  border-radius: 22px;
  border: 3px solid #1c4e99;
  text-align: center;
  padding: 0 25px;
  margin-top: 60px;
  box-sizing: border-box;
}
.box7 .content .item .title {
  width: 395px;
  height: 75px;
  background: #1c4e99;
  border-radius: 22px;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  line-height: 75px;
  margin: -35px auto 15px;
  letter-spacing: 2px;
}
.box7 .content .item .t1 {
  font-size: 20px;
  color: #333;
  line-height: 35px;
  padding-top: 5px;
  letter-spacing: 1px;
}
.box7 .content .item .t2 {
  font-weight: bold;
  font-size: 21px;
  color: #1c4e99;
  line-height: 35px;
  padding-top: 22px;
  letter-spacing: 3px;
}
.box7 .btn {
  width: 342px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #ff5400;
  box-shadow: 0px 5px 7px 0px rgba(238, 66, 37, 0.1);
  border-radius: 32px;
  border: 2px solid #ffffff;
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  margin: 10px auto 0;
  cursor: pointer;
}

.page .campus .box-title {
  padding: 0 180px;
  margin: 60px auto 20px;
}
.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(30, 109, 217, 0.21);
}
.page .campus .site-list .item.active {
  color: #1e6dd9;
  border-color: #1e6dd9;
}
.page .campus .site-list .item:hover {
  color: #1e6dd9;
}
.page .campus .tabs .tab:hover {
  color: #1e6dd9;
}
.page .campus .tabs .tab.active {
  background: #1e6dd9;
}
.page .campus .position .t1 {
  color: #1e6dd9;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  background: #1e6dd9;
  color: #fff;
}
.page .campus .position .form-container .form-code .kaptcha-btn:active {
  background: #1856ac;
}
.page .campus .position .form-container .submit {
  background: #1e6dd9;
  color: #fff;
}
.page .campus .position .form-container .submit:active {
  background: #1856ac;
}