html,
body {
    height: 100%;
    width: 100%;
}

.data {
    width: 100%;
    height: 100%;
    background: url('../img/map_bg.png') center;
    min-width: 1366px;
    background-size: cover;
}

.data>.data-title {
    width: 100%;
    height: 105px;
    padding: 25px 0 15px 0;
    box-sizing: border-box;
    background: url(../img/head_bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.data>.data-title>.title-center {
    width: 820px;
    height: 60px;
    box-sizing: border-box;
    /*  border-right: 3px solid #0089ff;
    border-left: 3px solid #0089ff; */
    background: url("../img/title.png") no-repeat;
    background-position: center center;
}

.data>.data-title>.title-center2 {
    width: 820px;
    height: 60px;
    box-sizing: border-box;
    /*  border-right: 3px solid #0089ff;
    border-left: 3px solid #0089ff; */
    background: url("../img/title2.png") no-repeat;
    background-position: center center;
}

.data>.data-title>.title-left,
.data>.data-title>.title-right {
    width: calc(50% - 410px);
    height: 3px;
    /* background: #0089ff; */
    margin-top: 28px;
}

.data>.data-content {
    width: 100%;
    height: calc(100% - 105px);
    padding: 5px;
    box-sizing: border-box;
}

.data>.data-content>.con-left {
    width: 20.4375%;
    height: 100%;
    /*  position:absolute; */
}

.data>.data-content>.con-search {
    width: 200px;
    height: 30px;
    position:absolute;
    top: 111px;
    right: 21%;
    background-color: rgba(0, 24, 106, 0.7);
    border: 1px solid #20558b;
    box-sizing: border-box;
    z-index: 999;
}
.data>.data-content>.con-search>.con-search-content {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
}

.search_input{
    background: transparent;
    padding-left: 10px;
    width: 130px;
    color: #fff;
}

.search_input::input-placeholder{
    color: #fff;
}
.search_input::input-placeholder{
	color: fff;
}
.search_input::-webkit-input-placeholder{	
	color: fff;
}
.search_input::-moz-placeholder{			
	color: fff;
}
.search_input::-moz-placeholder{			
	color: fff;
}
.search_input::-ms-input-placeholder{		
	color: fff;
}

.search_text{
    width: 70px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
}



.data>.data-content>.con-left>.left-top {
    width: 100%;
    height: calc(60% - 20px);
    margin-bottom: 20px;
    position: relative;
}

.data>.data-content>.con-left>.left-top>.info {
    height: 62%;
    width: 100%;
    border: 1px solid #20558b;
    /*border-radius: 4px;*/
    box-sizing: border-box;
    position: relative;
}

.data>.data-content>.con-left>.left-top>.info>.info-title {
    width: 158px;
    height: 43px;
    background: url('../img/info-title.png') no-repeat;
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -74px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
}

.data>.data-content>.con-left>.left-top>.info>.info-main {
    width: 100%;
    height: 80%;
}

.data>.data-content>.con-left>.left-top>.info>.info-main>div {
    width: 275px;
    height: 25%;
    background: url('../img/info-text.png') no-repeat;
    margin: 8px auto;
}

.data>.data-content>.con-left>.left-top>.info>.info-main>div.info-1 {
    margin-top: 40px;
}

.data>.data-content>.con-left>.left-top>.info>.info-main .info-img {
    width: 100px;
    height: 60px;
    position: relative;
}

.data>.data-content>.con-left>.left-top>.info>.info-main .info-img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
}

.data>.data-content>.con-left>.left-top>.info>.info-main .info-text {
    width: 175px;
    height: 70px;
    padding-left: 30px;
    padding-top: 16px;
    box-sizing: border-box;
}

.data>.data-content>.con-left>.left-top>.info>.info-main .info-text>p:nth-child(1) {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.data>.data-content>.con-left>.left-top>.info>.info-main>.info-1>.info-text>p:nth-child(2) {
    font-weight: 600;
    color: #ffff44;
    font-size: 22px;
}

.data>.data-content>.con-left>.left-top>.info>.info-main>.info-2>.info-text>p:nth-child(2) {
    font-weight: 600;
    color: #25f3e6;
    font-size: 22px;
}

.data>.data-content>.con-left>.left-top>.info>.info-main>.info-3>.info-text>p:nth-child(2) {
    font-weight: 600;
    color: #f84a4a;
    font-size: 22px;
}

.data>.data-content>.con-left>.left-top>.info>.info-main>.info-4>.info-text>p:nth-child(2) {
    font-weight: 600;
    color: #f5c847;
    font-size: 22px;
}

.data>.data-content>.con-left>.left-top>.top-bottom {
    height: calc(100%);
    width: 100%;
    background: rgba(0, 24, 106, 0.9) url(../img/line.png);
    background-size: 100% auto;
    /* margin-top: 20px; */
    /* border: 1px solid rgba(25, 186, 139, .17); */
    /* background-color: rgba(0, 24, 106, 0.9); */
    box-sizing: border-box;
    position: relative;
    z-index: 99999999;
}

.data>.data-content>.con-left>.left-bottom {
    width: 100%;
    height: 40%;
    /* background-color: rgba(0, 24, 106, 0.5); */
    background: rgba(0, 24, 106, 0.9) url(../img/line.png);
    border: 1px solid #20558b;
    box-sizing: border-box;
    position: relative;
    z-index: 99999999;
}

.data>.data-content>.con-center {
    width: 59.125%;
    height: 100%;
    padding: 0 20px;
    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: 18px;
    font-weight: 600;
    color: #fff;
}

.data>.data-content>.con-center>.map-num span {
    display: inline-block;
    width: 45px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #0089ff;
    color: #fff;
    font-size: 68px;
    font-weight: 600;
    font-family: "LcdD";
    margin-top: 15px;
}

.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 {
    position: relative;
    width: 100%;
    height: calc(75% - 20px);
    background-color: rgba(0, 24, 106, 0.3);
    margin-bottom: 20px;
    /*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: calc(100% - 40px);
    height: 80px;
    background-color: rgba(0, 24, 106, 0.7);
    border: 1px solid #20558b;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
}

.data>.data-content>.con-right {
    width: 20.4375%;
    height: 100%;
    /* position:absolute; */
}

.data>.data-content>.con-right>.right-top {
    width: 100%;
    height: calc(60% - 20px);
    /* background-color: rgba(0, 24, 106, 0.5); */
    background: rgba(0, 24, 106, 0.9) url(../img/line.png);
    border: 1px solid #20558b;
    box-sizing: border-box;
    position: relative;
    z-index:99999999 !important;
    margin-bottom: 20px;
}

.data>.data-content>.con-right>.right-center {
    width: 100%;
    height: calc(36% - 40px);
    margin: 20px 0;
    /* background-color: rgba(0, 24, 106, 0.5); */
    background: rgba(0, 24, 106, 0.9) url(../img/line.png);
    border: 1px solid #20558b;
    box-sizing: border-box;
    position: relative;
    z-index:99999999 !important;
}

.data>.data-content>.con-right>.right-bottom {
    width: 100%;
    height: 40%;
    /* background-color: rgba(0, 24, 106, 0.5); */
    background: rgba(0, 24, 106, 0.9) url(../img/line.png);
    border: 1px solid #20558b;
    box-sizing: border-box;
    position: relative;
    z-index:99999999 !important;
}

.data>.data-content .title {
    height: 35px;
    line-height: 35px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    padding-left: 15px;
    box-sizing: border-box;
    /*     text-align: center; */
}

.data>.data-content .charts {
    width: 100%;
    height: calc(100% - 35px);
    padding: 3px;
}

.data>.data-content img.bj-1 {
    position: absolute;
    left: -1px;
    top: -1px;
}

.data>.data-content img.bj-2 {
    position: absolute;
    right: -1px;
    top: -1px;
}

.data>.data-content img.bj-3 {
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.data>.data-content img.bj-4 {
    position: absolute;
    left: -1px;
    bottom: -1px;
}

.data-content-map {
    position: absolute;
    top: 105px;
    width: 100%;
    height: calc(100% - 105px);
}

.data>.data-content>.showDialog {
    width: 300px;
    min-height: 120px;
    background-color: rgba(0, 24, 106, 0.9);
    border: 1px solid #20558b;
    box-sizing: border-box;
    position: absolute;
    z-index: 99999;
}

.data>.data-content>.showDialog>.showDialogContent {
    color: #fff;
    padding: 5px;
    line-height: 26px;
}

.data_table {
    width: calc(100% - 6px);
}

.data_table thead tr {
    background-color: #069;
    color: #B7E2FF;
    font-size: 13px;
    line-height: 38px;
}

.data_table td {
    text-align: center;
    border: 1px solid #069;
    color: #B7E2FF;
    font-size: 12px;
    line-height: 30px;
}

.data_table_big {
    width: calc(100% - 6px);
}

.data_table_big thead tr {
    background-color: #069;
    color: #B7E2FF;
    font-size: 20px;
    line-height: 48px;
}

.data_table_big td {
    text-align: center;
    border: 1px solid #069;
    color: #B7E2FF;
    font-size: 18px;
    line-height: 40px;
}


/*底部数字相关*/

@font-face {
    font-family: electronicFont;
    src: url(../font/DS-DIGIT.TTF)
}

#echarts_3 {
    padding: 10px;
}

.echarts_3_content {
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    width: 80%;
}

.echarts_3_item {
    width: 25%;
    text-align: center;
}

.font1 {
    font-size: .7rem;
    color: #ffeb7b;
    padding: .05rem 0;
    font-family: electronicFont;
    font-weight: bold;
    font-size: 38px;
}

.font2 {
    color: #B7E2FF;
    font-size: 12px;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.bar {
    background: rgba(101, 132, 226, .1);
    padding: .15rem;
}

.main_info {
    display: none;
    width: calc(100% - 5px);
    height: calc(100% - 110px);
    margin-top: 105px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 24, 106);
    border: 1px solid #20558b;
    position: absolute;
    z-index: 99999999999;
    left: 0px;
    top: 0px;
}
.bj-1 {
    position: absolute;
    left: -1px;
    top: -1px;
}

.bj-2 {
    position: absolute;
    right: -1px;
    top: -1px;
}

.bj-3 {
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.bj-4 {
    position: absolute;
    left: -1px;
    bottom: -1px;
}
.expand_title{
    position: absolute;
    right:10px;
    top:10px;
    color:#ffff;
    font-size:12px;
    cursor: pointer;
    z-index: 99999999;
}
.mainInfoContent{
    height: calc(100% - 40px);
    padding: 10px;
    margin-top: 20px;
    overflow:scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar{

    width: 7px;

}

/*滚动条的滑轨背景颜色,可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/

::-webkit-scrollbar-track{

   background-color: #f5f5f5;

     -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.1);

  border-radius:5px;

}

/* 滑块颜色 */

::-webkit-scrollbar-thumb{

   background-color: rgba(0, 0, 0, 0.2);

   border-radius: 5px;

}

/*滚动条两端的按钮。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/

::-webkit-scrollbar-button{

   background-color: #eee;

   display: none;

}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */

::-webkit-scrollbar-corner{

   background-color: black;

}

.swiper-container{
    width: 100% !important;
    height: 100% !important;
}
.expand_title{
    position: absolute;
    right:10px;
    top:10px;
    color:#ffff;
    font-size:12px;
    cursor: pointer;
    z-index: 99999999;
}
.data>.data-title>.title-center_ssyy {
    width: 775px;
    height: 50px;
    box-sizing: border-box;
    /*  border-right: 3px solid #0089ff;
    border-left: 3px solid #0089ff; */
    background: url("../img/ssyy.png") no-repeat;
    background-position: center center;
}
.data>.data-title>.title-center_fz {
    width: 775px;
    height: 50px;
    box-sizing: border-box;
    /*  border-right: 3px solid #0089ff;
    border-left: 3px solid #0089ff; */
    background: url("../img/fzzwsyzhyyfwglkshxt.png") no-repeat;
    background-position: center center;
}

