
html,
body {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
body{
    line-height: 1.15;
    font-size: 0.5rem;
    margin: 0;
    padding: 0;
  background-image: url(../bg.jpg);
    background-repeat: no-repeat;
    /*background-position: 0 0 / cover;*/
    background-color: #101129;
  -moz-background-size:100% 100%;
  background-size:100% 100%;

}
*{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.viewport {
    /* 限定大小 */
    min-width: 400px;
    max-width: 1920px;
    min-height: 250px;
    height: 100%;
    margin: 220px auto auto auto;
    position: relative;
  text-align: center;

}
#title{
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    width: 504px;
    background: #1371fb;
    padding: 20px 0;
    margin:5px auto ;

}
#nav{
  list-style: none;
}
#nav li{
  list-style: none;
  display: inline-block;
  width: 250px;

}
#nav li a{
  display: inline-block;
  width: 200px;
  padding: 40px 25px;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  line-height: 150%;
  background: #1371fb;
}
#nav li a:hover, #nav li a:focus{
  color: #eeeeee;
  background: #3366cc;
}


.filterbg{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  display: none;
}
.popup, .popup1{
  width: 0;
  height: 0;
  background: #e5e5e5;
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 999;
  border-radius: 8px;
  display: none;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.popup .popupClose, .popup1 .popupClose{
  display: block;
  font-size: 28px;
  /*background: url(../images/s_ico3.png);*/
  /*background-size: 100 100%;*/
  z-index: 9999;
  color: #000000;
  position: absolute;
  top: 6px;
  right: 10px;
  display: none;
  transition: 0.3s;
  line-height: 100%;
}

.doStatus{
    display: none;
    border-radius: 8px;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    position: absolute;
    z-index: 9999;
    background: #e5e5e5;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 140%;
    color: #1371fb;
}


.popup .popupClose:hover, .popup1 .popupClose:hover{
  transform: rotate(180deg);
}


/* 加载旋转动画 */
#load{width:100%;height:100%;position:absolute;background:url(../images/data08.png) no-repeat #061537;background-size:cover;top:0;left:0;z-index:999}
#load .load_img{position:absolute;left:calc(50% - 182px);top:calc(50% - 182px);}
.load_img img{position:absolute;left:0;top:0;}
.load_img .jzxz1{animation:xz1 8s infinite linear;}
@keyframes xz1 {
  from {
    transform:rotate(0deg);
  }
  50% {
    transform:rotate(180deg);
  }
  to{
    transform:rotate(360deg);
  }
}
.load_img .jzxz2{animation:xz2 7s infinite linear;}

@keyframes xz2 {
  from {
    transform:rotate(0deg);
  }
  50% {
    transform:rotate(-180deg);
  }
  to{
    transform:rotate(-360deg);
  }
}

@media screen and (max-width: 1600px) {
  .top span {
    transform: scale(0.9);
  }
  .top .province ul.sup li {
    padding: 0.4rem 0.5rem;
  }
  .top .province ul.sub li {
    padding: 0.23rem 0.5rem;
  }
  .quarter span {
    transform: scale(0.9);
  }
}
