html,body{
    background: #f8f8f8;
}
.lxImg{
    margin-top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 263px;
}
.lxImg img{ 
    width: 100%;
    display: block;
}
.wow{
    padding: 1% 15%;
    font-size: 1rem;
}
.content{
   
   
} 
.content .form{
    position: relative;
    height: 400px;
}
.content .form form{
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    width: 1020px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
}

.content .form form .form_title{
    text-align: center;
    font-size: 20px;
}
.content .form form .inps{
    margin-top: 40px;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.content .form form .inps input{
    width: 30%;
    padding: 10px;
    outline: none;
    border: 0;
    background: #f7f7f7;
    font-size: 14px;
}
.content .form form textarea{
    display: block;
    resize: none;
    outline: none;
    border: 0;
    background: #f7f7f7;
    width: calc(100% - 20px);
    height: 140px;
    padding:10px;
    margin-top: 20px;
    font-size: 14px;
}
.content .form form .but{
    display: block;
    width: 40%;
    padding: 12px 0;
    margin: 0 auto;
    margin-top: 50px;
    background: #39a9f4;
    color: #fff;
    border: #39a9f4;
}
.content .titles{
    text-align: center;
    font-size: 20px;
}
.content .contact{
    background: #fff;
    padding: 40px 0;
}
.content .contact .contact_content{
    margin: 0 auto;
    width: 1200px;
    margin-top: 40px;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
}
.content .contact .contact_content .contact_lis{
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border-right: 1px solid #c6c4c4;
    padding: 0 5%;
}
.content .contact .contact_content .contact_lis:nth-last-child(1){
    border: 0;
}
.content .contact .contact_content .contact_lis .p1{
    font-size: 16px;
}
.content .contact .contact_content .contact_lis .p2{
    font-size: 14px;
    margin-top: 20px;
}
.content .contact .contact_content .contact_lis .p3{
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
}
.content .contact .contact_content .contact_lis .p3 .s1{
    font-size: 14px;
    color: #000;
    margin-right: 10px;
}
.content .contact .contact_content .contact_lis .p3 .s2{
    font-size: 14px;
    color: #7b7b7b;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.content .careful{
    padding: 40px 0;
}
.content .careful .careful_content{
    margin: 0 auto;
    width: 1200px;
    margin-top: 40px;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.content .careful .careful_content .careful_lis{

}
.content .careful .careful_content .careful_lis .s1{
    font-size: 16px;
    color: #000;
    margin-right: 10px;
}
.content .careful .careful_content .careful_lis .s2{
    font-size: 14px;
    color: #333;
}
.content .map img{
    width: 100%;
    display: block;
}
@media screen and (max-width: 1600px){
    .content .left .text h2{
        font-size: 1.5rem;
    }
    .content .left .text p{
        font-size: .8rem;
    }
    .content .right p{
        font-size: .8rem;
    }
}
@media screen and (max-width: 1440px){
    .lxImg{
        height: 450px;
    }
    .headImg img{ 
    width: 100%;
    display: block;
}
}
@media screen and (max-width: 1300px){
    .wow{
        padding: 1% 10%;
        font-size: 1rem;
    }
}
@media screen and (max-width: 1280px){
    .content .form{
        height: 400px;
    }
    .content .form form{
        top: -120px;
        width: 700px;
        padding: 30px;
    }
    .content .contact .contact_content{
        width: 900px;
    }
    .content .careful .careful_content{
        width: 900px;
    }
}
@media screen and (max-width: 1000px){ 
     .lxImg{
        height: 300px;
    } 
    .headImg img{ 
    width: 100%;
    display: block;
}
    .content .contact .contact_content{
        width: 100%;
    }
    .content .contact .contact_content .contact_lis{
        padding: 0 3%;
    }
    .content .careful .careful_content{
        width: 90%;
        padding: 0 5%;
    }
    .content .careful .careful_content .careful_lis .s1{
        font-size: 14px;
        margin-right: 5px;
    }
    .content .careful .careful_content .careful_lis .s2{
        font-size: 12px;
    }

}

@media screen and (max-width: 768px){
    .wow{
        display: none;
    }
    .lxImg{
        margin-top: 4rem;
        height: 200px;
    }
    .headImg img{ 
    width: 100%;
    display: block;
}
    .content .form{
        height: auto;
    }
    .content .form form{
        position: static;
        width: 90%;
        padding: 20px 5%;
    }
    .content .form form .form_title{
        font-size: 1.2rem;
    }
    .content .form form .inps{
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .content .form form .inps input{
        width: 80%;
        margin-bottom: 10px;
        font-size: .8rem;
    }
    .content .form form textarea{
        font-size: .8rem;
        height: 100px;
        margin-top: 0;
    }
    .content .form form .but{
        width: 60%;
        margin-top: 20px;
        font-size: .8rem;
    }
    .content .titles{
        font-size: 1.2rem;
    }
    .content .contact{
        padding: 20px 5%;
    }
    .content .contact .contact_content{
       display: block;
       margin-top: 20px;
    }
    .content .contact .contact_content .contact_lis{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        border: 0;
    }
    .content .contact .contact_content .contact_lis .p1{
        font-size: 1rem;
    }
    .content .contact .contact_content .contact_lis .p2{
        margin-top: 10px;
        font-size: .8rem;
        line-height: 1.4rem;
    }
    .content .contact .contact_content .contact_lis .p3{
        font-size: .8rem;
        line-height: 1.4rem;
    }
    .content .careful{
        padding: 20px 5%;
    }
    .content .careful .careful_content{
        display: block;
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }
    .content .careful .careful_content .careful_lis{
        margin-top: 10px;
    }
    .content .careful .careful_content .careful_lis .s1{
        font-size: .9rem;
    }
    .content .careful .careful_content .careful_lis .s2{
        font-size: 0.8rem;
    }
}

