﻿
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: 25px;
}
.box-title .title {
  font-size: 34px;
  color: #000;
  font-weight: bold;
  line-height: 36px;
  padding: 20px 20px 0;
  background: url("../image/title-icon.png") no-repeat right top/44px 44px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.box-title .title span {
  color: #f39700;
}
.box-title .des {
  font-size: 18px;
  color: #333;
  padding-top: 5px;
}

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

.box2 .com {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 90px;
}
.box2 .com .left {
  width: 249px;
  height: 239px;
}
.box2 .com .right {
  width: 730px;
  height: 180px;
  background: #fef6eb;
  border-radius: 16px;
  padding: 25px 50px;
  box-sizing: border-box;
}
.box2 .com .right .t1 {
  font-size: 20px;
  color: #f39700;
  padding-bottom: 10px;
}
.box2 .com .right .t2 {
  font-size: 16px;
  color: #333;
}

.box3 .box-title {
  padding-top: 10px;
}
.box3 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.box3 .list .item {
  width: 182px;
  height: 210px;
  background: #fef6eb;
  border-radius: 13px;
  color: #333;
  text-align: center;
  transition: all 0.2s ease;
}
.box3 .list .item:hover {
  background: #f39700;
  color: #fff;
}
.box3 .list .item:hover .img .icon {
  display: none;
}
.box3 .list .item:hover .img .icon-a {
  display: block;
}
.box3 .list .item:hover .t1 {
  font-weight: bold;
}
.box3 .list .item:hover .btn {
  background: #fff;
  color: #f39700;
}
.box3 .list .item .img {
  padding: 30px 0 10px;
}
.box3 .list .item .img img {
  margin: 0 auto;
}
.box3 .list .item .img .icon-a {
  display: none;
}
.box3 .list .item .t1 {
  font-size: 18px;
  padding-top: 2px;
}
.box3 .list .item .t2 {
  font-size: 16px;
  padding: 8px 0;
}
.box3 .list .item .btn {
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 5px auto;
  background: #004ea1;
  border-radius: 18px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.box4 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.box4 .list .item {
  width: 350px;
  height: 280px;
  background: #fef6eb;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.box4 .list .item .top {
  height: 70px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: #f39700;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box4 .list .item .t1 {
  font-size: 16px;
  color: #333;
  padding: 12px 23px;
}
.box4 .list .item .btn {
  position: absolute;
  left: 50%;
  bottom: 23px;
  transform: translateX(-50%);
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #004ea1;
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.box5 {
  margin-top: 50px;
  height: 640px;
  background: url("../image/box5-bg.png") no-repeat center;
}
.box5 .box-title {
  padding-top: 28px;
}
.box5 .box-title .des {
  padding-top: 8px;
}
.box5 .kecheng {
  width: 100%;
  padding-top: 25px;
}
.box5 .kecheng .kecheng_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box5 .kecheng .kecheng_top .item {
  width: 276px;
  height: 80px;
  position: relative;
  background-color: #f39700;
  font-size: 24px;
  color: #fff;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
}
.box5 .kecheng .kecheng_top .item.active {
  background: #004ea1;
}
.box5 .kecheng .kecheng_top .item.active::after {
  content: ""; /* 伪元素必须有content属性 */
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent; /* 左边框透明 */
  border-right: 20px solid transparent; /* 右边框透明 */
  border-top: 20px solid #004ea1; /* 底部边框为三角形颜色 */
}
.box5 .kecheng .kecheng_zong {
  height: 280px;
  margin-top: 32px;
  position: relative;
}
.box5 .kecheng .kecheng_bottom {
  width: 276px;
  float: left;
  margin-right: 24px;
}
.box5 .kecheng .kecheng_bottom .item {
  font-size: 24px;
  color: #324054;
  text-align: center;
  height: 140px;
  line-height: 140px;
  background-color: #fff;
  cursor: pointer;
}
.box5 .kecheng .kecheng_bottom .item.active {
  background-color: #eff8ff;
}
.box5 .kecheng .kecheng_contion {
  float: left;
  width: 900px;
  height: 280px;
  background: #fff;
}
.box5 .kecheng .kecheng_center {
  height: 280px;
  font-size: 16px;
}
.box5 .kecheng .kecheng_center.show {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}
.box5 .kecheng .kecheng_center .t1 {
  background: #f39700;
  border-radius: 12px;
  height: 24px;
  width: fit-content;
  padding: 0 10px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  display: inline-block;
}
.box5 .kecheng .kecheng_center .p {
  margin-bottom: 6px;
}
.box5 .kecheng_list {
  display: none;
}
.box5 .kecheng_center {
  display: none;
}
.box5 .btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #004ea1;
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  margin: 20px auto 35px;
  cursor: pointer;
}

.box6 {
  margin-top: 40px;
  height: 350px;
  background: url("../image/box6-bg.png") no-repeat center;
  display: flex;
  align-items: center;
}
.box6 .book {
  width: 436px;
  height: 204px;
  margin-left: 120px;
}
.box6 .form-container {
  display: flex;
  flex-direction: column;
  width: 370px;
  padding: 0 55px;
  margin-left: 100px;
}
.box6 .form-container .title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold;
}
.box6 .form-container .item {
  width: 100%;
  height: 46px;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #fff;
  border-radius: 23px;
  overflow: hidden;
}
.box6 .form-container .form-item {
  font-size: 16px;
}
.box6 .form-container .form-code {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 23px;
  overflow: hidden;
}
.box6 .form-container .form-code .item {
  width: 250px;
  margin: 0;
}
.box6 .form-container .form-code .kaptcha-code {
  border: none;
  padding: 0;
}
.box6 .form-container .form-code .kaptcha-btn {
  width: 120px;
  margin: 10px 0;
  height: 26px;
  line-height: 26px;
  border-left: 1px solid #f39700;
  background: #fff;
  color: #f39700;
  font-size: 16px;
  border-radius: 0;
}
.box6 .form-container .form-code .kaptcha-btn:active {
  color: #c07700;
}
.box6 .form-container .submit {
  background: #004ea1;
  color: #fff;
  font-size: 20px;
  border-radius: 23px;
}
.box6 .form-container .submit:active, .box6 .form-container .submit:hover {
  background: #00356e;
}
.box6 .form-container .form-privacy {
  color: #fff;
  margin: 15px 20px 0;
  font-size: 14px;
}
.box6 .form-container .form-privacy a {
  color: #fff;
}

.box7 .list1 {
  height: 390px;
  width: 840px;
  margin-left: 228px;
  background: url("../image/box7-bg.png") no-repeat center 33px;
  position: relative;
}
.box7 .list1 .item {
  position: absolute;
}
.box7 .list1 .item1 {
  left: 20px;
  top: 0;
}
.box7 .list1 .item2 {
  right: 140px;
  top: 0;
}
.box7 .list1 .item3 {
  left: 5px;
  top: 155px;
}
.box7 .list1 .item4 {
  right: 15px;
  top: 155px;
}
.box7 .list1 .item5 {
  left: 115px;
  bottom: 0;
}
.box7 .list1 .item .t1 {
  font-size: 18px;
  color: #f39700;
  margin-top: 4px;
}
.box7 .list1 .item .t2 {
  font-size: 16px;
  color: #333;
  padding-top: 10px;
}
.box7 .list2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -5px;
}
.box7 .list2 .item {
  width: 580px;
  height: 100px;
  background: #fff5eb;
  border-radius: 0 50px 50px 0;
  border-left: 10px solid #f29700;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.box7 .list2 .item .img {
  width: 46px;
  height: 46px;
  padding: 0 20px;
}
.box7 .list2 .item .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}
.box7 .list2 .item .right .t1 {
  font-size: 20px;
  color: #f29700;
}
.box7 .list2 .item .right .t2 {
  font-size: 16px;
  color: #333;
}

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

