.box-title {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 34px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
}
.box-title span {
  color: #ff7e00;
}

.box-des {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  padding-top: 15px;
}

.box2 {
  padding-bottom: 76px;
}
.box2 .box-title {
  padding-top: 50px;
  padding-bottom: 55px;
}
.box2 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box2 .list .item {
  width: 281px;
  height: 287px;
  background: #ffffff;
  box-shadow: 0px 5px 7px 0px rgba(89, 89, 89, 0.1);
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  text-align: center;
  position: relative;
}
.box2 .list .item:nth-child(1) .img {
  background-image: url("../images/box2-1.png");
}
.box2 .list .item:nth-child(2) .img {
  background-image: url("../images/box2-2.png");
}
.box2 .list .item:nth-child(3) .img {
  background-image: url("../images/box2-3.png");
}
.box2 .list .item:nth-child(4) .img {
  background-image: url("../images/box2-4.png");
}
.box2 .list .item .img {
  margin-top: -40px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
}
.box2 .list .item .t1 {
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  line-height: 40px;
}
.box2 .list .item .t2 {
  font-size: 18px;
  color: #666666;
  padding: 10px 20px;
  line-height: 30px;
}
.box2 .list .item .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 179px;
  height: 44px;
  line-height: 44px;
  background: #ff5400;
  box-shadow: 0px 5px 7px 0px rgba(238, 66, 37, 0.1);
  border-radius: 22px;
  border: 2px solid #ffffff;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.box3 {
  height: 1034px;
  background: #eef4fd url("../images/bg.png") no-repeat center bottom;
}
.box3 .box-title {
  padding-top: 50px;
}
.box3 .kc-con {
  background: #fff;
  font-size: 16px;
  margin-top: 22px;
}
.box3 .kc-con .kc-ul {
  overflow: hidden;
}
.box3 .kc-con .kc-ul li {
  float: left;
  width: 595px;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-right: 8px;
  cursor: pointer;
}
.box3 .kc-con .kc-ul li.kc-color1 {
  background: #ff5800;
}
.box3 .kc-con .kc-ul li.kc-color2 {
  background: #022f6f;
  margin-right: 0px;
}
.box3 .kc-con .kc-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box3 .kc-con .kc-box .tab-color {
  background: #f0ecef;
}
.box3 .kc-con .kc-box .kc-l {
  width: 575px;
  padding: 10px;
  box-shadow: 0px 0px 10px #ddd;
}
.box3 .kc-con .kc-box .kc-l ul {
  padding-top: 15px;
}
.box3 .kc-con .kc-box .kc-l ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
.box3 .kc-con .kc-box .kc-l ul li img {
  float: left;
}
.box3 .kc-con .kc-box .kc-l ul li h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.box3 .kc-con .kc-box .kc-l ul li p {
  font-size: 16px;
}
.box3 .kc-con .kc-box .kc-l p {
  font-size: 14px;
}
.box3 .kc-con .kc-box .kc-l table {
  width: 580px;
}
.box3 .kc-con .kc-box .kc-l table tr td {
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
.box3 .kc-con .kc-box .kc-r {
  width: 575px;
  padding: 10px;
  box-shadow: 0px 0px 10px #ddd;
}
.box3 .kc-con .kc-box .kc-r ul {
  padding-top: 15px;
}
.box3 .kc-con .kc-box .kc-r ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
.box3 .kc-con .kc-box .kc-r ul li img {
  float: left;
}
.box3 .kc-con .kc-box .kc-r ul li h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.box3 .kc-con .kc-box .kc-r ul li p {
  font-size: 16px;
}
.box3 .kc-con .kc-box .kc-r p {
  font-size: 14px;
}
.box3 .kc-con .kc-box .kc-r table {
  width: 580px;
}
.box3 .kc-con .kc-box .kc-r table tr td {
  text-align: left;
  font-size: 15px;
  padding-top: 4px;
  padding-bottom: 5px;
  line-height: 18px;
}
.box3 .kc-con .kc-box .kc-r .w1 {
  width: 180px;
}
.box3 .kc-con .kc-box .kc-r .w2 {
  width: 230px;
  text-align: center;
  border-left: 1px solid #fff;
}
.box3 .kc-con .kc-box .kc-r .w3 {
  width: 70px;
  text-align: center;
  background: #f0ecef;
  border-left: 1px solid #fff;
}
.box3 .kc-con .kc-box .kc-r .w4 {
  text-align: center;
  background: #f0ecef;
  border-left: 1px solid #fff;
}
.box3 .kc-con .kc-box .kc-r .w5 {
  width: 110px;
}
.box3 .kc-con .kc-box .kc-r .w6 {
  width: 300px;
  text-align: center;
  border-left: 1px solid #fff;
}
.box3 .kc-con .tip {
  padding: 0px 2px 10px;
  font-size: 16px;
}
.box3 .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: 40px auto 0;
  cursor: pointer;
}

