
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
   
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #001427;
    color: #fff;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}
.detailInfo {position: relative;}

.abox-content {
    position: relative;
  
    margin: 0 auto;
    padding:  10px;
    clear: both;
}

.abox-background {
    width: 100%;
 
    margin: 10px 0;
    position: relative;
    box-shadow: inset 0 0 30px rgb(0 140 217 / 30%);
    border: 1px solid #082841;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
}

.abox-nav {
overflow: hidden;
   
}

.abox-logo {
    width: 140px;
    margin: 23px 20px 0 30px;
}

.abox-logo img {
    width: 140px;
    height: auto;
    display: block;
    border: none;
}

.abox-info {
  
 min-height: 700px;
  border-radius: 0 4px 4px 0;
    padding: 10px;
    
}

.abox-search {
    height: 78px;
    position: absolute;
    right: 45px;
    top: 0;
    background: #fff;
    z-index: 1002;
    padding-top: 20px;
}

.abox-search-input {
    border: 1px #e5e6e6 solid;
    background: #fff;
    padding: 0 10px;
    float: left;
    position: relative;
    width: 670px;
    height: 44px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.abox-search-input input {
    font-size: 14px;
    color: #313534;
    padding: 10px 0;
    line-height: 22px;
    width: 643px;
    border: none;
    background: none;
}

.abox-search-input:hover {
    border: 1px solid #08acee;
}

.abox-search-btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0px 11px;
    background: #2698e4;
    float: right;
    width: 122px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 15px;
}

.abox-nav-list .abox-item {
 
   background: url("../img/line.png") center right no-repeat;
 
    border-radius: 5px;

    cursor: pointer;
    font-size: 15px;
    float: left;
    display:inline-block;
    width: 12.5%; margin: 0 ;
    
}
.abox-nav-list .abox-item:last-child{background: none !important;}
.abox-nav-list{padding: 10px;}
.abox-title{ width: 85%; background:url("../img/icon2.png") center left 5px no-repeat #1c2e41; display: block; border-radius: 5px;line-height: 52px;}

.abox-nav-list .abox-item.pageson .abox-title{
    background:url("../img/icon1.png") center left 5px no-repeat #2360ac;
    color: #fff;border-radius: 5px;

}
.abox-nav-list .abox-item.on .abox-title{
    background:url("../img/icon1.png") center left 5px no-repeat #1a868b;
    color: #fff;border-radius: 5px;

}
.abox-nav-list .abox-item:last-child .abox-title{ width: 100%;}
.abox-nav-list .abox-item.pageson{ background: url("../img/line_ac.png") center right no-repeat;}
.abox-nav-list .abox-item.on{ background: url("../img/line_no.png") center right no-repeat;}
.icon {
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 8px;

    
    margin-top: 15px ; 
}

.icon-image01 {
    background: url("../images/icon001.png") left no-repeat;
    background-size: contain;
}

.icon-image02 {
    background: url("../images/icon002.png") left no-repeat;
    background-size: contain;
}

.icon-image03 {
    background: url("../images/icon003.png") left no-repeat;
    background-size: contain;
}

.icon-image04 {
    background: url("../images/icon004.png") left no-repeat;
    background-size: contain;
}

.icon-image05 {
    background: url("../images/icon005.png") left no-repeat;
    background-size: contain;
}

.abox-info ul li h2 {
   
    color: #fff;
    font-size: 14px;
}
.abox-info ul li h2 img{width: 20px; position: relative; top: 3px; margin-right: 5px;}
.abox-info ul li h3 {
    font-weight: normal;
    color: #666;
    font-size: 14px;
}

.lin {
    width: 63px;
    height: 1px;
    background: #313534;
    margin: 8px 0 10px 0;
}

.abox-info ul li p {
    font-size: 14px;
    color: #999;
    padding-bottom: 8px;
}

.abox-side {
    padding-top: 1px;
}

.abox-info .abox-side h3 {
    color: #333;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #999;
    cursor:pointer;
}

.abox-info .abox-side h3:hover{
    color:#08acee;
}

.abox-info .abox-side ul {
    padding-top: 14px;
}

.abox-info .abox-side ul li {
    color: #999;
    font-size: 13px;
    padding: 5px 0;
}

.abox-info ul li a {
    color: #08acee;
    text-decoration: underline;
}

.abox-info ul li .abox-info-title {
    font-size: 14px;
    padding-bottom: 4px;
}

.abox-info ul li h4 {
    font-size: 14px;
    padding-bottom: 10px;
}

.table-pub {
   
}

.table-pub table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

.table-pub table tr th {
    background: #f5f5f5;
    padding: 20px 0;
    text-align: center;
    color: #333;
   
}

.table-pub table tr td {
    padding: 15px 0;
  
    color: #333;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

.table-pub table tr td a {
    background: #08acee;
    color: #fff;
    text-decoration: inherit;
    padding: 5px 10px;
}


.tableBox {
    width: 100%;
    border: 1px solid rgba(15,115,227,0.12);
    border-collapse: collapse;
    box-shadow: inset 0 0 30px rgb(0 140 217 / 30%);
    border: 1px solid #082841;
    margin-top: -1px;
  }
  
  .tableBox tbody tr td {
  
    height: 40px;
    box-sizing: border-box;
    border: 1px solid rgba(15,115,227,0.12);
   
    font-size: 13px;
    color: #fff;
    box-sizing: border-box;
    padding: 12px;
  }
  
  .tableBox tbody tr td.bg {
    background: #051b31; width: 200px; 
    color: #00a1e2;
  }
  
  .abox-info .bg{text-align: right;}
  .tableBox thead tr {
    height: 58px;
    text-align: left;
    box-sizing: border-box;
  }
  
  .tableBox thead tr span {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 7px;
  }
  
  .tableBox thead tr th {
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 58px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
  }
  
  .tableBox thead tr th p {
    font-size: 14px;
    font-weight: normal;
    float: right;
    padding-right: 20px;
    background: url(../../static/img/address.png) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 30px;
  }
 
  .map{width: 350px; height: 150px;}
  #allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
 
  }
  .abox-nav ul li  .num{ background: rgba(77, 77, 77, 0.3); margin-left: 5px; padding: 2px 6px; border-radius: 10px; font-size: 12px;}

  .anchorBL{display: none !important;}

  .abox-info h2{ height: 36px;background: #02263e; font-weight: bold; line-height: 36px; padding: 0 10px;  border-radius: 5px;  }
 

  