body {
  height: 1px;
}
header {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}
header .box {
  width: 79.166%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .box .logo {
  width: 180px;
  height: 42px;
}
header .box .logo a {
  width: 100%;
  height: 100%;
  display: block;
}
header .box .logo a img {
  width: 100%;
}
header .box .right {
  display: flex;
  height: 100%;
}
header .box .right nav ul {
  display: flex;
}
header .box .right nav ul li {
  width: auto;
  margin: 0 24px;
  position: relative;
}
header .box .right nav ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background: linear-gradient(145deg, #ee01e6, #b109ee, #b109ee, #5f14f8, #5f14f8);
  color: #fff !important;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
header .box .right nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 22px;
  color: #181818;
  line-height: 80px;
  transition: 0.5s;
}
header .box .right nav ul li .down {
  width: auto;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  display: none;
  padding: 10px 0;
}
header .box .right nav ul li .down .item {
  width: auto;
  text-align: left;
  transition: 0.5s;
  padding: 0 20px;
  position: relative;
}
header .box .right nav ul li .down .item > a {
  font-size: 16px;
  text-align: left;
  line-height: 36px;
  color: #333;
  transition: 0.5s;
  white-space: nowrap;
}
header .box .right nav ul li .down .item .level {
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  background-color: #fff;
  padding: 10px 0;
  display: none;
}
header .box .right nav ul li .down .item .level .level-item {
  padding: 0 20px;
  transition: 0.5s;
}
header .box .right nav ul li .down .item .level .level-item a {
  font-size: 16px;
  text-align: left;
  line-height: 36px;
  color: #333;
  transition: 0.5s;
  white-space: nowrap;
}
header .box .right nav ul li .down .item .level .level-item:hover {
  background-color: #000A66;
}
header .box .right nav ul li .down .item .level .level-item:hover a {
  color: #fff;
}
header .box .right nav ul li .down .item:hover {
  background-color: #000A66;
}
header .box .right nav ul li .down .item:hover .level {
  display: block;
}
header .box .right nav ul li .down .item:hover a {
  color: #fff;
}
header .box .right nav ul li:hover::after {
  width: 100%;
}
header .box .right nav ul li:hover a {
  color: #000A66;
}
header .box .right .language {
  width: 100px;
  height: 100%;
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
header .box .right .language .icon,
header .box .right .language .arrow {
  width: 20px;
  height: 20px;
}
header .box .right .language .icon img,
header .box .right .language .arrow img {
  width: 100%;
}
header .box .right .language .text {
  font-size: 18px;
  line-height: 18px;
  color: #181818;
  margin: 0 4px;
}
header .box .right .language .down-box {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 80px;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
header .box .right .language .down-box ul {
  width: 100%;
  padding: 10px 0;
}
header .box .right .language .down-box ul li {
  width: 100%;
  text-align: center;
  transition: 0.5s;
}
header .box .right .language .down-box ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  transition: 0.5s;
}
header .box .right .language .down-box ul li:hover {
  background-color: #000A66;
}
header .box .right .language .down-box ul li:hover a {
  color: #fff;
}
header .box .right .language:hover .down-box {
  height: 92px;
}
header .box .home {
  display: none;
}
header .down-nav {
  display: none;
}
footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000A66;
}
footer .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
footer .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .box {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
footer .box .top {
  width: 79.166%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
footer .box .top .right .logo {
  width: 236px;
  height: 54px;
}
footer .box .top .right .logo img {
  width: 100%;
}
footer .box .top .left {
  display: flex;
}
footer .box .top .left .item {
  margin-right: 120px;
}
footer .box .top .left .item .name {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
}
footer .box .top .left .item .name .icon {
  display: none;
}
footer .box .top .left .item ul {
  margin-top: 27px;
}
footer .box .top .left .item ul li {
  margin-bottom: 30px;
}
footer .box .top .left .item ul li a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5;
  transition: 0.5s;
}
footer .box .top .left .item ul li:hover a {
  opacity: 0.6;
}
footer .box .top .left .item .list {
  display: flex;
  margin-top: 32px;
}
footer .box .top .left .item .list .wechat,
footer .box .top .left .item .list .weibo {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
footer .box .top .left .item .list .wechat img,
footer .box .top .left .item .list .weibo img {
  width: 100%;
  transition: 0.5s;
}
footer .box .top .left .item .list .wechat .qr-code,
footer .box .top .left .item .list .weibo .qr-code {
  width: 100px;
  height: 0;
  position: absolute;
  left: calc(50% - 50px);
  top: -90px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
footer .box .top .left .item .list .wechat .qr-code img,
footer .box .top .left .item .list .weibo .qr-code img {
  width: 90%;
  display: block;
}
footer .box .top .left .item .list .wechat:hover > img,
footer .box .top .left .item .list .weibo:hover > img {
  opacity: 0.6;
}
footer .box .top .left .item .list .wechat:hover .qr-code,
footer .box .top .left .item .list .weibo:hover .qr-code {
  height: 100px;
  opacity: 1;
  top: -100px;
}
footer .box .top .left .item .list .wechat {
  margin-right: 23px;
}
footer .box .bottom {
  margin-top: 96px;
  width: 100%;
  height: 81px;
  background-color: #000A66;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
footer .box .bottom .bottom-box {
  width: 79.166%;
  height: 81px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .box .bottom .bottom-box .copy,
footer .box .bottom .bottom-box .support {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 14px;
}
footer .box .bottom .bottom-box .copy a,
footer .box .bottom .bottom-box .support a {
  color: rgba(255, 255, 255, 0.6);
}
footer .box .bottom .bottom-box .copy a:hover,
footer .box .bottom .bottom-box .support a:hover {
  color: #fff;
}
.scale-box {
  width: 1920px;
  transform-origin: 0 0;
}
.module-title {
  display: block;
  text-align: center;
  font-size: 48px;
  color: #181818;
  padding: 100px 0;
}
.module-title .title {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.module-title .title::before {
  content: "";
  width: 52px;
  height: 5px;
  background-color: #181818;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -80px;
}
.module-title .title::after {
  content: "";
  width: 52px;
  height: 5px;
  background-color: #181818;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -80px;
}
.module-title .title.noline::after,
.module-title .title.noline::before {
  display: none;
}
.module-title + .p {
  font-size: 24px !important;
  line-height: 1.8 !important;
  text-align: center;
  margin-top: -60px;
}
.pc-hide {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mobile-hide {
    display: none;
  }
  .pc-hide {
    display: block;
  }
  .module-title {
    font-size: 28px;
    padding: 40px 0;
  }
  .module-title .title::after,
  .module-title .title::before {
    display: none;
  }
  .module-title + .p {
    font-size: 16px !important;
    margin-top: 0;
  }
  header .box .right {
    display: none;
  }
  header .box .home {
    display: block;
    width: 30px;
    height: 18px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.5s;
  }
  header .box .home span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    margin-bottom: 6px;
    transition: 0.5s;
  }
  header .box .home span:last-child {
    margin-bottom: 0;
  }
  header .box .home.active {
    height: 30px;
  }
  header .box .home.active span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 16px;
  }
  header .box .home.active span:nth-child(2) {
    transform: translateX(100px);
  }
  header .box .home.active span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -16px;
  }
  header .down-nav {
    display: none;
    width: 100%;
    height: calc(100vh - 110px);
    background-color: #fff;
    border-top: solid 1px #ddd;
    position: absolute;
    top: 80px;
    padding-top: 30px;
  }
  header .down-nav .list {
    width: 100%;
    border-top: solid 1px #ddd;
  }
  header .down-nav .list .item {
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  header .down-nav .list .item > a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .down-nav .list .item > a img {
    width: 16px;
    transition: 0.5s;
  }
  header .down-nav .list .item > a img.active {
    transform: rotate(180deg);
  }
  header .down-nav .list .item ul {
    width: 100%;
    display: none;
  }
  header .down-nav .list .item ul li {
    padding: 10px 40px;
    background-color: #ddd;
    border-bottom: solid 1px #bbb;
  }
  header .down-nav .list .item ul li a {
    display: block;
    font-size: 16px;
    color: #333;
  }
  header .down-nav .bottom {
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    z-index: 10;
  }
  header .down-nav .bottom .cn,
  header .down-nav .bottom .en {
    width: 50%;
    height: 100%;
  }
  header .down-nav .bottom .cn a,
  header .down-nav .bottom .en a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    text-align: center;
  }
  header .down-nav .bottom .cn.active a,
  header .down-nav .bottom .en.active a {
    background-color: #000A66;
    color: #fff;
  }
  footer .box .top {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-direction: column-reverse;
  }
  footer .box .top .left {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  header .box .logo {
    width: 120px;
    height: auto;
  }
  .scale-box {
    width: 100%;
  }
  footer .box .top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-direction: column-reverse;
  }
  footer .box .top .right .logo {
    width: 160px;
    height: 36px;
  }
  footer .box .top .right {
    margin-left: 5%;
  }
  footer .box .top .left .item {
    width: 90%;
    margin-right: 0;
    padding: 20px 5%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  footer .box .top .left .item ul {
    display: none;
  }
  footer .box .top .left .item .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .box .top .left .item .name .icon {
    display: block;
    transition: 0.5s;
    width: 16px;
  }
  footer .box .top .left .item .name .icon img {
    width: 100%;
  }
  footer .box .top .left .item .name .icon.active {
    transform: rotate(180deg);
  }
  footer .box .bottom {
    margin-top: 0;
    width: 100%;
    height: 80px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
  }
  footer .box .top .left .item .name {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
  }
  footer .box .bottom .bottom-box .copy {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 20px;
  }
}
