.banner p {
  font-size: 26px;
  color: #FFFFFF;
  line-height: 37px;
  padding-top: 110px;
}
.title {
  font-size: 38px;
  color: #212121;
  line-height: 53px;
  text-align: center;
  padding-top: 60px;
}
.swiper-pagination {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 300ms;
}
.swiper-pagination-bullet-active {
  background-color: #E60D26;
  width: 37px;
  border-radius: 8px;
}
.course {
  padding-bottom: 52px;
}
.course-content {
  height: 146px;
  background: #0051DB;
  color: #fff;
  width: 774px;
}
.course-content__title {
  max-width: 660px;
  margin-left: 27px;
  padding-top: 22px;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.course-content__boxs {
  width: 465px;
  margin-left: 27px;
}
.course-content__boxs p {
  font-size: 16px;
  color: #FFFFFF;
  overflow: hidden;
  /* 确保溢出的内容被隐藏 */
  display: -webkit-box;
  /* 用于弹性盒子布局模型 */
  -webkit-line-clamp: 3;
  /* 限制在两行 */
  -webkit-box-orient: vertical;
  /* 垂直方向的子元素排列 */
  line-height: 22px;
  /* 设置行高 */
  max-height: calc(22px*3);
  /* 2行行高的总和 */
  text-overflow: ellipsis;
  /* 文本溢出显示点点 */
  white-space: normal;
  /* 使用正常的白空格处理方式 */
  margin-top: 12px;
  opacity: 0.59;
}
.course-boxs {
  position: relative;
  margin-top: 29px;
  margin-bottom: 41px;
}
.course-banner {
  width: 774px;
  height: 262px;
  display: block;
}
.course-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 508px;
}
.course-right__boxs {
  padding-left: 115px;
}
.course-right__bg {
  height: 408px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
.course-right__subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 4px;
  padding-left: 17px;
  opacity: 0.8;
}
.course-right__title {
  font-weight: 600;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 37px;
  padding-top: 39px;
  padding-left: 17px;
}
.course-btn {
  margin-right: 120px;
  margin-top: 36px;
}
.course-btn a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}
.course-btn span,
.course-btn img {
  display: inline-block;
  vertical-align: middle;
}
.reservation {
  width: 368px;
  padding-bottom: 13px;
  margin-top: 32px;
}
.reservation-item {
  height: 58px;
  background: #FFFFFF;
  border-radius: 3px;
  margin-bottom: 20px;
}
.reservation-icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #F8F8F8;
  border-radius: 3px;
  text-align: center;
}
.reservation-icon img {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.reservation-input {
  font-size: 17px;
  color: #A2A1A1;
  border: none;
  outline: none;
  height: 58px;
  padding: 0 16px;
  width: 276px;
}
.submit {
  margin-left: 22px;
  position: relative;
  display: inline-block;
}
.submit-btn {
  width: 324px;
  height: 58px;
  line-height: 58px;
  background: #FFD900;
  box-shadow: 0px 5px 0px 0px #0644AC;
  border-radius: 13px;
  text-align: center;
  cursor: pointer;
}
.submit-btn img {
  display: inline-block;
  vertical-align: middle;
}
.submit-hand {
  position: absolute;
  right: 8px;
  top: 18px;
}
.student-style {
  background-color: #F7F7F7;
}
.seamlesswrap {
  width: 100%;
}
.seamlesswrap img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.seamlesswrap .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
.seamlesswrap .swiper-container {
  margin: 10px 0;
}
.photowall {
  margin: 48px 0 46px;
}
.photowall-top .swiper-slide {
  width: 380px;
  height: 235px;
}
.photowall-top_img {
  padding-top: 61.8%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.photowall-bottom .swiper-slide {
  width: 321px;
  height: 298px;
}
.photowall-bottom_img {
  padding-top: 61.7%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.comments {
  overflow: hidden;
  position: relative;
  padding-bottom: 98px;
}
.comments-item {
  background-color: #fff;
  padding: 20px 16px;
  box-sizing: border-box;
}
.comments-head {
  width: 73px;
  height: 73px;
  display: block;
  border-radius: 50%;
  margin-right: 12px;
}
.comments-name {
  font-weight: 600;
  font-size: 24px;
  color: #1A1A1A;
  line-height: 33px;
  display: block;
}
.comments-time {
  font-size: 14px;
  color: #5F5F5F;
  line-height: 20px;
  margin-top: 5px;
  display: block;
}
.comments-txt {
  font-size: 14px;
  color: #15224C;
  line-height: 20px;
  text-align: justify;
  margin-top: 26px;
}
.comments .swiper-pagination {
  bottom: 56px;
}
#highlights {
  position: relative;
  margin: 50px 0;
}
#highlights .swiper-slide {
  width: 580px;
  height: 358px;
  background: rgba(1, 56, 139, 0.1);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
#highlights .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.highlights {
  height: 673px;
  background: linear-gradient(180deg, #F9F9FB 0%, #FFFFFF 100%);
  padding-bottom: 60px;
  box-sizing: border-box;
}
.highlights-txt {
  height: 138px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 5px 5px;
  backdrop-filter: blur(35px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 24px 0;
}
.highlights-txt h3 {
  font-weight: 600;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 37px;
}
.highlights-txt p {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  overflow: hidden;
  /* 确保溢出的内容被隐藏 */
  display: -webkit-box;
  /* 用于弹性盒子布局模型 */
  -webkit-line-clamp: 3;
  /* 限制在两行 */
  -webkit-box-orient: vertical;
  /* 垂直方向的子元素排列 */
  line-height: 20px;
  /* 设置行高 */
  max-height: calc(20px*3);
  /* 2行行高的总和 */
  text-overflow: ellipsis;
  /* 文本溢出显示点点 */
  white-space: normal;
  /* 使用正常的白空格处理方式 */
}
.more-btn {
  width: 153px;
  line-height: 37px;
  border: 2px solid #E60D26;
  display: block;
  margin: 0 auto;
  font-size: 19px;
  color: #E60D26;
  text-align: center;
}
.certificate {
  padding-bottom: 50px;
}
.certificate-search {
  width: 694px;
  border-radius: 5px;
  border: 2px solid #E60D26;
  margin: 42px auto 54px;
  line-height: 0;
  font-size: 0;
  background: #F9F9FB;
}
.certificate-search input {
  border: none;
  outline: none;
  height: 69px;
  background: #F9F9FB;
  font-size: 22px;
  width: 505px;
  padding: 0 48px;
  box-sizing: border-box;
}
.certificate-search button {
  border: none;
  width: 189px;
  height: 69px;
  background: #E60D26;
  font-size: 24px;
  color: #FFFFFF;
}
.certificate-search input,
.certificate-search button {
  display: block;
}
.certificate-boxs {
  margin-right: -23px;
}
.certificate-item {
  width: 384px;
  height: 471px;
  margin-right: 23px;
}
.certificate-item p {
  width: 311px;
  font-size: 18px;
  color: #18293E;
  line-height: 25px;
  margin: 17px auto 0;
}
.certificate-name {
  text-align: center;
  font-size: 26px;
  color: #212121;
  line-height: 37px;
  padding-top: 44px;
  padding-bottom: 35px;
}
.certificate-img {
  width: 286px;
  height: 185px;
  display: block;
  margin: 0 auto;
}
.certificate-bg {
  background-size: 100%;
}
.certificate-bg-1 {
  background: url('../images/certificate-bg-1.png') no-repeat;
}
.certificate-bg-2 {
  background: url('../images/certificate-bg-3.png') no-repeat;
}
.certificate-bg-3 {
  background: url('../images/certificate-bg-3.png') no-repeat;
}
.certificate-btn {
  text-align: center;
  margin-top: 48px;
}
.certificate-btn a {
  display: inline-block;
  font-size: 18px;
  color: #E60D26;
  line-height: 25px;
}
.zjzx {
  padding-top: 4px;
  padding-bottom: 160px;
  background-color: #F5F5F7;
}
.zjzx ul {
  margin-right: -30px;
  margin-top: 50px;
}
.zjzx li {
  width: 281px;
  height: 446px;
  background: linear-gradient(180deg, #2F467F 0%, #18254F 100%);
  border-radius: 10px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  margin-right: 20px;
}
.zjzx li h3 {
  margin: 20px 0 12px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.zjzx li p {
  width: 227px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  margin: 0 auto;
  text-align: left;
}
.zjzx li .moredesc,
.zjzx li .seemore {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 8px;
  text-align: center;
}
.zjzx li .seemore {
  display: block;
}
.zjzx .zjhead {
  width: 190px;
  height: 190px;
  border: 4px solid #DCAB4A;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.zjzx .zjname {
  width: 147px;
  margin: -24px auto 0;
  line-height: 43px;
  background: url(../images/zjname.png) no-repeat center;
  font-size: 20px;
  color: #081331;
  position: relative;
  z-index: 2;
}
.zjzx .morehead {
  white-space: nowrap;
  padding-top: 73px;
  margin-bottom: 27px;
}
.zjzx .morehead .head {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.zjzx .morehead-1 {
  z-index: 4;
}
.zjzx .morehead-2 {
  z-index: 3;
  opacity: 0.72;
  margin-left: -58px;
}
.zjzx .morehead-3 {
  z-index: 2;
  opacity: 0.7;
  margin-left: -58px;
}
.zjzx .morehead-4 {
  z-index: 1;
  opacity: 0.18;
  margin-left: -84px;
}
.zjzx .morebtn {
  width: 240px;
  height: 47px;
  background: #2345B0;
  border-radius: 5px;
  margin: 68px auto 0;
  display: block;
  line-height: 47px;
  cursor: pointer;
}
.zjzx .morebtn span {
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 12px;
}
.video-item {
  display: inline-block;
  vertical-align: middle;
  width: 188px;
  height: 116px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  margin-right: 12px;
  object-fit: cover;
  position: relative;
}
.video-item video {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  margin-right: 12px;
  object-fit: cover;
}
.video-item::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 666;
  background: url('../images/icon-play.png') no-repeat center;
  background-size: 40px;
  display: block;
  content: '';
  cursor: pointer;
}
.about-us {
  background: url(../images/bg-aboutus.png) no-repeat center;
  background-size: cover;
  height: 653px;
}
.about-us .title {
  color: #fff;
}
.about-us .describe {
  width: 1129px;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 37px;
  margin: 24px auto 33px;
  min-height: 92px;
}
.about-us__content li {
  text-align: center;
  width: 25%;
}
.about-us__content li img {
  width: 86px;
  height: 86px;
  display: block;
  margin: 0 auto 40px;
}
.about-us__content li span {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}
.about-us__btn {
  width: 149px;
  height: 42px;
  line-height: 42px;
  background: #E60D26;
  display: block;
  text-align: center;
  color: #fff;
  margin: 121px auto 0;
}
.partners-boxs {
  margin-right: -32px;
  margin-top: 98px;
}
.partners-logo {
  width: 214px;
  height: 110px;
  line-height: 110px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-right: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.partners-logo img {
  vertical-align: middle;
  max-width: 90%;
}
.consultation-entrance {
  height: 172px;
  text-align: center;
}
.consultation-entrance__txt {
  font-weight: 600;
  font-size: 26px;
  color: #212121;
  line-height: 37px;
  padding-top: 36px;
}
.consultation-entrance__btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #E60D26;
  border-radius: 28px;
  font-size: 24px;
  color: #FFFFFF;
  display: block;
  margin: 19px auto 0;
}
.search-error {
  width: 856px;
  height: 456px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
  padding-top: 120px;
  box-sizing: border-box;
}
.search-error__img {
  width: 200px;
  height: 106px;
  display: block;
  margin: 0 auto 57px;
}
.search-error__txt {
  text-align: center;
  font-size: 24px;
  color: #1D1D1D;
  line-height: 33px;
  margin: 0 auto;
}
.search-result {
  width: 856px;
  height: 654px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
}
.search-result__title {
  font-weight: 600;
  font-size: 24px;
  color: #1D1D1D;
  line-height: 33px;
  padding-top: 42px;
  padding-bottom: 31px;
  text-align: center;
}
.search-result__content {
  width: 674px;
  height: 477px;
  margin: 0 auto;
  position: relative;
}
.search-result__number {
  text-align: right;
  padding-right: 64px;
  padding-top: 56px;
  font-size: 16px;
  color: #0B3274;
  line-height: 22px;
  margin-bottom: 38px;
}
.search-result__txt {
  font-size: 16px;
  color: #0B3274;
  line-height: 22px;
  margin-left: 124px;
}
.search-result__txt li {
  margin-bottom: 18px;
}
.search-result__txt-left {
  color: #0B3274;
  width: 88px;
}
.search-result__txt-right {
  width: 420px;
  color: #1D1D1D;
}
.award-company {
  padding-top: 37px;
  text-align: right;
  font-size: 16px;
  line-height: 22px;
  padding-right: 64px;
}
.award-company span {
  color: #555555;
}
.award-company b {
  font-weight: normal;
  color: #1D1D1D;
}
.chapter {
  position: absolute;
  display: block;
  width: 122px;
  top: 240px;
  right: 100px;
}
.close-btn {
  width: 137px;
  height: 44px;
  border-radius: 27px;
  border: 1px solid #FFFFFF;
  margin: 24px auto;
  cursor: pointer;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
}
.layer-wrapper {
  background-color: transparent!important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3) !important;
}
.order {
  width: 856px;
  height: 456px;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.order-img {
  width: 196px;
  height: 127px;
  display: inline-block;
  padding: 107px 0 72px;
}
.order-txt_1 {
  font-size: 28px;
  line-height: 40px;
  color: #1D1D1D;
}
.order-txt_2 {
  font-size: 24px;
  line-height: 40px;
  color: #646363;
}
.consult {
  width: 473px;
  height: 456px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
  padding: 41px 70px 0 60px;
  box-sizing: border-box;
  position: relative;
}
.consult-dialog {
  display: none;
}
.consult-title {
  font-weight: 600;
  font-size: 24px;
  color: #E60D26;
  line-height: 33px;
}
.consult-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 22px;
  margin-bottom: 35px;
}
.consult-close {
  background: url(../images/icon_close.png) no-repeat center;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 24px;
  top: 40px;
  cursor: pointer;
  margin: 0;
}
.consult .form-label {
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  line-height: 25px;
}
.consult .form-input {
  width: 336px;
  height: 48px;
  background: #F8F8F8;
  border-radius: 3px;
  margin-top: 6px;
  border-width: 0;
  outline: none;
  padding: 0 12px;
  box-sizing: border-box;
  margin-bottom: 19px;
}
.consult .form-button {
  display: block;
  width: 200px;
  height: 50px;
  background: #E60D26;
  border-radius: 5px;
  border-width: 0;
  margin-top: 23px;
}
.consult .form-button span {
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}
