@media only screen and (max-width: 1000px) {
    .contact-left,
    .contact-right{
        width: 100%;
        min-width: 0;
        max-width: 100%;
        position: relative;
        padding-bottom: 30px;
    }
    .contact-left>p{
        width: 80%;
        position: relative;
        left: 10%;
    }
    .contact-left>p:nth-of-type(1){
        text-align: center;
    }
    .contact-map-out{
        width: 100%;
        height: 400px;
    }
    .contact-left>img{
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .index-bottom{
        display: none;
    }
}