.box4 {
  padding-bottom: 45px;
}
.box4 .box-title {
  padding-top: 40px;
}
.box4 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}
.box4 .list .item {
  width: 377px;
  height: 331px;
  background: #ffffff;
  box-shadow: 0px 5px 7px 0px rgba(89, 89, 89, 0.1);
  border-radius: 16px;
  border: 2px solid #f0f0f0;
  position: relative;
}
.box4 .list .item:nth-child(1) .img {
  background-image: url("../images/box4-1.png");
}
.box4 .list .item:nth-child(1) .t2 {
  background-image: url("../images/box4-1bg.png");
}
.box4 .list .item:nth-child(2) .img {
  background-image: url("../images/box4-2.png");
}
.box4 .list .item:nth-child(2) .t2 {
  background-image: url("../images/box4-2bg.png");
}
.box4 .list .item:nth-child(3) .img {
  background-image: url("../images/box4-3.png");
}
.box4 .list .item:nth-child(3) .t2 {
  background-image: url("../images/box4-3bg.png");
}
.box4 .list .item .img {
  margin-top: -45px;
  height: 99px;
  background-position: center;
  background-repeat: no-repeat;
}
.box4 .list .item .t1 {
  font-weight: 600;
  font-size: 35px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
.box4 .list .item .t2 {
  width: 350px;
  height: 213px;
  font-size: 20px;
  color: #fff;
  padding: 32px 15px 0px 32px;
  margin: 14px;
  line-height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.box4 .list .item .t2 .line {
  width: 100%;
  height: 10px;
}
.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: 40px auto 0;
  cursor: pointer;
}

.box5 {
  height: 648px;
  background: #eef4fd url("../images/bg.png") no-repeat center bottom;
}
.box5 .box-title {
  padding-top: 40px;
}
.box5 .content {
  width: 928px;
  height: 365px;
  margin: 50px auto;
  background: url("../images/box5.png") no-repeat center;
}
.box5 .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: 45px auto 0;
  cursor: pointer;
}

.box6 .box-title {
  padding-top: 45px;
}
.box6 .content {
  margin-top: 35px;
  margin-bottom: 52px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #355c93;
}
.box6 .content table {
  text-align: center;
}
.box6 .content table tr {
  border-top: 1px solid #355c93;
}
.box6 .content table tr th {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  height: 50px;
  background: #355c93;
}
.box6 .content table tr td {
  font-size: 20px;
  color: #333;
  height: 40px;
  border-left: 1px solid #355c93;
}
.box6 .content table tr td:first-child {
  border-left: none;
}
.box6 .btn-com {
  width: 690px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box6 .btn-com .btn {
  width: 312px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  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;
  cursor: pointer;
}
.box6 .btn-com .btn.btn1 {
  background: #ff5400;
}
.box6 .btn-com .btn.btn2 {
  background: #022f6f;
}

.box7 {
  padding-bottom: 45px;
}
.box7 .box-title {
  padding-top: 50px;
  padding-bottom: 50px;
}
.box7 .content {
  width: 100%;
  height: 211px;
  background: url("../images/box7.png") no-repeat center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box7 .content .item {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  margin-left: 50px;
  margin-right: 140px;
  letter-spacing: 1px;
}
.box7 .content .item:nth-child(4) {
  margin-left: 230px;
}
.box7 .content .item:nth-child(6) {
  margin-right: 0;
}
.box7 .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: 40px auto 0;
  cursor: pointer;
}

.box8 {
  background-color: #21538f;
  height: 600px;
}
.box8 .box-title {
  padding-top: 30px;
  padding-bottom: 10px;
  color: #fff;
}
.box8 .offical-center {
  width: 608px;
  height: 408px;
  margin: 70px auto 0 auto;
}
.box8 .swiper-scroll {
  overflow: hidden;
}
.box8 .swiper-scroll .officai-swiperChange {
  width: 580px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  top: 35px;
  position: relative;
  z-index: 10;
}
.box8 .swiper-scroll .officai-swiperChange .officai-pre {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.box8 .swiper-scroll .gallery-topOne .swiper-slide {
  height: 500px !important;
  opacity: 0.5;
}
.box8 .swiper-scroll .gallery-topOne .swiper-slide-active {
  opacity: 1;
}
.box8 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title {
  margin-bottom: 15px;
}
.box8 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-topTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.box8 .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);
}
.box8 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-topTitle .sst-big {
  font-size: 20px;
  color: #fffffd;
  font-weight: bold;
  margin: 0 10px;
}
.box8 .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);
}
.box8 .swiper-scroll .gallery-topOne .swiper-slide .swiper-slide-title .sst-content {
  width: 582px;
  height: 379px;
  margin: 0 auto;
}

.page .campus .box-title {
  padding-top: 45px;
}
.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 {
  background: #21538f;
  color: #fff;
}
.page .campus .position .form-container .form-code .kaptcha-btn:active {
  background: #173b66;
}
.page .campus .position .form-container .submit {
  background: #21538f;
  color: #fff;
}
.page .campus .position .form-container .submit:active {
  background: #173b66;
}