html,body{
    background: #f5f6f7;
}
.lxImg{
    margin-top: 100px;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.lxImg img{
    width: 100%;
    display: block;
} 
a{
    text-decoration: none;
    color: #000;
}
.wow{
    width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 1rem;
}
.content{
    width: 1160px;
    padding: 20px;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
}
.content .left{
    width: 100%;
}
.content .ewm{
	 width: 150px;
}
.content .ewm img{
	width: 100%;
}
.content .left .contact{
    width: 80%;
}
.content .left .contact img{
    width: 100%;
}
.content .left .p{
    
    font-weight: bold;
    font-size: 1rem;
}
.content .left h2{
    margin-bottom: 20px;
    font-family: '宋体';
    font-weight: 800;
}
.content .left .adress span{
    display: inline-block;
    vertical-align: top;
}
.content .left .adress div{
    display: inline-block;
    vertical-align: top;
}
.content .left .text{
    width: 100%;
    margin-top: 2%;
    line-height: 1.8rem;
}
.content .right{
    width: 100%;
    margin-top: 5%;
    line-height: 1.9rem;
    display: flex;
    flex-wrap: wrap;
}
.content .right .h2{
    width: 100%;
}
.content .right p{
    width: 100%;
}
.content .right form{
    display: block;
    width: 100%;
    margin-top: 20px;
}
.content .right form .form{
    width: 100%;
    height: 100%;
}
.content .right form .form .top{
    width: 40%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    float: left;
    margin-top: 20px;
}
.content .right form .form .top .inp{
    width: 100%;
    padding: 2% 0;
}
.content .right form .form .top .inp input{
    width: 80%;
    height: 2rem;
    font-size: 1rem;
    padding: 0 2%;
}
.content .right form .form .bot{
    width: 59%;
    float: left;
}
.content .right form .form .bot label{
    display: block;
    width: 100%;
}
.content .right form .form .bot textarea{
   display: block;
   width: 100%;
   font-size: 1rem;
   resize: none;
}
.content .right form .form .bot .but{
    padding: 2% 0;
    width: 100%;
    text-align: right;
}
.content .right form .form .bot .but button{
    padding: .5rem 2rem;
    background-color: #303030;
    color: #cbcbc9;
    border: 0;
}
.map{
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 0 15%;
    height: 30rem;
}
.footor_tomter {

}

@media screen and (max-width: 1600px){
    .content .left .text h2{
        font-size: 1.2rem;
    }
    .content .left .text p{
        font-size: .8rem;
    }
    .content .right p{
        font-size: .8rem;
    }
}
@media screen and (max-width: 1400px){
    .wow{
        width: 900px;
    }
    .lxImg{
        height: 350px;
    }
    .content{
        width: 860px;
    }
}
@media screen and (max-width: 1300px){
    .content .left .contact{
        width: 90%;
    }
    .map{
        padding: 0 10%;
    }
}
@media screen and (max-width: 1000px){
    .content .left .text h2{
        font-size: 1rem;
    }
    .lxImg{
        height: 200px;
    }
    .wow{
        width: 740px;
    }
    .content{
        width: 700px;
    }
    .content .right form .form .top{
        float: none;
        width: 50%;
    }
    .content .right form .form .bot{
        width: 80%;
        float: none;
    }
}
@media screen and (max-width: 767px){
    .wow{
        display: none;
    }
    .lxImg{
        margin-top: 70px;
    }
    .lImg1{
        display: none;
    }
    .lImg2{
        display: block;
        margin-top: 4rem;
    }
    .content{
       width: 90%;
    }
    .content .right{
        margin-top: 2%;
    }
    .content .right h2{
        font-size: 1.2rem;
    }
    .content .right p{
        padding: 2% 0;
        line-height: 1.2rem;
        margin: 0;
    }
    .content .right form{
        margin-top: 0;
    }
    .content .right form .form .top{
        width: 100%;
    }
    .content .right form .form .bot{
        width: 100%;
    }
    .map{
        display: none
    }
}

