.honor{
    background:#F8F8F8;
    padding-bottom:108px;
}
/* 联系我们 */
@media (max-width: 1200px){
    /* body {
        width: 1200px;
    } */
}
.honor .contact{
    /* width:1200px;
    height:432px; */
    max-width:1200px;
    min-height: 432px;
    overflow:hidden;
    background:url(../images/contact_bg.png) no-repeat left top #fff;
    margin:108px auto 0 auto;
    /* display:flex;
    justify-content: space-between;
    align-items: center; */
    padding:40px 84px 0 84px;
}
.honor .contact .contactus{
    /* width:400px; */
    color:#EFF4F8;
    /* margin-bottom:100px; */
}
.honor .contact .contactus h3{
    color:#366BA8;
    font-size:30px;
    font-weight: bold;
}
.honor .contact .contactus h4{
    color:#fff;
    font-size:20px;
    font-weight: bold;
}
.honor .contact .contactus ul{
    padding:0;
    margin-top:30px;
}
.honor .contact .contactus li{
    list-style: none;
    font-size:14px;
    line-height: 40px;
}
.honor .contact .contactus li span{
    line-height:40px;
    float:left;
}
.honor .contact .contactus li p{
    line-height:26px;
    float:left;
    margin-top:6px;
}
.honor .contact .contactus .addr{
    margin-left:42px;
}
.honor .contact .feedback h4{
    font-size:20px;
    font-weight:bold;
    text-align: center;
    margin-bottom:42px;
}
.honor .contact .feedback .form-group{
    display: flex;
    margin:0 0 15px 0;
}
.honor .contact .feedback label{
    width:86px;
    font-size:14px;
    color:#333;
    line-height:46px;
    text-align: left;
    padding:0;
}
.honor .contact .feedback .form-control{
    display: inline-block;
    width:380px;
    height:46px;
    border:1px solid #EAEAEA;
}
.honor .contact .feedback .form-control.h60{
    height:72px;
    resize: none;
}
.honor .contact .feedback .submit-btn{
    width:160px;
    height:40px;
    background:#00539C;
    font-size:14px;
    color:#fff;
    margin-left:178px;
    margin-top:15px;
    padding:0;
    line-height: 40px;
}
#container label{max-width:none;}
.modal-dialog{
    width:400px;
}
.modal-header,.modal-footer{
    border:none;
    text-align: center;
}
.modal-body{
    text-align: center;
    font-size:16px;
    color:#333;
    padding-top:30px;
}
.modal-footer .btn-default{
    width:100px;
    height:40px;
    line-height:40px;
    padding:0;
    background:#00539C;
    font-size:14px;
    color:#fff;
    margin-bottom:30px;
} 