.banner {
  background-image: url("/images/school-banner.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 3.0781rem;
}
.school-nav {
  font-size: 12px;
  width: 6.25rem;
  padding-bottom: .0781rem;
  border-bottom: 1px solid #d2d2d2;
  margin: .2604rem auto;
}
.school-nav a {
  color: #999;
  display: inline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.school-nav a:hover {
  color: #333;
}
.school-nav span {
  color: #999;
}
.school-title {
  text-align: center;
}
.school-title p {
  font-size: 48px;
  color: #e72416;
  text-transform: uppercase;
}
.school-title h3 {
  font-size: 30px;
  margin: 0.25rem 0 0;
  position: relative;
  color: #333;
  font-weight: 100;
}
.school-title h3:before {
  content: "";
  position: absolute;
  top: -0.1302rem;
  left: 50%;
  margin-left: -0.1302rem;
  width: .2604rem;
  height: .0104rem;
  background-color: #e72416;
}
.school-word {
  margin-top: .15rem;
}
.school-word p {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1.75;
}
.school-profile {
  margin-top: .5208rem;
}
.school-power {
  margin-top: .5208rem;
  padding-top: .5208rem;
  border-top: 1px solid #e5e5e5;
}
.school-course {
  background-image: url("/images/course-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 820px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 100px;
  margin-top: 100px;
}
.school-course .g-container {
  width: 1200px;
}
.school-course .school-course-list {
  width: 1200px;
  margin: 0 auto;
}
.school-course .school-course-list ul {
  margin-top: .2604rem;
  width: 1216px;
}
.school-course .school-course-list ul li {
  width: 290px;
  height: 390px;
  margin-right: 14px;
  background-image: url("../images/book-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
}
.school-course .school-course-list ul li h3 {
  position: absolute;
  top: 130px;
  left: 0;
  color: #333;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  width: 100%;
  text-align: center;
}
.school-course .school-course-list ul li .school-train {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 182px;
  left: 0;
  width: 95%;
  text-align: center;
  font-weight: bold;
}
.school-course .school-course-list ul li .clearfix {
  width: 230px;
  height: 150px;
  position: absolute;
  top: 237px;
  left: 40px;
}
.school-course .school-course-list ul li .clearfix p {
  color: #333;
  font-size: 14px;
  margin-right: 28px;
  margin-bottom: 7px;
}
.school-review {
  margin: .35rem 0;
}
.school-review .school-review-img {
  margin-top: .2604rem;
  text-align: center;
}
.school-review .school-review-img img {
  width: 6.25rem;
  height: 1.6562rem;
}
.school-review .school-review-img img:first-child {
  margin-bottom: 0.05rem;
}
