
/* HELLO */
#bg{
    height:450px;
    background-image: url("../images/contactus/bj.jpg");
    background-size:100% 100%;
}
#hellow{
    height:450px;
}
#hellow p.hellow{
    height:86px;
    line-height:166px;
    text-align:center;
    font-size:34px;
}
#hellow>div>div{
    box-sizing:border-box;
    width:300px;
    height:267px;
    float:left;
    margin-right:150px;
    border:1px solid #0d93e3;
    border-radius:5px;
    text-align:center;
    padding:5px;
    color:#ffffff;
    font-size:16px;
}
#hellow>div>div:nth-child(2){
    border-color:#806be7;
}
#hellow>div>div:nth-child(3){
    margin-right:0;
    border-color:#e06bcf;
}
#hellow>div>div>div{
    width:100%;
    height:100%;
    background:#0d93e3;
    border-radius:5px;
}
#hellow>div>div:nth-child(2)>div{
     background:#806be7;
}
#hellow>div>div:nth-child(3)>div{
     background:#e06bcf;
}
#hellow>div>div>div img{
    margin:33px 0 23px;
}
#hellow>div>div>div p{
    font-size:18px;
    margin-bottom:25px;
}

/* 百度地图 */
#map{
    width:100%;
    height:666px;
}