@charset "UTF-8";

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
  font-weight: 400;
  color: #000;
}

.clearfix { display: block; }
img { max-width: initial; border: 0; }

.wp {
  width: 1200px;
  margin: 0 auto;
}

.banner_wrap {
  overflow: hidden;
  width: 100%;
  height: 600px;
  background: url(../images/banner@2x.png) center top no-repeat;
  background-size: 1920px 600px;
  min-width: 1200px;
}

.banner_con {
  position: relative;
  width: 1200px;
  height: 600px;
  margin: 0 auto;
}

.banner_con a {
  position: absolute;
  left: 0;
  top: 508px;
  width: 458px;
  height: 64px;
  font-size: 0;
}

.conterbg {
  background-color: #f0fcff;
  padding-bottom: 47px;
  min-width: 1200px;
}

.section-white {
  background: #fff;
}

.title {
  text-align: center;
}

.title h3 {
  display: inline-block;
  width: 540px;
  height: 120px;
  margin: 0;
  padding: 0;
  line-height: 120px;
  font-size: 48px;
  line-height: 120px;
  font-weight: 700;
  color: #000;
  background: url(../images/title-bg@2x.png) center no-repeat;
  background-size: 540px 120px;
}

.title.title-wide h3 {
  width: 700px;
  background-image: url(../images/title-wide-bg@2x.png);
  background-size: 700px 120px;
}

.title.title-long h3 {
  width: 640px;
  background-size: 640px 120px;
}

