.mobile-container,
.phoneheader {
  display: none;
}

.c-default {
  color: #ff7800;
}

.header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  transition: all 0.3s ease;
  border-bottom: 1px solid #000;
}

.header h1 {
  color: #fff;
  font-weight: bold;
  font-size: 0;
}

.header .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header .w .logo {
  width: 1.3rem;
}

.header .w .logo img {
  width: 100%;
  height: auto;
}

.header .w .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}

.header .w .lan {
  font-size: 0.16rem;
  margin-bottom: 0.18rem;
  margin-top: 0.15rem;
  display: flex;
  align-items: center;
}

.header .w .lan a {
  color: #000;
  display: flex;
  align-items: center;
}

.header .w .lan a:hover {
  color: #ff7800;
}

.header .w .lan a.active {
  color: #ff7800;
}

.header .w .lan a:first-child::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 0.18rem;
  margin: 0 0.2rem;
  background: #d8d8d8;
}

.header .w nav {
  display: flex;
  align-items: center;
}

.header .w nav .navList {
  display: flex;
}

.header .w nav .navList li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.15rem;
}

.header .w nav .navList li a {
  color: #000;
  display: flex;
  height: 100%;
  padding: 0rem 0 0.2rem;
  font-size: 0.18rem;
}

.header .w nav .navList li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 0.02rem;
  background: #ff7800;
  transition: all 0.3s;
}

.header .w nav .navList li.act a {
  color: #ff7800;
}

.header .w nav .navList li.act a::after {
  width: 100%;
}

.header .w nav .navList li:hover a {
  color: #ff7800;
}

.header .w nav .navList li:hover a::after {
  width: 100%;
}

.header .w nav .navList li .mask {
  top: 0.48rem;
  width: fit-content !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  height: auto;
  position: absolute;
  background: #fff;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  display: none;
}

.header .w nav .navList li .mask .item {
  padding: 0.1rem;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.header .w nav .navList li .mask .item .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.header .w nav .navList li .mask .item .box .name {
  margin: 0 0.1rem;
  font-size: 0.15rem;
}

.header .w nav .navList li .mask .item .box .icon {
  width: 0.2rem;
  height: 0.2rem;
}

.header .w nav .navList li .mask .item .box .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .w nav .navList li .mask .item .mask2 {
  position: absolute;
  left: 100%;
  top: 0;
  text-align: left;
  background: #f8fcff;
  width: fit-content !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  box-sizing: border-box;
  display: none;
}

.header .w nav .navList li .mask .item:hover {
  background: #f8fcff;
}

.header .w nav .navList li .mask .item:hover .box .go {
  display: block;
}

.header .w nav .navList li .mask a {
  display: block;
  height: 100%;
  padding: 0.3rem 0.15rem;
  font-size: 0.16rem;
  color: #333;
  text-align: left;
  padding: 0.1rem;
}

.header .w nav .navList li .mask a:hover {
  color: #ff7800;
}

.header .w nav .navList li:last-child {
  margin-right: 0;
}

.header .w nav .menu {
  display: flex;
  align-items: center;
}

.header .w nav .menu .icons {
  margin: 0 0.2rem;
}

.header .w nav .menu .icons img {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
}

.header .w nav .menu::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 0.18rem;
  margin: 0 0.2rem;
  background: #fff;
}

footer {
  background: #e6e6e6;
}

footer .head {
  width: 100%;
  padding: 0.3rem 0;
}

footer .head .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .head .logo {
  width: 1.88rem;
  height: 0.79rem;
}

footer .head .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .head .list {
  display: flex;
  align-items: center;
}

footer .head .list li {
  margin-left: 0.6rem;
}

footer .head .list li a {
  font-size: 0.18rem;
  transition: all 0.3s;
}

footer .head .list li:hover a {
  color: #ff7800;
}

footer .head .list li.active a {
  color: #ff7800;
}

footer .foot {
  border-top: 1px solid #dbdbdb;
  padding: 0.3rem 0;
}

footer .foot .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

footer .foot .w a {
  color: #333;
}

footer .foot .phone {
  display: flex;
  align-items: center;
}

footer .foot .phone .icon {
  width: 0.2rem;
  height: 0.19rem;
}

footer .foot .phone .icon img {
  width: 100%;
  height: 100%;
}

