.btn {
  width: 353px;
  height: 64px;
  background: #ff5800;
  border-radius: 32px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 64px;
  text-align: center;
  margin: 30px auto 0;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.btn:hover {
  transform: translateY(-5px);
}

.box-title {
  width: 518px;
  height: 70px;
  background: url("../images/title.png") no-repeat center;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  margin: 0 auto;
  letter-spacing: 2px;
  transform: translateY(42px);
}

.box2 {
  padding-top: 18px;
  padding-bottom: 95px;
}
.box2 .content {
  height: 583px;
  background: url("../images/box2-bg.png") no-repeat center;
  padding-top: 82px;
  padding-left: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
.box2 .content .left {
  width: 607px;
  height: 429px;
  background: url("../images/box2-l.png") no-repeat center;
  display: flex;
  align-items: flex-end;
}
.box2 .content .left .txt {
  width: 100%;
  height: 182px;
  background: #026582;
  border-radius: 0px 0px 30px 30px;
  font-size: 22px;
  color: #ffffff;
  line-height: 34px;
  text-align: justify;
  padding: 25px 20px;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.box2 .content .form-container {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 8px;
  padding-top: 20px;
}
.box2 .content .form-container .t1 {
  width: 493px;
  height: 82px;
  background: url("../images/box2-form.png") no-repeat center;
  font-weight: bold;
  font-size: 34px;
  color: #fff;
  margin-left: 28px;
  margin-right: -18px;
  line-height: 60px;
  padding-left: 130px;
  letter-spacing: 2px;
}
.box2 .content .form-container .t2 {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  padding-top: 12px;
  padding-bottom: 30px;
}
.box2 .content .form-container .form-item {
  width: 305px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #666666 !important;
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 0 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.box2 .content .form-container .form-item input {
  font-size: 18px;
}
.box2 .content .form-container .form-phone {
  width: 305px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #666666;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.box2 .content .form-container .form-phone .form-item {
  width: 180px;
  margin: 0;
  border: none !important;
  padding-right: 0;
}
.box2 .content .form-container .form-phone .kaptcha-code {
  border: none;
}
.box2 .content .form-container .form-phone .kaptcha-btn {
  width: 120px;
  height: 24px;
  margin: 13px 0;
  line-height: 24px;
  background-color: #fff;
  color: #ff5800;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  transition: none;
}
.box2 .content .form-container .form-phone .kaptcha-btn:active {
  color: #993500;
}
.box2 .content .form-container button.submit {
  width: 305px;
  height: 48px;
  background: #ff5800;
  border-radius: 24px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  transition: none;
}
.box2 .content .form-container button.submit:active {
  background: #993500;
}

.box3 {
  height: 1062px;
  background: url("../images/box3-bg.jpg") no-repeat center;
  box-sizing: border-box;
  padding-top: 15px;
}
.box3 .content {
  width: 1200px;
  height: 908px;
  background: #fff;
  border-radius: 64px;
}
.box3 .content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 46px 34px;
  padding-top: 88px;
}
.box3 .content .list .item {
  width: 325px;
  height: 315px;
  background: linear-gradient(to bottom, #fdfdfd 0%, #c5c5c5 100%);
  border-radius: 16px;
  padding: 12px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.box3 .content .list .item:hover {
  transform: translateY(-5px);
}
.box3 .content .list .item:nth-child(n+3) .t2 {
  height: 120px !important;
  margin-top: 0 !important;
}
.box3 .content .list .item .com {
  width: 300px;
  height: 291px;
  background: #fdfdfd;
  border-radius: 16px;
  text-align: center;
}
.box3 .content .list .item .com .num {
  width: 72px;
  height: 88px;
  background: url("../images/box3-icon.png") no-repeat center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 36px;
  color: #d90908;
  line-height: 72px;
  transform: translateY(-25px);
}
.box3 .content .list .item .com .t1 {
  font-weight: bold;
  font-size: 28px;
  color: #026582;
  transform: translateY(-15px);
}
.box3 .content .list .item .com .t1 span {
  color: #ff5800;
}
.box3 .content .list .item .com .t2 {
  font-size: 20px;
  color: #333333;
  line-height: 37px;
  height: 115px;
  margin-top: 5px;
}
.box3 .content .list .item .com .line {
  width: 240px;
  height: 5px;
  background: linear-gradient(to right, #026582 0%, #00c5ff 100%);
  border-radius: 2px;
  transform: translateX(30px);
}

.box4 {
  padding-top: 30px;
  padding-bottom: 65px;
}
.box4 .content {
  width: 1200px;
  height: 553px;
  background: #fff;
  border-radius: 64px;
  border: 5px solid #026582;
  padding: 60px 82px 0;
  box-sizing: border-box;
}
.box4 .content .des {
  font-size: 22px;
  color: #333333;
  line-height: 37px;
  text-align: center;
  letter-spacing: 1px;
}
.box4 .content .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 12px;
}
.box4 .content .list .item {
  width: 222px;
  height: 218px;
  box-sizing: border-box;
  padding: 30px 20px;
  transition: transform 0.2s ease;
}
.box4 .content .list .item:hover {
  transform: translateY(-5px);
}
.box4 .content .list .item:nth-child(1) {
  background: url("../images/box4-1.png") no-repeat center;
}
.box4 .content .list .item:nth-child(1) .t1 {
  color: #8a3ef1;
}
.box4 .content .list .item:nth-child(2) {
  background: url("../images/box4-2.png") no-repeat center;
}
.box4 .content .list .item:nth-child(2) .t1 {
  color: #f68549;
}
.box4 .content .list .item:nth-child(3) {
  background: url("../images/box4-3.png") no-repeat center;
}
.box4 .content .list .item:nth-child(3) .t1 {
  color: #119dbe;
}
.box4 .content .list .item:nth-child(4) {
  background: url("../images/box4-4.png") no-repeat center;
}
.box4 .content .list .item:nth-child(4) .t1 {
  color: #4b89cb;
}
.box4 .content .list .item .t1 {
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 10px;
  letter-spacing: 2px;
}
.box4 .content .list .item .t2 {
  font-size: 22px;
  color: #666;
  line-height: 34px;
}

.box5 {
  height: 1228px;
  background: url("../images/box5-bg.jpg") no-repeat center;
  box-sizing: border-box;
  padding-top: 15px;
}
.box5 .content {
  width: 1200px;
  height: 1064px;
  background: #fff;
  border-radius: 64px;
  text-align: center;
  box-sizing: border-box;
  padding: 70px 82px;
}
.box5 .content .des {
  font-size: 22px;
  color: #333;
  line-height: 37px;
}
.box5 .content .list {
  width: 1035px;
  height: 120px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #026582;
  margin-top: 25px;
  box-sizing: border-box;
  overflow: hidden;
}
.box5 .content .list.list1 .com2 {
  background: rgba(218, 32, 52, 0.2);
}
.box5 .content .list.list1 .com2 .t2 {
  width: 224px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  background: #da2034;
}
.box5 .content .list.list2 .com2 {
  background: rgba(26, 67, 124, 0.2);
}
.box5 .content .list.list2 .com2 .t2 {
  width: 224px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  background: #1a437c;
}
.box5 .content .list .com1 {
  background: rgba(2, 101, 130, 0.2);
  display: flex;
}
.box5 .content .list .com1 .item {
  border-bottom: 1px solid #026582;
}
.box5 .content .list .com2 {
  display: flex;
}
.box5 .content .list .item {
  height: 60px;
  line-height: 60px;
  border-left: 1px solid #026582;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  flex: 1;
  box-sizing: border-box;
}
.box5 .content .list .t1 {
  width: 224px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  background: #026582;
}
.box5 .content .title {
  font-weight: bold;
  font-size: 36px;
  color: #026582;
  padding: 40px;
  letter-spacing: 2px;
}
.box5 .content .list3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -16px;
}
.box5 .content .list3 .item {
  width: 356px;
  height: 334px;
  transition: transform 0.2s ease;
}
.box5 .content .list3 .item:hover {
  transform: translateY(-10px);
}
.box5 .content .list3 .item:nth-child(1) {
  background: url("../images/box5-1.png") no-repeat center;
}
.box5 .content .list3 .item:nth-child(2) {
  background: url("../images/box5-2.png") no-repeat center;
}
.box5 .content .list3 .item:nth-child(3) {
  background: url("../images/box5-3.png") no-repeat center;
}
.box5 .content .list3 .item .t1 {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  line-height: 70px;
}
.box5 .content .list3 .item .t2 {
  font-size: 20px;
  color: #333;
  line-height: 37px;
  padding-top: 100px;
}
.box5 .content .flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 122px;
}
.box5 .content .flex-btn .btn {
  margin: 0;
}

.page .campus .title {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 36px;
  color: #026582;
  font-weight: bold;
  line-height: 40px;
  padding-top: 60px;
  padding-bottom: 35px;
}
.page .campus .title span {
  color: #ff5800;
}
.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(255, 88, 0, 0.21);
}
.page .campus .site-list .item.active {
  color: #ff5800;
  border-color: #ff5800;
}
.page .campus .site-list .item:hover {
  color: #ff5800;
}
.page .campus .tabs .tab:hover {
  color: #ff5800;
}
.page .campus .tabs .tab.active {
  background: #ff5800;
}
.page .campus .position .t1 {
  color: #ff5800;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  background: #ff5800;
  color: #fff;
}
.page .campus .position .form-container .form-code .kaptcha-btn:active {
  background: #cc4600;
}
.page .campus .position .form-container .submit {
  background: #ff5800;
  color: #fff;
}
.page .campus .position .form-container .submit:active {
  background: #cc4600;
}