body {
    background-color: #f5f5f5 !important;
}

.section {
    width:1200px;
    margin: 0 auto;
    padding-top: 110px;
}
.section .banner {
    width: 100%;
    height:auto;
}
.section .banner img {
    width: 100%;
    height:auto;
}

.content {
    padding: 80px 0;
    background-color: #fff;
}
.content h1 {
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    color: #555555;
    text-align: center;
}

.content p {
    width: 800px;
    margin: 20px auto;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #999999;
    text-align: justify;
    line-height: 40px;
}

.container {
    width: 100% !important;
    margin-bottom: 100px;
    padding: 0 !important;
    background-color: #fff;
}

.container h1 {
    margin-top: 80px;
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    color: #555555;
    text-align: center;
}

.container>p {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
}

.map img, .team img {
    width: 100%;
}

.information {
    width: 100%;
    display: flex;
    margin-bottom: 80px;
    justify-content: space-around;
    align-items: center;
}

.information>div {
    flex: 1;
    text-align: center;
}

.information>div>h6 {
    margin-top: 50px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #666666;
    text-align: center;
}

.information>div>p {
    margin-top: 8px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    text-align: center;
}
@media screen and (max-width:750px){
    .section{
        width:auto;
        padding-top:80px;
    }
    .content{
        padding:20px 0;
    }
    .content h1{
        font-size:24px;
    }
    .content p{
        width:100%;
        padding:0 24px;
    }
    .container h1{
        font-size:24px;
        margin-top:20px;
    }
    .information{
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
}
@media (max-width:420px){
    .content p{
        line-height:32px;
    }
    .content h1:nth-child(3){
        margin-top:40px;
    }
    .container{
        margin-top:-21px;
    }
    .container h1{
        font-size:24px;
        margin-top:58px;
    }
    .information div{
        margin-top:-23px;
    }
    .map{
        margin-top:-70px;
    }
    .container > p{
        margin-top:0;
        margin-bottom:-11px;
        font-size:12px;
    }
    .section .banner{
        margin-top:-20px;
    }
}