 body {
     font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
     margin:0;
     padding:0;
     font-size:14px;
     background: #F9F9F9;
 }
 
.top, .menu, .section, .footer, .contex {
     width:960px;
     margin: 0 auto;
 }
 
ul, li, p, h1, h2, h3, h4, h5, h6, dl, ol, dd, dt {
     margin: 0;
     padding:0;
     list-style: none;
     box-sizing: border-box;
 }
 
a {
     text-decoration: none;
 }
 
div:after {
     content:"";
     display: table;
     clear:both;
 }
 
div:before {
     content:"";
     display: table;
     clear:both;
 }
 
div {
     box-sizing: border-box;
 }
 
.l {
     float: left;
 }
 
.r {
     float: right;
 }
 /*头部*/
 .header {
     height: 155px;
     background: #0071B3;
 }
 
.header .top {
     margin-bottom: 5px;
 }
 
.header .header_logo {
     float:left;
 }
 
.top p a {
     color:#e6e0e0;
     float: right;
     margin-left: 20px;
     margin-top: 63px;
     height: 15px;
     line-height: 15px;
 }
 
.top p a:hover {
     color:#fff;
 }
 
.top p a:last-child {
     border-right: 1px solid #e6e0e0;
     padding-right: 20px;
 }
 
.menu {
     height:50px;
     background: #fff;
     margin-top: 6px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
 }
 
.menu ul li {
     display: inline-block;
     position: relative;
 }
 
.menu ul li a {
     display: inline-block;
     color:#000;
     padding:17px 50px;
     box-sizing: border-box;
 }
 /*临时删除附件配件*/
 /*.menu ul li a {*/
 /*    display: inline-block;*/
 /*    color:#000;*/
 /*    padding:17px 40px;*/
 /*    box-sizing: border-box;*/
 /*}*/
 .menu ul li a:hover {
     color:#0071B3;
 }
 
.menu ul li a.active {
     color:#0071B3;
 }
 
.menu ul li .menu_list_dis {
     position: absolute;
     top:49px;
     background: #fff;
     border: 1px solid #e9e9e9;
     display: none;
     z-index: 1000;
 }
 
.menu ul li .menu_list_dis li a {
     display: block;
     width: 130px;
     text-align: center;
     padding: 10px 0;
     border-bottom: 1px solid #e9e9e9;
 }
 
.menu ul li .menu_list_dis li a.bbn {
     border-bottom: 0;
 }
 
#allmap {
     width: 100%;
     height: 100%;
     overflow: hidden;
     margin:0;
     /*font-family:"微软雅黑";*/
     font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
 }
 
.gybz_fix {
     width:100%;
     height:100%;
     background:rgba(0, 0, 0, .4);
     position: fixed;
     top:0;
     left:0;
     z-index: 900;
 }
 
.gybzPop {
     width:400px;
     height:300px;
     border:1px solid #a9a9a9;
     position: absolute;
     /*top:50%;*/
     /*left:50%;*/
     /*transform:translate(-50%, -50%);*/
     background: #F9F9F9;
     z-index: 9000;
     text-align: center;
     border-radius: 10px;
     background-image: radial-gradient(#F9F9F9 60%, #0D5D8B);
 }
 
.gybzPop img {
     /*margin:0 auto;*/
     margin-top:70px;
     width: 200px;
     height: 60px;
 }
 
.bbh {
     display:inline-block;
 }
 
.bbh:first-child {
     margin-right: 20px;
 }
 
.gybzPop p {
     line-height:30px;
 }
 
.gybz_close {
     position: absolute;
     top:0px;
     right:0px;
     float:right;
     width:50px;
     height:50px;
     font-size:30px;
     /*margin:10px 20px 0 0;*/
 }
 
.gybz_close:hover {
     color:red;
     border-radius: 50px;
     background:rgba(0, 0, 0, .3);
     font-size:40px;
     line-height: 45px;
     cursor: pointer;
 }
 
#wback {
     display:inline-block;
     color:#e6e0e0;
     position:absolute;
     right:105px;
     top: 64px;
     width: 180px;
     height: 15px;
     /*border: 1px solid #a9a9a9;*/
     text-align: center;
     line-height: 15px;
 }
 /*李佳洋改页面*/
 /*覆盖*/
 #layout {
     background:#fff;
 }
 
.header {
     height: 124px;
     background: #ffffff;
 }
 /*覆盖*/
 .top, .menu, .section, .footer, .contex {
     width:1080px;
 }
 /*覆盖*/
 .top p a {
     color: #0071B3;
     margin-left: 20px;
     margin-top: 30px;
     padding:6px;
     border: 1px solid #0071B3;
 }
 
.top p a img {
     margin-right:6px;
 }
 /*覆盖*/
 .top p a:hover {
     color:#0071B3;
 }
 /*覆盖*/
 .menu {
     background: #0071B3;
     margin-top:0px;
 }
 
.menu_li {
     background-color:#0071B3;
 }
 /*覆盖*/
 .menu ul li a {
     color:#fff;
 }
 
.menu ul li ul a {
     color:#0071B3;
 }
 /*覆盖*/
 .menu ul li a:hover {
     color:#f77b55;
 }
 /*覆盖*/
 .menu ul li a.active {
     color:#f77b55;
 }
 /*覆盖*/
 .menu ul li a {
     padding:15px 38px;
 }