.page .swiper-pagination {
  bottom: 0;
}
.page .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 8px;
  background: #249ffd;
  opacity: 0.5;
}
.page .swiper-pagination .swiper-pagination-bullet-active {
  width: 45px;
  border-radius: 4px;
  opacity: 1;
}

.box-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 15px;
  text-align: center;
  box-sizing: border-box;
}
.box-title .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 60px;
  font-size: 40px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
  background-image: url("../images/title-l.png"), url("../images/title-r.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
.box-title .title span {
  color: #249ffd;
}
.box-title .des {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 44px;
  line-height: 44px;
  margin: 15px auto 0;
  font-size: 22px;
  color: #0090fe;
  background: #d5f0ff;
  box-sizing: border-box;
  padding: 0 15px;
  min-width: 260px;
  border-radius: 22px;
}

.box2 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box2 .list .item {
  position: relative;
}
.box2 .list .item:nth-child(1) {
  width: 388px;
}
.box2 .list .item:nth-child(1) .title {
  background-image: url("../images/box2-title1.png");
}
.box2 .list .item:nth-child(1) .des-list {
  border: 3px solid #2ab1ff;
  padding-left: 85px;
}
.box2 .list .item:nth-child(1) .des-list .des::after {
  background: #249ffd;
}
.box2 .list .item:nth-child(2) {
  width: 387px;
}
.box2 .list .item:nth-child(2) .title {
  background-image: url("../images/box2-title2.png");
}
.box2 .list .item:nth-child(2) .des-list {
  border: 3px solid #fc5a12;
}
.box2 .list .item:nth-child(2) .des-list .des::after {
  background: #fc5a12;
}
.box2 .list .item:nth-child(3) {
  width: 391px;
}
.box2 .list .item:nth-child(3) .title {
  background-image: url("../images/box2-title3.png");
}
.box2 .list .item:nth-child(3) .des-list {
  border: 3px solid #ff1e4f;
}
.box2 .list .item:nth-child(3) .des-list .des::after {
  background: #ff1e4f;
}
.box2 .list .item .title {
  font-size: 22px;
  color: #fff;
  padding-left: 80px;
  box-sizing: border-box;
  width: 100%;
  height: 62px;
  line-height: 62px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  border-radius: 31px;
}
.box2 .list .item .des-list {
  width: 384px;
  height: 167px;
  box-sizing: border-box;
  padding-left: 55px;
  padding-top: 40px;
  border-radius: 20px;
  margin-top: -35px;
}
.box2 .list .item .des-list .des {
  font-size: 18px;
  color: #333;
  position: relative;
  padding-left: 20px;
  line-height: 35px;
}
.box2 .list .item .des-list .des::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.box2 .btn {
  margin: 25px auto 0;
  width: 180px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to right, #24afff, #0e6bff);
  border-radius: 21px;
  box-shadow: 0 5px 5px #1b6ae9;
  cursor: pointer;
}

.box3 .box-title {
  margin-top: 35px;
}
.box3 .site-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 16px;
  padding-top: 5px;
  padding-bottom: 20px;
}
.box3 .site-list .item {
  font-size: 22px;
  color: #333;
  width: 104px !important;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0 0 8px rgba(36, 159, 253, 0.21);
  cursor: pointer;
  transition: all 0.2s ease;
}
.box3 .site-list .item.swiper-slide-thumb-active {
  color: #fff;
  background: #249ffd;
}
.box3 .list {
  padding: 28px 0;
  display: flex;
  align-items: center;
}
.box3 .list .item {
  display: flex;
  justify-content: center;
}

