.p2{
  width: 100%;
  background-color: #fff;
  height: auto;
  padding: 100px 0;
  overflow: hidden;
}
.p2 .m1{
  position: relative;
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
}
.p2 .m1 .p2-bg{
  width: 100%;
}
.p2 .box{
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 100%;
}
.p2 .box .list{
  width: 25%;
  padding: 130px 20px 20px;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
}
.p2 .box .list h4{
  font-size: 20px;
  color: #4014a0;
}
.p2 .box .list p{
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  color: #4014a0;
}
.p2 .f1{
  padding: 150px 0 100px;
  font-weight: bold;
  font-size: 66px;
  color: #4014a0;
}
.p2 .box2{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 80%;
  margin: 0 auto;
}
.p2 .box2 .list{
  width: 30%;
  padding: 0 3%;
  box-sizing: border-box;
}
.p2 .box2 .list .icon-box{
  width: 80%;
  height: 150px;
  text-align: center;
  margin: 0 auto;
}
.p2 .box2 .list .icon-box img{
  height: 100%;
}
.p2 .box2 .list h2{
  padding: 30px 0 20px;
  font-size: 36px;
  color: #4014a0;
}
.p2 .box2 .list p{
  font-size: 16px;
  line-height: 30px;
  color: #4014a0;
}

