.nav-right-icon, .nav-right li span {
  background: url("../images/nav-right-icon.png") no-repeat; }

.nav-right {
  width: 73.33333%;
  position: fixed;
  height: 100%;
  background: #fff;
  top: 0;
  right: -80%;
  z-index:8888; }
.nav-right div {
  text-align: center;
  background: #34c083;
  height: 138px;
  padding-bottom: 5px; }
.nav-right div img {
  height: 55px;
  margin-top: 25px; }
.nav-right div p {
  width: auto;
  display: inline-block;
  padding: 0 10px;
  margin: 14px auto 14px auto;
  height: 24px;
  line-height: 24px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  color: #ffffff;
  font-size: 16px; }
.nav-right div p:nth-of-type(2) {
  margin-left: 8px; }
.nav-right li {
  height: 50px;
  line-height: 50px;
  margin-left: 70px;
  border-bottom: solid 1px #e3e3e3;
  position: relative; }
.nav-right li a {
  display: block;
  font-size: 16px; }
.nav-right li span {
  background-size: 30px;
  display: inline-block;
  height: 28px;
  width: 28px;
  position: absolute;
  left: -50px;
  top: 13px; }
.nav-right li span.xgt {
  background-position: 0 -50px; }
.nav-right li span.zxgl {
  background-position: 0 -100px; }
.nav-right li span.mfbj {
  background-position: 0 -149px; }
.nav-right li span.zgs {
  background-position: 0 -199px; }
.nav-right li span.tmm {
  background-position: 0 -249px; }

.asideBg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999; }

.showMenus {
  -webkit-animation: showmenus 2s ease-in-out; }