.box4 {
  width: 100%;
  height: 610px;
  padding-top: 5px;
  margin-top: 50px;
  background: #e4f7ff;
  box-sizing: border-box;
}
.box4 .wudl_img {
  position: absolute;
  width: 1093px;
  height: 285px;
  left: 50%;
  margin-left: -546px;
  top: 80px;
}
.box4 .gjxxlist {
  position: absolute;
  width: 232px;
  height: 210px;
  text-align: center;
}
.box4 .gjxxlist dl dt {
  width: 180px;
  height: 38px;
  background: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  margin: 0 auto;
}
.box4 .gjxxlist dl dd {
  font-size: 17px;
  color: #4c4c4c;
  margin-top: 10px;
  text-align: left;
  margin-left: 8px;
  height: 80px;
  line-height: 22px;
}
.box4 .gjxxlist .btn {
  display: inline-block;
  width: 130px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
  background: #fd6f27;
  border-radius: 5px;
  font-size: 19px;
  margin-top: 10px;
  cursor: pointer;
}
.box4 .gjxxlist.gjxxlist01 {
  top: 40px;
  left: 14px;
}
.box4 .gjxxlist.gjxxlist01 dl dt {
  color: #082757;
  border: 1px dashed #082757;
}
.box4 .gjxxlist.gjxxlist02 {
  top: 40px;
  left: 495px;
}
.box4 .gjxxlist.gjxxlist02 dl dt {
  color: #375060;
  border: 1px dashed #375060;
}
.box4 .gjxxlist.gjxxlist03 {
  top: 40px;
  right: -1px;
}
.box4 .gjxxlist.gjxxlist03 dl dt {
  color: #cb003d;
  border: 1px dashed #cb003d;
}
.box4 .gjxxlist.gjxxlist04 {
  top: 260px;
  left: 248px;
}
.box4 .gjxxlist.gjxxlist04 dl dt {
  color: #007298;
  border: 1px dashed #007298;
}
.box4 .gjxxlist.gjxxlist05 {
  top: 260px;
  right: 240px;
}
.box4 .gjxxlist.gjxxlist05 dl dt {
  color: #e07d00;
  border: 1px dashed #e07d00;
}

.box5 .box-title {
  margin-top: 40px;
}
.box5 .content {
  background-color: #fff;
  padding: 10px 0 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box5 .content .left {
  width: 881px;
  height: 238px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.box5 .content .left .list {
  display: flex;
  align-items: center;
  line-height: 70px;
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
}
.box5 .content .left .list .title {
  width: 268px;
  height: 70px;
  background-color: #249ffd;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  margin-right: 26px;
  position: relative;
}
.box5 .content .left .list .title::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #249ffd;
  -webkit-clip-path: polygon(35% 50%, 0 0, 0 100%);
          clip-path: polygon(35% 50%, 0 0, 0 100%);
}
.box5 .content .left .list .item {
  width: 128px;
  height: 70px;
  border: 1px solid #333;
  border-radius: 6px;
  background-color: #fff;
  font-size: 18px;
  margin-right: 15px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
}
.box5 .content .left .list .item.active {
  background-color: #249ffd;
  color: #fff;
  border: 1px solid #249ffd;
}
.box5 .content .left .list .item:last-child {
  margin-right: 0;
}
.box5 .content .right {
  width: 319px;
  height: 243px;
  background-color: #249ffd;
  display: flex;
  border-radius: 8px;
}
.box5 .content .right .form-container {
  display: flex;
  flex-direction: column;
  margin: 22px auto 0;
  width: 272px;
}
.box5 .content .right .form-container .item {
  width: 272px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}
.box5 .content .right .form-container .form-code {
  width: 272px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.box5 .content .right .form-container .form-code .item {
  width: 145px;
}
.box5 .content .right .form-container .form-code .kaptcha-code {
  border: none;
  padding: 0;
}
.box5 .content .right .form-container .form-code .kaptcha-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(0deg, #ffb400, #ffd800);
  color: #fff;
  font-size: 16px;
  transition: none;
}
.box5 .content .right .form-container .form-code .kaptcha-btn:active {
  background: #cc9000;
}
.box5 .content .right .form-container .submit {
  background: linear-gradient(0deg, #ffb400, #ffd800);
  color: #fff;
  font-size: 18px;
  width: 272px;
  height: 40px;
  line-height: 40px;
  transition: none;
}
.box5 .content .right .form-container .submit:active {
  background: #cc9000;
}
.box5 .content .right .form-container .tip {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
  text-align: center;
}

.box6 .content {
  width: 1200px;
  height: 336px;
  background: url("../images/box6.png") no-repeat center;
}
.box6 .list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.box6 .list .item {
  width: 220px;
  height: 300px;
  margin: 10px 0;
  padding: 15px;
  color: #fff;
  text-align: center;
  background-color: #314ac0;
  border-radius: 10px;
  box-sizing: border-box;
}
.box6 .list .item .icon {
  width: 56px;
  height: 60px;
  vertical-align: middle;
  background-image: url("../images/box6-icon.png");
  background-position: -142px 0;
  background-size: 198px 124px;
  margin: 0 auto;
}
.box6 .list .item .title {
  margin: 10px auto;
  padding-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.box6 .list .item .des {
  font-size: 14px;
}

.box7 {
  height: 700px;
  position: relative;
}
.box7 .box-title {
  margin-top: 15px;
}
.box7 .box-title .des {
  margin-top: 8px;
}
.box7 .container {
  position: relative;
  margin-top: 35px;
}
.box7 #tab {
  overflow: hidden;
}
.box7 #tab li {
  position: absolute;
  width: 328px;
  height: 108px;
  cursor: pointer;
  background: #edecec;
  text-align: center;
  padding: 0 5px;
  border: 1px dotted #099ce5;
}
.box7 #tab li:nth-child(n+5) {
  right: 0;
}
.box7 #tab li#a, .box7 #tab li#e {
  top: 0;
}
.box7 #tab li#b, .box7 #tab li#f {
  top: 105px;
}
.box7 #tab li#c, .box7 #tab li#g {
  top: 210px;
}
.box7 #tab li#d, .box7 #tab li#h {
  top: 315px;
}
.box7 #tab li.cur {
  width: 320px;
  height: 100px;
  color: #fff;
  background: #099ce5;
  border: 5px solid #b1e4fd;
}
.box7 #tab li.cur h1 {
  color: #fff;
}
.box7 #tab li.cur .bgbian i {
  border: 1px solid #b1e4fd;
  background: #fff;
  color: #099ce5;
}
.box7 #tab li.cur .bgbian span {
  background: #fff;
  color: #099ce5;
}
.box7 #tab li h1 {
  font-size: 18px;
  color: #000;
  margin-top: 22px;
}
.box7 #tab li .bgbian {
  width: 90%;
  margin: 10px auto;
  padding-left: 10%;
}
.box7 #tab li .bgbian.n {
  width: 100%;
  padding-left: 10%;
}
.box7 #tab li .bgbian.n span {
  width: 65%;
}
.box7 #tab li .bgbian i {
  float: left;
  position: relative;
  left: 10px;
  color: #fff;
  background: #099ce5;
  width: 20px;
  height: 20px;
  line-height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.box7 #tab li .bgbian span {
  width: 65%;
  float: left;
  font-size: 14px;
  line-height: 22px;
  background: #099ce5;
  color: #fff;
  padding: 0 5px;
}
.box7 #content {
  position: absolute;
  float: left;
  left: 360px;
  width: 480px;
  height: 425px;
}
.box7 #content ul {
  line-height: 25px;
  display: none;
}
.box7 #content .navh-list {
  width: 480px;
  height: 425px;
  background: url("../images/tabimg.jpg") no-repeat center/cover;
}
.box7 #content .navh-list .navh-text {
  padding: 40px;
  font-size: 16px;
  color: #fff;
}
.box7 #content .navh-list .navh-text h3 {
  line-height: 42px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.box7 #content .navh-list .btn {
  display: block;
  width: 240px;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 0 auto;
  background: #fc4035;
  cursor: pointer;
}

