.about-us{
    height: 525px;
    margin-top: 100px;
}
.about-us>.title{
    font-size:34px;
    font-weight:bold;
    text-align: center;
}

.about-us>.content>.page-content{
    margin-top: 80px;
    height: 360px;
    display: flex;
}

.about-us>.content>.page-content>.left{
    flex: 1;
    font-size: 16px;
    color: #323232;
    line-height: 28px;
    font-weight:500;
}
.about-us>.content>.page-content>.left>.item{
    margin-bottom: 30px;
}
.about-us>.content>.page-content>.left>.item:first-child{
    margin-bottom: 50px;
}
.about-us>.content>.page-content>.right{
    margin: 0 20px;
}



.contact-us{
    margin-bottom: 234px;
    margin-top: 100px;
}
.contact-us>.page-content>.title{
    font-size:34px;
    font-weight:bold;
    text-align: center;
}
.contact-us .contact{
    margin-top: 65px;
    font-size:16px;
    font-weight:500;
    color:rgba(50,50,50,1);
    line-height:30px;
    margin-bottom: 50px;
}
.contact-us .contact>li{
    margin-top: 30px;
}
#map-container{
    width:1018px;
    height:460px;
    margin: 0 auto;
}