html,
body {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

.show {
  display: block !important;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.box-title {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 45px;
}
.box-title .title {
  font-size: 34px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
  background: url("../images/title-icon.png") no-repeat center bottom/150px 10px;
}
.box-title .des {
  font-size: 18px;
  color: #333;
  padding: 15px 0;
}

.page {
  padding-bottom: 116px;
}

.box2 .list {
  padding-top: 70px;
  display: flex;
}
.box2 .list .item {
  position: relative;
  width: 200px;
  height: 335px;
  border-radius: 9px;
}
.box2 .list .item:nth-child(odd) {
  background-color: #017ac1;
}
.box2 .list .item:nth-child(odd) .top {
  border: 4px solid #017ac1;
  color: #017ac1;
}
.box2 .list .item:nth-child(even) {
  background-color: #28aceb;
}
.box2 .list .item:nth-child(even) .top {
  border: 4px solid #28aceb;
  color: #28aceb;
}
.box2 .list .item .top {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  text-align: center;
  margin-top: -65px;
  margin-left: 35px;
  background-color: #fff;
  padding-top: 16px;
  box-sizing: border-box;
}
.box2 .list .item .top .t1 {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}
.box2 .list .item .top .t2 {
  font-size: 16px;
  color: #333;
  line-height: 20px;
}
.box2 .list .item .des {
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  line-height: 24px;
}
.box2 .list .item .btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to right, #ffb954, #ff9700);
  cursor: pointer;
}

.box3 .box {
  padding: 0 80px 50px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.box3 .box .list {
  background: url("../images/rmkc.png") no-repeat center;
  width: 390px;
  height: 233px;
  color: #fff;
  text-align: center;
  position: relative;
}
.box3 .box .list .item {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
}
.box3 .box .list .item:nth-child(1) {
  top: 0;
  left: 107px;
}
.box3 .box .list .item:nth-child(2) {
  top: 0;
  right: 104px;
}
.box3 .box .list .item:nth-child(3) {
  top: 64px;
  left: 30px;
}
.box3 .box .list .item:nth-child(4) {
  top: 64px;
  right: 30px;
}
.box3 .box .list .item:nth-child(5) {
  left: 0;
  bottom: 0;
}
.box3 .box .list .item:nth-child(6) {
  right: 0;
  bottom: 0;
}
.box3 .box .list .item-title {
  width: 120px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.box4 {
  background-color: #e9f7fd;
  height: 705px;
}
.box4 .kecheng .navbar_bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box4 .kecheng .navbar_bx .item {
  width: 182px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #000000;
  background: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
}
.box4 .kecheng .navbar_bx .item.active {
  color: #fff;
  background: #017ac1;
}
.box4 .kecheng .kecheng_bx {
  display: none;
}
.box4 .kecheng .kecheng_bx table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  border-collapse: separate;
  border-spacing: 2px;
}
.box4 .kecheng .kecheng_bx table tr th {
  background: #28aceb;
  height: 40px;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  text-align: center;
}
.box4 .kecheng .kecheng_bx table tr td {
  background: #fff;
  line-height: 24px;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: center;
}
.box4 .kecheng .kecheng_bx table tr td:nth-child(3) {
  padding: 5px 68px;
  text-align: left;
}
.box4 .kecheng .kecheng_bx table tr td .btn {
  display: block;
  width: 140px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(to right, #ffb954, #ff9700);
  cursor: pointer;
}
.box4 .kecheng .kecheng_bx:nth-child(3) table tr td:nth-child(3) {
  padding: 5px 30px;
}
.box4 .kecheng .kecheng_bx:nth-child(4) table tr td:nth-child(3) {
  padding: 5px 110px;
}
.box4 .kecheng .kecheng_bx:nth-child(5) table tr td:nth-child(3) {
  padding: 5px 10px;
  text-align: center;
}
.box4 .kecheng .kecheng_bx:nth-child(6) table tr td:nth-child(3) {
  padding: 5px 50px;
}

.box5 {
  height: 240px;
  background: url("../images/form1-bg.png") no-repeat center;
  box-sizing: border-box;
}
.box5 .wrapper {
  height: 100%;
  background: url("../images/sec4_book.png") no-repeat 20px 45px;
}
.box5 .box-title {
  padding-top: 38px;
  padding-bottom: 5px;
  margin-left: 100px;
}
.box5 .box-title .title,
.box5 .box-title .des {
  color: #fff;
}
.box5 .box-title .title span,
.box5 .box-title .des span {
  color: #ffb954;
}
.box5 .form-container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding-left: 205px;
}
.box5 .form-container .form-item {
  width: 200px;
  height: 46px;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 23px;
  padding: 0 15px;
}
.box5 .form-container .form-item input {
  background-color: transparent;
}
.box5 .form-container .form-code {
  width: 300px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  border-radius: 23px;
  background-color: #fff;
  overflow: hidden;
}
.box5 .form-container .form-code .form-item {
  width: 160px;
  margin: 0;
}
.box5 .form-container .form-code .kaptcha-code {
  border: none;
  padding: 0;
}
.box5 .form-container .form-code .kaptcha-btn {
  width: 128px;
  height: 24px;
  line-height: 24px;
  background-color: #fff;
  color: #017ac1;
  font-size: 16px;
  font-weight: bold;
  margin: 11px 0;
  border-left: 1px solid #017ac1;
  border-radius: 0;
}
.box5 .form-container .form-code .kaptcha-btn:active {
  color: #015a8e;
}
.box5 .form-container .submit {
  width: 200px;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(to right, #ffb954, #ff9700) !important;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 23px;
}

.box6 .list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 30px 10px 0;
}
.box6 .list .item {
  width: 273px;
  height: 193px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.box6 .list .item:nth-child(odd) {
  background: url("../images/ys1.png") no-repeat center;
}
.box6 .list .item:nth-child(even) {
  background: url("../images/ys1.png") no-repeat center;
}
.box6 .list .item .title {
  width: 230px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
.box6 .list .item .des {
  font-size: 16px;
  color: #333;
  padding: 15px 12px;
}
.box6 .btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(to right, #ffb954, #ff9700);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 25px;
  text-align: center;
  margin: 0 auto;
}

.box7 .com {
  height: 235px;
  margin: 25px auto 50px;
  background: url("../images/zs.png") no-repeat center;
}

.box8 {
  height: 510px;
  background: url("../images/box8-bg.png") no-repeat center;
}
.box8 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 110px 0;
}
.box8 .list .item {
  padding: 15px 0;
  width: 350px;
}
.box8 .list .item:nth-child(odd) {
  text-align: right;
  margin-right: 140px;
}
.box8 .list .item:nth-child(odd) .title {
  justify-content: flex-end;
}
.box8 .list .item:nth-child(even) {
  text-align: left;
  margin-left: 140px;
}
.box8 .list .item:nth-child(3) {
  margin-right: 200px;
  width: 290px;
}
.box8 .list .item:nth-child(4) {
  margin-left: 200px;
  width: 290px;
}
.box8 .list .item .title {
  font-size: 20px;
  color: #017ac1;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.box8 .list .item .title span {
  font-size: 26px;
  margin-top: 3px;
}
.box8 .list .item .des {
  font-size: 16px;
  color: #333;
}

.box9 .zj-list {
  display: flex;
  justify-content: center;
  padding: 22px 0 25px;
}
.box9 .zj-list .item {
  color: #333;
  text-align: center;
  background: url("../images/js-icon.png") no-repeat center top;
  padding: 0 50px;
}
.box9 .zj-list .item .top {
  font-size: 22px;
  font-weight: bold;
  padding: 30px 0;
}
.box9 .zj-list .item .t1 {
  font-size: 20px;
  padding: 4px 0;
}
.box9 .zj-list .item .t2 {
  font-size: 16px;
}

.page .campus .box-title {
  padding-top: 45px;
}
.page .campus .site-list .item {
  box-shadow: 0 0 10px rgba(1, 122, 193, 0.21);
}
.page .campus .site-list .item.active {
  color: #017ac1;
  border-color: #017ac1;
}
.page .campus .site-list .item:hover {
  color: #017ac1;
}
.page .campus .tabs .tab:hover {
  color: #017ac1;
}
.page .campus .tabs .tab.active {
  background: #017ac1;
}
.page .campus .position .t1 {
  color: #017ac1;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  color: #fff;
  background: linear-gradient(to right, #ffb954, #ff9700) !important;
}
.page .campus .position .form-container .submit {
  color: #fff;
  background: linear-gradient(to right, #ffb954, #ff9700) !important;
}

.page .bottom {
  background-color: rgba(1, 122, 193, 0.8);
}
.page .bottom .box .right .form-container .form-code .kaptcha-btn {
  color: #017ac1;
}
.page .bottom .box .right .form-container .form-code .kaptcha-btn:active {
  color: #003a5c;
}
.page .bottom .box .right .form-container .select-course .list .option:hover {
  background-color: #017ac1;
}
.page .bottom .box .right .form-container .submit {
  background-color: #ffb954;
  color: #fff;
}
.page .bottom .box .right .form-container .submit:active {
  background-color: #ed8c00;
}