.body{
    background-image: url(../images/indexbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.section{
    height: 72%;
}
.section .section_left{
    width: 27%;
    height: 100%;
}
.section .box {
    height: 53%;
    margin-bottom: 12px;
}
.section .box2{
    height: 43%;
}
.section .box .title{
    height: 40px;
    line-height: 40px;
    background-image: url(../images/box_title_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
.section .box .content{
    height: calc(100% - 40px);
    background-image: url(../images/box_center_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    padding: 10px 12px;
    box-sizing: border-box;
    position: relative;
}

.section .section_center{
    width: 48%;
    height: 100%;
    position: relative;
}
.section .section_right{
    width: 24%;
    height: 100%;
}
.section2{
    height: 28%;
}
.section2 .box{
    height: 100%;
}
.section2 .box .content{
    height: calc(100% - 40px);
}
.section2 .section_center{
    width:36%;
}
.section2 .section_right{
    width:36%;
}
.section2 .section_center .box .title{
    background-image: url(../images/box_title_bg2.png);
}
.section2 .section_right .box .content{
    background-image: url(../images/box_center_bg2.png);
}

.section2 .content .list{
    height: 100%;
    }
    .section2 .content .list .item{
        padding: 10px;
        color: #fff;
        position: relative;
    }
    .section2 .content .list .item:nth-child(even){
        background: rgba(31,255,198,0.07);
    }
    .section2 .content .list .item.head{
        background: rgba(31,255,198,0.16);
        color: #12D0A0;
    }
    .section2 .content .list .item .desc{
        width: 10%;
    }
    .section2 .content .list .item .desc:nth-child(2){
        width: 15%;
    }
    .section2 .content .list .item .desc:nth-child(4){
        width: 15%;
    }

    .section2 .content .list .info{
        height: calc(100% - 40px);
        overflow: hidden;
        overflow-y: auto;
    }

    .section .section_left .content .content_top{
        background-image: url(../images/box_center_bg7.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        color: #FFFFFF;
        padding-bottom: 5px;
    }
    .content_top .headline{
        line-height: 25px;
        text-align: center;
        font-size: 10px;
    }
    .content_top .info{

    }
    .content_top .info .item{
        width: 20%;
        text-align: center;
    }
    .content_top .info .item .area{
    }
    .content_top .info .item .area span{
        font-size: 10px;
        border: 1px solid #1FFFC6;
        border-radius: 50%;
        padding: 0 2px;
        /* margin-left: 3px; */
        display: inline-block;
    }
    .content_top .info .item .area span.bod{
        border: 1px solid #FF1F1F;
    }
    .content_top .info .item .price{
        margin-top: 5px;
    }
    .content_top .info .item .price .num{
        font-size: 18px;
        color: #F5E74F;
    }
    .content_top .info .item .price .arr{
        color: #ADADAD;
        font-size: 10px;
        margin-left: 5px;
    }
    .content_top .info .item .price .arr.col{
        color: #FF1F1F;
    }
    .content_top .info .item .price .arr.col2{
        color: #1FFFC6;
    }
    .content_top .info .item .desc{
       /* margin-top: 2px;  */
       height: 14px;
       overflow: hidden;
       padding: 0 17px 0 7px;
    }
    .content_top .info .item .desc p{
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        color: #fff;
    }
    .content_top .info .item .desc p.col{
        /* background: #FF1F1F; */
        color: #FF1F1F;
    }
    .content_top .info .item .desc p.col2{
        /* background: #1FFFC6; */
        color: #1FFFC6;
    }
    .section .section_left .content .content_bottom{
        height: calc(100% - 100px);
        margin-top: 5px;
    }
    .section .section_left .content .nav{
        margin-bottom: 5px;
        justify-content: center;
    }
    .section .section_left .content .nav p{
        width: 10%;
        color: #fff;
        font-size: 10px;
    }
    .section .section_left .content .nav p span{
        width: 10px;
        height: 6px;
        display: inline-block;
        margin-right: 3px;
    }
    .section .section_left .content .bot{
        height: calc(100% - 20px);
    }
    .section .section_right .content .tit{
        text-align: center;
        color: #fff;
    }
    .section .section_right .content .tit span{
        font-size: 18px;
        color: #F5E74F;
        margin-right: 5px;
    }
    .section .section_right .content .content_right{
        position: relative;
        height: 100%;
    }
    .section .section_right .content .content_right .list{
        width: 95%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
    }
    .section .section_right .content .content_right .list p{
       height: 20%;
       color: #fff;
       padding-top: 20px;
       transition: 0.3s linear;
    }
    .section .section_right .content .content_right .list p.active{
        transform: scale(1.2);
        transition: 0.3s linear;
     }
    .section .section_center .center_box{
        width: 100%;
        height: 125px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        border: 1px solid #000;
    }
    .center_box .center  {
        width:49%;
        backdrop-filter: blur(3px);
    }
    .section .section_center .center_box_left{
        width: 55%;
    }
    .section .section_center .center_box_right{
        width: 43%;
    }
    .section .section_center .center_box_left .content{
        background-image: url(../images/box_center_bg5.png);
    }
    .section .section_center .center_box_right .content{
        background-image: url(../images/box_center_bg6.png);
    }
    .section .center_box_left .title .tab{
        font-size: 14px;
    }
    .section .center_box_left .title .tab p{
        height: 30px;
        line-height: 30px;
        color: #B4C0CC;
        background: #0F2839;
        border: 1px solid #0F2839;
        text-align: center;
        padding: 0 10px;
        margin-left: 10px;
        margin-top: 5px;
        cursor: pointer;
        transition: 0.3s linear;
    }
    .section .center_box_left .title .tab p.active{
        color: #1cdcac;
        background: linear-gradient( 180deg, #126d49 0%, rgba(31,255,126,0) 100%);
        border: 1px solid #1cdcac;
        transition: 0.3s linear;
    }
    .section .section_center .box .content .content_info{

    }
    .content_info .item{
        width: 33.3%;
        margin-top: 5px;
        text-align: center;
    }
   .content_info .item .tit{
        color: #fff;
    }
    .content_info .item .desc{
        margin-top: 10px;
    }
    .content_info .item .desc .num{
        font-size: 20px;
        color: #F5E74F;
    }
    .content_info .item .desc .unit{
        font-size: 10px;
        color: #F5E74F;
    }
    .content_info .item .desc .rate{
        color: #FF1F1F;
        font-size: 12px;
        margin-left: 5px;
    }
    .content_info .item .desc .rate.col{
        color: #1FFFC6;
    }
    .section .echart{
        height: 100%;
    }
    .mapPop{
       /* margin-top: -100px; */
    }
    .mapPop .title{
        /* width: 160px; */
        height: 35px;
        background-image: url(../images/text_bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin: auto;
        padding: 0 50px;
        box-sizing: border-box;
    }
    .mapPop .icon1{
        width: 24px;
        height: 24px;
        background-image: url(../images/icon11.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin:-10px auto 0;
        animation: float 2s ease-in-out infinite
    }
    .mapPop .icon2{
        width: 24px;
        height: 8px;
        background-image: url(../images/icon12.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: auto;
        animation: scale 2s ease-in-out infinite
    }
    .echartbg{
        width: 97%;
        height: 97%;
        background-image: url(../images/bg3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top:1.8%;
        left: 1.2%;
        z-index: 2;
    }
    .echartTxt{
        position: absolute;
        bottom:5%;
        left: 3%;
        z-index: 1;
        color: #999;
    }

    @keyframes float {
        0%, 100% {
            margin-top: -10px;
        }
        50% {
            margin-top: -7px;
        }
    }
    @keyframes scale {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
    }
    .unit{
        color: #999;
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 10px;
        display: none;
    }


    .BMap_cpyCtrl {
        display: none;
    }
    .anchorBL {
        display: none;
    }
    .amap-logo {display: none;opacity: 0 !important;}
    .amap-copyright {opacity: 0;}


    @media (min-width: 2000px) {
        .echartbg{
            width: 78%;
            height: 97%;
            top:2%;
            left: 7%;
        }
    }

    @media (min-width: 3000px) {
        .section .box .title{
            height: 80px;
            line-height: 80px;
            font-size: 32px;
        }
        .section .box .content{
            height: calc(100% - 80px);
        }
        .section .section_left .content .content_top{
            padding-bottom: 15px;
        }
        .content_top .info .item .area span{
            font-size: 20px;
            padding: 0 4px;
        }
        .content_top .headline{
            font-size: 20px;
            line-height: 50px;
        }
        .content_top .info .item .price .num{
            font-size: 36px;
        }
        .content_top .info .item .price .arr{
            font-size: 20px;
        }
        .content_top .info .item .desc p{
            width: 32px;
            height: 32px;
            line-height: 32px;
            font-size: 24px;
        }
        .content_top .info .item .desc{
            margin-top: 10px;
        }
        .section .section_left .content .content_bottom{
            height: calc(100% - 220px);
        }
        .section .section_center .center_box{
            height: 250px;
        }
        .section .section_left .content .nav p{
            font-size: 20px;
        }
        .section .section_left .content .nav p span{
            width: 20px;
            height: 12px;
        }
        .section .center_box_left .title .tab p{
            height: 60px;
            line-height: 60px;
            margin-top: 10px;
            padding: 0 20px;
            font-size: 24px;
        }
        .content_info .item{
            margin-top: 18px;
        }
        .content_info .item .desc .num{
            font-size: 40px;
        }
        .section .section_right .content .tit span{
            font-size: 36px;
        }
        .content_info .item .desc .rate{
            font-size: 24px;
        }
        .content_info .item .desc .unit{
            font-size: 20px;
        }
        .section .section_right .content .content_right .list p{
            padding-top: 38px;
        }
        .section2 .content .list .info{
            height: calc(100% - 80px);
        }
        .section2 .content .list .info{
            font-size: 24px;
        }
        .section2 .content .list .item{
            padding: 20px 10px;
        }

        .mapPop .title{
            height: 70px;
            font-size: 24px;
            padding: 10px 100px 0;
        }
        .mapPop .icon1{
            width: 48px;
            height: 48px;
            margin:-20px auto 0;
            animation: float 2s ease-in-out infinite
        }
        .mapPop .icon2{
            width: 48px;
            height: 16px;
            animation: scale 2s ease-in-out infinite
        }
        @keyframes float {
            0%, 100% {
                margin-top: -20px;
            }
            50% {
                margin-top: -14px;
            }
        }

        .echartbg{
            width: 96%;
            height: 95.6%;
            top:0.75%;
            left: 1.7%;
        }

        .unit{
            top: 20px;
            left: 20px;
            font-size: 20px;
        }
    }
    
    @media (max-width: 1500px) {
        .section .box .title{
            height: 36px;
            line-height: 36px;
            font-size: 14px;
        }
       .section .box .content{
            height: calc(100% - 36px);
            padding: 5px 6px;
        }
         .section .section_left .content .content_top{
            padding-bottom: 8px;
        }
        .content_top .info .item .area span{
            /* font-size: 10px; */
            padding: 0 4px;
        }
        .content_top .headline{
            font-size: 10px;
            line-height: 30px;
        }
        .content_top .info .item .price .num{
            font-size: 14px;
        }
       .content_top .info .item .price .arr{
            font-size: 10px;
        }
         .content_top .info .item .desc p{
            width: 14px;
            height: 14px;
            line-height: 12px;
            font-size: 10px;
        }
        .content_top .info .item .desc{
            margin-top: 4px;
        }
         /* .section .section_left .content .content_bottom{
            height: calc(100% - 100px);
        } */
        .section .section_center .center_box{
            height: 105px;
        }
       .section .section_left .content .nav p{
            /* width: 12%; */
            font-size: 8px;
        }
        .section .section_left .content .nav p span{
           width: 8px;
           height: 5px;
            }
        .section .center_box_left .title .tab p{
            height: 25px;
            line-height: 23px;
            margin-top: 5px;
            padding: 0 10px;
            font-size: 12px;
        }
        .content_info .item:nth-child(2){
            width: 30.3%;
        }
        .content_info .item:nth-child(3){
            width: 36.3%;
        }
        .content_info .item{
            margin-top: 10px;
        }
        .content_info .item .desc {
            margin-top: 5px;
        }
        .content_info .item .desc .num{
            font-size: 15px;
        }
        .section .section_right .content .tit span{
            font-size: 16px;
        }
        .content_info .item .desc .rate{
            font-size: 10px;
            margin-left: 4px;
        }
        .content_info .item .desc .unit{
            font-size: 10px;
        }
    .section .section_right .content .content_right .list p{
            padding-top: 15px;
        }
        .section2 .content .list .item{
            padding: 7px;
            font-size: 11px;
        }
        .section2 .content .list .info{
            height: calc(100% - 36px);
        }
        .section2 .content .list .info{
            font-size: 12px;
        }

        .mapPop .title{
            height: 34px;
            font-size: 10px;
            padding: 0 50px;
        }
        .mapPop .icon1{
            width: 20px;
            height: 20px;
            margin:-10px auto 0;
            animation: float 2s ease-in-out infinite
        }
        .mapPop .icon2{
            width: 20px;
            height: 6px;
            animation: scale 2s ease-in-out infinite
        } 
        @keyframes float {
            0%, 100% {
                margin-top: -10px;
            }
            50% {
                margin-top: -7px;
            }
        }

        .echartbg{
            width: 96%;
            height: 96%;
            top:3.3%;
            left: 1.2%;
        }

        .unit{
            top: 7px;
            left: 10px;
            font-size: 8px;
        } 
    }



