/* 联系我们 媒体查询 */



@media screen and (max-width:900px) {
    .inner{
        width: 86%;
    }
    .lxwm-top{
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .left{
        width: 100%;
    }
    .right{
        width: 100%;
    }
    .ipt{
        margin-top: 28px;
    }
    input{
        width: 100%;
    }

   

}

@media screen and (max-width:1060px) {
    .left{
        width: 35%;
    }
}

@media screen and (max-width:600px) {
 
    .lxwm-top{
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .left{
        width: 100%;
    }
    .right{
        width: 100%;
    }
    .ipt{
        margin-top: 28px;
    }
    input{
        width: 100%;
    }
    .ipt>div{
        width: 100%;
        text-align: center;
    }
   
}

