.header .box .item{
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 86rem;
  align-items: flex-end;
}
.header .box .item .left{   
  width: 434rem;
  margin-right: 50rem;
}
.header .box .item .left>div:first-child{
  font-size: 40rem;
  font-weight: bold;
}
.header .box .item .left>div:nth-child(2){
  font-size: 20rem;
  margin-top: 60rem;
  font-weight: bold;
}
.header .box .item .left>div:nth-child(3){
  margin-top: 70rem;
}
.header .box .item .left>div:nth-child(3) div{
  font-size: 16rem;
  display: flex;
  margin-top: 14rem;
}
.header .box .item .left>div .img{
  width: 18rem;
  height: 18rem;
  margin-right: 16rem;
  margin-top: 2rem;
}
.header .box .item .left .btn{
  margin: 100rem 0;
  font-size: 16rem;
  width: 156rem;
  height: 44rem;
  line-height: 44rem;
  text-align: center;
  border:1rem solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .box .item .left .btn img{
  width: 21rem;
  height: 17rem;
  margin-left: 8rem;
}
.header .box .item .right{
  width: 354rem;
  height: 337rem;
  margin-top: 17rem;
}
/* 突破酒店收益天花板 */
.protrude{
  width: 1200rem;
  margin: 0rem auto 0;
  display:flex;
  justify-content:space-around;
  flex-direction:column;
  align-items:center
}
.protrude .bigTitle{
  font-size: 40rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20rem;
  flex:3;
  display:flex;
  align-items:center;
}
    .protrude .list {
        flex: 7;
    }

    .protrude .content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

.protrude .content .item{
  width: 540rem;
  height: 220rem;
  border: 2rem solid #FFFFFF;
  border-radius: 10rem;
  background: linear-gradient(180deg, #E1EBF5, #F7FAFC);
  box-shadow: 0rem 1rem 30rem 0rem rgba(0,77,153,0.12);
  padding: 40rem;
  margin:0 10rem;
  margin-bottom: 30rem;
  cursor: pointer;
}
.protrude .content .item:nth-child(2n){
/*  margin-left: 60rem;*/
}
.protrude .content .item .line{
  width: 40rem;
  height: 8rem;
  background: #0067CC;
}
.protrude .content .item .title{
  font-size: 28rem;
  font-weight: bold;
  color: #000000;
  margin: 25rem 0;
}
.protrude .content .item .text{
  font-size: 20rem;
  color: #36414D;
  line-height: 30rem;
}
/* 关于SCRM */
.about{
/*height:100vh;*/

}
.about .bigTitle{
  font-size: 40rem;
  font-weight: bold;
  text-align: center;
  margin-top: 99rem;
  margin-bottom: 60rem;
}
    .about .content {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        position: relative;
        overflow: hidden;
        background-image: url("../../Skin/img/background_image3.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .about .contents {
        background-image: url("../../Skin/img/background_image5.jpg");
    }

    .about .content .item {
        width:100vw;
        display: flex;
        position: absolute;
        bottom: -560rem;
/*        transform: translateX(50%);*/
    }
.about .content .item:nth-child(2n){
  flex-direction: row-reverse;
}
        .about .content .items {
            flex-direction: row-reverse;
        }
.about .content .item .decorate{
  background: #F0F5FA;
  height: 360rem;
  flex: 1;
}
.about .content .item .box{
  background: #F0F5FA;
  display: flex;
}
.about .content .item:nth-child(2n) .box{
  flex-direction: row-reverse;
}
        .about .content .items .box {
            flex-direction: row-reverse;
        }
.about .content .item .box .left{
  background-image: url("../img/jdgl-bg.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 100rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.about .content .item:nth-child(2n) .box .left{
  background-image: url("../img/rwgl-bg.png");
  background-position: left;
  padding-left: 126rem;
  padding-right: 0;
}

        .about .content .items .box .left {
            background-image: url("../img/rwgl-bg.png");
            background-position: left;
            padding-left: 126rem;
            padding-right: 0;
        }
.about .content .item .box .left .line{
  width: 60rem;
  height: 8rem;
  background-color: #0067CC;
}
.about .content .item .box .left img{
  width: 72rem;
  height: 81rem;
  object-fit: scale-down;
  margin-top: 40rem;
}
.about .content .item .box .left .title{
  font-size: 40rem;
  font-weight: bold;
  margin-top: 40rem;
}
.about .content .item .box .left .subTitle{
  font-size: 24rem;
  font-weight: bold;
  margin-top: 40rem;
}
.about .content .item .box .left p{
  font-size: 20rem;
  color: #333;
  margin-top: 40rem;
}
.about .content .item .box .right{
  width: 600rem;
  position: relative;
}

.about .content .item:nth-child(2n) .box .right{
  width: 500rem;
}
        .about .content .items .box .right {
            width: 500rem;
        }
.about .content .item .box .right img{
  width: 700rem;
  height: 360rem;
  position: absolute;
  right: 0;
}
.about .content .item:nth-child(2n) .box .right img{
  width: 600rem;
  left: 0;
}
        .about .content .items .box .right img {
            width: 600rem;
            left: 0;
        }
.floor{
  margin: 0;
}