.mobile-container,
.phoneheader {
  display: none;
}
.header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent;
  transition: all 0.3s;
}
.header h1 {
  color: #fff;
  font-weight: bold;
  font-size: 0;
}
.header.notop {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.header.notop .logo h2 {
  color: #286ddf;
}
.header.notop .logo .en {
  color: #286ddf;
}
.header.notop .logo .none {
  display: block;
}
.header.notop .logo .block {
  display: none;
}
.header.notop nav .navList li .title a {
  color: #000;
}
.header.notop .right .lang {
  border: 1px solid #000;
  color: #000;
}
.header.notop .right .lang:hover {
  background: #286ddf;
  border: 1px solid #286ddf;
  color: #fff;
}
.header.act {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.header.act .logo h2 {
  color: #286ddf;
}
.header.act .logo .en {
  color: #286ddf;
}
.header.act .logo .none {
  display: block;
}
.header.act .logo .block {
  display: none;
}
.header.act nav .navList li .title a {
  color: #000;
}
.header.act .right .lang {
  border: 1px solid #000;
  color: #000;
}
.header.act .right .lang:hover {
  background: #286ddf;
  border: 1px solid #286ddf;
  color: #fff;
}
.header .header_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
}
.header .logo a {
  display: flex;
  align-items: center;
}
.header .logo a img {
  width: 0.6rem;
  height: 0.54rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.header .logo a .none {
  display: none;
}
.header .logo a h2 {
  font-weight: normal;
  font-size: 0.25rem;
  color: #fff;
}
.header .logo a .en {
  color: #fff;
  font-size: 0.15rem;
  transform: scale(1.01);
  margin-left: 2px;
}
.header nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header nav .navList {
  display: flex;
}
.header nav .navList li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.15rem;
}
.header nav .navList li .title a {
  color: #fff;
  display: block;
  height: 100%;
  padding: 0.36rem 0.1rem;
  font-size: 0.16rem;
  z-index: 10;
  transition: all 0.3s;
}
.header nav .navList li .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(0deg, rgba(40, 109, 223, 0.8) 0%, rgba(40, 109, 223, 0.4) 100%);
  transition: all 0.3s;
  z-index: -1;
}
.header nav .navList li .title.active {
  background: linear-gradient(0deg, rgba(40, 109, 223, 0.8) 0%, rgba(40, 109, 223, 0.4) 100%);
}
.header nav .navList li .title.active a {
  color: #fff;
}
.header nav .navList li .title.link {
  background: linear-gradient(0deg, rgba(40, 109, 223, 0.8) 0%, rgba(40, 109, 223, 0.4) 100%);
}
.header nav .navList li .title.link a {
  color: #fff;
}
.header nav .navList li:hover .title a {
  color: #fff;
}
.header nav .navList li:hover .title::after {
  height: 100%;
}
.header .right {
  margin-right: 0.8rem;
  flex-shrink: 0;
  margin-left: 0.4rem;
  position: relative;
}
.header .right .lang {
  display: flex;
  align-items: flex-start;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.16rem;
}
.header .right .lang .icon {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.header .right .lang .icon i {
  font-size: 0.2rem;
}
.header .right .lang .xiala {
  transform: rotate(90deg);
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.header .right .lang:hover {
  background: #286ddf;
  border: 1px solid #286ddf;
}
.header .right .mask {
  position: absolute;
  background: #ffffff;
  border: 1px solid #ffffff;
  width: 100%;
  left: 0;
  display: none;
}
.header .right .mask a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.1rem 0;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.header .right .mask a:last-child {
  border-bottom: none;
}
.header .right .mask a:hover {
  color: #286ddf;
  text-decoration: underline;
}
.footer {
  background: #030d26;
}
.footer .head {
  padding: 0.4rem 0;
}
.footer .head .top {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #b7d4f3;
}
.footer .head .top .logo {
  width: 2rem;
  height: 0.72rem;
}
.footer .head .top .logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.footer .head .inner {
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.footer .head .inner .le {
  width: 5rem;
}
.footer .head .inner .le h4 {
  color: #fbfbfb;
  font-size: 0.22rem;
  margin-bottom: 0.3rem;
}
.footer .head .inner .le .item {
  color: #fff;
  font-size: 0.18rem;
  margin: 0.1rem 0;
}
.footer .head .inner .le .item a {
  font-size: 0.18rem;
  color: #fff;
}
.footer .head .inner .le .ewmBox {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.footer .head .inner .le .ewmBox .item {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.2rem;
  background: #fff;
  padding: 6px;
}
.footer .head .inner .le .ewmBox .item img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .head .inner nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.footer .head .inner nav .item {
  padding-left: 0.5rem;
}
.footer .head .inner nav .item .title a {
  font-size: 0.16rem;
  margin-bottom: 0.3rem;
  color: #b2cdec;
  font-weight: bold;
}
.footer .head .inner nav .item .list li {
  margin: 0.15rem 0;
}
.footer .head .inner nav .item .list li a {
  color: #b2cdec;
  font-size: 0.14rem;
}
.footer .head .inner nav .item .list li a:hover {
  text-decoration: underline;
}
.footer .beian {
  padding-bottom: 0.4rem;
}
.footer .beian .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b2cdec;
  font-size: 0.14rem;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .w {
    width: 92.5%;
  }
  header {
    display: none;
  }
  .phoneheader {
    display: block;
    height: 1.4rem;
    background-color: #fff;
    position: fixed;
    z-index: 99;
    inset: 0;
    width: 100%;
    border-bottom: 0.01rem solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.2rem;
  }
  .phoneheader .logo {
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    flex-shrink: 0;
  }
  .phoneheader .logo a {
    display: flex;
    align-items: center;
  }
  .phoneheader .logo a .block {
    display: block;
    width: 0.8rem;
  }
  .phoneheader .logo a h2 {
    font-size: 0.3rem;
    color: #286ddf;
  }
  .phoneheader .logo a .en {
    font-size: 0.18rem;
    color: #286ddf;
  }
  .phoneheader .right {
    display: flex;
    align-items: center;
  }
  .phoneheader .right .voice {
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
  }
  .phoneheader .right .voice .lang {
    display: flex;
    align-items: center;
    border: 1px solid #333;
    padding: 0.05rem 0.1rem;
    font-size: 0.28rem;
  }
  .phoneheader .right .voice .lang .xiala {
    transform: rotate(90deg);
  }
  .phoneheader .right .voice .mask {
    position: absolute;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ffffff;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.4);
  }
  .phoneheader .right .voice .mask a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.12rem 0;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 0.28rem;
  }
  .phoneheader .right .voice .mask a:last-child {
    border-bottom: none;
  }
  .phoneheader .right .menu {
    flex-shrink: 0;
    margin-left: 0.15rem;
    width: 0.5rem;
    vertical-align: middle;
    cursor: pointer;
  }
  .phoneheader .right .menu img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
  .mobile-container {
    position: fixed;
    z-index: 9999999;
    top: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.3s;
    transform: translateX(100%);
    display: block;
  }
  .mobile-container.active {
    transform: translateX(0);
  }
  .mobile-container .footer-list {
    color: #999;
    padding-top: 0.6rem;
  }
  .mobile-container .footer-list li {
    position: relative;
    padding: 0 0.4rem;
  }
  .mobile-container .footer-list li .top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
  }
  .mobile-container .footer-list li .top a {
    font-size: 0.3rem;
    padding: 0.3rem 0;
    display: block;
    width: 100%;
  }
  .footer .head .top .logo {
    width: 2.5rem;
    height: auto;
  }
  .footer .head .inner {
    flex-direction: column;
  }
  .footer .head .inner .le {
    width: 100%;
  }
  .footer .head .inner .le h4 {
    font-size: 0.32rem;
  }
  .footer .head .inner .le .item {
    font-size: 0.28rem;
  }
  .footer .head .inner .le .item a {
    font-size: 0.28rem;
  }
  .footer .head .inner .le .ewmBox {
    justify-content: center;
    margin-top: 0.3rem;
  }
  .footer .head .inner .le .ewmBox .item {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.3rem;
  }
  .footer .head .inner .le .ewmBox .item:last-child {
    margin-right: 0;
  }
  .footer .head .inner nav {
    margin-top: 0.5rem;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }
  .footer .head .inner nav .item {
    padding-left: 0;
    margin-bottom: 0.2rem;
  }
  .footer .head .inner nav .item .title a {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .footer .head .inner nav .item .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.1rem;
  }
  .footer .head .inner nav .item .list li {
    margin: 0;
  }
  .footer .head .inner nav .item .list li a {
    font-size: 0.26rem;
    line-height: 2;
    margin: 0 0.3rem;
  }
  .footer .beian {
    padding-bottom: 0.4rem;
  }
  .footer .beian .w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #b2cdec;
    font-size: 0.24rem;
    line-height: 1.8;
  }
  .footer .beian .w .tip {
    margin-top: 0.15rem;
  }
}
