body {
  overflow-x: hidden;
}

.m-warp {
  max-width: 1200px;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

.page-main {
  overflow-x: hidden;
  background: #fff;
}

.banner {
  display: block;
  min-width: 1200px;
  height: 530px;
  margin: 0 auto;
  background-image: url('../images/luban/banner.png?v4.0');
  background-repeat: no-repeat;
  background-position: top center;
}

.banner a {
  width: 100%;
  height: 100%;
  display: block;
}

.title {
  font-size: 48px;
  line-height: 50px;
  color: #13161c;
  text-align: center;
}

.title span {
  font-weight: bold;
}

.subhead {
  font-size: 26px;
  line-height: 28px;
  color: #5e6c7c;
  text-align: center;
  padding-top: 36px;
}

.footer1{
  background: #5848a9;
  padding:80px 0 ;
}

.footer1 .footer__btn{
  font-size: 26px;
  line-height: 69px;
  color: #fff;
  background: #3ae5c4;
  box-shadow: 0px 5px 20px 0px 
  rgba(0, 0, 0, 0.13);
  border-radius: 40px;
  width: 330px;
  height: 69px;
  margin: 0 auto ;
  display: block;
  text-align: center;
}

/* 
* 雪碧图
*/




/* 
* ========== End 雪碧图 ===========
*/


/* 
* 内容区
*/

.screen-box {
  position: relative;
  z-index: 2;
}

.screen-one {
  padding-top: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.screen-one .img {
  width: 839px;
  height: 448px;
  background: url(../images/luban/screen-two-img.png) no-repeat center/auto 100%;
  margin: 70px auto 0;
}

.screen-two {
  background: #f6f7fc;
  padding: 106px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.screen-one .bg{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 812px;
  background: url(../images/luban/screen-two-adorin.png) no-repeat center/auto 100%;
  z-index: -1;
  margin: -40px auto 0;
  pointer-events: none;
}

.screen-two .bg{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 1857px;
  height: 705px;
  background: url(../images/luban/screen-one-adorin.png) no-repeat center/auto 100%;
  z-index: -1;
  margin: 86px auto 0;
  pointer-events: none;
}

.screen-two .img {
  width: 1449px;
  height: 516px;
  background: url(../images/luban/screen-three-img.png) no-repeat center/auto 100%;
  margin: 93px auto 0;
  margin-left: -80px;
}

.screen-three {
  padding-top: 102px;
  box-sizing: border-box;
  background: #fff;
  height: 783px;
  background: url(../images/luban/screen-four-bg.png) no-repeat top center/auto 100%;
  margin: 0 auto;
}

.screen-four{
  padding: 90px 0 96px;
  background: #fff;
}

.screen-four .con{
  padding-top: 38px;
}

.screen-four .con__left{
  width: 656px;
  height: 476px;
  background: url(../images/luban/screen-five-img.png) no-repeat center/auto 100%;
  display: inline-block;
  margin-left: -180px;
  vertical-align: middle;
  margin-right: 66px;
}
.screen-four .con__right{
  width: 673px;
  height: 307px;
  background: url(../images/luban/screen-five-img-1.png) no-repeat center/auto 100%;
  display: inline-block;
  margin-right: -82px;
  vertical-align: middle;
}

.screen-five{
  background: #f7f8fc;
  padding: 80px 0 140px;
}

.screen-five .img{
  margin-top: 60px;
  width: 1242px;
  height: 406px;
  background: url(../images/luban/screen-six-img.png) no-repeat center/auto 100%;
}




/* 
* ========== End 内容区 ===========
*/