﻿.box-title {
  width: 100%;
  padding-top: 50px;
  text-align: center;
  box-sizing: border-box;
}
.box-title .title {
  font-size: 34px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
}
.box-title .title span {
  color: #173ea0;
}

.box2 {
  background: url("../image/box2-bg.png") no-repeat center bottom;
}
.box2 .box-title {
  padding-top: 38px;
}
.box2 .box-title .title {
  line-height: 50px;
}
.box2 .box-title .title span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffd779;
}
.box2 .content {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 46px;
}
.box2 .content .list1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
.box2 .content .list1 .tags {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.box2 .content .list1 .tags .tag {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffd779;
  border-radius: 20px;
  font-size: 16px;
  color: #173ea0;
  margin-top: 30px;
}
.box2 .content .list1 .tags .tag:nth-child(1), .box2 .content .list1 .tags .tag:nth-child(2) {
  margin-top: 35px;
}
.box2 .content .list1 .item {
  width: 400px;
  height: 430px;
  border-radius: 20px;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
}
.box2 .content .list1 .item-odd {
  background: #3a68d9;
}
.box2 .content .list1 .item-even {
  background: #173ea0;
}
.box2 .content .list1 .item .title {
  font-size: 24px;
  color: #ffd779;
  font-weight: bold;
  padding-top: 20px;
  line-height: 24px;
}
.box2 .content .list1 .item .item1 {
  font-size: 16px;
  color: #fff;
  padding: 16px 0;
  border-bottom: 1px dashed #fff;
}
.box2 .content .list1 .item .item1:last-child {
  border-bottom: none;
}
.box2 .content .list2 {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.box2 .content .list2 .item {
  width: 470px;
  height: 380px;
  box-sizing: border-box;
}
.box2 .content .list2 .item-odd {
  background: url("../image/box2-2bg.png") no-repeat center;
}
.box2 .content .list2 .item-odd .title {
  font-size: 24px;
  color: #173ea0;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 4px;
}
.box2 .content .list2 .item-odd .des {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  padding-left: 75px;
  position: relative;
}
.box2 .content .list2 .item-odd .des::after {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e77c6;
}
.box2 .content .list2 .item-even {
  background: #f4f8ff;
}
.box2 .content .list2 .item-even .form-container {
  display: flex;
  flex-direction: column;
  width: 370px;
  margin: 0 auto;
}
.box2 .content .list2 .item-even .form-container .title {
  font-size: 26px;
  color: #173ea0;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: bold;
}
.box2 .content .list2 .item-even .form-container .form-item {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  border: 1px solid #d8e3ff;
  background-color: #fff;
  border-radius: 23px;
  box-shadow: 3px 6px 10px rgba(228, 239, 255, 0.34);
  overflow: hidden;
}
.box2 .content .list2 .item-even .form-container .form-item input {
  color: #333;
}
.box2 .content .list2 .item-even .form-container .form-code {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 23px;
  border: 1px solid #d8e3ff;
  box-shadow: 3px 6px 10px rgba(228, 239, 255, 0.34);
  overflow: hidden;
}
.box2 .content .list2 .item-even .form-container .form-code .form-item {
  width: 240px;
  margin: 0;
  border: none;
  box-shadow: none;
}
.box2 .content .list2 .item-even .form-container .form-code .kaptcha-code {
  border: none;
  padding: 0;
}
.box2 .content .list2 .item-even .form-container .form-code .kaptcha-btn {
  width: 130px;
  margin: 10px 0;
  height: 26px;
  line-height: 26px;
  border-left: 1px solid #173ea0;
  background: #fff;
  color: #173ea0;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}
.box2 .content .list2 .item-even .form-container .form-code .kaptcha-btn:active {
  color: #112d73;
}
.box2 .content .list2 .item-even .form-container .select-country {
  position: relative;
  cursor: pointer;
  overflow: inherit;
}
.box2 .content .list2 .item-even .form-container .select-country .current {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
.box2 .content .list2 .item-even .form-container .select-country .list {
  position: absolute;
  top: -180px;
  left: 15px;
  z-index: 10;
  display: none;
  width: 340px;
  max-height: 180px;
  overflow: auto;
  color: #333;
  background-color: #fff;
}
.box2 .content .list2 .item-even .form-container .select-country .list .option {
  padding-left: 12px;
  line-height: 36px;
  text-align: left;
  cursor: pointer;
}
.box2 .content .list2 .item-even .form-container .select-country .list .option:hover {
  color: #fff;
  background-color: #ffd779;
}
.box2 .content .list2 .item-even .form-container .select-country .down {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 10px;
  margin-top: -5px;
}
.box2 .content .list2 .item-even .form-container .select-country .down.active {
  transform: rotate(180deg);
}
.box2 .content .list2 .item-even .form-container .box6 .form-container .submit {
  width: 217px;
  height: 40px;
  line-height: 40px;
  background: #f6e002;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.box2 .content .list2 .item-even .form-container .submit {
  background: #ffd779;
  color: #173ea0;
  font-size: 20px;
  font-weight: bold;
  border-radius: 23px;
  height: 46px;
  line-height: 46px;
}
.box2 .content .list2 .item-even .form-container .submit:active, .box2 .content .list2 .item-even .form-container .submit:hover {
  background: #ffc846;
}

.box3 {
  width: 1100px;
  margin: 0 auto;
}
.box3 .title-des {
  font-size: 16px;
  color: #333;
  padding-top: 10px;
  text-align: center;
}
.box3 .content {
  width: 100%;
  height: 450px;
  margin-top: 25px;
  border-radius: 20px;
  box-shadow: 0 0 9px 1px rgba(180, 211, 255, 0.59);
  box-sizing: border-box;
  padding: 30px 80px;
}
.box3 .content .tabs {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 50px;
}
.box3 .content .tabs .item {
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #173ea0;
  font-size: 20px;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.box3 .content .tabs .item.active {
  background: #ffd779;
  color: #173ea0;
}
.box3 .content .list {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box3 .content .list.show {
  display: flex;
}
.box3 .content .list .item {
  width: 460px;
  height: 150px;
  margin-top: 20px;
  border-radius: 20px;
}
.box3 .content .list .item-odd {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../image/box3-item.png") no-repeat center;
}
.box3 .content .list .item-odd .title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
}
.box3 .content .list .item-odd .tag {
  width: 150px;
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 18px;
  margin-top: 8px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.box3 .content .list .item-odd .tag:hover {
  background: #ffd779;
  color: #173ea0;
  border: 2px solid #ffd779;
}
.box3 .content .list .item-even {
  background: #173ea0;
  box-sizing: border-box;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box3 .content .list .item-even .des {
  font-size: 16px;
  color: #fff;
}
.box3 .content .list .item-even .des span {
  color: #ffd779;
}

.box4 .box-title {
  padding-top: 42px;
}
.box4 .list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 25px 70px 0;
}
.box4 .list .item {
  width: 330px;
  height: 159px;
  background: url("../image/box4-item.png") no-repeat center;
}
.box4 .list .item .title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.box4 .list .item .des {
  font-size: 16px;
  color: #333;
  padding-top: 12px;
  padding-left: 80px;
}

.box5 {
  height: 440px;
  background: url("../image/box5-bg.png") no-repeat center bottom;
}
.box5 .list {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box5 .list .item {
  width: 224px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f0f6ff;
  border-radius: 16px;
}
.box5 .list .item .img {
  width: 62px;
  height: 62px;
  margin: 20px 0 15px;
}
.box5 .list .item .t1 {
  font-size: 18px;
  color: #173ea0;
  padding-bottom: 5px;
}
.box5 .list .item .t2 {
  font-size: 16px;
  color: #333;
}
.box5 .btn {
  width: 300px;
  height: 50px;
  margin: 20px auto;
  line-height: 50px;
  text-align: center;
  background: #ffd779;
  border-radius: 25px;
  font-size: 20px;
  color: #173ea0;
  cursor: pointer;
}

.box6 {
  height: 697px;
  background: url("../image/box6-bg.png") no-repeat center;
}
.box6 .box-title {
  padding-top: 40px;
}
.box6 .title-des {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.box6 .title-tag {
  width: 360px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ffd779;
  font-size: 20px;
  color: #173ea0;
  font-weight: bold;
  margin: 8px auto 0;
}
.box6 .list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 20px 0;
}
.box6 .list .item {
  width: 200px;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 24px;
}
.box6 .list .item .title {
  width: 179px;
  height: 179px;
  background: url("../image/box6-item.png") no-repeat center;
  font-size: 20px;
  color: #173ea0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box6 .list .item .t1 {
  font-size: 18px;
  color: #173ea0;
  font-weight: bold;
  padding: 2px 0;
}
.box6 .list .item .t2 {
  font-size: 16px;
  color: #333;
}
.box6 .img {
  width: 100%;
  height: 179px;
  background: url("../image/box6-zs.png") no-repeat center;
}

.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(23, 62, 160, 0.21);
}
.page .campus .site-list .item.active {
  color: #173ea0;
  border-color: #173ea0;
}
.page .campus .site-list .item:hover {
  color: #173ea0;
}
.page .campus .tabs .tab:hover {
  color: #173ea0;
}
.page .campus .tabs .tab.active {
  background: #173ea0;
}
.page .campus .position .t1 {
  color: #173ea0;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  background: #ffd779;
  color: #173ea0;
}
.page .campus .position .form-container .form-code .kaptcha-btn:active {
  background: #ffc846;
}
.page .campus .position .form-container .submit {
  background: #ffd779;
  color: #173ea0;
}
.page .campus .position .form-container .submit:active {
  background: #ffc846;
}