html,body{
    height: 100%;
    width: 100%;
}
.data{
    width: 100%;
    height: 100%;
    background: url(../../database/img/map_bg.jpg) center no-repeat;
/*    min-width: 1366px;*/
    background-size: 100% 100%;
}
.data>.data-title{
       width: 100%;
    height: 80px;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
}
.data>.data-title>.title-center{
    width: 400px;
    height: 70px;
    box-sizing: border-box;
    background: url(../../database/img/title.png) no-repeat;
    background-size: 100%;
    
}
.data>.data-title>.title-left,
.data>.data-title>.title-right{
    width:calc(50% - 180px);
    height: 65px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.data>.data-content{
    width: 100%;
    /* height:calc(100% - 105px); */
    /*padding:0 20px 0px 20px ;*/
    box-sizing: border-box;
    min-height: 830px;
}
.data>.data-content>.con-left{
    width: 24.4375%;
    height: 830px;
}
.data>.data-content>.con-left>.left-top{
    width: 100%;
    height:calc(65% - 20px);
    margin-top: 20px;
    position: relative;
}

.data>.data-content>.con-left>.left-top>.info{
    height:55%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background: radial-gradient(#06122B,#1E44A6);
    -webkit-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    -moz-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    box-shadow:inset 0px 0px 10px 0px #00a1e4;
}

.data>.data-content>.con-left>.left-top>.info>.info-title{
    width: 158px;
    height: 43px;
    background: #00a2ea;
    position: absolute;
    top: -22px;
    left:50%;
    margin-left: -74px;
    color:#ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    border: 4px solid #fff;
    box-sizing: border-box;

}
.data>.data-content>.con-left>.left-top>.info>.info-main{
    width: 100%;
   /* height: 100% ;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    top: 20px;
}
.data>.data-content>.con-left>.left-top>.info>.info-main>div{
    width: 49%;
    height: 30px;
    background: #00A2EA;
    display: flex;
    border-radius: 18px;
    align-items: center;
}
.data>.data-content>.con-left>.left-top>.info>.info-main>div:nth-child(1){
/*    margin-top: 25px;*/
}
.data>.data-content>.con-left>.left-top>.info>.info-main>div:nth-child(2){
/*    margin-top: 25px;*/
}
.data>.data-content>.con-left>.left-top>.info>.info-main>div{
    margin-top: 5px;
}
.data>.data-content>.con-left>.left-top>.info>.info-main .info-img{
    width: 32px;
    height: 32px;
    background-color: #3C338C;
    border-radius: 50%;
    border: 4px solid #ffffff ;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data>.data-content>.con-left>.left-top>.info>.info-main .info-img>img{
    width: 20px;
    height: 20px;
}
.data>.data-content>.con-left>.left-top>.info>.info-main .info-text{
    width: calc(100% - 40px);
    height: 30px;
    padding-left: 0px;
    padding-top: 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    line-height: 30px;
}
.data>.data-content>.con-left>.left-top>.info>.info-main .info-text>p:nth-child(1){
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    width: 65%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 5px;
}
.data>.data-content>.con-left>.left-top>.info>.info-main>.info-1> .info-text>p:nth-child(2){
    font-weight: 600;
    color:#ffffff;
    font-size: 18px;
}


.data>.data-content>.con-left>.left-top>.top-bottom{
    height:calc(45% - 20px);
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    position: relative;
    background: radial-gradient(#06122B,#1E44A6);
    -webkit-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    -moz-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    box-shadow:inset 0px 0px 10px 0px #00a1e4;
}



.data>.data-content>.con-left>.left-bottom{
    width: 100%;
    height: 37%;
    box-sizing: border-box;
    position: relative;
    background: radial-gradient(#06122B,#1E44A6);
    -webkit-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    -moz-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    box-shadow:inset 0px 0px 10px 0px #00a1e4;
}
.data>.data-content>.con-center{
    width: 52.125%;
    height: 830px;
    padding:0 10px;
    box-sizing: border-box;
    position: relative;
}
.data>.data-content>.con-center>.map-num{
    width: 500px;
    height: 120px;
    position: absolute;
    top: 15px;
    left:50px;
    z-index: 1000;
}
.data>.data-content>.con-center>.map-num>p{
    font-size: 24px;
    font-weight: 600;
    color:#00A2EA;
}
.data>.data-content>.con-center>.map-num span{
    display: inline-block;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    /* background-color: #0089ff; */
    color:#00A2EA;
    font-size: 40px;
    font-weight: 600;
    font-family: "LcdD";
    margin-top: 15px;
    margin-right: 5px;
}
/* .data>.data-content>.con-center>.map-num span:nth-child(2),
.data>.data-content>.con-center>.map-num span:nth-child(6){
    background-color: transparent;
    width: 30px;
} */

.data>.data-content>.con-center>.cen-top{
    width: 100%;
    height:calc(75% - 20px);
    margin-bottom: 10px;
    /*background-color: rgba(0,24,106,0.3);*/
    /*border: 1px solid #0089ff;*/
    /*border-radius: 4px;*/
    /*box-sizing: border-box;*/
}


.data>.data-content>.con-center>.cen-bottom{
    width: 100%;
    height: 28%;
    box-sizing: border-box;
    position: relative;
    background: radial-gradient(#06122B,#1E44A6);
    -webkit-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    -moz-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    box-shadow:inset 0px 0px 10px 0px #00a1e4;
}

.data>.data-content>.con-right{
    width: 23.4375%;
    height: 830px;
}
.data>.data-content>.con-right>.right-top{
    width: 99%;
    height: 47%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
    margin-top: 5%;
    background: radial-gradient(#06122B,#1E44A6);
    -webkit-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    -moz-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    box-shadow:inset 0px 0px 10px 0px #00a1e4;

}
.data>.data-content>.con-right>.right-center{
    width: 99%;
    height:calc(51.8% - 40px);
    margin: 15px 0;
    box-sizing: border-box;
    position: relative;
    background: radial-gradient(#06122B,#1E44A6);
    -webkit-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    -moz-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    box-shadow:inset 0px 0px 10px 0px #00a1e4;
}
.data>.data-content>.con-right>.right-bottom{
    width: 99%;
    height:51.2%;
    box-sizing: border-box;
    position: relative;
    background: radial-gradient(#06122B,#1E44A6);
    -webkit-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    -moz-box-shadow:inset 0px 0px 10px 0px #00a1e4;
    box-shadow:inset 0px 0px 10px 0px #00a1e4;
}

.data>.data-content .title{
    height: 35px;
    line-height: 35px;
    width: 100%;
    color:#fff;
    font-weight: 600;
    padding-left: 15px;
    box-sizing: border-box;
}
.data>.data-content .charts{
    width: 100%;
    height:calc(100% - 35px);
}

.data>.data-content img.bj-1{
    position: absolute;
    left:-1px;
    top:-1px;
    width: 26px;
    height: 26px;
}
.data>.data-content img.bj-2{
    position: absolute;
    right:-1px;
    top:-1px;
    width: 26px;
    height: 26px;
}
.data>.data-content img.bj-3{
    position: absolute;
    right:-1px;
    bottom:-1px;
    width: 26px;
    height: 26px;
}
.data>.data-content img.bj-4{
    position: absolute;
    left:-1px;
    bottom:-1px;
    width: 26px;
    height: 26px;
}
.data-btns{
    width:calc(50% - 220px);
    display: flex;   
    height: 65px;
    align-items: center;
    }
.data>.data-title>.data-btns>.info-title{
    width: 130px;
    height: 50px;
    /* background: url('../../database/img/info-title.png') no-repeat; */
    color:#ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
/*    border: 1px solid #0089ff;*/
/* background: url(../../database/img/linkbtn.png) no-repeat;*/
}
.nomarinleft{
    margin-left: 0px !important;
}
.data>.data-title>.data-btns>.info-title a{
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #00A2EA;
    border-radius: 25px;


}
.data>.data-title>.data-btns>.info-title.active{
/*    border: 1px solid #25f3e6;*/
}
.data>.data-title>.data-btns>.info-title.active a{
/*    color: #25f3e6;*/

}
.dataall{
    display: inline-block;
   width: 24px;
    height: 24px;
    background: url(../../database/img/data.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    margin-top: -5px;
    vertical-align: middle;
}

.mapall{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../database/img/map.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: -5px;
    vertical-align: middle;
}
.homeall{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../database/img/home.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    margin-top: -5px;
    vertical-align: middle;
}
.line{
width: calc(50% - 220px);
height: 3px;
background: #0089ff;
margin-top: 18px;
}



/*地图界面*/
.lists{
    width: 100%;

    
}
.ztfllist{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.ztfllist li{
  margin: 0 10px 10px 10px;
  border: 1px solid #eee;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.ztfllist li.active{
    background: #094;
    border-color: #094;
}
.fwlxlist{
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 10px 0px;
}
.fwlxlist li{
  margin: 0 10px 10px 10px;
  border: 1px solid #eee;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.fwlxlist li.active{
    background: #094;
    border-color: #094;
}
.lists_box{
    width: 20%;
    height: 40px;
    /* background: url(../../database/img/info-text.png) no-repeat; */
    background: #009944;
}
.info_img{
       width: 40px;
    height: 40px;
    position: relative;
/*    margin-left: 10%;*/
}
.info_img img{
   position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}
.info-text{
width: 175px;
height: 40px;
/* padding-left: 30px; */
/*padding-top: 16px;*/
box-sizing: border-box;
line-height: 30px;

}
.maps_info{
    display: flex;
    justify-content: space-between;
        line-height: 40px;
}
.info-text p:nth-child(1){
    color: #fff;
    font-weight: 600;
    font-size: 16px;
/*    padding: 5px 0px*/
}
.info-text p:nth-child(2){
font-weight: 600;
color: #ffffff;
font-size: 16px;
width: 35%;
text-align: center;
}
.maplist{
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
#maps{
    width: 100%;
    height: auto;
}
.fenl{
    width: 30%;
    height: auto;
    margin-top: 25px;
}
.hotlists{
    width: 100%;
    height: auto;
        background: #84cc42;
}
/* 外面盒子样式---自己定义 */
.pager{
    margin: 0px !important;
}
        .page_div{margin: auto;color: #05ba58;width: 100%;text-align: center;}
        /* 页数按钮样式 */
        .page_div button{display:inline-block;min-width:30px;height:28px;cursor:pointer;color:#666;font-size:13px;line-height:28px;background-color:#f9f9f9;margin: 0px 2px;border:1px solid #dce0e0;text-align:center;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
        #firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#05ba58;border:1px solid #05ba58;margin-top:2px;}
        #nextPage,#prePage{width:50px}
        .page_div .current{background-color:#05ba58;border-color:#05ba58;color:#FFF}
        /* 页面数量 */
        .totalPages{margin:0 10px}
        .totalPages span,.totalSize span{color:#05ba58;margin:0 5px}
        /*button禁用*/
        .page_div button:disabled{opacity:.5;cursor:no-drop}
        .imgs{
    display: flex;
}
.pt12{
    width: 100%;
    text-align: center;
    color: #61d2f7;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0px;
}
.pt12:hover{
    color: #61d2f7; 
}

.layui-input-block{
    margin-left: 0px !important;
}
.layui-form{
    display: flex !important;
    justify-content: space-between;
    height: 38px;
    /* margin-top: 21px; */
    width: 100%;
}
.layui-form-item{
    width: 100px;
}
.layui-form-select .layui-input{
    padding: 0px !important;

    background: none;
    color: #ffffff !important;
    border: 1px solid #0089ff;

}
.layui-form-select .layui-edge{
    border: none !important;
}
.layui-tab-content{
    padding: 0px !important;
}
#selectf{
    margin: 0px;
}
#selectf .layui-form-item{
    width: 200px;
}
#selectf .layui-form-item input{
    border: none;
    color: #333333;
}
.chaxun{
    width: 100px !important;
    color: #ffffff;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    cursor: pointer;
    border: 1px solid #00a2ea;
    border-left:none;
    margin-right: 0px !important;

}
.layui-form-select .layui-input::-webkit-input-placeholder {
color: #ffffff;
 }

 /*去掉百度地图文字*/
 .anchorBL{
    display: none;
}
.tdt-infowindow-content p{
    margin: 0px !important;
    color: #000;
    line-height: 10px;
    font-weight: 600;
}
.tdt-touch .tdt-bar, .tdt-touch .tdt-control-copyright, .tdt-touch .tdt-control-layers{
    color: #ffffff !important;
}
.zydh{
    display: none;
}
.jtnc{
    display: none;
}
.nmhzs{
    display: none;
}
.nyqy{
    display: none;
}
.fwxlht{
    display: none;
}
.ncjtjjzz{
    display: none;
}
.zyfwgs{
    display: none;
}
.gtjsh{
    display: none;
}
.gtsfh{
    display: none;
}
.nh{
    display: none;
}
.nyxh{
    display: none;
}
.cbh{
    display: none;
}
.nyscxqy{
    display: none;
}
.qt{
    display: none;
}
.serach-content{
    width: 300px;
    height: auto;
    background: #ffffff;
    position: absolute;
    z-index: 9999;
    right: 30px;
    top: 50px;
}
.top-btn{
    width: 100%;
    height: 32px;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}
.item{
    border-left: 1px solid #e5e5e5;
    position: relative;
/*    border: 0;*/
    padding: 6px;
    line-height: 1;
    background: transparent;
    outline: none;
    width: 33%;
}
.icons{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../database/img/icons.2909b78.png) no-repeat 0 0;
    cursor: pointer;
    vertical-align: -5px;
}
.icon_62{
background-position: -40px -160px;
}
.selected{
    color: #3997d6;
}
.selected .icon_62{
    background-position: -140px -160px;

}

.icon_63{
background-position: -60px -160px;
}
.selected .icon_63{
    background-position: -160px -160px;
}
.icon_65{
background-position: -100px -160px;
}
.selected .icon_65{
    background-position: -220px -160px;
}
.serachLocal{
    margin-top: 10px;
    height: 30px;
/*    padding: 0px 14px 14px 14px;*/
}
.serachInput{
/*    padding: 0px 14px 14px 14px;*/
}
.serachInput input{
    position: relative;
    border: 1px solid #70b4e1;
    border-radius: 3px;
    background: #fff;
    height: 30px;
    box-sizing: border-box;
    width: 100%;
}
.submit{
    background: #3997d6;
    border: 0;
    border-radius: 3px;
    color: #fff;
    padding: 6px 2em;
    margin-left: 0px;
    margin-top: 10px;
}
.resetbtn{
    background:#bcbcbc;
    border: 0;
    border-radius: 3px;
    color: #fff;
    padding: 6px 2em;
    margin-left: 0px;
    margin-top: 10px;
}
.submitLocal{
    display: block;
/*    background: #0089ff*/
margin-top: 10px;
    padding: 0 10px 0 10px;
}
.mapBase{
    display: none;
}
.mapms{
    margin: 0 7px;
    border-bottom: 1px solid #eee;
    line-height: 30px;
}
.flex{
/*    margin: 10px 0;*/
    display: flex;

}
.modal_item{
    margin-right: 10px;
    width: 104px;
    margin-left: 2em;
    text-align: center;
}
.modal_item.selected{
     color: #3997d6; 
}
.modal_00{
        background-position: 0 0;
}
.modals.modal_01{
        background-position: -104px 0;
}
.modals{
    display: inline-block;
    width: 100px;
    height: 50px;
    background: url(../../database/img/modal.b3becf6.png) no-repeat 0 0;
}
.selected .modal_00{
        background-position: -208px 0;
}
.selected .modal_01{
    background-position: -312px 0;
}
.qylblist{
    width: 100%;
}
.qylblist ul{
    display: flex;
    justify-content: space-between;
}
.qylblist ul li{
    list-style: none;
    display: inline-block;
    width: 24%;
    text-align: center;
    cursor: pointer;
}
.qylblist_img_div{
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.qylblist_img_div img{
    width: 20px;
}
.qylblist ul li.selected{
    color: #3997d6;
    border-bottom: 2px solid #0089ff;
}
.fwxzlist{
    width: 100%;
}
.fwxzlist ul{
    display: flex;
/*    justify-content: space-between;*/
    flex-wrap: wrap;
}
.fwxzlist ul li{
    list-style: none;
    display: inline-block;
    width: 24%;
    text-align: center;
    cursor: pointer;
}

.fwxzlist ul li.selected{
    color: #3997d6;
    border-bottom: 2px solid #0089ff;
}
.qylblist_img_div_text{
    font-size: 12px;
}
.map-qylist li span{
    font-size: 12px;
}
.selectedContent{
    height: 390px;
}

.info-title{
    margin:0px 5px 0px 5px;
}
.search_btns{
    display: flex;
    position: relative;
    top: 20px;
    width: 94%;
    margin-left: 3%;
}
.top_left{
    background: url(../../database/img/top_title_left.png);
    background-size: 100% 100%;
}

.top_right{
    background: url(../../database/img/top_title_right.png);
    background-size: 100% 100%;
}



