*{
    margin:0;
    padding:0;
}
#newBridge #nb_icon_wrap{display:none;}
#maps,#logo,#bars{
    width:100%;
    overflow: hidden;
}

/*网站地图*/
#maps{
    background: #dbdbdb;
    padding: 5px 0;
}
#maps .map{
    width: 1210px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
#maps .mapLeft a{
    text-decoration: none;
    color: dimgrey;
    font-size: 12px;
}
#maps .mapRight{
    margin: 0 7px;
    font-size: 12px;
    font-weight: bold;
}

/*网站logo及联系方式*/
#logo{
    border-bottom: 1px solid lightgrey;
    background:#eef8f2;
}
#logo .logo{
    width:1200px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px auto;
}
#logo .logo p{
    position:relative;
}
#logo .logo p:first-of-type img{
    width:60%;
}
  
#logo .logo p span{
    position:absolute;
    top: 25px;
    left: 60px;
    color: #464746;
}

/*导航栏*/
#bar{
    width:1200px;
    margin:0 auto;
}
#bar ul{
    display: flex;
    justify-content: space-between;
    margin-left:50px;
}
#bar ul li{
    list-style: none;
    padding: 20px 10px 10px;
}
#bar ul li a{
    text-decoration: none;
    color: black;
}
#bar ul li:hover a{
    color: #257778;
}
#bar ul li:hover{
}
