.header .box .title{
  font-size: 40rem;
  font-weight: bold;
  color: #fff;
  width: 864rem;
}
.header .box .subTitle{
  font-size: 20rem;
  margin-top: 34rem;
  font-weight: bold;
  color: #fff;
  width: 864rem;
}
.header .box .item{
  display: flex;
  justify-content: center;
  color: #fff;
}
.header .box .item:first-child{
  margin-top: 86rem;
  margin-bottom: 40rem;
  flex-direction: column;
  align-items: center;
}
.header .box .item .left{   
  width: 450rem;
  margin-right: 30rem;
}
.header .box .item .left>div:first-child div{
  font-size: 16rem;
  display: flex;
  margin-bottom: 14rem;
}
.header .box .item .left>div .img{
  width: 18rem;
  height: 18rem;
  margin-right: 16rem;
  margin-top: 2rem;
}
.header .box .item .left .btn{
  margin-top: 45rem;
  margin-bottom: 20rem;
  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;
  object-fit: cover;
}
.header .box .item .right{
  width: 384rem;
  height: 358rem;
}
/* 十八个业务板块给集团赋能 */
.plate {
    background-image: url("../../Skin/img/background_image.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.plate .bigTitle {
    font-size: 40rem;
    font-weight: bold;
    margin: 60rem 0 46rem;
    text-align: center;
}
.plate .content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
    .plate .content .item {
        width: calc(50% - 6rem);
        height: 368rem;
        padding: 25rem;
        padding-top: 40rem;
        background-size: 100%;
        padding-left: 40rem;
        background-repeat: no-repeat;
        object-fit: cover;
        /*  background-position:center;*/
    }
.plate .content .item .title{
  font-size: 40rem;
  font-weight: bold;
  color: #0067CC;
  width: 140rem;
  line-height: 80rem;
  text-align: center;
  display:flex;
  justify-content:center;
  align-items:center;
}
.plate .content .item .list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40rem;
}
.plate .content .item .list>div{
  width: 110rem;
  height: 42rem;
  background: #FFFFFF;
  border: 1rem solid #CCCCCC;
  border-radius: 5rem;
  color: #333333;
  font-size: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20rem;
  margin-bottom: 20rem;
}

/* 关于小程序功能 */
.aboutApp {
    background-image: url("../../Skin/img/background_image3.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position:relative;
    overflow:hidden;
}
    .aboutApp:nth-child(2n) {
        background-image: url("../../Skin/img/background_image5.jpg");
    }

    .aboutApp > .title {
        margin-top: 100rem;
        font-size: 40rem;
        font-weight: bold;
        text-align: center;
    }

    .aboutApp .content {
        width:100%;
        position: absolute;
        bottom: -800rem;
    }
.aboutApp .content .item{
  display: flex;
  margin-top: 380rem;
  min-height: 460rem;
}
.aboutApp .content .item:first-child{
  margin-top: 222rem;
}
.aboutApp .content .item:nth-child(2n){
  flex-direction: row-reverse;
}
    .aboutApp .content .items {
        flex-direction: row-reverse;
    }
.aboutApp .content .item .decorate{
  background: #F0F5FA;
  flex: 1;
}
.aboutApp .content .item .box{
  background-image: url("../img/fzsp-bg.png");
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  overflow: inherit;
}
.aboutApp .content .items .box {
    background-image: url("../img/wzgl-bg.png");
    background-position: left bottom;
    flex-direction: row-reverse;
}
.aboutApp .content .item:nth-child(2n) .box{
  background-image: url("../img/wzgl-bg.png");
  background-position: left bottom;
  flex-direction: row-reverse;
}
.aboutApp .content .item .box .left{
  padding: 30rem 0;
  padding-right: 100rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.aboutApp .content .items .box .left{
  padding-left: 126rem;
  padding-right: 0;
}
.aboutApp .content .item .box .left .line{
  width: 60rem;
  height: 8rem;
  background-color: #0067CC;
}
.aboutApp .content .item .box .left .title{
  font-size: 40rem;
  font-weight: bold;
  margin: 40rem 0;
}
.aboutApp .content .item .box .left .subTitle{
  font-size: 24rem;
  margin-bottom: 30rem;
}
.aboutApp .content .item .box .left p{
  font-size: 20rem;
  line-height: 36rem;
}
.aboutApp .content .item .box .right{
  width: 470rem;
  position: relative;
}
.aboutApp .content .item .box .right img{
  width: 470rem;
  height: 646rem;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: -131rem;
}
.aboutApp .content .items .box .right img{
  height: 470rem;
  left: 0;
}
.floor{
  margin: 0;
}