* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  width: 100%;
  min-width: 1400px;
  min-height: 100vh;
  background-color: #f1faff;
  color: #333;
  line-height: 1.6;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 12px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #bcbcbc;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

.brand {
  margin: 0 auto;
  width: 1200px;
  max-width: 1200px;
  height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.brand::before {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1400px;
  width: 100%;
  /* height: 100%; */
  height: 900px;
  content: "";
  background-image: url(../images/main-image.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}

.brand-logo {
  margin: 85px auto 47px;
  width: 208px;
}

.brand-text {
  padding: 0 206px;
}

.text-collaborate {
  float: left;
}

.text-assistance {
  margin-top: 17px;
  float: right;
}

.subtitle {
  margin-top: 58px;
  height: 68px;
  object-fit: contain;
}

.headlines {
  margin: 105px auto 0;
  padding: 54px;
  display: flex;
  width: 1200px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 9px 21px 0px rgba(82, 82, 82, 0.09);
}

.illustrates {
  position: relative;
  flex-shrink: 0;
  margin-right: 35px;
  width: 463px;
  height: 260px;
  border-radius: 10px;
}

.illustrates-prev,
.illustrates-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.illustrates-prev {
  left: 12px;
  z-index: 9;
}

.illustrates-next {
  right: 12px;
  z-index: 9;
}

.swiper-slide-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.headline-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.headline-item {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.headline-item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}

.headline-item:hover .headline-title,
.headline-item:hover .headline-date {
  color: #0864f4;
}

.headline-title {
  display: block;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(51, 51, 51, 1);
}

.headline-date {
  margin-left: 46px;
  white-space: nowrap;
  color: rgba(51, 51, 51, 1);
}

.headline-item::before {
  flex-shrink: 0;
  margin-right: 15px;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #0864f4;
  border-radius: 50%;
}

.tabs {
  display: flex;
  justify-content: space-between;
  /* margin: 73px auto 82px; */
  /* margin: 220px auto 10px; */
  /* margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 10px; */
  margin: 0 auto 10px;
  width: 1200px;
  height: 62px;
  border-radius: 10px;
  background: #ffffff;
  box-sizing: content-box;
  box-shadow: 0px 0px 27px 0px #0074da73;
}

.tab {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  border-radius: 10px;
  font-size: 21px;
  font-weight: normal;
  color: #333333;
  line-height: 33px;
  cursor: pointer;
}

.tab.active .label::before {
  position: absolute;
  top: 62px;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #0864f4;
}

.tab .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

.tab.active {
  background: #0864f4;
  color: #ffffff;
}

.tab.active .label {
  color: #ffffff;
}

.tab-radio {
  appearance: none;
  display: none;
}

.tab-pane {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.content {
  margin: 0 auto;
  
}

.tab-radio:checked+.tab-pane {
  display: flex;
}

/* 添加咨询电话样式 */
.consultation-phone {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #0066cc; /* 主题蓝色，如果不同请调整 */
    margin-top: 30px;
    padding: 15px 0;
    width: 100%;
}

.entering-high-school {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-image: url(../images/ribbon.png);
  background-size: 208% 1100px;
  background-repeat: no-repeat;
  background-position: top left 20%;
}

.title-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.title-wrap .title {
  height: 71px;
}

.title-active{
  position: relative;
}



.organization-of-events .title-wrap {
  position: relative;
  margin: 54px auto 0;
  width: 1200px;
  display: flex;
  justify-content: center;
}

.retouching {
  position: absolute;
  bottom: -60px;
  right: -108px;
  width: 266px;
  height: 138px;
  z-index: 9;
}

.entering-high-school .organization-of-events .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 100px 45px 45px 45px;
  width: 1200px;
  height: 750px;
  background: #ffffff;
  box-shadow: 0px 9px 21px 0px rgba(82, 82, 82, 0.09);
  border-radius: 10px;
  overflow: hidden;
}

.entering-high-school .organization-of-events .content::before {
  position: absolute;
  left: -15px;
  top: 0;
  display: block;
  width: 142px;
  height: 94px;
  content: "";
  background-image: url(../images/retouching-circle1.png);
  background-size: 142px 94px;
}

.entering-high-school .organization-of-events .content::after {
  position: absolute;
  right: 0;
  bottom: -25px;
  display: block;
  width: 142px;
  height: 94px;
  content: "";
  background-image: url(../images/retouching-circle2.png);
  background-size: 142px 94px;
  z-index: 0;
}

.hdybm {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding-top: 25px;
  box-sizing: border-box;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  color: #0864f4;
}

.iconYd {
  position: absolute;
  top: 150%;
  transform: translateY(-50%);
  right: -155px;
  width: 300px;
  padding-top: 35px;
  box-sizing: border-box;
}

.table {
  position: relative;
  display: table;
  width: 500px;
  height: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  z-index: 9;
  margin-top: 50px;
}

.table-header {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  line-height: 35px;
  background: #0864f4;
}

.table-header:first-child {
  border-radius: 10px 0 0 0;
}

.table-header:last-child {
  border-radius: 0 10px 0 0;
}

.table-body {
  display: block;
  height: 575px;
  overflow: auto;
  background-color: #ffffff;
}

.table-body::-webkit-scrollbar {
  width: 5px;
}

.table-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #bcbcbc;
}

.table-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #ededed;
}

.table-data-row,
.table-header-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-data-row:nth-child(even) .table-data {
  background: rgba(8, 100, 244, 0.06);
}

.table-data {
  text-align: center;
  height: 36px;
}

.table-data-row:last-child .table-data:first-child {
  border-radius: 0 0 0 10px;
}

.table-data-row:last-child .table-data:last-child {
  border-radius: 0 0 10px 0;
}

