.pcblock{display:block;}
.wapblock{display:none;}
/* 全屏轮播 */
.swiper{height:auto;width:100%;padding-bottom:3vw}
.swiper-slide{
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:3rem;
  /*text-shadow:0 0 10px rgba(0,0,0,.6);*/
}
.swiper-slide img{display:block;width:100%;height:auto;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0;
}
.swiper-pagination-bullet{
  width:15px;
  height:15px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 10px
}
.swiper-pagination-bullet-active{
  background:#9a7d4a;
}
.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
  }
  
  .banner-logo {
    position: absolute;
    top: 3vw;
    left: 3vw;
    max-width: 20vw;
    height: auto;
    pointer-events: auto;
  }
  
  .banner-text {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    text-align: right;
    color: white;
    pointer-events: auto;
  }
  
  .banner-title {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.2;
  }

  
  .banner-en,.banner-ch {
    font-size: 2vw;
    line-height: 1.3;
    font-weight:bold;
  }

   .banner-ch {
    margin-top:0.5vw
  }


/* 图文区域 */
.content-section{
  max-width:80vw;
  margin:0 auto;
  padding:50px 0;
}
.content-section-university{
  width:100%;
  height:auto;
  display:flex;
  flex-wrap:wrap;
  gap:60px;
  align-items:flex-start;
  margin-top:60px
}
.content-section .ch-tit{font-size:3.2rem;line-height:1.2;color:#1D2A5A;}
.content-section .en-tit{color:#1D2A5A;font-size:3.2rem;line-height:1.2;}
.content-image{flex:1 1 400px;}
.content-image img{width:100%;border-radius:8px;}
.content-text{flex:2 1 500px;font-size:1.2rem;line-height:2;color:#1D2A5A;}
.content-text p{margin-bottom:20px;font-size:1.3rem;}
.content-text h2{font-size:2.5rem;color:#1f4a79;margin-bottom:20px;}

.content-section-smugap{margin-top:40px}
.content-section-smugap .content-image{flex:2 1 500px;}

.ch-right{text-align:right;}
.content-section-tiyan{margin-top:50px}
.content-section-tiyan .content-image{flex:3 1 500px;}

.content-section-huodong{margin-top:50px}
.content-section-huodong .content-image{flex:5 1 500px;}

.content-section-rili{margin-top:30px}
.tips{color:#1D2A5A;font-size:1.2rem;margin-top: 10px;}

/* 文化轮播卡片宽高随 vw 等比 */
.culture-section {
  position: relative;
  padding: 0 120px; /* 两侧留白 */
  background:#969fc0;
  border-radius:20px;
  margin-top:35px;
}
.culture-swiper {
  padding: 60px 0;
  position: static;
}
.culture-swiper .swiper-button-prev,
.culture-swiper .swiper-button-next {
  width: 120px;
  height: 120px;
  color: #ffffff;
  top: 50%;
  margin-top:-60px;
}
.culture-swiper .swiper-button-prev {
  left: 0; /* 定位到左侧留白区域 */
}

.culture-swiper .swiper-button-next {
  right: 0; /* 定位到右侧留白区域 */
}

.culture-swiper .swiper-button-prev::after,
.culture-swiper .swiper-button-next::after {
  font-size: clamp(2.5rem, 2vw + 1.8rem, 4rem);
  font-weight: bold;
}

.culture-swiper .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 30%;   /* 3:2 比例 */
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.culture-swiper .slide-inner {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .4s ease;
}
.culture-swiper .slide-mask {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  transition: opacity .4s;
}
.culture-swiper .swiper-slide:hover .slide-mask { opacity: 0; }
.culture-swiper .swiper-slide:hover .slide-inner { transform: scale(1.1); }

/* 优势版块 */
.advantage-section {
  text-align: center;
  padding: 60px 0;
}
.advantage-section h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.2rem);
  margin-bottom: 40px;
  color: #1f4a79;
}
.advantage-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  text-align: center;
  background: #f7f7f7;
  padding: 50px 20px;
  border-radius: 20px;
  flex-wrap: wrap;
  margin-top:35px
}

.advantage-list li {
  width:25%;
  position: relative;
  padding: 0 20px;
}

.advantage-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background-color: #ccc;
}

.advantage-list img {
  display: block;
  margin: 0 auto 10px;
  width: auto;
  height: 85px; /* 固定图标高度 */
  object-fit: contain;

}

.advantage-list span {
  font-size: clamp(.85rem, 1vw + .6rem, 3rem);
  display: inline-block;
  line-height:1.3;
  color:#1f4a79;
}


/*项目信息与课程详情*/
.project-info {
  margin: 50px 0 0;
  color: #1D2A5A;
  font-size: 1.2rem;
  line-height: 1.8;
}

.project-info p {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.project-info p strong {
  grid-column: 1;
  white-space: nowrap;
}

.project-info p span {
  grid-column: 2;
}
.kecheng-image{
  margin-top:50px;
}
.course-image,.kecheng-image img{
  border-radius:0
}
.course-table {
  margin: 30px 0 0;
  overflow-x: auto;
}

.course-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1.3rem;
  /*table-layout: fixed; /* 添加固定布局 */*/
}

.course-table th, 
.course-table td {
  padding: 15px;
  border: 1px solid #ddd;
  vertical-align: middle; /* 确保垂直居中 */
  text-align: center; /* 默认全部居中 */
  color: #1D2A5A;
  line-height: 1.8; /* 增加行高 */
}
.course-table td{
  padding:30px 25px;
}

.course-table th {
  background-color: #1D2A5A;
  color: white;
  font-weight: bold;
}

/* 课程简介列特殊处理 */
.course-table td.center {
  text-align: left; /* 简介内容左对齐 */
  padding:30px;
}

.course-table td p{
  margin:20px 0;
}


/* 固定左右列宽度 */
.course-table td.left{
  width: 280px; /* 调整为更合适的宽度 */
}

.course-table td.right {
  width: 200px; /* 调整为更合适的宽度 */
  padding:0;
}


.document-links {
  display: flex;
  gap: 60px;
  margin: 25px 0 0;
}

.doc-link {
  display:block;
  text-align:center;
  color: #1D2A5A;
  text-decoration: none;
  transition: all 0.3s;
  font-weight:bold;
}

.doc-link:hover {
  color: #9a7d4a;
  transform: translateY(-3px);
}

.doc-link img {
  display:block;
  margin:auto;
  width: 60px;
  height: 60px;
}
/* 退款表格 */
.refund-policy{
  margin-top:40px;
}
.refund-table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0 0;
  text-align:left;
}

