.aboutPage{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.pageTop{
    margin-top: 80px;
    width: 100%;
    color: white;
    font-size: 42px;
    position: relative;
}
.pageTopImg {
    width: 100%;
    height: 420px;
    background: url("../images/pages/about/bg2.png");
    background-size: 100% 100%;
}
.pageTop .content {
    text-align: center;
    width: 800px;
    color: white;
    margin: 0 auto;
    margin-top: -280px;
    position: relative;
    z-index: 999;
}
.pageTop .content .company_desc {
    text-align: left;
    margin-top: 49px;
    background: white;
    font-size: 20px;
    color:#262626;
    line-height: 32px;
    padding: 40px 55px;
    box-sizing: border-box;
}
.pageTop .content .company_desc .title {
    font-weight: 600;
    padding-bottom: 16px;
    font-size: 24px;
    text-align: center;
}

.pageTop .content .company_desc .desc{
    padding-bottom: 40px;
}

.pageContent{
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
}
.logoImg {
    width: 100%;
    height: 280px;
    background: url("../images/pages/about/bj_logo.png") no-repeat;
    background-position:50% 50%;
    background-size: 75% 75%;
    position: absolute;
    bottom: 60px;
}
.pageBottom{
    position: relative;
    width: 100%;
    color: white;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}

.pageBottom > .title{
    font-size: 42px;
    color: #262626;
    font-weight: 600;
    padding-bottom: 24px;
    text-align: center;
}

.pageBottom  p {
    color: #262626;
}
.bottomContent{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.bottomRight , .bottomLeft {
    width: 506px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    overflow: hidden;
}
.bottomLeft {
    margin-right: 28px;
}
.bottomContent p{
    font-size: 20px;
    line-height: 28px;
}
.bottomRight .title,.bottomLeft .title{
    font-size: 24px;
    padding-bottom: 16px;
    font-weight: 600;
}
.bottomContent .room,.bottomContent .shop{
    padding: 24px;
}

.pageBottom  img {
    width: 100%;
    height: 230px;
}


@media screen and (max-width: 1024px) {

    .company_desc p{
        font-size: 24px;
    }
    .pageBottom .title{
        font-size: 20px;
    }
    .pageBottom > .title{
        font-size: 42px;
    }
    .bottomContent{
        font-size: 22px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 45px;
    }
    .bottomLeft {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .bottomRight .title,.bottomLeft .title{
        font-size: 28px;
    }
    .bottomContent .room,.bottomContent .shop{
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {

    .pageTop {
        margin-top:1.72rem;
        font-size: 1rem;
    }
    .pageContent .logoImg {
        width: 100%;
    }
    .pageTopImg {
        height: 8rem;
    }
    .pageTop .content {
        width: 100%;
        margin-top: -5rem;
    }
    .pageTop .content .company_desc {
        font-size: 0.51rem;
        padding: 1.2rem 0.7rem;
        padding-bottom: 0;
        line-height: 0.8rem;
        margin-top: 1.5rem;
    }
    .pageTop .content .company_desc  .title{
        font-size: 0.60rem;
    }
    .pageTop .content .company_desc  .desc {
        font-size: 0.50rem;
    }
    .bottomContent .room, .bottomContent .shop {
        padding: 0.6rem;
    }
    .pageBottom {
        position: static;
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .pageBottom > .title{
        font-size: 1rem;
    }
    .pageBottom .bottomLeft , .pageBottom .bottomRight{
        width: 9rem;
    }

    .bottomRight .title, .bottomLeft .title {
        font-size: 0.6rem;
    }
    .bottomContent img{
        height: 180px;
    }
    .bottomContent p{
        font-size: 0.5rem;
    }
}
