@charset "UTF-8";
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes crossData {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes crossData {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.scale {
  overflow: hidden;
  -webkit-animation: scale 2s linear infinite;
  animation: scale 2s linear infinite;
}

.scale .light {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 60px;
  top: -10px;
  left: -10px;
  transform: rotate(-75deg);
  background-image: linear-gradient(rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  opacity: 0.6;
  -webkit-animation: crossData 1s ease-in infinite;
  animation: crossData 1s ease-in infinite;
}

.box-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  box-sizing: border-box;
  font-size: 40px;
  color: #434343;
  font-weight: bold;
  line-height: 40px;
  margin: 80px auto 50px;
  padding: 10px 30px 0;
  background-image: url("../images/box-title-l1.png"), url("../images/box-title-r1.png");
  background-position: 10px 25px, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 15px, 20px;
}

.box-title span {
  color: #dc8703;
}

.box-des {
  font-size: 16px;
  color: #a4a4a4;
  text-align: center;
  line-height: 26px;
  padding-bottom: 20px;
}

.box5 .form-container,
.box9 .form-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.box5 .form-container .form-item,
.box9 .form-container .form-item {
  width: 217px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 12px;
  margin-bottom: 0;
  border-radius: 5px;
  border: none;
  overflow: hidden;
  box-sizing: border-box;
}

.box5 .form-container .form-item input,
.box9 .form-container .form-item input {
  font-size: 14px;
  background-color: #fff;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
}

.box5 .form-container .form-item .form_name,
.box9 .form-container .form-item .form_name {
  background-image: url("../images/form-1.png");
  background-size: 20px 20px;
}

.box5 .form-container .form-item .form_phoneNo,
.box9 .form-container .form-item .form_phoneNo {
  background-image: url("../images/form-2.png");
  background-size: 16px 19px;
  background-position: 3px center;
}

.box5 .form-container .form-item .kaptcha-code,
.box9 .form-container .form-item .kaptcha-code {
  background-image: url("../images/form-3.png");
  background-size: 17px 19px;
}

.box5 .form-container .form-phoneNo,
.box9 .form-container .form-phoneNo {
  width: 295px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  margin-right: 12px;
  margin-bottom: 0;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}

.box5 .form-container .form-phoneNo .form-item,
.box9 .form-container .form-phoneNo .form-item {
  width: 195px;
  margin: 0;
  border: none;
  padding-right: 0;
}

.box5 .form-container .form-phoneNo .kaptcha-code,
.box9 .form-container .form-phoneNo .kaptcha-code {
  border: none;
}

.box5 .form-container .form-phoneNo .kaptcha-btn,
.box9 .form-container .form-phoneNo .kaptcha-btn {
  width: 100px;
  height: 24px;
  margin: 8px;
  line-height: 24px;
  background-color: #dcdcdc;
  color: #dc8703;
  font-size: 14px;
  font-weight: bold;
  border-radius: 12px;
  transition: none;
}

.box5 .form-container button.submit,
.box9 .form-container button.submit {
  width: 217px;
  height: 40px;
  line-height: 40px;
  background: #dc8703;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 500;
  transition: none;
}

.box5 .form-container button.submit:active,
.box9 .form-container button.submit:active {
  background: #aa6802;
}

.box5 .form-container .form-privacy,
.box9 .form-container .form-privacy {
  font-size: 12px;
  color: #616161;
  padding-top: 25px;
  margin: 0 auto;
}

.box5 .form-container .form-privacy .privacy-validate,
.box9 .form-container .form-privacy .privacy-validate {
  margin-right: 5px;
  margin-bottom: 2px;
}

.box5 .form-container .form-privacy a,
.box9 .form-container .form-privacy a {
  color: #dc8703;
}

.banner {
  height: 450px;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover;
}

.box-bg {
  background: url("../images/box-bg.png") no-repeat center bottom;
}

.box2 .content {
  width: 100%;
  height: 383px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.box2 .content .player {
  width: 571px;
  height: 321px;
  background: #e8f8ff;
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.box2 .content .content1 {
  width: 948px;
  height: 100%;
  background-color: #fef4e4;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 55px 60px 50px 400px;
}

.box2 .content .content1 .des {
  font-size: 16px;
  color: #434343;
  line-height: 32px;
  text-align: justify;
}

.box2 .content .content1 .btn {
  width: 348px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #dc8703;
  border-radius: 27px;
  font-size: 20px;
  color: #fff;
  margin-top: 60px;
  cursor: pointer;
}

.box3 .box-title {
  margin-bottom: 20px;
}

.box3 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px 14px;
  padding-top: 14px;
}

.box3 .list .item {
  width: 289px;
  height: 239px;
  position: relative;
}

.box3 .list .item:hover .img-com .img {
  transform: scale(1.1);
}

.box3 .list .item:hover .item1 .t1 {
  color: #dc8703;
}

.box3 .list .item .line {
  width: 6px;
  height: 76px;
  position: absolute;
  left: 1px;
  top: 20px;
  border-radius: 5px;
  background-color: #dc8703;
}

.box3 .list .item .img-com {
  width: 283px;
  height: 239px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 15px;
  overflow: hidden;
}

.box3 .list .item .img-com .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.box3 .list .item .item1 {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 15px 35px;
  position: relative;
  z-index: 10;
}

.box3 .list .item .item1 .icon {
  width: 69px;
  height: 68px;
  -o-object-fit: contain;
  object-fit: contain;
}

.box3 .list .item .item1 .t1 {
  font-size: 26px;
  line-height: 35px;
  padding: 10px 0 3px;
  transition: color 0.2s ease;
}

.box3 .list .item .item1 .t2 {
  font-size: 18px;
  line-height: 28px;
}

.box3 .list .item .item1 .topic {
  width: 122px;
  height: 21px;
  line-height: 21px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  background: #dc8703 url("../images/btn1.png") no-repeat 100px center/14px 9px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-top: 14px;
}

.box4 {
  padding-bottom: 88px;
}

.box4 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}

.box4 .list .item {
  width: 220px;
  height: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #434343;
  line-height: 24px;
  background: linear-gradient(to bottom, #f6cea2, #fef4e4);
  border-radius: 15px;
  text-align: center;
  transition: transform 0.2s ease;
}

.box4 .list .item:hover {
  transform: translateY(-5px);
}

.box4 .list .item:hover .t1 {
  color: #dc8703;
}

.box4 .list .item .icon {
  width: 69px;
  height: 69px;
  padding: 24px 0;
}

.box4 .list .item .t1 {
  font-size: 22px;
  padding-bottom: 15px;
  transition: color 0.2s ease;
}

.box4 .list .item .t2 {
  font-size: 14px;
}

.box5 {
  height: 215px;
  background: url("../images/box5-bg.png") no-repeat center;
  padding-top: 1px;
}

.box5 .box-title {
  background-image: url("../images/box-title-l2.png"), url("../images/box-title-r2.png");
  margin-top: 25px;
  margin-bottom: 30px;
}
.box5 .box-title span {
  color: #fff;
}

.box6 .box-title {
  margin-bottom: 15px;
}

.box6 .list {
  width: 1025px;
  height: 510px;
  background: url("../images/box6-bg.png") no-repeat center;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  gap: 140px 500px;
}

.box6 .list .item {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.box6 .list .item:nth-child(1):hover .t2 {
  color: #dc8703;
}

.box6 .list .item:nth-child(1) .t1 {
  color: #dc8703;
}

.box6 .list .item:nth-child(2):hover .t2 {
  color: #dc8703;
}

.box6 .list .item:nth-child(2) .t1 {
  color: #dc8703;
}

.box6 .list .item:nth-child(3):hover .t2 {
  color: #dc8703;
}

.box6 .list .item:nth-child(3) .t1 {
  color: #dc8703;
}

.box6 .list .item:nth-child(4):hover .t2 {
  color: #dc8703;
}

.box6 .list .item:nth-child(4) .t1 {
  color: #dc8703;
}

.box6 .list .item:nth-child(4) {
  justify-content: flex-end;
}

.box6 .list .item:nth-child(2n) {
  text-align: right;
}

.box6 .list .item .t1 {
  font-size: 40px;
  line-height: 95px;
}

.box6 .list .item .t2 {
  font-size: 20px;
  color: #a4a4a4;
  transition: color 0.2s ease;
}

.box7 {
  padding-top: 1px;
  padding-bottom: 30px;
}

.box7-swiper {
  width: 1200px;
  margin: auto;
}

.box7 .box7-des {
  font-size: 16px;
  color: #fff;
  color: #757575;
}

.box7 .box7-des span {
  color: #dc8703;
}

.box7 .book-list {
  width: 1200px;
  height: 350px;
}

.box7 .book-list .book-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 15px 0;
}

.book-pagination {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.book-pagination .pagination {
  width: 238px !important;
  height: 90px;
  text-align: center;
  color: #fff;
  background-color: #757575;
  cursor: pointer;
}

.book-pagination .pagination.swiper-slide-thumb-active {
  background: #e46f2e url("../images/book-icon-bg.png") center no-repeat;
}

.book-pagination .pagination .num {
  font-size: 22px;
  background: url("../images/book-icon.png") center no-repeat;
  background-size: 36px 42px;
  height: 45px;
  line-height: 40px;
  margin: 7px 0;
}

.book-pagination .pagination .series {
  font-size: 20px;
  line-height: 20px;
}

.box9 {
  height: 360px;
  background: url("../images/box9-bg.png") no-repeat center;
  padding-top: 1px;
}

.box9 .box-title {
  background-image: url("../images/box-title-l2.png"), url("../images/box-title-r2.png");
  margin-top: 25px;
  margin-bottom: 35px;
}

.box9 .content {
  height: 221px;
  background: rgba(219, 239, 248, 0.6);
  border-radius: 15px;
  display: flex;
}

.box9 .content .left {
  width: 254px;
}

.box9 .content .right {
  margin: 20px 30px 0 40px;
}

.box9 .content .right .top {
  display: flex;
  padding-bottom: 25px;
}

.box9 .content .right .top .list {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
}

.box9 .content .right .top .list .item {
  height: 36px;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  background: #dc8703 url("../images/box9-icon.png") no-repeat 10px center/18px;
  border-radius: 18px;
  padding-left: 30px;
  box-sizing: border-box;
}

.box9 .content .right .top .list .item:nth-child(3n+1) {
  width: 180px;
}

.box9 .content .right .top .list .item:nth-child(3n+2) {
  width: 210px;
}

.box9 .content .right .top .list .item:nth-child(3n) {
  width: 300px;
}

.box9 .content .right .top .code {
  width: 83px;
  height: 96px;
}

.box9 .content .right .form-container .form-item {
  width: 176px;
}

.box9 .content .right .form-container .form-phoneNo {
  width: 274px;
}

.box9 .content .right .form-container .form-phoneNo .kaptcha-btn {
  color: #fff;
  font-weight: initial;
}

.box9 .content .right .form-container .submit {
  width: 213px;
  background-color: #dc8703;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.box9 .content .right .form-container .submit:active {
  background: #aa6802;
}

.box9 .content .right .form-container .form-privacy {
  padding-top: 10px;
}

.box10 .box-title {
  margin-bottom: 25px;
}

.box10 .teacher-swiper {
  padding-top: 40px;
  padding-bottom: 180px;
}

.box10 .teacher-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box10 .teacher-swiper .swiper-slide .picture {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 3px solid #dc8703;
}

.box10 .teacher-swiper .swiper-slide .info {
  padding-left: 100px;
}

.box10 .teacher-swiper .swiper-slide .info .name {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
}

.box10 .teacher-swiper .swiper-slide .info .des-list {
  display: flex;
  flex-direction: column;
}

.box10 .teacher-swiper .swiper-slide .info .des-list .des {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  padding-left: 15px;
  font-weight: lighter;
  position: relative;
}

.box10 .teacher-swiper .swiper-slide .info .des-list .des::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.box10 .teacher-swiper .swiper-slide .info .btn {
  width: 130px;
  height: 24px;
  border: 1px solid #dc8703;
  line-height: 22px;
  box-sizing: border-box;
  padding-left: 12px;
  font-size: 14px;
  color: #a3a3a3;
  margin-top: 15px;
  border-radius: 12px;
  background: url("../images/btn2.png") no-repeat 100px center/18px 12px;
  cursor: pointer;
}

.box10 .teacher-arrow {
  width: 44px;
  height: 44px;
  background: url("../images/box10-arrow.png") no-repeat center/44px;
  top: 160px;
}

.box10 .teacher-arrow.swiper-button-next {
  transform: rotate(180deg);
}

.box10 .teacher-arrow:hover {
  background-image: url("../images/box10-arrow-a.png");
}

.box10 .teacher-arrow::after {
  content: none;
}

.box10 .teacher-pagination {
  bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}

.box10 .teacher-pagination .swiper-pagination-bullet {
  width: 98px;
  height: 98px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid transparent;
  box-sizing: border-box;
  margin: 0;
  opacity: 1;
}

.box10 .teacher-pagination .swiper-pagination-bullet-active {
  border-color: #dc8703;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(1) {
  background: url("../images/box10-1.png") no-repeat center;
  background-size: contain;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(2) {
  background: url("../images/box10-2.png") no-repeat center;
  background-size: contain;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(3) {
  background: url("../images/box10-3.png") no-repeat center;
  background-size: contain;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(4) {
  background: url("../images/box10-4.png") no-repeat center;
  background-size: contain;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(5) {
  background: url("../images/box10-5.png") no-repeat center;
  background-size: contain;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(6) {
  background: url("../images/box10-6.png") no-repeat center;
  background-size: contain;
}

.box10 .teacher-pagination .swiper-pagination-bullet:nth-child(7) {
  background: url("../images/box10-7.png") no-repeat center;
  background-size: contain;
}

.box11 .box-title {
  margin-top: 50px;
  margin-bottom: 25px;
}

.box11 .box {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

.box11 .box .left {
  padding-top: 15px;
}

.box11 .box .left .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.box11 .box .left .tabs .tab {
  width: 132px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 8px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.box11 .box .left .tabs .tab:first-child {
  background-color: #de253c;
}

.box11 .box .left .tabs .tab:first-child:active {
  background-color: #0070cc;
}

.box11 .box .left .tabs .tab:last-child {
  background-color: #dc8703;
}

.box11 .box .left .tabs .tab:last-child:active {
  background-color: #00ab6a;
}

.box11 .box .left .content {
  display: none;
  padding-top: 25px;
}

.box11 .box .left .content.show {
  display: block;
}

.box11 .box .left .content .des {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  padding-left: 15px;
  font-weight: lighter;
  position: relative;
}

.box11 .box .left .content .des::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.box11 .box .honor-swiper {
  width: 550px;
  margin-right: 30px;
}

.box11 .box .honor-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box11 .box .honor-swiper .swiper-slide .img {
  width: 410px;
  height: 300px;
}

.box11 .box .honor-swiper .honor-arrow {
  width: 17px;
  height: 23px;
  background: url("../images/box11-arrow.png") no-repeat center/17px #fff9f3 23px;
  left: 0;
}

.box11 .box .honor-swiper .honor-arrow.swiper-button-next {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}

.box11 .box .honor-swiper .honor-arrow::after {
  content: none;
}

.box12 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 默认每行两列 */
  gap: 13px 50px;
  padding-top: 5px;
}

.box12 .list .item {
  width: 565px;
  height: 65px;
  background-color: #fef4e4;
  border-radius: 25px;
  position: relative;
}

.box12 .list .item.active {
  grid-row: span 2; /* 占两行 */
  height: 143px;
  background-color: #f9bd60;
}

.box12 .list .item.active .icon {
  background-image: url("../images/box12-del.png");
}

.box12 .list .item.active .item1 .title {
  color: #fff;
  line-height: 50px;
  border-bottom: 1px solid rgba(67, 67, 67, 0.4);
}

.box12 .list .item.active .item1 .des {
  color: #fff;
}

.box12 .list .item.active .item1 .more {
  color: #fff;
}

.box12 .list .item .icon {
  width: 28px;
  height: 29px;
  background: url("../images/box12-add.png") no-repeat center/28px 29px;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1;
  transform: translateX(10px);
}

.box12 .list .item .item1 {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
}

.box12 .list .item .item1 .title {
  font-size: 18px;
  line-height: 65px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box12 .list .item .item1 .des {
  font-size: 12px;
  color: #979797;
  font-weight: lighter;
  margin: 10px 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.box12 .list .item .item1 .more {
  display: inline-block;
  width: 131px;
  height: 24px;
  line-height: 22px;
  padding-left: 15px;
  border-radius: 12px;
  border: 1px solid #dc8703;
  background: url("../images/btn2.png") no-repeat 100px center/18px 12px;
  box-sizing: border-box;
  font-size: 14px;
  color: #979797;
}

.box13 {
  margin-top: 80px;
}

.box13 .img {
  width: 1204px;
  margin: 0 auto;
}

.page {
  background-color: #fff9f3;
  padding-bottom: 116px;
}

.page .campus .box-title {
  margin-top: 80px;
  margin-bottom: 50px;
  padding: 10px 30px 0;
}

.page .campus .site-list {
  background-color: #fff;
  padding: 20px 10px 0;
  gap: 0 15px;
}

.page .campus .site-list .item {
  margin-right: 0;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 140, 255, 0.21);
}

.page .campus .site-list .item.active {
  color: #dc8703;
  border-color: #dc8703;
}

.page .campus .site-list .item:hover {
  color: #dc8703;
}

.page .campus .tabs {
  background-color: #fff;
}

.page .campus .tabs .tab {
  margin: 0 10px;
}

.page .campus .tabs .tab:hover {
  color: #dc8703;
}

.page .campus .tabs .tab.active {
  background: #dc8703;
}

.page .campus .position {
  background-color: #fff;
}

.page .campus .position .t1 {
  color: #dc8703;
}

.page .campus .position .form-container .form-code .kaptcha-btn {
  background: #dc8703;
  color: #fff;
}

.page .campus .position .form-container .form-code .kaptcha-btn:active {
  background: #aa6802;
}

.page .campus .position .form-container .submit {
  background: #dc8703;
  color: #fff;
}

.page .campus .position .form-container .submit:active {
  background: #aa6802;
}

.page .bottom {
  background-color: rgba(0, 140, 255, 0.8);
}

.page .bottom .box .right .form-container .form-code .kaptcha-btn {
  color: #dc8703;
}

.page .bottom .box .right .form-container .form-code .kaptcha-btn:active {
  color: #aa6802;
}

.page .bottom .box .right .form-container .select-course .list .option:hover {
  background-color: #dc8703;
}

.page .bottom .box .right .form-container .submit {
  background-color: #dc8703;
  color: #fff;
}

.page .bottom .box .right .form-container .submit:active {
  background: #aa6802;
}

.page .footer {
  background-color: #fff9f3;
}