@charset "utf-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
*,
body {
  padding: 0px;
  margin: 0px;
  font-family: "微软雅黑";
}
body {
  color: #fff;
  font-size: 1rem;
  background: #033c76 url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
}
@font-face {
  font-family: electronicFont;
  src: url(../font/DS-DIGIT.TTF);
}
html,
body {
  min-height: 100%;
}
li {
  list-style-type: none;
}
i {
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}
img {
  border: none;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #fff;
}
a.active,
a:focus {
  outline: none !important;
  text-decoration: none;
}
ol,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
a:hover {
  color: #06c;
  text-decoration: none !important;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.pulll_left {
  text-align: center;
}
.pulll_right {
  float: right;
}
i {
  font-style: normal;
}
.text-w {
  color: #ffe400;
}
.text-d {
  color: #ff6316;
}
.text-s {
  color: #14e144;
}
.text-b {
  color: #07e5ff;
}

.head {
  position: relative;
  height: 5.5rem;
  margin: 0 1rem;
  background: url(../images/head_bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.7);
}
.head h1 {
  font-size: 2.2rem;
  letter-spacing: -2px;
  text-align: center;
  line-height: 5rem;
  color: #fff;
  text-shadow: 0 0 0.25rem rgba(23, 192, 121, 0.6), 0 0 0.125rem rgba(34, 236, 50, 0.4), 0 0 0.375rem rgba(10, 255, 43, 0.2), 0 0.25rem 0.375rem rgba(10, 255, 71, 0.3), 0 -0.25rem 0.375rem rgba(10, 255, 22, 0.3);
}

.head .time {
  position: absolute;
  right: 1.1rem;
  line-height: 4.1rem;
  top: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

.mainbox {
  padding: 0 0.675rem;
}
.nav1 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.nav1 > li {
  padding: 0 0.375rem;
  float: left;
}

.box {
  border: 0.0625rem solid rgba(7, 118, 181, 0.5);
  box-shadow: inset 0 0 0.8rem rgba(7, 118, 181, 0.4);
  margin-bottom: 0.75rem;
  position: relative;
}
.tit {
  padding: 0.8rem 0.8rem 0.8rem 1.5rem;
  border-bottom: 0.0625rem solid rgba(7, 118, 181, 0.7);
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
.tit:before,
.tit01:before {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: rgba(22, 214, 255, 0.9);
  box-shadow: 0 0 0.375rem rgba(22, 214, 255, 0.9);
  border-radius: 0.625rem;
  left: 0.625rem;
  top: 1.1rem;
}

.tit:after,
.box:before {
  width: 100%;
  height: 0.0625rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  background: linear-gradient(to right, #076ead, #4ba6e0, #076ead);
  box-shadow: 0 0 0.3125rem rgba(131, 189, 227, 1);
  opacity: 0.6;
}
.box:before {
  top: -0.0625rem;
}

.boxnav {
  padding: 0.625rem;
}

.mapc {
  background: url(../images/bg3.png) no-repeat center center;
  background-size: 100% 100%;
  height: 20rem;
}
.map {
  position: relative;
  height: 20rem;
  z-index: 9;
}
.mapnav {
  position: absolute;
  z-index: 10;
}

.yqlist li {
  float: left;
  width: 50%;
  padding: 0.7rem 0;
  text-align: center;
}
.yq {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 0.03125rem auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-family: electronicFont;
  color: #fff32b;
}
.yqlist li span {
  opacity: 0.6;
  font-size: 1rem;
}

.yq:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/img1.png) center center;
  border-radius: 6.25rem;
  background-size: 100% 100%;
  opacity: 0.3;
  left: 0;
  top: 0;
  animation: myfirst2 15s infinite linear;
}

.yq:after {
  position: absolute;
  width: 86%;
  background: url(../images/img2.png) center center;
  border-radius: 6.25rem;
  background-size: 100% 100%;
  opacity: 0.3;
  height: 86%;
  content: "";
  left: 7%;
  top: 7%;
  animation: myfirst 15s infinite linear;
}
.curtable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.625rem;
  max-height: 20rem;
  display: block;
  overflow: auto;
}
.curtable th,
.curtable td {
  padding: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
}
.tj {
  width: 3rem;
  height: 2rem;
}
.tjbox {
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
}
.box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 1.1rem 0.5rem;
}
.box-wrapper-item {
  display: flex;
  align-items: top;
}

.map1 {
  width: 18rem;
  z-index: 5;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation: myfirst3 30s infinite linear;
  position: absolute;
  opacity: 0.5;
}
.map1 img {
  max-width: 100%;
  border: none;
}
#chart1 {
  height: 8rem;
}
#echart3 {
  height: 15rem;
}
#echart5 {
  height: 10.2rem;
}
#echart4 {
  height: 10.2rem;
}
#echart6 {
  height: 10.2rem;
}
.navboxall {
  height: 9rem;
  overflow: hidden;
}
.navboxall .wraptit{
  margin-top: 0.8rem;
}
.navboxall .wraptit span {
  display: inline-block;
  text-align: center;
  width: 30%;
  margin-left: 3%;
  font-size: 1.1rem;
}
.navboxall .wrap{
  height: calc(100% - 2.5rem);
  overflow: hidden;
}
.navboxall .wrap span{
  display: inline-block;
  text-align: center;
  width: 30%;
  margin-left: 3%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
}
.wrap li {
  line-height: 40px;
  height: 40px;
}
.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}


.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}
@keyframes myfirst3 {
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes myfirst {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes myfirst2 {
  to {
    transform: rotate(360deg);
  }
}
