/*contact_new*/
#contact_new{
    background-size: cover;
    color: #ffffff;
}
#contact_new h2{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}
#contact_new p{
    line-height:24px;
    margin-bottom:2px;
}
#contact_new .form-control {
    border: none;
    border-radius: 0;
    height: 50px;
    margin-bottom: 20px;
}
#contact_new textarea.form-control{
    height: auto;
}
#contact_new input[type="submit"]{
    background: #40D2B1;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
}
#contact_new input[type="submit"]:hover{
    background: rgb(44, 142, 120);
}

.lvjing{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    padding: 80px 0;
}