* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

@font-face {
  font-family: electronicFont;
  src: url(../font/DS-DIGIT.TTF);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  /*  背景图定位 / 背景图尺寸  cover 完全铺满容器  contain 完整显示在容器内 */
  background: url(../images/bg.jpg) no-repeat #000;
  background-size: cover;
  /* 行高是字体1.15倍 */
  line-height: 1.15;
}

header {
  position: relative;
  height: 1.25rem;
  background: url(../images/head_bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
  text-align: center;
}

.item {
  margin: 0;
  padding: 0;
  display: flex;
  /*弹性布局，使li排成一行*/
}

.item li {
  list-style: none;
}

.item li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
  /*将字符转为大写*/
  color: #ffffff;
  font-weight: bold;
  /* transition: 0.5s; */
}

.item li a:hover {
  color: #02a6b5;
}

.search img {
  width: 20%;
  height: 10%;
}

.login {
  margin: 0;
  padding: 0;
  display: flex;
  /*弹性布局，使li排成一行*/
  list-style: none;
}

.login a {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  /*将字符转为大写*/
  color: #ffffff;
  font-weight: bold;
  /* transition: 0.5s; */
}

.login a:hover {
  color: #02a6b5;
}

.mainbox {
  min-width: 1024px;
  max-width: 1920px;
  padding: 0.125rem 0.125rem 0;
  display: flex;
}

.mainbox .column {
  flex: 3;
}

.mainbox .column:nth-child(2) {
  flex: 5;
  margin: 0 0.125rem 0.1875rem;
  overflow: hidden;
}

.panel {
  position: relative;
  height: 3.875rem;
  border: 1px solid rgba(25, 186, 139, 0.17);
  background: rgba(255, 255, 255, 0.04) url(../images/line\(1\).png);
  padding: 0 0.1875rem 0.5rem;
  margin-bottom: 0.1875rem;
}

.panel::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #02a6b5;
  border-left: 2px solid #02a6b5;
}

.panel::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #02a6b5;
  border-right: 2px solid #02a6b5;
}

.panel .panel-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.panel .panel-footer::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #02a6b5;
  border-left: 2px solid #02a6b5;
}

.panel .panel-footer::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #02a6b5;
  border-right: 2px solid #02a6b5;
}

.panel h2 {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  font-size: 0.25rem;
  font-weight: 400;
}

.panel h2 a {
  margin: 0 0.1875rem;
  color: #fff;
  text-decoration: underline;
}

.panel .chart {
  height: 3rem;
}

.no {
  background: rgba(101, 132, 226, 0.1);
  padding: 0.1875rem;
}

.no .no-hd {
  position: relative;
  border: 1px solid rgba(25, 186, 139, 0.17);
}

.no .no-hd::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 10px;
  border-top: 2px solid #02a6b5;
  border-left: 2px solid #02a6b5;
  top: 0;
  left: 0;
}

.no .no-hd::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 10px;
  border-bottom: 2px solid #02a6b5;
  border-right: 2px solid #02a6b5;
  right: 0;
  bottom: 0;
}

.no .no-hd ul {
  display: flex;
}

.no .no-hd ul li {
  position: relative;
  flex: 1;
  text-align: center;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #ffeb7b;
  padding: 0.05rem 0;
  font-family: electronicFont;
  font-weight: bold;
}

.no .no-hd ul li:first-child::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 25%;
}

.no .no-bd ul {
  display: flex;
}

.no .no-bd ul li {
  flex: 1;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.225rem;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0.125rem;
}

.abc {
  position: relative;
  height: 10.125rem;
}

.map {
  position: relative;
  height: 10.125rem;
}

.map .chart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 10.125rem;
  width: 100%;
}

.map .map1,
.map .map2,
.map .map3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.475rem;
  height: 6.475rem;
  background: url(../images/map.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.3;
}

