.nav {
  min-width: 1200px;
  box-sizing: border-box;
  height: 64px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  /*background: #fd692f;*/
}
.nav .nav-left {
  display: flex;
  justify-content: space-between;
  height: 64px;
  line-height: 64px;
}
.nav .logo {
  display: flex;
  align-items: center;
}
.nav .logo .newlogo {
  display: inline-block;
  width: 121px;
  height: 25px;
  margin-top: -1px;
  background: url('../images/nLogo.png') no-repeat;
}
.nav .logo .line {
  margin: 0 8px;
}
.nav .menu ul,
.nav .info ul {
  display: flex;
  align-items: center;
}
.nav .menu a,
.nav .info a {
  color: #fff;
}
.nav .menu {
  margin-left: 30px;
}
.nav .menu a {
  font-size: 16px;
}
.nav .menu li {
  position: relative;
  margin-left: 50px;
}
.nav .menu li:hover a {
  opacity: 0.5;
  transition: all 0.2s;
}
.nav .menu .active a {
  opacity: 1 !important;
}
.nav .menu .active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
}
.nav .info .account a {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  /* border: 1px solid transparent; */
  border: 1px solid #fff;
}
.nav .info .account a:hover {
  animation: showborder ease-in-out 0.5s;
  animation-fill-mode: forwards;
}
@keyframes showborder {
  25% {
    border-right: 1px solid #fff;
  }
  50% {
    border-bottom: 1px solid #fff;
  }
  75% {
    border-left: 1px solid #fff;
  }
  100% {
    border: 1px solid #fff;
  }
}
.nav .info .split {
  margin: 0 20px 0 20px;
}
.nav .info .split-mini {
  margin: 0 5px 0 5px;
}
.nav .info .img {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../images/sprite_11.png') -460px -54px no-repeat;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
@media screen and (max-width: 1350px) {
  .nav .menu li {
    margin-left: 30px;
  }
}
.footer {
  padding-top: 60px;
  background: url('../images/footerbg.png') center 60px no-repeat;
  font-size: 12px;
  padding-bottom: 10px;
}
.footer p {
  text-align: center;
  color: #c9c9c9;
  line-height: 30px;
}
.footer-bd {
  width: 1200px;
  padding-top: 64px;
  padding-bottom: 20px;
  margin: 0 auto;
}
.footer-bd dl {
  float: left;
  width: 20%;
  height: 150px;
  text-align: center;
}
.footer-bd dl dt {
  font-size: 16px;
  color: #666;
  height: 20px;
  line-height: 20px;
  padding-bottom: 12px;
}
.footer-bd dl dd,
.footer-bd dl a {
  line-height: 26px;
  color: #999;
}
.footer-bd dl dd a:hover {
  text-decoration: underline;
}
.footer-bd dl .focusus {
  display: inline-block;
  width: 82px;
  height: 82px;
  background: url('https://juheimage.oss-cn-hangzhou.aliyuncs.com/www/activity/2022/sms/sprite_11.png') 0 -31px no-repeat;
}
