.m1{
  width: 100%;
  height: 791px;
  background: url(../img/banner.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.m1 .p1{
  padding-top: 300px;
  text-align: center;
  font-size: 52px;
  font-weight: bold;
}
.m1 .p2{
  padding-top: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.m1 .btn{
  display: block;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  background-color: #c84869;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  margin-top: 50px;
}
.m2{
  background-color: #fff;
}
.m2 .inner .p1{
  text-align: center;
  font-size: 32px;
  color: #3856b7;
  font-weight: bold;
  padding-bottom: 50px;
}
.m2 .inner .box{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.m2 .inner .list{
  display: block;
  width: 230px;
  height: auto;
  overflow: hidden;
}
.m2 .inner .list:hover .img-box img{
  transition: 0.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.m2 .inner .list .img-box{
  position: relative;
  height: 336px;
  overflow: hidden;
}
.m2 .inner .list .img-box img{
  transition: 0.5s;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.m2 .inner .list .img-box .name{
  position: absolute;
  left: 0;
  bottom: 20px;
  height: 40px;
  width: 100%;
  background: rgba(0,0,0,.5);
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.m2 .inner .list .p2{
  width: 100%;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #252525;
}
.m3{
  background-color: #e8ecf8;
}
.m3 .box{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.m3 .lt, .m3 .rt{
  width: 50%;
}
.m3 .lt .p-2, .m4 .lt .p-2{
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.m3 .lt .p-3, .m4 .lt .p-3{
  padding: 50px 0;
  text-align: left;
  font-size: 20px;
  color: #333;
}
.m3 .lt .btn-more, .m4 .lt .btn-more{
  width: 150px;
}
.m4{
  background-color: #fff;
}
.m5{
  background-color: #f4f6fc;
}
.m5 .box{
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.m5 .box .list{
  width: 160px;
  height: auto;
  overflow: hidden;
}
.m5 .box .list .img-box{
  height: 160px;
  text-align: center;
}
.m5 .box .list .img-box img{
}
.m5 .box .list p{
  text-align: center;
  font-size: 24px;
  color: #666;
  font-weight: bold;
}
