.header-wrap {
  display: flex;
  width: 100vw;
  height: .88rem;
  padding: 0 .3rem;
  justify-content: space-between;
  align-items: center;
  z-index: 1005;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.header-wrap .logo {
  display: flex;
  align-items: center;
  width: 2.64rem;
}
.header-wrap .logo img {
  height: .36rem;
}
.header-wrap .bread {
  width: .36rem;
}
.header-wrap .bread.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-wrap .bread.active span:nth-child(2) {
  opacity: 0;
}
.header-wrap .bread.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.header-wrap .bread span {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background: #0a2248;
  border-radius: 1px;
  transition: all .2s linear;
}
.header-wrap .bread span:first-child {
  margin-top: 0;
}

.nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: transparent;
  z-index: 99;
}
.nav-wrap.bg-color {
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.nav-wrap .nav-list {
  position: fixed;
  top: 0;
  right: -70%;
  width: 70%;
  height: 100%;
  background: #2e2e2e;
  transition: right .2s linear;
  overflow-y: scroll;
}
.nav-wrap .nav-list.cur {
  right: 0;
}
.nav-wrap .nav-list .item {
  width: 100%;
  color: #fff;
  font-size: .28rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.nav-wrap .nav-list .item:first-child {
  margin-top: .88rem;
}
.nav-wrap .nav-list .item .lk {
  position: relative;
  display: block;
  padding: 0 .42rem;
  height: 1rem;
  font-size: .32rem;
  line-height: 1rem;
  color: #fff;
}
.nav-wrap .nav-list .item .lk.trans span {
  transform: rotate(0deg);
}
.nav-wrap .nav-list .item span {
  position: absolute;
  top: 50%;
  right: .42rem;
  margin-top: -7px;
  width: .28rem;
  height: .28rem;
  background: url(/static/mobile/img/down.png) no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
  transition: transform .2s linear;
}
.nav-wrap .nav-list .item .sub-list {
  display: none;
  width: 100%;
  background: #3d3d3d;
}
.nav-wrap .nav-list .item .sub-list .sub-item {
  width: 100%;
  min-height: 1rem;
}
.nav-wrap .nav-list .item .sub-list .sub-lk {
  position: relative;
  display: block;
  width: 100%;
  height: 1rem;
  font-size: .28rem;
  line-height: 1rem;
  padding: 0 .62rem;
  color: #999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.nav-wrap .nav-list .item .sub-list .sub-lk.trans span {
  transform: rotate(0deg);
}
.nav-wrap .nav-list .item .sub-list .sub-lk span {
  position: absolute;
  top: 50%;
  right: .62rem;
  margin-top: -7px;
  width: .28rem;
  height: .28rem;
  background: url(/static/mobile/img/down.png) no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
  transition: transform .2s linear;
}
.nav-wrap .nav-list .item .sub-list .sub-item:last-child .sub-lk {
  border-bottom: 0;
}
.nav-wrap .nav-list .item .sub-list .level3 {
  display: none;
  width: 100%;
  background: #474646;
}
.nav-wrap .nav-list .item .sub-list .level3 .le-lk {
  display: block;
  height: 1rem;
  padding: 0 .81rem;
  line-height: 1rem;
  font-size: .24rem;
  color: #999;
  box-sizing: border-box;
}

.footer-wrap {
  width: 100%;
  padding: .6rem .3rem;
  background-color: #282828;
}
.footer-wrap .footer-logo {
  width: 100%;
}
.footer-wrap .footer-logo .logo {
  width: 1.4rem;
  font-size: 0;
}
.footer-wrap .footer-logo .logo img {
  width: 100%;
}
.footer-wrap .footer-logo .tit {
  margin-top: .2rem;
  font-size: .32rem;
  font-weight: 600;
  color: #fff;
}
.footer-wrap .zong {
  margin-top: .6rem;
}
.footer-wrap .zong .zong-tit {
  font-size: .32rem;
  color: #fff;
}
.footer-wrap .zong .info {
  font-size: .28rem;
  color: #999;
  margin-top: .1rem;
}
.footer-wrap .zong .phone {
  margin-top: .3rem;
  font-size: .28rem;
  color: #999;
}
.footer-wrap .fen {
  margin-top: .6rem;
}
.footer-wrap .fen .zong-tit {
  font-size: .32rem;
  color: #fff;
}
.footer-wrap .fen .info {
  font-size: .28rem;
  color: #999;
  margin-top: .3rem;
}
.footer-wrap .ewm-wrap {
  width: 100%;
  margin-top: .6rem;
}
.footer-wrap .ewm-wrap .ewm-item {
  float: left;
  width: 1.6rem;
  margin-right: .3rem;
}
.footer-wrap .ewm-wrap .ewm-item img {
  height: 2.1rem;
}
.footer-wrap .ewm-wrap .ewm-item:last-child {
  margin-right: 0;
}
.footer-wrap .ewm-wrap .ewm-item p {
  font-size: .28rem;
  color: #999;
  line-height: .8rem;
  text-align: center;
}
.footer-wrap .bottom {
  margin-top: .8rem;
  font-size: .24rem;
  color: #999;
  line-height: .44rem;
  text-align: center;
}

.ny-banner {
  position: relative;
  width: 100%;
  margin-top: .88rem;
}
.ny-banner img {
  width: 100%;
}
.ny-banner .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
  font-size: .4rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #3dfcff, #5cc1ff);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 3px;
}
.ny-banner .tit span {
  font-size: .36rem;
  display: block;
  text-align: center;
  margin-top: .3rem;
}

.contact-wrap {
  width: 100%;
  padding: 0 .3rem;
}
.contact-wrap .address {
  margin-top: .6rem;
}
.contact-wrap .address .tit {
  position: relative;
  font-size: .36rem;
  color: #424242;
  padding-left: .3rem;
}
.contact-wrap .address .tit:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 3px;
  height: 70%;
  background: #0a2248;
}
.contact-wrap .address p {
  margin-top: .2rem;
  font-size: .28rem;
  color: #666;
}
.contact-wrap .map {
  margin: .6rem 0;
  width: 100%;
  height: 100%;
  min-height: 6rem;
}
.contact-wrap .map iframe {
  width: 100%;
  height: 6rem;
}
.contact-wrap .mb-6 {
  margin-bottom: .6rem;
}
.contact-wrap .tips p {
  margin-left: .3rem;
}

/*# sourceMappingURL=contact.css.map */
