/* 联系我们 css */
img{
    display: block;
    -webkit-transition:.5s;
    transition:.5s;
}
/* 小图标 */
.icon{
    width: 15px;
}
.icon img
{
	margin-top:5px;
}

/* 上 左 */
.lxwm-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
.left{
    width: 30%;
}
.right{
    width: 60%;
}
.left>div{
    display: flex;
    margin-top: 20px;

}
.left>p{
    margin-top: 20px;
}
.left>p:first-child{
    margin-top: 0px;
}
.left>p:nth-child(1){
    font-size: 24px;

}
.left>p:nth-child(2){
    font-size: 16px;
    
}

.left>p:nth-child(3){
    font-size: 48px;
    color: #e50112;
    font-family: 'Impact';
}
/* 按钮 */
.button button{
    width: 170px;
    height: 56px;
    background-color: #e50112;
    color: #fff;
    font-size: 18px;
    margin-top: 26px;
}

/* hover----button */
.button button:hover{
    background: #ff0316;
    color: #fff;
}

.map{
    width: 170px;
    height: 56px;
    background-color: #e50112;
    color: #fff;
    font-size: 18px;
    margin-top: 26px;
    float:left;
    line-height:56px;
    text-align:center;
}

/* hover----button */
.map:hover{
    background: #ff0316;
    color: #fff;
}
.ipt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.lxwm-botton>div>p:nth-child(1){
    font-size: 30px;
    color: #000000;
}

.lxwm-botton>div>p:nth-child(2){
    font-size: 14px;
    color: #bebebe;
}
input{
    border: 1px solid #dadada;
    border-radius: 10px;
    height: 56px;
    width: 48%;
    margin-bottom: 22px;
    padding: 0 10px;
}
textarea{
    width: 100%;
    height: 130px;
    border-radius: 10px;
    resize: none;
    padding: 10px 10px ;
    border: 1px solid #dadada;
    outline: none;
}

.lxwm-img{
    overflow: hidden;
}
.lxwm-img:hover img{
    transform:scale(1.1)

}