.refund-table th,
.refund-table td {
  padding: 15px;
  border: 1px solid #ddd;
  vertical-align: middle;

}

.refund-table th {
  background-color: #1D2A5A;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
}

.refund-table td{
  padding:10px;
  color:#747474;
  font-size:1rem;
}

 .refund-table tr:nth-child(even) {
  background-color: #f6f6f6;
}

/* .refund-table tr:hover {
  background-color: #f1f1f1;
}  */

.refund-note {
  color: #1D2A5A;
  font-size: 1.1rem;
  margin-top: 15px;
  line-height: 1.6;
}

.content-section-richeng .content-image img,.content-section-rili .content-image img{
  border-radius:0
}
.content-section-richeng{
  margin-top:30px
}

/* Footer样式 */
  .site-footer {
    background-color: #1d2a5a;
    padding: 40px 20px;
    border-top: 1px solid #e7e7e7;
    margin-top: 60px;
  }
  
  .footer-container {
    max-width: 80vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer-logo {
    flex: 0 0 300px;
    margin-right: 30px;
  }
  
  .footer-logo img {
    max-width: 100%;
    height: auto;
  }
  
  .footer-info {
    display:flex;
    align-items:center;
    min-width: 300px;
    color: #fff;
  }
  .footer-infor-logo{
    width:150px;
    /*border-right: 1px solid #fff;*/
    padding-right:30px;
    /*margin-right:15px;*/
  }

  .footer-infor-logo img {
    max-width: 100%;
    height: auto;
  }
  
  
  .footer-contact {
    font-size: 14px;
    line-height: 1.6;
    padding-left:20px;
    border-left:1px solid #fff
  }

  .footer-contact-list{
    display:flex;
    align-items:flex-start;
  }
  
  .footer-email-tit{
    display:block;
    padding-left:30px;
    background:url(../images/icon-email.png) no-repeat left center/23px auto;
    margin-right:10px
  }

  .footer-address-tit{
    background:url(../images/icon-address.png) no-repeat left center/23px auto;
  }

  .footer-erweima{
    width:200px;
    text-align:center;
  }

  .footer-erweima>img{
    display:block;
    width:90px;
    height:auto;
    margin:auto;
  }
  .footer-erweima-con{
    padding-top:8px
  }
  .footer-erweima-con img{
    display:inline-block;
    width:25px;
    height:auto;
    vertical-align:middle;
    margin-right:3px
  }
/* =============== 移动端适配 (768px以下) =============== */
@media (max-width: 768px) {
  .pcblock{display:none}
  .wapblock{display:block;}
  .banner-logo {
      max-width: 80px;
      top: 15px;
      left: 15px;
    }
    
    .banner-text {
      right: 20px;
    }
    
    .banner-title {
      font-size: 18px;
    }
    
    .banner-subtitle {
      font-size: 14px;
    }
    
    .banner-en {
      font-size: 11px;
    }
  .content-section {
    max-width: 90vw;
    padding: 30px 0;
  }
  
  .content-section .ch-tit,
  .content-section .en-tit {
    font-size: 1.6rem;
  }
  
  .content-section-university {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  
  .content-image,
  .content-section-smugap .content-image,
  .content-section-tiyan .content-image,
  .content-section-huodong .content-image {
    flex: 1 1 100%;
    order: 1;
  }
  
  .content-text {
    flex: 1 1 100%;
    order: 2;
    font-size: 1rem;
    line-height: 1.8;
  }
  
  .content-text p {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  
  .content-text h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  
  .ch-right {
    text-align: left;
  }
  
  /* 文化轮播 */
  .culture-section {
    padding: 0 20px;
    border-radius: 15px;
    margin-top: 25px;
  }
  
  .culture-swiper {
    padding: 30px 0;
  }
  
  .culture-swiper .swiper-button-prev,
  .culture-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  
  .culture-swiper .swiper-button-prev::after,
  .culture-swiper .swiper-button-next::after {
    font-size: 1.5rem;
  }
  
  .culture-swiper .swiper-slide {
    padding-bottom: 60%;
  }
  
  .culture-swiper .slide-mask {
    font-size: 1.2rem;
  }

  .tips{
    font-size:1rem;
  }
  
  /* 优势版块 */
  .advantage-list {
    padding: 30px 10px;
    border-radius: 15px;
    margin-top: 25px;
    gap: 20px;
  }
  
  .advantage-list li {
    width: calc(50% - 10px);
    padding: 15px 10px;
  }
  
  .advantage-list li:not(:last-child)::after {
    display: none;
  }
  
  .advantage-list img {
    height: 60px;
    margin-bottom: 10px;
  }
  
  .advantage-list span {
    font-size: 0.9rem;
  }
  
  /* 项目信息 */
  .project-info {
    margin: 30px 0 0;
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .project-info p {
    display: block;
    margin-bottom: 15px;
  }
  
  .project-info p strong {
    display: inline;
  }
  
  /* 表格 */
  .course-table table {
    font-size: 0.9rem;
  }
  
  .course-table th,
  .course-table td {
    padding: 12px;
  }
  
  .course-table td.center {
    padding: 15px;
  }
  
  .course-table td p {
    margin: 10px 0;
  }
  
  .refund-table {
    min-width: 500px;
  }
  
  .refund-table th,
  .refund-table td {
    padding: 12px;
  }
  
  .refund-note {
    font-size: 0.9rem;
  }
  
  /* 文档链接 */
  .document-links {
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 0;
  }
  
  .doc-link {
    flex: 1 1 120px;
  }
  
  .doc-link img {
    width: 40px;
    height: 40px;
  }
  
  /* 分页器 */
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .site-footer {
    padding: 30px 15px;
    margin-top: 40px;
  }
  
  .footer-container {
    max-width: 100%;
    flex-direction: column;
    text-align: center;
  }
  
  .footer-logo {
    flex: none;
    margin-right: 0;
    margin-bottom: 20px;
    width: 200px;
  }
  
  .footer-info {
    flex-direction: column;
    min-width: auto;
    width: 100%;
  }
  
  .footer-infor-logo {
    width: 120px;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
  }
  
  .footer-contact {
    width: 100%;
    margin-bottom: 20px;
    border:none;
  }
  
  .footer-contact-list {
    /*flex-direction: column;*/
    display:block;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .footer-email-tit {
    padding-left: 0;
    background: none;
    margin-right: 0;
    margin-bottom: 5px;
    font-weight: bold;
  }
  
  .footer-address-tit {
    background: none;
  }
  
  .footer-erweima {
    width: 100%;
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
  }
}

/* =============== Pad适配 (768px-1024px) =============== */
@media (min-width: 768px) and (max-width: 1024px) {
  .content-section {
    max-width: 85vw;
  }
  
  .content-section .ch-tit,
  .content-section .en-tit {
    font-size: 2.5rem;
  }
  
  .content-image {
    flex: 1 1 45%;
  }
  
  .content-text {
    flex: 1 1 45%;
    font-size: 1.1rem;
  }
  
  .content-text p {
    font-size: 1.1rem;
  }
  
  .content-text h2 {
    font-size: 2rem;
  }

  /* 固定左右列宽度 */
  .course-table td.left{
    width: auto; /* 调整为更合适的宽度 */
  }

  .course-table td.right {
    width: auto; /* 调整为更合适的宽度 */
    padding:0;
  }

  
  /* 文化轮播 */
  .culture-section {
    padding: 0 60px;
  }
  
  .culture-swiper .swiper-button-prev,
  .culture-swiper .swiper-button-next {
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }
  
  .culture-swiper .swiper-button-prev::after,
  .culture-swiper .swiper-button-next::after {
    font-size: 2rem;
  }
  
  /* 优势版块 */
  .advantage-list li {
    width: calc(25% - 15px);
  }
  
  .advantage-list li:not(:last-child)::after {
    display: block;
  }
  
  .advantage-list img {
    height: 70px;
  }
  
  .advantage-list span {
    font-size: 0.9rem;
  }
  
  /* 项目信息 */
  .project-info p {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
  }
  
  .project-info p strong {
    grid-column: 1;
    white-space: nowrap;
  }
  
  .project-info p span {
    grid-column: 2;
  }
  .footer-container {
    max-width: 90vw;
  }
  
  .footer-logo {
    flex: 0 0 250px;
    margin-right: 20px;
  }
  
  .footer-info {
    min-width: auto;
    flex-wrap: wrap;
  }
  
  .footer-contact {
    flex: 1 1 100%;
    margin-bottom: 15px;
  }
  
  .footer-erweima {
    margin-left: 0;
    text-align: center;
  }
}