.content {
  width: 100%;
}

.content .banner {
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.content .banner img {
  width: 100%;
}

.content .banner .title {
  width: 100%;
  height: 13.5rem;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0rem;
  padding-top: 5rem;
  color: #ffffff;
  font-size: 1.45rem;
}

.content .con-pic {
  width: 100%;
  margin: -0.3rem auto 0;
  position: relative;
}

.content .con-pic img {
  width: 100%;
}

.content .con-pic .con-bg {
  position: absolute;
  left: 0;
  top: 0;
}

.content .con-pic .video {
  width: 132.7rem;
  position: relative;
  margin: 0 auto;
}

.content .con-pic .video::before {
  content: "";
  display: table;
}

.content .con-pic .study-pic {
  width: 132.7rem;
}

.con-sub-title {
  font-size: 2.34rem;
  color: #072856;
  line-height: 5.13rem;
  text-align: center;
  margin-top: 6.7rem;
}

.con-title {
  font-size: 4.08rem;
  color: #072856;
  line-height: 8.96rem;
  text-align: center;
  margin: 1.8rem 0 5.9rem;
}

.info {
  width: 125rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.item {
  width: 59rem;
  margin: 0 auto 8rem;
  background-color: #fff;
  box-shadow: 3px 2px 13px 5px #595757;
  font-size: 0;
}
.item:nth-child(2n) {
  margin-left: 6rem;
}
.bottom {
  padding: 4rem 6.7rem;
}
.bottom .title {
  font-size: 3.59rem;
  font-weight: bold;
  color: #072856;
  line-height: 3.59rem;
  margin-bottom: 2.8rem;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #c07d81;
}
.mes {
  font-size: 1.34rem;
  color: #595757;
  line-height: 2.68rem;
  min-height: 36.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.support {
  width: 122.5rem;
  margin: 0 auto;
  padding-bottom: 13rem;
}
.page-title {
  font-size: 4.08rem;
  color: #072856;
  line-height: 8.96rem;
  margin-bottom: 5.9rem;
  text-align: center;
}
.intro p {
  font-size: 1.61rem;
  font-weight: normal;
  color: #3e3a39;
  line-height: 2.68rem;
  margin: 2rem 0;
}
