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

table {
  border-collapse: separate;
  border-spacing: 3px;
}

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

.box-title {
  width: 100%;
  font-size: 34px;
  color: #333;
  font-weight: bold;
  padding: 40px 0 20px;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
}
.box-title span {
  color: #21538f;
}
.box-title .des {
  font-size: 22px;
  font-weight: initial;
  padding-top: 4px;
}

.box2 {
  height: 730px;
  background: url("../images/kc-bg.png") no-repeat center;
}
.box2 .box-title {
  padding: 50px 0 20px;
}
.box2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box2 .list .item {
  width: 270px;
  height: 255px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(8, 55, 123, 0.09);
  margin-bottom: 20px;
}
.box2 .list .item:nth-child(odd) .top {
  background: #21538f url('../images/kc-icon1.png') no-repeat 20px center/67px 75px;
}
.box2 .list .item:nth-child(odd) .bottom {
  background: #f4f9ff;
  color: #21538f;
}
.box2 .list .item:nth-child(odd) .bottom .btn {
  border: 2px solid #21538f;
}
.box2 .list .item:nth-child(even) .top {
  background: #f3c171 url('../images/kc-icon2.png') no-repeat 20px center/67px 75px;
}
.box2 .list .item:nth-child(even) .bottom {
  background: #fffcf7;
  color: #f3c171;
}
.box2 .list .item:nth-child(even) .bottom .btn {
  border: 2px solid #f3c171;
}
.box2 .list .item .top {
  width: 100%;
  height: 80px;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  text-align: center;
}
.box2 .list .item .bottom {
  width: 100%;
  height: 175px;
  padding: 15px 10px 0 20px;
  box-sizing: border-box;
  position: relative;
}
.box2 .list .item .bottom .txt {
  font-size: 16px;
  display: flex;
  line-height: 20px;
  padding-bottom: 5px;
}
.box2 .list .item .bottom .txt2 {
  color: #333;
  flex: 1;
}
.box2 .list .item .bottom .btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 22px;
  left: 58px;
  cursor: pointer;
}
.box2 .list .item .bottom .btn .bf {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.box3 {
  padding-top: 24px;
}
.box3 .list {
  height: 101px;
  background: url("../images/wt-bg.png") no-repeat center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 25px;
  box-sizing: border-box;
}
.box3 .list .item {
  height: 50px;
  line-height: 50px;
  background: url("../images/wt-icon.png") no-repeat left center/50px 50px;
  padding-left: 80px;
  font-size: 18px;
  color: #fff;
}

.box4 {
  position: relative;
}
.box4 .box-title {
  padding: 20px 0 5px;
}
.box4 .problemBox {
  margin-top: 20px;
}
.box4 .problemBox .problemBox-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
.box4 .problemBox .problemBox-nav .problemBox-nav-item {
  width: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  line-height: 20px;
}
.box4 .problemBox .problemBox-nav .problemBox-nav-item.active .pni-one {
  color: #21538f;
}
.box4 .problemBox .problemBox-nav .problemBox-nav-item.active .pni-border {
  display: block;
}
.box4 .problemBox .problemBox-nav .problemBox-nav-item .pni-one {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.box4 .problemBox .problemBox-nav .problemBox-nav-item .pni-two {
  color: #7f7f7f;
  font-size: 14px;
}
.box4 .problemBox .problemBox-nav .problemBox-nav-item .pni-border {
  width: 145px;
  height: 8px;
  background-color: #21538f;
  position: relative;
  top: 3px;
  border-radius: 4px 4px 0 0;
  display: none;
}
.box4 .problemBox .problemBox-line {
  width: 100%;
  height: 2px;
  background-color: rgba(33, 83, 143, 0.2);
  margin-top: 2px;
}
.box4 .show {
  display: block !important;
}
.box4 .problemBox .problemBox-content .problemBox-content-item {
  padding: 22px 35px;
  box-sizing: border-box;
  display: none;
  background-color: #fff;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtOne {
  display: flex;
  padding-left: 25px;
  background-image: linear-gradient(to right, #21538f, 60%, #fff);
  border-radius: 22px;
  color: #feffff;
  font-size: 18px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtTwo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtTwo .one-txtTwoItem {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 40px;
  margin-bottom: 20px;
  min-width: 350px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtTwo .one-txtTwoItem:nth-child(2) .one-ite-top, .box4 .problemBox .problemBox-content .problemBox-content-item .one-txtTwo .one-txtTwoItem:nth-child(5) .one-ite-top {
  background-color: #f3c171;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtTwo .one-txtTwoItem:nth-child(2) .one-ite-bottom, .box4 .problemBox .problemBox-content .problemBox-content-item .one-txtTwo .one-txtTwoItem:nth-child(5) .one-ite-bottom {
  background-color: #fff8eb;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtTwo .one-txtTwoItem:nth-child(3n) {
  margin-right: 0;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtTwo .one-txtTwoItem .one-ite-top {
  width: 100%;
  height: 34px;
  background-color: #21538f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtTwo .one-txtTwoItem .one-ite-bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f9ff;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtFour {
  display: flex;
  padding-left: 25px;
  background-image: linear-gradient(to right, #f3c171, 60%, #fff);
  border-radius: 22px;
  color: #feffff;
  font-size: 18px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin-bottom: 18px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtFive {
  line-height: 36px;
  font-size: 16px;
  text-align: center;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtFive tr:first-child th {
  background-color: #21538f;
  color: #fff;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtFive tr:nth-child(even) td {
  background-color: #fff8eb;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .one-txtFive tr:nth-child(odd) td {
  background-color: #f4f9ff;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .two-centerBox {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .two-centerBox .two-centerBox-item {
  display: flex;
  flex-direction: column;
  width: 328px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .two-centerBox .two-centerBox-item .tci-top {
  position: relative;
  width: 100%;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .two-centerBox .two-centerBox-item .tci-top .tci-img img {
  display: block;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .two-centerBox .two-centerBox-item .tci-top .tci-title {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .two-centerBox .two-centerBox-item .tci-bottom {
  width: 100%;
  height: 135px;
  background-color: #f3f3f3;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: center;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .two-centerBox .two-centerBox-item .tci-bottom .tci-trangle {
  width: 0;
  height: 0;
  border-top: 8px solid #e22a2d;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  position: absolute;
  top: 0;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .two-table tr th {
  width: 350px;
  font-size: 18px;
  background-color: #f6e9d9;
  padding: 8px 0;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .two-table tr:nth-child(even) td {
  background-color: #f9f9fb;
  font-size: 16px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .two-table tr:nth-child(odd) td {
  background-color: #f0eff4;
  font-size: 16px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top {
  height: 255px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top .three-top-left {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 20px;
  padding: 35px 0 0 70px;
  box-sizing: border-box;
  text-align: left;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding-left: 30px;
  margin-top: 10px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-ul .ttu-item {
  width: 460px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-ul .ttu-item .ttu-item-cricle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #21538f;
  margin-right: 5px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-ul .ttu-item .ttu-des {
  font-size: 16px;
  color: #333;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center {
  display: flex;
  position: relative;
  padding: 0 20px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-title {
  color: #21538f;
  font-size: 18px;
  font-weight: bold;
  width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-fish {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-fishHead {
  width: 87px;
  height: 87px;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  line-height: 87px;
  text-align: center;
  background: url("../images/gxh4.png") no-repeat center;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-fishLast {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-right: 60px solid #21538f;
  border-left: 0 solid transparent;
  border-bottom: 60px solid transparent;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-fishBox {
  display: flex;
  position: absolute;
  left: 220px;
  top: 66px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-fishBox .ttc-fishBox-item {
  position: absolute;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-fishBox .ttc-fishBox-item .ttc-line-one {
  position: absolute;
  width: 50px;
  height: 40px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-fishBox .ttc-fishBox-item .ttc-line-two {
  position: absolute;
  width: 46px;
  height: 48px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-fishBox .ttc-fishBox-item .tfi-des {
  width: 150px;
  position: absolute;
  right: -190px;
  font-size: 16px;
  text-align: left;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-fishBox .ttc-fishBox-item .tfi-one {
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  border: 1px solid #21538f;
  color: #21538f;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  left: 0;
  background: #ffffff;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-fishBox .ttc-fishBox-item .tfi-one .tfi-one-one {
  background-color: #21538f;
  color: #ffffff;
  padding: 0 5px;
  box-sizing: border-box;
  flex: 1;
  text-align: center;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-fishBox .ttc-fishBox-item .tfi-one .tfi-one-two {
  padding: 0 5px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-bottom {
  display: flex;
  padding: 0 30px;
  box-sizing: border-box;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-bottom .ttc-bottom-txt {
  width: 200px;
  height: 35px;
  color: #ffffff;
  font-size: 16px;
  background-color: #21538f;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-bottom .ttc-clb {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 15px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-bottom .ttc-clb .ttc-suLine {
  border: 1px dashed #21538f;
  height: 30px;
  width: 0;
  position: relative;
  top: -6px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-bottom .ttc-clb .ttc-box {
  position: absolute;
  background-color: #f4f9ff;
  border-radius: 10px;
  font-size: 16px;
  top: 45px;
  width: 124px;
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .three-top-center .ttc-anthorbox {
  background-color: #f4f9ff;
  border-radius: 10px;
  font-size: 14px;
  width: 124px;
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 13px;
  left: 8px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .four-problemBoxbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .four-problemBoxbox .four-boxItem {
  width: 340px;
  margin-bottom: 18px;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .four-problemBoxbox .four-boxItem .four-boxItem-top {
  width: 100%;
  height: 60px;
  line-height: 25px;
  background-color: #f4f9ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .four-problemBoxbox .four-boxItem .four-boxItem-top .fbt-one {
  font-size: 20px;
  font-weight: bold;
  color: #21538f;
}
.box4 .problemBox .problemBox-content .problemBox-content-item .four-problemBoxbox .four-boxItem .four-boxItem-top .fbt-Two {
  font-size: 16px;
}
.box4 .problemBox .btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #21538f;
  border-radius: 26px;
  font-size: 20px;
  color: #21538f;
  margin: 0 auto;
  cursor: pointer;
}

.box5 .box-title .des {
  padding-top: 10px;
}
.box5 .com {
  height: 440px;
  border: 1px solid #21538f;
  border-radius: 8px;
  padding: 20px 35px 0;
  box-sizing: border-box;
}
.box5 .com .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box5 .com .top .box {
  width: 440px;
  height: 80px;
  background: #f4f9ff;
  border-radius: 10px;
  box-shadow: 0 7px 10px rgba(0, 68, 140, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.box5 .com .top .box:nth-child(2) {
  width: 670px;
}
.box5 .com .top .box .txt {
  width: 60px;
  height: 60px;
  background-color: #21538f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #f3c171;
  margin-left: 15px;
}
.box5 .com .top .box .list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.box5 .com .top .box .list .item {
  font-size: 16px;
  color: #21538f;
  min-width: 150px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  line-height: 28px;
}
.box5 .com .top .box .list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #00448c;
  border-radius: 50%;
}
.box5 .com .top .box .list .item .des {
  font-size: 14px;
  color: #333;
  line-height: 16px;
  font-weight: initial;
  height: 30px;
}
.box5 .com .table {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.box5 .com .table .title {
  font-size: 21px;
  color: #21538f;
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
}
.box5 .com .table tr:first-child {
  color: #fff;
}
.box5 .com .table tr:first-child th:nth-child(odd) {
  background: #21538f;
}
.box5 .com .table tr:first-child th:nth-child(even) {
  background: #f3c171;
}
.box5 .com .table tr:nth-child(odd) td {
  background: #fff8eb;
}
.box5 .com .table tr:nth-child(even) td {
  background: #f4f9ff;
}
.box5 .com .table .des {
  font-size: 14px;
  color: #333;
  padding-top: 2px;
}
.box5 .btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #21538f;
  border-radius: 26px;
  font-size: 20px;
  color: #21538f;
  margin: 25px auto 45px;
  cursor: pointer;
}

.box6 {
  background-color: #21538f;
  height: 600px;
}
.box6 .fontTitle {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  padding: 30px 0 0px;
  text-align: center;
}
.box6 .offical-center {
  width: 608px;
  height: 408px;
  margin: 70px auto 0 auto;
}
.box6 .swiper-scroll {
  overflow: hidden;
}
.box6 .swiper-scroll .officai-swiperChange {
  width: 580px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  top: 35px;
  position: relative;
  z-index: 10;
}
.box6 .swiper-scroll .officai-swiperChange .officai-pre {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide {
  height: 500px !important;
  opacity: 0.5;
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide-active {
  opacity: 1;
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title {
  margin-bottom: 15px;
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-topTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-topTitle .sst-line {
  width: 30px;
  height: 2px;
  background-image: linear-gradient(to right, transparent, #fff);
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-topTitle .sst-big {
  font-size: 20px;
  color: #fffffd;
  font-weight: bold;
  margin: 0 10px;
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-topTitle .sst-lineTwo {
  width: 30px;
  height: 2px;
  background-image: linear-gradient(to left, transparent, #fff);
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-content {
  width: 580px;
  height: 380px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 45px 10px;
  box-sizing: border-box;
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-content .sst-content-top {
  display: flex;
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-content .sct-txt {
  width: 230px;
  text-align: left;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-content .sct-txt .icon {
  position: absolute;
  left: 18px;
  top: -5px;
  z-index: 1;
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-content .sct-txt .icon-b {
  top: 20px;
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-content .sct-txt .sct-txt-big {
  color: #00448c;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.box6 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-content .sct-txt .sct-txt-small {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}

.box7 .box-title {
  padding-bottom: 30px;
}

.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(33, 83, 143, 0.21);
}
.page .campus .site-list .item.active {
  color: #21538f;
  border-color: #21538f;
}
.page .campus .site-list .item:hover {
  color: #21538f;
}
.page .campus .tabs .tab:hover {
  color: #21538f;
}
.page .campus .tabs .tab.active {
  background: #21538f;
}
.page .campus .position .t1 {
  color: #21538f;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  color: #fff;
  background: #21538f;
}
.page .campus .position .form-container .form-code .kaptcha-btn:active {
  background: #173b66;
}
.page .campus .position .form-container .submit {
  color: #fff;
  background: #21538f;
}
.page .campus .position .form-container .submit:active {
  background: #173b66;
}