/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.anniu {
    font-size: 16px;
    color: #fff;
    display: block;
    background-color: #0061b0;
    width: 180px;
    padding: 15px;
    text-align: center;
    border-radius: 15px;
    float: left;
    margin: 5px;
    margin-left: 131px;
}
body {
    background-color: #d0e6f9;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Page Layout  background: linear-gradient(135deg, #0062a4 0%, #034474 50%, #0160a8 100%);*/
.page-wrapper {
    min-height: 100vh;
        
}

/* Banner */
.banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 206, 209, 0.9), transparent);
  padding: 3rem 1rem 1.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.banner-slogan {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.15em;
}

/* Content */
.content-wrapper {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  margin-top: -12%;
}

.container {
  max-width: 1100px;
  width: 100%;
  border-radius: 20px;
  overflow: visible;
      background-color: rgb(240 248 255 / 96%);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
  z-index: +999;
}

/* Header */
.header {
    padding: 0.8rem 2rem;
    /* background-image: url(../assets/4a.png); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    position: relative;
    margin-top: -5%;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3em;
    background: linear-gradient(to bottom, #0461ab 0%, #01ad9f 100%);
    width: 200px;
    margin: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #1762a9;
  line-height: 1.4;
}

/* Main Content */
.main-content {
  padding: 3rem 2rem;
}

.section {
  margin-bottom: 2.5rem;
  padding: 2rem;
  background: #fdfeff;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(32, 178, 170, 0.2);
}

.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgb(0 0 0 / 9%);
}

.section-content {
  color: #4a5568;
  line-height: 1.8;
}

.section-content p {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.section-content p::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #20B2AA;
  font-weight: bold;
}

.section-content p.subtitle {
  font-weight: 600;
  color: #2d3748;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.section-content p.subtitle::before {
  content: '';
  display: none;
}

/* Special Sections */
.section.highlight {

}

.section.highlight .section-content p::before {
  color: #FFB347;
}

.section.info {
  
}

.section.info .section-content p::before {
  color: #4A90E2;
}

/* Footer */
.footer {
  padding: 2rem;
  text-align: center;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #20B2AA, #00CED1, #FFB347, transparent);
}

.footer-text {
  color: #4a5568;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.contact-item {
  color: #718096;
  font-size: 0.85rem;
}

.contact-divider {
  color: #cbd5e0;
}

/* Responsive */
@media (max-width: 768px) {
  .banner-slogan {
    font-size: 1.5rem;
  }

  .content-wrapper {
    padding: 1rem 0.5rem;
  }

  .container {
    border-radius: 15px;
  }

  .header {
    padding: 0.5rem;
  }

  .title {
    font-size: 1.3rem;
  }

  .main-content {
    padding: 2rem 1rem;
  }

  .section {
    padding: 1.5rem;
  }

  .section-title {
    font-size: 1.25rem;
  }

  .footer-contact {
    flex-direction: column;
    gap: 0.5rem;
  }

  .contact-divider {
    display: none;
  }
}
.anniu {
    font-size: 16px;
    color: #fff;
    display: block;
    background-color: #0061b0;
    width: 180px;
    padding: 15px;
    text-align: center;
    border-radius: 15px;
    float: left;
    margin: 5px;
    margin-left: 131px;
}
.anniu:hover{background-color: #a8da61;}