#map {
  width: 590px;
  height: 100%;
  overflow: hidden;
  margin-top: 20px;
}



/* 电话 */
.number{
  text-align: center;
  margin-top: 20px;
}
.number span{
  font-size: 28px;
  color: #0864f4;
  font-weight: bold;
  color: #0066cc;
}
.number1{
  text-align: center;
  margin-top: 20px;
}
.number1 span{
  font-size: 28px;
  color: #0864f4;
  font-weight: bold;
  color: #0066cc;
}





.activity-showcase {
  display: block;
}

.activity-showcase .title-wrap {
  margin-top: 128px;
}

.activity-showcase .content {
  position: relative;
  margin-top: 54px;
  width: 1200px;
}

.activity-showcase .content .prev,
.activity-showcase .content .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.activity-showcase .content .prev {
  left: -50px;
}

.activity-showcase .content .next {
  right: -50px;
}

.esh-activity-showcase {
  width: 1200px;
  height: 340px;
}

.esh-activity-showcase .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.hot-news {
  position: relative;
}

.hot-news .title-wrap {
  margin-top: 133px;
}

.hot-news::before {
  position: absolute;
  left: 0;
  bottom: -76px;
  content: "";
  width: 100%;
  height: 1252px;
  background-image: url(../images/hot-news-background.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.hot-news .content {
  padding: 42px 30px;
  width: 1200px;
  background: #ffffff;
  box-shadow: 0px 9px 21px 0px rgba(82, 82, 82, 0.09);
  border-radius: 10px;
}

.hot-news .content .news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: 100%;
  max-height: 980px;
  overflow: auto;
}

.hot-news .content .news-list::-webkit-scrollbar {
  width: 5px;
}

.hot-news .content .news-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #bcbcbc;
}

.hot-news .content .news-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #ededed;
}

.hot-news .content .news-list .news-item {
  overflow: hidden;
}

.hot-news .content .news-list .news-item .news-item-link {
  display: flex;
  flex-direction: column;
  padding: 24px 30px;
  width: 100%;
  height: 175px;
  background-image: url(../images/news-background.png);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hot-news .content .news-list .news-item .title {
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  color: #0864f4;
  line-height: 37px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-news .content .news-list .news-item .publish-date {
  padding: 4px 0 8px;
}

.hot-news .content .news-list .news-item .publish-date,
.hot-news .content .news-list .news-item .desc {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.invitation-letter .title-wrap {
  margin-top: 133px;
}

.invitation-letter .content {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 56px;
  width: 1200px;
  height: 150px;
  background: linear-gradient(180deg, #0066ff, #4eb3ff);
  box-shadow: 14px 15px 51px 0px rgba(12, 114, 245, 0.34);
  border-radius: 10px;
  cursor: pointer;
}

.invitation-letter .content::before {
  position: absolute;
  right: 26px;
  bottom: 38px;
  content: "";
  width: 271px;
  height: 240px;
  background-image: url(../images/invitation-retouching.png);
}

.invitation-letter .content .text {
  margin-left: 51px;
  filter: drop-shadow(4px 5px 7px #0042e9);
}

.coop-hs {
  position: relative;
}

.coop-hs::before {
  position: absolute;
  left: 0;
  bottom: -82px;
  content: "";
  width: 100%;
  height: 780px;
  background-image: url(../images/coop-hs-background.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.coop-hs .title-wrap {
  margin-top: 145px;
}

.coop-hs .content {
  padding: 46px;
  width: 1200px;
  background: #ffffff;
  box-shadow: 0px 9px 21px 0px rgba(82, 82, 82, 0.09);
  border-radius: 10px;
}

.coop-hs .provinces {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px 14px;
}

.coop-hs .provinces .province {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 2px solid #0864f4;
  border-radius: 10px;
  font-size: 24px;
  font-weight: normal;
  color: #0864f4;
  line-height: 38px;
  cursor: pointer;
}

.coop-hs .provinces .province.active {
  background: #0864f4;
  color: #ffffff;
}

.radio-coop-hs {
  display: none;
  appearance: none;
}

.radio-coop-hs:checked+.schools {
  display: grid;
}

.coop-hs .schools {
  display: none;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 18px;
  margin-top: 53px;
}

.coop-hs .schools .school {
  padding: 10px 12px;
  background: rgba(8, 100, 244, 0.1);
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #0864f4;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}

.coop-hs .download {
  margin: 53px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 343px;
  height: 42px;
  background: #0864f4;
  border-radius: 21px;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  line-height: 35px;
  cursor: pointer;
}

.interactive-zone .title-wrap {
  margin-top: 145px;
}

.interactive-zone .content {
  margin: 60px auto 0;
  width: 1200px;
}

.interactive-zone .content .interactive-list {
  margin: 60px auto 0;
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 72px;
}

.interactive-zone .content .interactive-list .interactive-item .interactive-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(82, 82, 82, 0.09) 0px 9px 21px 0px;
}

.interactive-item-icon {
  width: 40px;
  height: 40px;
}

.interactive-item-label {
  margin-left: 12px;
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  cursor: pointer;
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1400px;
  height: 170px;
}

.footer::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 268px;
  background-image: url(../images/footer-background.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.footer .footer-links {
  display: flex;
}

.footer .footer-links .footer-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  line-height: 24px;
  text-decoration: none;
}

.footer .footer-links .footer-link::after {
  content: "";
  width: 1.67px;
  height: 50%;
  background: #ffffff;
  margin: 0 8px;
}

.footer .footer-links .footer-link:last-child::after {
  display: none;
}

.footer .copyright,
.footer .mailto a {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  line-height: 24px;
  text-decoration: none;
}

.disabled {
  display: none;
}

.provinces-select {
  display: none;
}