.box9 .lasttwo {
  margin: 25px auto 0;
  overflow: hidden;
}
.box9 .lasttwo .swiper-scroll .gallery-thumbsTwo .swiper-wrapper {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 30px;
}
.box9 .lasttwo .swiper-scroll .gallery-thumbsTwo .swiper-slide {
  background-color: #f29700;
  height: 50px;
  line-height: 50px;
  border-radius: 16px 16px 0 0;
  cursor: pointer;
}
.box9 .lasttwo .swiper-scroll .gallery-thumbsTwo .swiper-slide .slidtxt {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.box9 .lasttwo .swiper-scroll .gallery-thumbsTwo .swiper-slide-thumb-active {
  background: #004ea2;
  height: 60px;
  line-height: 60px;
}
.box9 .lasttwo .swiper-scroll .gallery-thumbsTwo .swiper-slide-thumb-active .slidtxt {
  font-size: 24px;
  font-weight: bold;
}
.box9 .lasttwo .swiper-scroll .gallery-thumbsTwo .swiper-slide-thumb-active .slidtxt {
  border: none;
  color: #fff;
}
.box9 .lasttwo .swiper-scroll .gallery-topTwo .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  padding: 5px;
  box-sizing: border-box;
}
.box9 .lasttwo .swiper-scroll .gallery-topTwo .imgList {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.page .campus .site-list .item {
  box-shadow: 0 0 10px rgba(1, 122, 193, 0.21);
}
.page .campus .site-list .item.active {
  color: #004ea2;
  border: 1px solid #004ea2;
}
.page .campus .site-list .item:hover {
  color: #004ea2;
}
.page .campus .tabs .tab:hover {
  color: #004ea2;
}
.page .campus .tabs .tab.active {
  background: #004ea2;
}
.page .campus .position .t1 {
  color: #f29700;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  color: #fff;
  background: #004ea2;
}
.page .campus .position .form-container .form-code .kaptcha-btn:active {
  background: #00356f;
}
.page .campus .position .form-container .submit {
  color: #fff;
  background: #004ea2;
}
.page .campus .position .form-container .submit:active {
  background: #00356f;
}

.page .bottom {
  background-color: rgba(242, 151, 0, 0.8);
}
.page .bottom .box .right .form-container .form-code .kaptcha-btn {
  color: #f29700;
}
.page .bottom .box .right .form-container .form-code .kaptcha-btn:active {
  color: #8c5700;
}
.page .bottom .box .right .form-container .select-course .list .option:hover {
  background-color: #f29700;
}
.page .bottom .box .right .form-container .submit {
  background-color: #004ea2;
  color: #fff;
}
.page .bottom .box .right .form-container .submit:active {
  background-color: #001d3c;
}