.contact{
    background-color: #f6f4f4;
    width: 100%;
}
.contact .contact-main{
    margin: 0 auto;
    max-width: 1200px;
}
.contact .contact-main h1{
    font-size: 24px;
    font-weight: 400;
    padding:20px 0px;
    text-align: center;
    margin: 0;
}
.contact .row{
    margin: 0;
}
.contact .shenzhen,
.contact .bj{
    background-color: #fff;
    margin-bottom: 18px;
}
.contact .shenzhen .col-md-5,
.contact .bj .col-md-7{
    padding: 0;
}
.contact .bj .sz-text{
    margin-top: 40px;
    padding: 0 20px 30px 20px;
    border-right: 1px solid #e4e4e4;
}
.contact .shenzhen .sz-text{
    margin-top: 40px;
    padding: 0 0 30px 20px;
    border-left: 1px solid #e4e4e4;
}
.contact .shenzhen .sz-text p.title,
.contact .bj .sz-text p.title{
    font-size: 20px;
    color: #eda623;
    font-weight: 400;
}
.contact .shenzhen .sz-text p,
.contact .bj .sz-text p{
    font-size: 17px;
    margin-top: 25px;
}
.contact .bj .img {
    padding: 0;
}
.contact .bj .img img{
    padding-left: 15px;
}
.media .media-main{
    max-width: 1200px;
    margin: 0 auto;
}
.media .media-main ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.media .media-main li{
    list-style: none;
    padding: 5px;
    flex: 1;
}
.media .media-main li p{
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 2px;
}

@media screen and (max-width:768px) {
    .contact .shenzhen .col-md-5 img, .contact .bj .img img{
        width: 90%;
    }
    .contact .shenzhen .img img{
        padding: 20px 0 0 0;
    }
    .contact .bj .img img{
        padding: 0 0 20px 0;
    }
    .media .media-main ul{
        flex-direction: column;
    }
}