html,body{
    height: 100%;
    width: 100%;
}
.data{
    width: 100%;
    height: 100%;
    background: url('../../images/screen/map_bg.png') center;
    min-width: 1366px;
}
.data>.data-title{
    width: 100%;
    height: 105px;
    padding: 30px 0 35px 0;
    box-sizing: border-box;
}
.data>.data-title>.title-center{
    width: 800px;
    height: 50px;
    box-sizing: border-box;
    border-right: 5px solid #0089ff;
    border-left: 5px solid #0089ff;
    /*background: url("../../images/screen/title.png") no-repeat;*/
    text-align: center;
    color: #0089ff;
    font-size: 48px;
    line-height: 50px;
}
.data>.data-title>.title-left,
.data>.data-title>.title-right{
    width:calc(50% - 400px);
    height: 4px;
    background: #0089ff;
    margin-top: 23px;
}

.data>.data-content{
    width: 100%;
    height:calc(100% - 105px);
    padding:0 20px 20px 20px ;
    box-sizing: border-box;
}
.data>.data-content>.con-left{
    width: 23.4375%;
    height: 100%;
}
.data>.data-content>.con-left>.left-top{
    width: 100%;
    height:calc(75% - 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('../../images/screen/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('../../images/screen/info-text.png') no-repeat;
    background-size: 100% 100%;
    margin: 8px auto;
}
.data>.data-content>.con-left>.left-top>.info>.info-main>div.info-1{
    margin-top: 8%;
}
.data>.data-content>.con-left>.left-top>.info>.info-main .info-img{
    width: 100px;
    height: 100%;
    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: 100%;
    padding-left: 30px;
    padding-top: 16px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.data>.data-content>.con-left>.left-top>.info>.info-main .info-text>p:nth-child(1){
    color:#fff;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
}
.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;
    width: 100%;
}
.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(38% - 20px);
    width: 100%;
    background-color: rgba(0,24,106,0.5);
    margin-top: 20px;
    border: 1px solid #20558b;
    box-sizing: border-box;
    position: relative;
}



.data>.data-content>.con-left>.left-bottom{
    width: 100%;
    height: 25%;
    background-color: rgba(0,24,106,0.5);
    border: 1px solid #20558b;
    box-sizing: border-box;
    position: relative;
}
.data>.data-content>.con-center{
    width: 53.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: 38px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #0089ff;
    color:#fff;
    font-size: 35px;
    font-weight: 600;
    font-family: "LcdD";
    margin-top: 15px;
    margin-right: 4px;
}
/*.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: 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: 100%;
    height: 25%;
    background-color: rgba(0,24,106,0.5);
    border: 1px solid #20558b;
    box-sizing: border-box;
    position: relative;
}

.data>.data-content>.con-right{
    width: 23.4375%;
    height: 100%;
}
.data>.data-content>.con-right>.right-top{
    width: 100%;
    height: 30%;
    background-color: rgba(0,24,106,0.5);
    border: 1px solid #20558b;
    box-sizing: border-box;
    position: relative;
}
.data>.data-content>.con-right>.right-center{
    width: 100%;
    height:calc(34% - 40px);
    margin: 20px 0;
    background-color: rgba(0,24,106,0.5);
    border: 1px solid #20558b;
    box-sizing: border-box;
    position: relative;
}
.data>.data-content>.con-right>.right-bottom{
    width: 100%;
    height:36%;
    background-color: rgba(0,24,106,0.5);
    border: 1px solid #20558b;
    box-sizing: border-box;
    position: relative;
}

.data>.data-content .title{
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    color:#fff;
    font-weight: 600;
    padding-left: 15px;
    box-sizing: border-box;
}
.right-bottom-title{
    padding-right: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.right-bottom-title a{
    color: #fff;
}
.data>.data-content .charts{
    width: 100%;
    height:calc(100% - 35px);
}

.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;
}

.video-list{
    width: 100%;
    height: calc(100% - 35px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.video-list .video-one{
    width: 45%;
    height: 50%;

}
.video-list .video-one video{
    width: 100%;
    height: calc(100% - 25px);
}
.video-list .video-one p{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    margin: 0;
}

/*媒体查询*/
@media screen and (max-width: 1366px) {
    .data>.data-title>.title-center {
        line-height: 45px;
    }
    .data>.data-content>.con-left>.left-top>.info>.info-title {
        font-size: 16px;
    }
    .data>.data-content>.con-left>.left-top>.info>.info-main .info-text {
        padding-top: 12px;
    }
    .data>.data-content>.con-left>.left-top>.info>.info-main .info-img>img {
        width: 38px;
        height: 38px;
    }
    .data>.data-content>.con-left>.left-top>.info>.info-main .info-text>p:nth-child(1) {
        font-size: 12px;
    }
    .data>.data-content>.con-left>.left-top>.info>.info-main>.info-1> .info-text>p:nth-child(2) {
        font-size: 20px;
    }
    .data>.data-content>.con-left>.left-top>.info>.info-main>.info-2> .info-text>p:nth-child(2) {
        font-size: 20px;
    }
    .data>.data-content>.con-left>.left-top>.info>.info-main>.info-3> .info-text>p:nth-child(2) {
        font-size: 20px;
    }
    .data>.data-content>.con-left>.left-top>.info>.info-main>.info-4> .info-text>p:nth-child(2) {
        font-size: 20px;
    }

    .data>.data-content .title {
        font-size: 15px;
    }
    .left-bottom-info .qiye {
        font-size: 15px;
    }
    .cen-bottom-info .gongying {
        font-size: 15px;
    }
    .wrap li{
        font-size: 15px;
    }
    .data>.data-content>.con-center>.map-num>p {
        font-size: 16px;
    }
    .data>.data-content>.con-center>.map-num span {
        font-size: 30px;
    }
}