.feedback-title {
    font-size: 30px;
    color: #007442;
    margin-bottom: 30px;
}
.feedback-blk{
    width: 660px;
    padding: 50px 30px;
    background-color: #fffffe;
    border-radius: 10px;
}
#sumbit-btn{
    width: 135px;
    height: 50px;
    background-color:#007348 ;
}
.tit-icon{
    width: 45px;
    height: 46px;
}
#tit-icon-1{
    background: url("../images/contact-us/icon-1.png") no-repeat center;
}
#tit-icon-2{
    background: url("../images/contact-us/icon-2.png") no-repeat center;
}
#tit-icon-3{
    background: url("../images/contact-us/icon-3.png") no-repeat center;
}
#tit-icon-4{
    background: url("../images/contact-us/icon-4.png") no-repeat center;
}
.contact-row p{
    float: left;
}
.tit-txt{
    line-height: 45px;
    margin-left: 10px;
}
.feedback-content{
    margin-bottom: 53px;
}
.has-shadow{
    box-shadow: 5px 5px 5px 2px #dfdfdf;
}
.feedback-blk:hover{
    box-shadow: 5px 5px 5px 2px #dfdfdf;
}
#map{
    width: 590px;
    height: 220px;
}
.feedback-form div{
    margin-bottom: 20px;
}
#feedback-right .feedback-content{
    margin-bottom: 25px;
}
#feedback-right{
    padding-bottom: 10px;
}
#feedback-left{
    padding-bottom: 110px;
}
#map{
    margin-top: 20px;
}
/*手机端*/
@media screen and (max-width: 767px) {
    .feedback-blk{
        width: 100%;
    }
    #map{
        width: 100%;
    }
    #map img{
        width: 100%;
    }
    #feedback-left{
        margin-bottom: 20px;
    }
}