.box8 {
  padding-top: 15px;
  height: 962px;
  background: url("../images/box8-bg.png") no-repeat center;
  box-sizing: border-box;
}
.box8 .list1 {
  width: 1096px;
  height: 480px;
  margin: 25px auto 0;
  background: url("../images/box8-1bg.png") no-repeat center top;
  text-align: center;
  position: relative;
}
.box8 .list1 .item {
  position: absolute;
}
.box8 .list1 .item:nth-child(1) {
  left: 22px;
  top: 160px;
}
.box8 .list1 .item:nth-child(2) {
  top: 250px;
  left: 190px;
}
.box8 .list1 .item:nth-child(3) {
  top: 185px;
  left: 392px;
}
.box8 .list1 .item:nth-child(4) {
  top: 260px;
  left: 545px;
}
.box8 .list1 .item:nth-child(5) {
  right: 215px;
  bottom: 10px;
}
.box8 .list1 .item:nth-child(6) {
  right: 12px;
  bottom: 2px;
}
.box8 .list1 .item .t1 {
  font-size: 24px;
  color: #249ffd;
  font-weight: bold;
  padding-bottom: 5px;
}
.box8 .list1 .item .t2 {
  font-size: 20px;
  color: #666;
  line-height: 24px;
}
.box8 .list2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 48px;
}
.box8 .list2 .item {
  width: 281px;
  height: 245px;
  background: url("../images/box8-2bg.png") no-repeat center bottom;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.box8 .list2 .item .img {
  width: 227px;
}
.box8 .list2 .item .name {
  margin-top: 10px;
  height: 65px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.box8 .list2 .item .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page .campus .box-title {
  padding: 10px 0;
  margin-top: 20px;
}
.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(36, 159, 253, 0.21);
}
.page .campus .site-list .item.active {
  color: #249ffd;
  border-color: #249ffd;
}
.page .campus .site-list .item:hover {
  color: #249ffd;
}
.page .campus .tabs .tab:hover {
  color: #249ffd;
}
.page .campus .tabs .tab.active {
  background: #249ffd;
}
.page .campus .position .t1 {
  color: #249ffd;
}
.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;
}