
/*  公共部分 */
.banner{
    width: 100%;
    height: 450px;
    line-height: 370px;
    background: url("../image/contact/banner.jpg")no-repeat center/cover;
}

.huada-company{
    margin-top:-2px;
    width: 100%;
    background: #EDEDED;
}
.huada-company>div{
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}
.huada-company>div>a{
    cursor: pointer;
    display: inline-block;
    height: 50px;
    width: 155px;
    font-size: 14px;
    color: #000;
}
.huada-company>div>a:hover{
    background: #0b90c3;
    color: white;
}
.huada-show{
    background: #0b90c3;
    color: white !important;
}


/* 联系我们 */
.contact-us{
    width: 1200px;
    height:auto;
    overflow: hidden;
    margin:5% auto;
    text-align: left;
    display:flex;
}
.contact-left{
    float: left;
}
.contact-map{
    float: right;
}

.contact-left>h4{
    font-size: 20px;
    color: #000;
}
.contact-left>h4>span{
    color: #be0903;
    font-size: 20px;
}
.contact-hr{
    display: inline-block;
    margin-top: 5%;
    width: 15%;
    height: 5px;
    background: #b6b6b6;
}
.contact-left>p{
    color: #110f08;
    margin-top: 4%;
}
/*.contact-map{*/
    /*width: 60%;*/
/*}*/
.contact-map>div{
    width: 100%;
    height: 225px;
}
.contact-map>div>img{
    width: 100%;
    height: 100%;
}
.contact-map>p{
    color: #110f08;
    margin-top: 4%;
}