footer .foot .phone a {
  margin-left: 0.1rem;
}

.Page {
  min-height: 50vh;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .w {
    width: 92.5%;
  }

  header {
    display: none;
  }

  .phoneheader {
    display: block;
    height: 1rem;
    background-color: #fff;
    position: fixed;
    z-index: 99;
    inset: 0;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #e6e6e6;
  }

  .phoneheader .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .phoneheader .logo {
    width: 25%;
    height: auto;
    vertical-align: middle;
  }

  .phoneheader .logo img {
    width: 100%;
    height: auto;
  }

  .phoneheader .right {
    display: flex;
    align-items: center;
  }

  .phoneheader .right .voice {
    display: flex;
    align-items: center;
    margin-right: 0.4rem;
  }

  .phoneheader .right .voice .title a {
    color: #333;
    font-size: 0.3rem;
  }

  .phoneheader .right .voice .title.active a {
    color: #ff7800;
  }

  .phoneheader .right .voice .title:first-child::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 0.3rem;
    margin: 0 0.2rem;
    background: #d8d8d8;
  }

  .phoneheader .menu {
    width: 0.5rem;
    vertical-align: middle;
  }

  .phoneheader .menu img {
    width: 100%;
    height: 100%;
  }

  .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.3rem;
  }

  .mobile-container .footer-list a {
    color: #000;
  }

  .mobile-container .footer-list li {
    position: relative;
    padding: 0 0.4rem;
  }

  .mobile-container .footer-list .top {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-bottom: 1px solid #d6d6d6;
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
  }

  .mobile-container .footer-list .top a {
    font-size: 0.3rem;
    display: block;
    width: 100%;
    height: 100%;
  }

  .mobile-container .footer-list .top .icon {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.2rem;
  }

  .mobile-container .footer-list .top .icon.active span {
    transform: rotateZ(90deg);
  }

  .mobile-container .footer-list .top span {
    transition: 0.3s;
    font-size: 0.5rem;
    text-align: right;
    color: #000;
  }

  .mobile-container .footer-list .top.active .icon span {
    transform: rotateZ(90deg);
  }

  .mobile-container .footer-list .second {
    display: none;
    padding-top: 0.15rem;
  }

  .mobile-container .footer-list .second .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
  }

  .mobile-container .footer-list .second .title a {
    font-size: 0.3rem;
    width: 100%;
    padding: 0.2rem 0 0.2rem 0.35rem;
    display: flex;
    align-items: center;
  }

  .mobile-container .footer-list .second .title a .go {
    width: 0.35rem;
    height: 0.35rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
  }

  .mobile-container .footer-list .second .title a .go img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mobile-container .footer-list .second .title .icon {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.2rem;
  }

  .mobile-container .footer-list .second .title span {
    transition: 0.3s;
    font-size: 0.5rem;
    text-align: right;
    color: #000;
  }

  .mobile-container .footer-list .second .third {
    display: none;
  }

  .mobile-container .footer-list .second .third a {
    display: block;
    font-size: 0.3rem;
    color: #000;
    line-height: 2em;
    padding: 0.1rem 0;
    padding-left: 0.65rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .mobile-container .footer-list .second .box.active .title .icon span {
    transform: rotateZ(90deg);
  }

  footer {
    background: #e6e6e6;
  }

  footer .head {
    width: 100%;
    padding: 0.3rem 0;
  }

  footer .head .w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  footer .head .logo {
    width: 1.88rem;
    height: 0.79rem;
  }

  footer .head .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.4rem;
  }

  footer .head .list li {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }

  footer .head .list li a {
    font-size: 0.28rem;
    transition: all 0.3s;
  }

  footer .foot {
    border-top: 1px solid #dbdbdb;
    padding: 0.3rem 0;
  }

  footer .foot .w {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #333;
    font-size: 0.28rem;
    text-align: center;
  }

  footer .foot .w a {
    color: #333;
  }

  footer .foot .copyright {
    margin: 0.2rem 0;
  }

  footer .foot .phone {
    display: flex;
    align-items: center;
  }

  footer .foot .phone .icon {
    width: 0.3rem;
    height: auto;
  }

  footer .foot .phone .icon img {
    width: 100%;
    height: 100%;
  }

  footer .foot .phone a {
    margin-left: 0.1rem;
    font-size: 0.28rem;
  }
}