﻿body{
  width:100%;
  overflow-x: hidden;
}
.trans {
  transition: all 0.3s ease-in;
}

 #nav .icon {
  background: url(../img/icon.png) no-repeat;
  display: inline-block;
  background-size: 4rem auto;
  vertical-align: middle;
}
#nav {
  width: 0.6rem;
  height:58px;
  position: fixed;
  right: 3px;
  top: -8px;
  text-align: center;
  cursor: pointer;
  z-index: 180;
  transform:scale(.8);
}
#nav.cur .nav {
  background-position: 0 -0.94rem;
}
#nav .nav {
  width: 0.5rem;
  height: 0.36rem;
  margin: 0.33rem auto;
  background-position: -0.56rem -0.94rem;
}
#nav .close {
  background: url(../img/close.png) no-repeat center;
  background-size: 0.4rem auto;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  position: absolute;
  right: 6%;
  top: 22%;
  text-align: center;
}
 .cur .nav {
  background-position: 0 -0.94rem;
}
.subNav {
  position: fixed;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0.8rem;
  z-index: 9999;
  max-width: 100%;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.subNavCon {
  margin: 0;
  width: 100%;
  height: 100%;
}
.subNav .closrbox {
  width: 20%;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #fff;
  position: absolute;
  right: 2%;
  top: -5%;
}

.subNav .close {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../img/close.png) no-repeat center;
  background-size: 0.4rem auto;
}
.subNav .c_clos {
  width: 20%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.subNav ul {
  margin-left: 20%;
  background: #fff;
  height: 100%;
}
.subNav li {
  width: 100%;
  display: block;
  line-height: 0.8rem;
  margin: 0 auto;
  border-bottom: 1px solid #f0efef;
  text-indent: 3%;
  position: relative;
}
.subNav li::after{
  content:"";
  position:absolute;
  background: url(../images/nav-right.png) no-repeat;
  top:21px;
  height:30px;
  right:5px;
  background-size:16px;
  width:30px;
}

.subNav .subnav2 {
  width: 100%;
  display: none;
}
.subNav .subnav2 a {
  margin-bottom: 0.1rem;
  background: #eee;
  font-size: 0.24rem;
}
.subNav .subNavCon .chn{
  display: block;
  text-align: center;
  padding-top:20px;
}
.subNav .subNavCon .chn a{
  margin: 0 10px;
  display: inline-block;
  height: 43px;
  width: 46px;
}
.subNav .subNavCon .chn a img{
  margin-bottom:5px;
}
.subNav li a {
  display: block;
  color: #333;
  font-size: 0.20rem;
  background-size: 0.15rem auto;
  width: 100%;
  margin: 0 auto;
}
.subNav li a:hover {
  color:#fff;
  background-color:#6a79c1
}
.subNav .toptel {
  padding-left: 4%;
  padding-top: 0.3rem;
  padding-bottom: 0.4rem;
}
.subNav .toptel span {
  display: block;
}
.subNav .toptel p {
  font-family: avgr;
  font-size: 0.5rem;
}
.subNav.show {
  right: 0 !important;
}
.subNavShow {
  -webkit-transform: translateX(-48%);
  -moz-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
  transform: translateX(-48%);
  display: block;
}

