* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}
html,
body {
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
  letter-spacing: 0.025rem;
  font-family: '黑体';
  user-select: none;
  /* animation: fromTop 3s linear; */
}
a {
  text-decoration: none;
}
/* 头部 */
.header {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: fixed;
  z-index: 100;
  background-color: #fff;
}
.left {
  width: 47%;
}

.setLogo {
  width: 3.0625rem;
  height: 1.25rem;
  margin-left: 1.75rem;
  margin-top: 0.5rem;
  transform-style: preserve-3d;
  /* animation: myfirst 2s linear 1; */
}

@keyframes myfirst {
  from {
    margin-left: -1.75rem;
    margin-top: -0.5rem;
    /* transform: rotateY(0); */
  }
  /* 50% {
    transform: rotateY(180deg);
  } */
  to {
    margin-left: 1.75rem;
    margin-top: 0.5rem;
    /* transform: rotateY(360deg); */
  }
}

.right {
  width: 53%;
  height: 1.5rem;
  background-color: #1228ff;
  line-height: 1.75rem;
  /* animation: mySecond 2s linear 1; */
}

@keyframes mySecond {
  from {
    height: 0rem;
  }
  to {
    height: 1.5rem;
  }
}
.title {
  width: 100%;
}
.title a {
  color: #ffffff;
}
.activeTitle a{
  color: #00f000;
  /* animation: myThird 2s linear 1; */
}

@keyframes myThird {
  from {
    height: 0rem;
  }
  to {
    height: 1.5rem;
  }
}
.title ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
.title li {
  flex: auto;
  height: 100%;
  font-size: 0.275rem;
  color: #ffffff;
  font-family: Source Han Sans CN;
  letter-spacing: 0.025rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.title li:before {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 0.25rem;
  height: 0.0625rem;
  background-color: #00f000;
}
.title li a:hover {
  color: #00f000;
}
.activeTitle:before {
  width: 70% !important;
  left: 15% !important;
}
.title li:hover:before {
  width: 70%;
  left: 15%;
  transition: 0.5s;
}
@keyframes fromTop {
  from {
    opacity: 0.3;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 加载旋转动画 */
#load {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/data08.png) no-repeat #ffffff;
  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);
  }
}
/* 固定导航部分 */
.navList {
  /* animation: fromTop 2s linear; */
  position: fixed;
  width: 30%;
  margin-left: 1.2rem;
  margin-top: 5rem;
}
.navtitle {
  color: #1228ff;
  font-size: 0.2rem;
  font-weight: 550;
}
.learnMore {
  margin-top: 0.125rem;
  position: relative;
}
.navtitle img {
  width: 0.3125rem;
  position: absolute;
  /* top: .025rem; */
  margin-left: 0.25rem;
}
.navButton ul {
  margin-top: .25rem;
  list-style: none;
}
.navButton ul li{
  margin-top: .125rem;
}
.navButton ul li img {
  height: 0.5rem;
}
.navButtom {
  font-size: 0.2rem;
}
.openPage {
  margin-top: .5rem;
  position: relative;
  color: #00f000;
}
.navButtom a {
  color: #00f000;
}
/* .navButtom a:hover{
  color: #1228ff;
  font-size: .2rem;
} */
.navButtom img {
  position: absolute;
  width: 0.3125rem;
  margin-left: 0.25rem;
}
.bottomImg {
  margin-top: 0.25rem;
}
.bottomImg img {
  height: .6rem;
}
.setEngListFont{
  font-family: Arial, Helvetica, sans-serif
}
