﻿@charset "utf-8";
body {
  background-color: #fff;
}
body > .wp {
  width: 100%;
}
body > .wp > .container {
  padding: 0;
  margin-top: 0;
}

.main-content {
  width: 100%;
}

.section-icon {
  display: block;
  width: 0.43rem;
  height: 0.25rem;
  background: none 0 0 no-repeat;
  background-size: 100% 100%;
}
.section-icon.icon-graduate {
  background-image: url(../images/icon-graduate.png);
}
.section-icon.icon-brief-case {
  background-image: url(../images/icon-brief-case.png);
}
.section-icon.icon-university {
  background-image: url(../images/icon-university.png);
}

.hero-section {
  height: 8.05rem; /* 原为 8.05rem，未变 */
  background: url("../images/about-School-running-Characteristics-bg-1.jpg") no-repeat center/cover;
  background-size: auto 100%;
}
.hero-section .hero-content {
  display: flex;
}
.hero-section .image-grid {
  margin: 1.73rem 1.14rem 0 0.2rem;
  width: 6.47rem;
  height: 5.58rem;
}
.hero-section .image-grid .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .hero-text {
  margin-top: 2.54rem;
  width: 7.62rem;
}
.hero-section .hero-text h2 {
  font-size: 0.36rem;
  color: rgb(89, 10, 12);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.63rem;
}
.hero-section .hero-text p {
  font-size: 0.18rem;
  color: rgb(24, 24, 24);
  line-height: 1.944;
}

.blue-section {
  height: 6rem;
  position: relative;
}
.blue-section .wp {
  position: relative;
}
.blue-section .img-box-1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10.21rem;
  height: 100%;
  margin-left: -9.6rem;
}
.blue-section .img-box-2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 8.99rem;
  height: 100%;
  margin-left: 0.6rem;
}
.blue-section img {
  width: auto;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.blue-section .blue-content {
  display: flex;
  overflow: hidden;
}
.blue-section .section-text {
  margin-top: 1.69rem;
  width: 7.65rem;
  color: rgb(255, 255, 255);
}
.blue-section .section-text h2 {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.63rem;
}
.blue-section .section-text p {
  font-size: 0.24rem;
  line-height: 1.333;
}

.white-section {
  height: 8.47rem;
  background-color: #ffffff;
}
.white-section .white-content {
  display: flex;
}
.white-section .white-content .section-image {
  margin-top: 1.29rem;
  margin-right: 0.76rem;
  width: 7.48rem;
  height: 5.77rem;
}
.white-section .white-content .section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.white-section .white-content .section-text {
  width: 7.61rem;
  margin-top: 1.81rem;
}
.white-section .white-content .section-text h2 {
  font-size: 0.48rem;
  color: rgb(89, 10, 12);
  font-weight: bold;
  line-height: 1.25;
}
.white-section .white-content .section-text p {
  font-size: 0.18rem;
  color: rgb(13, 13, 13);
  line-height: 1.778;
}
.white-section .white-content .icons {
  display: flex;
  margin: 0.51rem 0;
}
.white-section .white-content .icons .section-icon {
  margin: 0 0.15rem;
}

.red-section {
  height: 6rem;
  position: relative;
  margin-bottom: 1.58rem;
}
.red-section .wp {
  position: relative;
}
.red-section .red-content {
  overflow: hidden;
}
.red-section .img-box-1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10.21rem;
  height: 100%;
  margin-left: -9.6rem;
}
.red-section .img-box-2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 8.99rem;
  height: 100%;
  margin-left: 0.6rem;
}
.red-section img {
  width: auto;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.red-section h2 {
  font-size: 0.48rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  width: 7.66rem;
  margin-top: 1.63rem;
}
.red-section p {
  font-size: 0.18rem;
  color: rgb(237, 237, 237);
  line-height: 1.778;
  width: 7.66rem;
}
.red-section .icons {
  display: flex;
  margin: 0.6rem 0 0.52rem;
}
.red-section .icons .section-icon {
  margin: 0 0.15rem;
}
.red-section .icons .section-icon + .section-icon {
  margin-left: 0.28rem;
}

@media screen and (max-width: 999px) {
  .banner-top {
    margin-top: 1.01rem;
  }
  .banner-top::before {
    padding-top: 47.733%;
  }
  .banner-top .banner-bd .wp .banner-title {
    font-size: 0.3rem;
    left: 0.75rem;
    top: 2.64rem;
  }
  body > .wp {
    width: 100%;
    padding: 0;
  }
  .hero-section {
    height: 12.32rem;
    background-image: url(../images/about-School-running-Characteristics-bg-1-mini.jpg);
    background-size: 100% auto;
    background-position: center top;
  }
  .hero-section .hero-content {
    flex-direction: column;
  }
  .hero-section .image-grid {
    margin: 1.17rem auto 0.74rem;
  }
  .hero-section .hero-text {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.37rem;
  }
  .hero-section .hero-text h2 {
    margin-bottom: 0.51rem;
    text-align: center;
  }
  .blue-section {
    height: 8.65rem;
  }
  .blue-section .img-box-1 {
    width: 7.5rem;
    height: 3.61rem;
    top: 5.04rem;
    left: 50%;
    position: absolute;
    margin: 0 0 0 -3.75rem;
  }
  .blue-section .img-box-2 {
    width: 7.5rem;
    height: 5.04rem;
    top: 0;
    left: 50%;
    position: absolute;
    margin: 0 0 0 -3.75rem;
  }
  .blue-section img {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .blue-section .section-text {
    margin: 5.87rem auto 0;
    width: 7.5rem;
    padding: 0 0.37rem;
  }
  .blue-section .section-text h2 {
    margin-bottom: 0.43rem;
  }
  .white-section {
    height: 12.72rem;
  }
  .white-section .white-content {
    flex-direction: column;
  }
  .white-section .white-content .section-image {
    width: 6.91rem;
    height: 5.33rem;
    margin: 1.24rem auto 0;
  }
  .white-section .white-content .section-text {
    width: 6.91rem;
    margin: 0.38rem auto 0;
  }
  .white-section .white-content .icons {
    margin: 0.47rem auto 0.31rem;
  }
  .red-section {
    height: 10.27rem;
  }
  .red-section .img-box-2 {
    width: 7.5rem;
    height: 5.07rem;
    top: 0;
    left: 50%;
    position: absolute;
    margin: 0 0 0 -3.75rem;
  }
  .red-section .img-box-1 {
    width: 7.5rem;
    height: 5.21rem;
    top: 5.07rem;
    left: 50%;
    position: absolute;
    margin: 0 0 0 -3.75rem;
  }
  .red-section h2 {
    width: 100%;
    margin-top: 5.99rem;
  }
  .red-section .section-text {
    width: 7.5rem;
    margin: 0 auto 0;
    padding: 0 0.37rem;
  }
  .red-section p {
    width: 100%;
  }
  .red-section .icons .section-icon {
    margin: 0;
  }
  .red-section .icons .section-icon + .section-icon {
    margin-left: 0.38rem;
  }
}