.map .map2 {
  width: 8.0375rem;
  height: 8.0375rem;
  background-image: url(../images/lbx.png);
  opacity: 0.6;
  animation: rotate 15s linear infinite;
  z-index: 2;
}

.map .map3 {
  width: 7.075rem;
  height: 7.075rem;
  background-image: url(../images/jt.png);
  animation: rotate1 10s linear infinite;
}

.new {
  position: relative;
  height: 50%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  top: -200px;
}

.news-main {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.news-nav {
  width: 592px;
  margin: 35px auto 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.news-nav .nav-item {
  padding: 0 19px 12px;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.news-nav .nav-item-active {
  color: #ffeb7b;
}

.news-nav .nav-item-active:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #ffeb7b;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.news-list {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.list-item {
  font-size: 16px;
  color: white;
  display: flex;
  text-align: center;
  width: 100%;
  height: 60px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}

.list-item .item-title {
  height: 20px;
  line-height: 30px;
  padding-left: 11px;
}

.list-item .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-item .item-data {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.35);

  line-height: 80px;
}

.new .news-main a {
  text-decoration: none;
}



/* 外层盒子样式,左右箭头和小圆点都要采用绝对定位，所以其父盒子要采用相对定位*/

/*滚动区 包裹所有图片的盒子 宽度要足够宽可以放下所有的图片*/
.images {
  position: absolute;
  top: 0;
  left: 0;
  width: 900%;
}

/* 对图片使用浮动 使其排列在一行*/
.images li {
  float: left;
}

/* 图片大小会撑大盒子,设置图片大小 */
.banners img {
  width: 900px;
  height: 300px;
}

/*左右箭头相同样式*/
.prev,
.next {
  display: none;
  position: absolute;
  /* 绝对定位的盒子垂直居中 */
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 30px;
  background: rgba(0, 0, 0, .3);
  text-align: center;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}

/*左箭头靠左定位*/
.prev {
  left: 0;
  /* 设置圆角 */
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

/*右箭头靠右定位*/
.next {
  right: 0;
  /* 设置圆角 */
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

/* 小圆点外层盒子的样式 */
.dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -35px;
  height: 13px;
  background: rgba(255, 255, 255, .3);
  border-radius: 7px;
}

/* 小圆点样式*/
.dots li {
  float: left;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin: 3px;
}

/* 小圆点被点击的样式 */
.dots .active {
  background-color: #ff5000;
}


@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate1 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 42px !important;
  }
}

@media screen and (min-width: 1920) {
  html {
    font-size: 80px !important;
  }
}

/* 保持原始布局的整体缩放适配 */
html {
  font-size: 16px;
  /* 锁定基础字体大小 */
}

/* body {
  zoom: 1;
  overflow: auto;
  min-width: 1024px;
}

@media screen and (max-width: 1600px) {
  body {
    zoom: 0.9;
  }
}

@media screen and (max-width: 1440px) {
  body {
    zoom: 0.85;
  }
}

@media screen and (max-width: 1366px) {
  body {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1280px) {
  body {
    zoom: 0.75;
  }
}

@media screen and (max-width: 1024px) {
  body {
    zoom: 0.65;
    min-width: 100%;
    overflow-x: auto;
  }
}

@media screen and (max-width: 768px) {
  body {
    zoom: 0.5;
    min-width: 100%;
    overflow-x: auto;
  }
} */

/* ===== 替换原有缩放代码 ===== */
body {
  overflow: auto;
  /* 恢复全局滚动 */
  background: url(../images/bg.jpg) no-repeat center center / cover fixed;
  margin: 0;
  padding: 0;
}

.layout-container {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* 顶部对齐 */
  padding: 20px 0;
  /* 留出滚动空间 */
}

.layout-root {
  width: 1920px;
  min-height: 1080px;
  transform-origin: center top;
  /* transform: scale(var(--scale-factor)); */
  position: relative;
  margin: 0;
}