html, html *{
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
  font-style: normal;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix{
  zoom:1;
}
html, body, .dataShow{
  /*width: 100%;*/
  /*height: 100%;*/
}
.dataShow{
  min-height: 1080px;
  min-width: 1920px;
}
.dataShow{
  background: url("../images/datashow/bg.png") no-repeat center center;
  background-size: cover;
  /*padding-top: calc(77/1080*100%);*/
  position: relative;
}
.dataShow .data{
  width: calc(1880/1920*100%);
  margin: 0 auto;
  height: calc(970/1080*100%);
  position: absolute;
  top: calc(77/1080*100%);
  left:0;
  right: 0;
}
.dataShow .dataCon{
  width: 100%;
  padding:0 calc(530/1880*100%) ;
  height: 100%;
  position: relative;

}
.dataShow .slide{
  width: calc(530/1880*100%);
  position: absolute;
  top: 0 ;
  height: 100%;
}
.dataShow .left{
  left: 0;
}
.dataShow .right{
  right: 0;
}
.dataShow .box-size1{
  height:calc(290/970*100%);
  background: url("../images/datashow/box1.png") no-repeat center center;
  background-size: cover;
  margin-bottom: calc(25/970*100%);

}
.dataShow .box-sm{
  height:calc(212/970*100%);
  background: #fff;
  margin-bottom: calc(25/970*100%);
}
.dataShow .box3{
  background: url("../images/datashow/box3.png") no-repeat center center;
  background-size: cover;
}
.dataShow .box2{
  background: url("../images/datashow/box4.png") no-repeat center center;
  background-size: cover;
}
.dataShow .box5{
  background: url("../images/datashow/box5.png") no-repeat center center;
  background-size: cover;
}

.dataShow .mid{
  position: relative;
  /*width: calc(820/);*/
  width: 100%;
  height: 100%;
  padding-top: calc(43/970*100%);
}
/*.mid{*/
  /*padding-top: calc(43/1080*100%);*/
/*}*/
.dataShow .mid img{
  width: calc(515/820*100%);
  display: block;
  margin: 0 auto;
}

.dataShow .data-bot{
  position: absolute;
  width: calc(800/820*100%);
  height: calc(108/970*100%);
  background: url("../images/datashow/botbox.png") no-repeat center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.dataShow .data-bot .item{
  float: left;
  text-align: center;
  width: calc(100%/6.5);
  height: 100%;
}
.dataShow .data-bot .itemDetail{
  float: left;
  text-align: center;
  width: calc(100%/5.2);
  height: 100%;
}
.dataShow .data-bot .item .center{
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.dataShow .data-bot .item .data-detail{
  font-size: 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.dataShow .data-bot .data-detail p, .data-bot .data-detail i{
  display: inline-block;
  font-size: 16px;
  width: 100%;
  color: #fff;
  font-weight: 700;
}
/*#f00', '#ee797f', '#5451b6','#1176d3'*/
.dataShow .it1{
  font-size: 26px;
  color: #e75c73;
}
.dataShow .it2{
  font-size: 26px;
  color: #278fce;
}
.dataShow .it3{
  font-size: 26px;
  color: #acd47c;
}
.dataShow .it4{
  font-size: 26px;
  color: #9366a9;
}
.dataShow .it5{
  font-size: 26px;
  color: #e4e029;
}
.dataShow .chartBox{
  width:100%;
  padding-top:15px;
  height: calc(172/212*100%);

}
.dataShow .title{
  height: calc(40/212*100%);
  /*line-height: calc(40/212*100%);*/
  font-size: 12px;
  color: #fff;
  padding-left: calc(15/530*100%);
  padding-top: 9px;
}

.dataShow .data-title{
  width: 100%;
  height: calc(140/1080*100%);
  background: url("../images/datashow/topbg.png") no-repeat center center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top:0 ;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-top: calc(18/1080*100%);
}
.dataShow .data-title span{
  color: #fff;
  font-size: 30px;
}
@media screen and (min-width:1500px){
  .dataShow .title{font-size: 14px;

  }
}

.dataShow-Pop{
  background: rgba(3,15,55,0.86);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.dataShow-Pop .dataShow-con{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width:1203px;
  height:655px;
  background: url("../images/datashow/popbg.png") no-repeat center center;;
}

.dataShow-Pop .chartPopBox{
  height: 600px;
  width: 100%;
}
.dataShow-Pop  .poPtitle{
  font-size: 33px;
  text-indent: 1em;
  padding-top: 8px;
  color: #fff;
}
.dataShow-Pop .dataPop-bg{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.dataShow-Pop .dataPop-close{
  width: 43px;
  height: 43px;
  background: url("../images/datashow/close.png") no-repeat center center;
  position: absolute;
  top: -21px;
  right: -21px;
}

/*小屏幕*/

html, body, .datShowSmall{
  width: 100%;
  height: 100%;
}
.datShowSmall{
  min-height: 768px;
  min-width: 1366px;
}
.datShowSmall{
  width: 100%;
  height: 100%;
  background: url("../images/datashow/bg.png") no-repeat center center;
  background-size: cover;
  /*padding-top: calc(77/1080*100%);*/
  position: relative;
}
.datShowSmall .data{
  width: 1366px;
  margin: 0 auto;
  height: 712px;
  position: absolute;
  top: 56px;
  left:0;
  right: 0;
}
.datShowSmall .dataCon{
  width: 100%;
  padding:0 370px;
  height: 100%;
  position: relative;

}
.datShowSmall .slide{
  width: 370px;
  position: absolute;
  top: 0 ;
  height: 100%;
}
.datShowSmall .left{
  left: 28px;
}
.datShowSmall .right{
  right: 28px;
}
.datShowSmall .box-size1{
  height:202px;
  background: url("../images/datashow/smallbox1.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 10px;
}
.datShowSmall .box-size1 .chartBox{
  height: 170px;
}
.datShowSmall .box-sm{
  height:150px;
  background: #fff;
  margin-bottom: 10px;
}
.datShowSmall .box2{
  background: url("../images/datashow/box3.png") no-repeat center center;
  background-size: cover;
}


.datShowSmall .mid{
  position: relative;
  /*width: calc(820/);*/
  width: 572px;
  height: 100%;
  padding-top: 30px;
  margin: 0 auto ;
  /*background:#000;*/
}
.datShowSmall .mid .map{
  margin-bottom: 14px;
}
/*.mid{*/
/*padding-top: calc(43/1080*100%);*/
/*}*/
.datShowSmall .mid img{
  width:360px;
  display: block;
  margin: 0 auto;
}

.datShowSmall .data-bot{
  width: 560px;
  height: 76px;
  background: url("../images/datashow/botbox.png") no-repeat center center;
  background-size: cover;
  margin: 0 auto;
}
.datShowSmall .data-bot .item{
  float: left;
  width: calc(100%/6.5);
  text-align: center;
  height: 100%;
}
.datShowSmall .data-bot .itemDetail{
  float: left;
  width: calc(100%/5.2);
  text-align: center;
  height: 100%;
}
.datShowSmall .data-bot .item .center{
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.datShowSmall .data-bot .item .data-detail{
  font-size: 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.datShowSmall .data-bot .data-detail p, .data-bot .data-detail i{
  display: inline-block;
  font-size: 16px;
  width: 100%;
  color: #fff;
  font-weight: 700;
}
/*#f00', '#ee797f', '#5451b6','#1176d3'*/
.datShowSmall .it1{
  font-size: 26px;
  color: #e75c73;
}
.datShowSmall .it2{
  font-size: 26px;
  color: #278fce;
}
.datShowSmall .it3{
  font-size: 26px;
  color: #acd47c;
}
.datShowSmall .it4{
  font-size: 26px;
  color: #9366a9;
}
.datShowSmall .it5{
  font-size: 26px;
  color: #e4e029;
}
.datShowSmall .chartBox{
  width:370px;
  padding-top:15px;
  height: 120px;
}
.datShowSmall .title{
  height: 30px;
  font-size: 12px;
  color: #fff;
  text-indent: 1em;
  line-height: 30px;
}

.datShowSmall .data-title{
  width: 631px;
  height: 50px;
  background: url("../images/datashow/smalltopbg.png") no-repeat center center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top:22px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
.datShowSmall .data-title span{
  color: #fff;
  font-size: 30px;
}
@media screen and (min-width:1500px){
  .datShowSmall .title{font-size: 14px;

  }
}
.expend-con{
 position: relative;
}
.expend-con:hover .expend{
  display: block;
}
.expend-con:hover .expend-small{
  display: block;
}
.expend-small{
  display: none;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background: url("../images/datashow/expendsmall.png") no-repeat center center;
  position: absolute;
  bottom: -50px;
  right: -50px;
  z-index: 100;
}

.expend{
  display: none;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background: url("../images/datashow/expend.png") no-repeat center center;
  position: absolute;
  bottom: -50px;
  right: -50px;
  z-index: 100;
}


#loadingTip {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 3px 10px;
  color: #fff;
  font-size: 16px;
  background-color:#98b0d4;
}
#outer-box{
  width:820px;
  height:814px;
  margin: 0 auto;
}
#container{

  width:820px;
  height:814px;
  margin: 0 auto;
}
#outer-boxSmall{
  width:570px;
  height:570px;
  margin: 0 auto;
}
#containerSmall{

  width:570px;
  height:570px;
  margin: 0 auto;
}

.amap-layer{
  background-color:#011A47 !important;
  /*width:820px;*/
  /*height:814px;*/

}

.tipMarker{
  width: 300px;
  height: 85px;
}
.tipMarker .data_detail{
  background: #011A47;
  border:1px solid #fff;
  border-radius: 8px;
  font-size: 12px;
  padding: 15px;
  min-width: 125px;
  float: left;
  height: 85px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
}

#loadingTip{
  background: rgba(3,15,55,0.86);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
}



