<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrap{

}
*{font-size: 14px}
#main-title{
    width: 100%;
    height: 77px;
    position: relative;
    text-align: center;
}
#main-title img{
    width: 660px;
    height: 100%;
    vertical-align: top;
}

#wrapSection{
    width: 100%;
    min-height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    /*align-items: center;*/
}
/*@media screen and (max-width: 1600px) {
    html{font-size: 60px;}
}
@media screen and (max-width: 1200px) {
    html{font-size: 30px;}
}
@media screen and (max-width: 800px) {
    html{font-size: 16px;}
}
@media screen and (max-width: 600px) {
    html{font-size: 12px;}
}*/
.wrapSection .bg-left{
    width: 26%;
    height: 100%;
    padding: 10px 0 0 18px ;
    overflow-x: hidden;
}
.wrapSection .bg-left .l-topLine,
.wrapSection .bg-left .l-middleColumn,
.wrapSection .bg-left .l-bottomLine{
    position: relative;
    width: 100%;
    background: url(../images/lt-bg.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wrapSection .bg-left .l-topLine{
    height: 285px;
}
.wrapSection .bg-left .l-topLine #monitoring,
.wrapSection .bg-left .l-middleColumn #fireServer,
.wrapSection .bg-left .l-bottomLine #functions{
    width: 98%;
    height: 98%;
}
/*.wrapSection .bg-left .l-topLine #monitoring div,
.wrapSection .bg-left .l-middleColumn #fireServer div,
.wrapSection .bg-left .l-bottomLine #functions div{
    width: 100%;
    height: 100%;
}*/
.wrapSection .bg-left .l-middleColumn {
    height: 250px;
    margin: 10px 0;
}
.wrapSection .bg-left .l-bottomLine{
    position: relative;
    height: 360px;
}

/*center-echarts*/
.wrapSection .bg-center{
    width: 48%;
    height: 100%;
    height: 100%;
}
.wrapSection .bg-center .c-topValue{
    color: #89bfff;
    width: 100%;
    height: 555px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.wrapSection .bg-center .c-topValue p{
    font-size: 20px;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
    line-height: 52px;
}
.wrapSection .bg-center .c-topValue ul.moneyTer li{
    display: inline-block;
    width: 27px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #89bfff;
    margin: 0 2px;
    color: yellow;
}
.wrapSection .bg-center .c-topValue .c-contentMap{
    position: absolute;
    width: 100%;
    height: 490px;
}
.wrapSection .bg-center .c-topValue .c-contentMap #mapEchart{
    width: 522px;
    height: 480px;
    position: absolute;
    left: 50%;
    top:50% ;
    margin-top: -240px;
    margin-left: -261px;
    z-index: 30;
}
.wrapSection .bg-center .c-topValue .c-contentMap .titleUl{
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 111;
}
.wrapSection .bg-center .c-topValue .c-contentMap .bgMap{
    display: inline-block;
    width:280px;
    height: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -140px;
    margin-top: -140px;
    background: #52d1ff;
    border-radius:100%;
}
.wrapSection .bg-center .c-topValue .c-contentMap .bgMap:before{
    content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    top: -10px;
    left: -10px;
    background: transparent;
    border: 1px solid #6a6d85;
    border-radius: 50%;
}
.wrapSection .bg-center .c-topValue .c-contentMap .bgMap:after{
    content: '';
    width: 320px;
    height: 320px;
    position: absolute;
    top: -20px;
    left: -20px;
    background: transparent;
    border: 1px solid #6a6d85;
    border-radius: 50%;
}
/*             center====title*/
 .titleUl ul li{
     position: static;
    padding-bottom: 37px;
    font-size: 15px;
    color: #71beff;
}
 .titleUl ul li:first-child:before{
    content:'1';
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 10px;
}
 .titleUl ul li:first-child:after{
     content: 'â†“';
     position: absolute;
     top: 20px;
     font-size: 30px;
     left: 3px;
}
 .titleUl ul li:nth-child(2):before{
    content:'2';
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 10px;
}
 .titleUl ul li:nth-child(2):after{
    content: 'â†“';
    position: absolute;
    top: 78px;
    font-size: 34px;
    left: 3px;
}
 .titleUl ul li:nth-child(3):before{
    content:'3';
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 10px;
}
.titleUl ul li:nth-child(3):after{
    content: 'â†“';
    position: absolute;
    top: 135px;
    font-size: 34px;
    left: 3px;
}
.titleUl ul li:nth-child(4):before{
    content:'4';
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 10px;
}
.titleUl ul li:nth-child(4):after{
    content: 'â†“';
    position: absolute;
    top: 193px;
    font-size: 34px;
    left: 3px;
}
.titleUl ul li:last-child:before{
    content:'5';
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 10px;
}
/*                     center==bottom*/
.wrapSection .bg-center .c-bottomWrap{font-size:0; }
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover,
.wrapSection .bg-center .c-bottomWrap .c-b-rightServe{
    display: inline-block;
    width: 50%;
    position: relative;
    height: 360px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover{

}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box{
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg{
    width: 318px;
    height: 295px;
    background: url(../images/bg_box.png)center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 0 auto;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul {
    position: relative;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li{
    position: absolute;   text-align: center;
    transition: all 0.6s
}


.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li:hover {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    background: url(../images/box1.png) center top no-repeat;
    background-size: 100% 100%;
    z-index: 22;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li:hover a {
    color: #ff0;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-cy{
    top: 108px;
    left: 130px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-fc{
    top: 108px;
    left: 56px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-jz{
    top: 155px;
    left: 85px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-gz{
    top: 134px;
    left: 27px;
 }
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-xx{
    top: 65px;
    left: 23px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-cyi{
    top: 50px;
    left: 0;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-sh{
    top: 24px;
    left: 27px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-fg{
    top: 14px;
    left: 58px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-ly{
    top: 65px;
    left: 90px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-jq{
    top: 78px;
    left: 143px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-sn{
    top: 24px;
    left: 113px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-yl{
    top: 14px;
    left: 145px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-qc{
    top: 158px;
    left: 200px;

}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-cs{
    top: 108px;
    left: 200px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-jd{
    top: 65px;
    left: 174px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-jt{
    top: 135px;
    right: 31px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-yliao{
    top: 65px;
    right: 28px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-sy{
    top: 14px;
    right: 59px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-zlg{
    top: 20px;
    right: 22px;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li.box-kz{
    top: 53px;
    right: 7px;
}
.li-bg0{
    width: 61px;
    height: 63px;
    line-height: 63px;
    background: url(../images/box2.png)center top no-repeat;
    background-size: 100% 100%;
    font-size: 15px;
    /*left: 162px!important;*/
    /*top: 108px!important;*/
    top: 108px;
    left: 165px;
}
.li-bg0 a{
    color: #00fcff;
}
.li-bg1{
    width: 58px;
    height:58px;
    line-height:58px;
    background: url(../images/box3.png)center top no-repeat;
    background-size: 100% 100%;
    font-size: 15px;
}
.li-bg1 a{
    color: #00fcff;
}
.li-bg2{
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: url(../images/box6.png)center top no-repeat;
    background-size: 100% 100%;
    font-size: 12px;font-weight: bold;
}
.li-bg2 a{  color: #055d84;}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover .c-b-left-Box .c-b-bg ul li a{
    display: inline-block;
}
.li-bg2zlg{
    width: 39px;
}
.active{
    width: 110px;
    height: 100px;
    line-height: 100px;
    background: url(../images/box1.png)center top no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    left: 102px !important;
    z-index: 22;
}
.active a{
    color: #ff0;font-weight: bold;
}
.wrapSection .bg-center .c-bottomWrap .c-b-leftCover p{
    display: table;
    font-size: 20px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
    color: #89bfff;
}
.wrapSection .bg-center .c-bottomWrap .c-b-rightServe #serveEchart{
    width: 100%;
    height: 100%;
}

/*right-echarts*/
.wrapSection .bg-right{
    width: 26%;
    height: 100%;
    position: relative;
    top: -54px;
}
.wrapSection .bg-right .r-topCircle,
.wrapSection .bg-right .r-topCircle{
   /* position: relative;
    top:0px;*/
    width: 100%;
}
.wrapSection .bg-right .r-topCircle{
    height: 348px;
}
.wrapSection .bg-right .r-topCircle .r-topTitle p{
    display: inline-block;
    color: #fff;
    line-height: 33px;
    font-size: 15px;
}
.wrapSection .bg-right .r-topCircle .r-topTitle{
    height: 55px;
}
.wrapSection .bg-right .r-topCircle .r-topTitle p:first-of-type{
       margin-right: 14px;
}
.wrapSection .bg-right .r-topCircle .r-topTitle p span{
    color: yellow;
}
.wrapSection .bg-right .r-topCircle .r-topPercentage {
    width:100% ;
    height: 84%;
    background: url(../images/lt-bg.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.wrapSection .bg-right .r-topCircle .r-topPercentage #percentage{
    width:100% ;
    height: 100%;
}
.wrapSection .bg-right .r-middlePro{
    height: 248px;
    background: url(../images/lt-bg.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 10px 0;
    position: relative;
}
.r-middlePro .ulBox {
	
    height:185px;
    width: 100%;
    position: relative; /*å›&nbsp;ä¸ºé‡Œé¢çš„uléœ€è¦ç§»åŠ¨ï¼Œæ‰€ä»¥å¤–é¢ä¸€å®šè¦è®¾ç½®ä¸ºç›¸å¯¹å®šä½*/
    overflow: hidden; /*ä¸æ˜¾ç¤ºè¶…å‡ºdivéƒ¨åˆ†çš„å†…å®¹*/
   overflow-y: scroll;
}
.r-middlePro .ulBox .ulBox ul.proUl {
    /*position: absolute; !*uléœ€è¦ç§»åŠ¨ï¼Œå¿…é¡»ä½¿ç”¨ç»å¯¹å®šä½*!*/
    position: absolute;
    
    list-style: inherit;
    padding-left: 30px;
    top: 0;
    left: 0;
    /*-webkit-animation: 22s move infinite linear;*/
    /*-webkit-animation: 19s rowup linear infinite normal;*/
    /*animation: 19s rowup linear infinite normal;*/
}
@keyframes move {

    0% {
        top: 0;
    }
    100% {
        top: -166px;
    }

}

.wrapSection .bg-right .r-middlePro .tebx{
	position: absolute;
	right: 20px;
	top:90px;
}

.ultab li{
    list-style: none;
    width: 4px;
    height: 25px;
    background: darkgray;
    margin-bottom: 10px;
}
.org{
	background: darkorange!important;
}
.wrapSection .bg-right .r-middlePro .ulBox .proUl,
.wrapSection .bg-right .r-middlePro .ulBox .proUl2{
	/*overflow: scroll;*/
	list-style: inherit;   /* padding: 15px 0 0 33px;*/
	padding-left: 30px;
	/*margin-top: 15px;*/
}

.wrapSection .bg-right .r-middlePro p,
.wrapSection .bg-right .r-bottomOhter p{
    font-size: 20px;
    font-weight: bold;
    height: 49px;
    line-height: 41px;
    padding-left: 16px;
}

.wrapSection .bg-right .r-middlePro ul li{
    height: 32px;
    line-height: 32px;
}
/*                              æ°”æ³¡*/
.wrapSection .bg-right .r-bottomOhter{
    width: 100%;
    height: 363px;
}



</pre></body></html>