


.about-box{
    padding: 70px 0;
}

.about-btit{
    font-size: 20px;
    text-align: center;
}





/* 关于我们 */
.about-bxc{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.about-btxt{
    width: 46%;
}
.about-btxt p{
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 26px;
}





.about-bmap{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.about-bmap img{
    width: 100%;
    height: auto;
}







@media only screen and (max-width: 769px) {
    .about-box{
        padding: .7rem .1rem;
    }
    .about-btit {
        font-size: 24px;
    }





    
.about-bxc{
    margin-top: .4rem;
    flex-direction: column;
}
.about-btxt {
    width: 100%;
}
.about-btxt p {
    font-size: 12px;
    margin-bottom: .25rem;
    line-height: 22px;
}




.about-bmap{
    margin-top: .4rem;
}



}


















