.contact_info{
    width:100%;
    min-height:500px;
    _height:500px;
    background:#f8f4f3;;

}
.contact_box{
    width:100%;
    padding:40px 0;
}
.box_bg{
    background:#fff;
    height:200px;
    margin-top:50px;
    border:solid #EEE 1px;
}
.contact_box h1{
    color:#333;
}
.contact_box p{
    font-size:18px;
    color:#707070;
    text-align: center;
    line-height:30px;
}
.address_box,.tel_box,.wechat_box{
    height:200px;
    margin-top:40px;
    padding:10px;
    position:relative;
}
.address_box{

}
.tel_box{
    position:relative;
}
.wechat_box{
    position:relative;
}
.contact_box .img_circle{
    width:100px;
    margin:-50px auto 0;
    z-index:1;
    text-align:center;
}
.contact_box .img_circle img{
    width: 100px;
    height:100px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
}
.img_circle p{
    line-height:36px;
    color:#333;
    font-weight:bold;
}
.info_box{
    padding:20px 50px;
    font-size:14px;
    color:#666;
}
.info_box img{
    width:90px;
    height:90px;
    margin:-15px auto 0;
}
.contact_map{
    width:100%;
 margin-top:100px;
}
.contact_map img{
    width:1918px;
    height:560px;
}