.page2{
  z-index: 2;
}

.page2 .content{
  margin-top: 6.8rem;
}

.page2 .content2-b{
  width: 128rem;
  flex-wrap: wrap;
  text-align: left;
  padding-bottom: 3rem;
}
.page2 .content2-b .item-b{
  width: 50%;
  padding: 1.5rem 14rem;
  box-sizing: border-box;
}
.content2-b .item-b h3{
  font-size: 2rem;
  color: rgb(0, 64, 152);
  font-weight: 400;
}
.content2-b .item-b .info{
  font-size: 1.6rem;
  color: rgb(86, 86, 86);
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.6em;
  margin-top: 0.5rem;
  display: inline-block;
}

.page2 .section2{
  width: 100%;
  height: 74rem;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.page2 .section2 .content{
  width: 108rem;
  height: 40rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 5rem 6rem;
  box-sizing: border-box;
  text-align: left;
}

.page2 .section2 .content{
  flex-wrap: wrap;
}

.page2 .section2 .item{
  width: 40%;
  position: relative;
  padding-left: 9rem;
}

.page2 .section2 .item img{
  position: absolute;
  left: -1rem;
  top: -23px;
}
.page2 .section2 .item h3{
  font-size: 2rem;
  color: rgb(0, 64, 152);
  font-weight: 400;
}
.page2 .section2 .item .info{
  font-size: 1.5rem;
  color: rgb(86, 86, 86);
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.6em;
}
.page2 .content3{
  flex-wrap: wrap;
  width: 128rem;
  margin: 0 auto;
}
.page2 .content3 .item{
  width: 22%;
  text-align: left;
  margin: 2rem 2rem 2rem 11rem;
  align-items: flex-start;
}
.page2 .section4 {
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}
.page2 .section4 h4{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.page2 .section4 .item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 2rem;
}
.page2 .section4 .content{
  margin-top: 5rem;
}
.page2 .section4 .item img{
  width: 6rem;
}
.page2 .section4 .item span{
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 1rem;
}