.tit-p {
  margin-top: 16px;
  line-height: 28px;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.tit-p-sm {
  margin-top: 8px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.cta-pair {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 36px 0 0;
  font-size: 0;
}

.cta-pair a {
  display: inline-block;
  width: 250px;
  height: 56px;
  line-height: 56px;
  border-radius: 91px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #434343;
  box-sizing: border-box;
}

.cta-pair .btn-main {
  background: #ffe5ee;
  color: #434343;
  border: 1px solid #434343;
}

.cta-pair .btn-sub {
  background: #fff;
  color: #434343;
  border: 1px solid #434343;
}

/* box1 三重礼 */
.box1_wrap {
  padding-top: 67px;
}

.box1_con {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}

.box1-item {
  width: 384px;
  height: 403px;
  background-repeat: no-repeat;
  background-size: 384px 403px;
}

.box1-item:nth-child(1) { background-image: url(../images/gift-1@2x.png); }
.box1-item:nth-child(2) { background-image: url(../images/gift-2@2x.png); }
.box1-item:nth-child(3) { background-image: url(../images/gift-3@2x.png); }

.box1-item .hd {
  position: relative;
  height: 144px;
  padding: 0;
}

.box1-item .num {
  position: absolute;
  left: 19px;
  top: 53px;
  width: 84px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  color: #434343;
}

.box1-item .hd-tit {
  position: absolute;
  left: 119px;
  top: 53px;
  height: 72px;
  line-height: 72px;
  font-size: 54px;
  color: #434343;
  font-weight: 700;
}

.box1-item .bd {
  height: 259px;
  padding: 24px 12px 0;
  box-sizing: border-box;
}

.box1-item .bd p {
  width: 306px;
  height: 40px;
  margin: 0 auto 8px;
  line-height: 40px;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  text-indent: 12px;
  border-radius: 7px;
}

.box1-item:nth-child(1) .bd p { background: #fffcf6; }
.box1-item:nth-child(2) .bd p { background: #fff9fb; }
.box1-item:nth-child(3) .bd p { background: #f1f8ff; }

.box1-item .box1-item-btn {
  display: block;
  width: 248px;
  height: 56px;
  margin: 21px auto 0;
  line-height: 56px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  background: #ccf4ff;
  border-radius: 251px;
}

/* box3 课程 */
.box3_wrap {
  padding-top: 60px;
}

.box3-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding: 0;
  list-style: none;
}

.box3-tab li {
  width: 292px;
  height: 66px;
  line-height: 66px;
  background: #fff;
  border-radius: 16px;
  font-size: 34px;
  text-align: center;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

.box3-tab li.on {
  background: #003faf;
  color: #fff;
  font-weight: 700;
}

.box3-hid {
  display: none;
  margin-top: 28px;
  font-size: 0;
}

.box3-hid dl {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 580px;
  height: 430px;
  margin: 0 40px 66px 0;
  background: #fff;
  border: 2px solid #e3f9fe;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: visible;
}

.box3-hid dl:nth-child(2n) {
  margin-right: 0;
}

.box3-hid dl dt {
  position: relative;
  width: 580px;
  height: 224px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.box3-hid dl dt img {
  display: block;
  width: 580px;
  height: 224px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.box3-hid dl h3 {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  padding: 0 4px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.box3-hid dl h3::after {
  content: "";
  display: block;
  height: 7px;
  margin: -7px auto 0;
  background: #dcdfff;
  border-radius: 467px;
}

.box3-hid dl dd {
  margin: 0;
}

.box3-hid dl dd.info {
  width: auto;
  height: 90px;
  margin: 12px 19px 0 24px;
  overflow: hidden;
}

.box3-hid dl dd.info p {
  width: auto;
  height: 30px;
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #363636;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box3-hid dl dd.info p strong {
  font-weight: 700;
}

.box3-hid dl dd.btns {
  position: absolute;
  left: 70px;
  top: 400px;
  width: 440px;
  height: 56px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.box3-hid dl dd a {
  display: block;
  width: 204px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  border-radius: 251px;
}

.box3-hid dl dd a:first-child {
  background: #ccf4ff;
}

.box3-hid dl dd a:last-child {
  background: #fff;
  border: 1px solid #ccf4ff;
  box-sizing: border-box;
}

/* box4 班型 */
.box4-list {
  display: flex;
  flex-wrap: wrap;
  gap: 59px 24px;
  margin-top: 47px;
}

.list-item {
  position: relative;
  width: 384px;
  height: 300px;
  background: #fff;
  border: 2px solid #e3f9fe;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: visible;
}

.list-item-top {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.list-item-top img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.list-item-name {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 47px;
  padding: 0 16px;
  line-height: 47px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background: #003faf;
  border-radius: 16px 16px 0 0;
}

.list-item-mes {
  padding: 11px 19px 0 24px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
}

.list-item-mes .tit {
  margin: 0 0 4px;
  font-weight: 700;
  text-align: center;
}

.list-item-mes .line {
  margin: 0;
  height: 32px;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.list-item-mes .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #dcdfff;
  border-radius: 50%;
}

.list-item-btn {
  position: absolute;
  left: 68px;
  top: 266px;
  width: 248px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  background: #ccf4ff;
  border-radius: 251px;
}

/* box5 表单 */
.box5_wrap {
  padding: 40px 0 61px;
}

.box5_con {
  position: relative;
  width: 1200px;
  margin: 29px auto 0;
}

.box5_pos {
  display: flex;
  min-height: 464px;
}

.box5_con .left {
  width: 180px;
  height: 464px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ccf4ff;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}

.box5_con .left li {
  position: relative;
  height: 116px;
  padding: 0 36px 0 20px;
  font-size: 28px;
  color: #434343;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px dashed #fff;
}

.box5_con .left li::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -12px;
  border-top: 12px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #003faf;
}

.box5_con .right {
  flex: 1;
  padding: 0 0 0 36px;
}

.box5_con .ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 116px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #003faf;
  box-sizing: border-box;
}

.box5_con .ul span {
  position: relative;
  width: auto;
  min-width: 88px;
  height: 52px;
  margin: 0 48px 0 0;
  padding: 0 0 0 40px;
  line-height: 52px;
  border: 0;
  border-radius: 0;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-indent: 0;
  background: none;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
}

.box5_con .ul span em {
  position: absolute;
  left: 0;
  top: 14px;
  width: 24px;
  height: 24px;
  border: 1px solid #003faf;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}

.box5_con .ul span.side {
  background: none;
  border: 0;
  font-weight: 700;
}

.box5_con .ul span.side em {
  background: #003faf;
  border-color: #003faf;
}

.box5_con .ul span.side em::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.box5_con .ul span.side::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 5px;
  background: #ccf4ff;
  border-radius: 2px;
}

.conterbg.box6-sec {
  padding-bottom: 0;
}

/* box6 教师 */
.box6_wrap {
  padding: 40px 0 55px;
}

.box6_con {
  width: 1200px;
  margin: 40px auto 0;
  overflow: hidden;
}

.box6-slie.swiper-container {
  overflow: hidden;
  padding: 85px 0 0;
  box-sizing: border-box;
}

.box6-slie .swiper-wrapper {
  overflow: visible !important;
}

.box6-slide {
  display: flex;
  justify-content: center;
  gap: 48px;
  overflow: visible;
  padding: 0 16px;
  box-sizing: border-box;
}

.box6-item {
  position: relative;
  width: 357px;
  height: 370px;
  background: url(../images/teacher-card-bg@2x.png) no-repeat center top;
  background-size: 357px 370px;
  border-radius: 16px;
  overflow: visible;
}

.box6-item-img {
  position: relative;
  height: 223px;
}

.box6-item-img img {
  position: absolute;
  left: 32px;
  top: -85px;
  width: 293px;
  height: 293px;
  object-fit: cover;
  object-position: top;
}

.box6-item-info {
  position: absolute;
  left: -16px;
  top: 165px;
  z-index: 2;
  width: 389px;
  height: 106px;
  background: url(../images/teacher-name-bg@2x.png) no-repeat;
  background-size: 389px 106px;
}

.box6-item-info span {
  display: block;
  width: 160px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}

.box6-item-xw {
  height: 48px;
  margin: 0;
  padding: 6px 16px 0 28px;
  line-height: 42px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.box6-item-jn {
  position: absolute;
  left: 0;
  top: 271px;
  width: 100%;
  padding: 0 16px 0 13px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 37px;
  font-weight: 400;
  color: #000;
}

.box6-item-jn .line {
  position: relative;
  margin: 0;
  height: 37px;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box6-item-jn .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: #dcdfff;
  border-radius: 50%;
}

.box6-bar {
  width: 100%;
  margin-top: 39px;
  text-align: center;
}

.box6-pagination.swiper-pagination {
  position: relative !important;
  left: 0 !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 8px;
  margin: 0;
  text-align: center;
  transform: none !important;
  font-size: 0;
}

.box6-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 54px;
  height: 8px;
  margin: 0 8px !important;
  border-radius: 4px;
  background: #d6e5ea;
  opacity: 1;
  cursor: pointer;
  vertical-align: top;
}

.box6-pagination .swiper-pagination-bullet-active {
  background: #003faf;
}

.box6-bar .cta-pair {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 39px 0 0;
}

/* box7 服务 */
.box7_wrap {
  padding-top: 0;
}

.mod-service {
  padding: 30px 0 43px;
}

.mod-tools {
  padding: 40px 0 40px;
}

.mod-tools .tit-p-sm {
  margin-top: 0;
  line-height: 20px;
}

.mod-tools .cta-pair {
  margin-top: 31px;
}

.mod-books {
  padding: 30px 0 31px;
}

.mod-books .cta-pair {
  margin-top: 30px;
}

.mod-honors {
  padding: 29px 0 39px;
}

.mod-honors .cta-pair {
  margin-top: 34px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.service-item {
  position: relative;
  width: 248px;
  height: 334px;
  margin-right: -10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 248px 334px;
}

.service-item:nth-child(5n) {
  margin-right: 0;
}

.service-item.row2 {
  height: 363px;
  margin-top: 20px;
  background-size: 248px 363px;
}

.service-item h4 {
  position: absolute;
  top: 107px;
  left: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #003faf;
}

.service-item p {
  position: absolute;
  left: 28px;
  top: 210px;
  width: 192px;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
}

.service-item.row2 p {
  height: 157px;
}

.b7-tab {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 40px 0 28px;
}

.b7-tab-item {
  width: 390px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 16px;
  font-size: 34px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}

.b7-tab-item.on {
  background: #003faf;
  color: #fff;
  font-weight: 700;
}

.b7-gj {
  display: none;
  width: 1200px;
  height: 539px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.b7-gj img {
  display: block;
  width: 1200px;
  height: 539px;
}

.book-list {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 54px;
}

.honor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 21px;
  margin-top: 30px;
}

.book-item {
  width: 360px;
}

.book-item p {
  width: 334px;
  height: 65px;
  margin: 0 auto 10px;
  padding-top: 15px;
  box-sizing: border-box;
  line-height: 31px;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background: url(../images/note-left@2x.png) center no-repeat;
  background-size: 334px 65px;
}

.book-item:last-child p {
  width: 304px;
  background-image: url(../images/note-right@2x.png);
  background-size: 304px 65px;
}

.book-item img {
  display: block;
  width: 360px;
  height: 178px;
  object-fit: contain;
  border-radius: 16px;
}

.honor-item {
  width: 386px;
}

.honor-item img {
  display: block;
  width: 386px;
  height: 278px;
  object-fit: cover;
  border-radius: 10px;
}

.honor-item p {
  width: 386px;
  height: 90px;
  margin: 16px 0 0;
  padding: 11px 43px 0;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  text-align: center;
  background: #fcf7c1;
  border-radius: 10px;
}

.award-note {
  margin: 8px 0 0;
  line-height: 28px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

/* box8 城市 */
.box8_wrap {
  padding: 30px 0 60px;
}

.box8_con {
  margin-top: 60px;
}

.box8_con .tab {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  font-size: 0;
}

.box8_con .tab span {
  display: inline-block;
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #efefef;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}

.box8_con .tab span.side {
  background: #ff0659;
  color: #fff;
  font-weight: 700;
}

.box8_con .tabCon dl {
  display: none;
  background: #f0fcff;
  border-radius: 16px;
  width: 1200px;
  height: 480px;
  padding: 48px 24px;
  margin-top: 40px;
  box-sizing: border-box;
}

.box8_con .tabCon dl dt,
.box8_con .tabCon dl dd {
  display: inline-block;
  vertical-align: top;
}

.box8_con .tabCon dl dt {
  width: 330px;
  border-radius: 16px;
  overflow: hidden;
}

.box8_con .tabCon dl dt img {
  display: block;
  width: 330px;
  height: 384px;
  object-fit: cover;
}

.box8_con .tabCon dl dd {
  width: 791px;
  margin-left: 24px;
}

.box8_con .tabCon dl dd p {
  position: relative;
  width: 100%;
  padding-right: 180px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  color: #434343;
  line-height: 24px;
  box-sizing: border-box;
}

.box8_con .tabCon dl dd p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 791px;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    #003faf 0,
    #003faf 8px,
    transparent 8px,
    transparent 12px
  );
}

.box8_con .tabCon dl dd p + p {
  margin-top: 12px;
}

.box8_con .tabCon dl dd p strong {
  display: block;
  height: 35px;
  margin-bottom: 4px;
  padding-left: 39px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  color: #434343;
  background: url(../images/icon-pin@2x.png) no-repeat left center;
  background-size: 35px 35px;
}

.box8_con .tabCon dl dd p a {
  position: absolute;
  right: 0;
  top: 6px;
  width: 158px;
  height: 48px;
  line-height: 48px;
  border-radius: 50px;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  color: #000;
  background: #fff;
  border: 1px solid #ccf4ff;
  box-sizing: border-box;
}
