﻿
/* 手机端左侧导航 */
.g-erconl{
  width:100%;
      padding: 0;
    background: #162e64;
}
.g-erconl .g-erconl-tit {
  margin: 0;
  padding: 13px 20px 13px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  border-left: 3px solid #0a7dc2;
/*   border-bottom: 1px solid #fff; */
  background: #0a7dc2;
  position: relative;
}
.g-ernav {
  width: 29px;
  height: 19px;
  display: block;
  background: url("../images/menu.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  cursor: pointer;
}
  /* .g-sidebar-nav {
    display: none;
  } */
  .g-ernav {
    display: block;
  }
  .g-ernavclose {
    background: url("../images/menupr.png") no-repeat;
    background-size: contain;
    cursor: pointer;
  }

.sidebar {
  background: #fafafa;
  border-top: 1px solid #fafafa;
}
.sidebar #menu {
  font-size: 16px;
  color: #ffffff;
}
.sidebar #menu li ul {
  background: #ffffff;
}
.sidebar #menu li ul a {
  padding: 8px 25px 8px 30px;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
}
.sidebar #menu li ul a:hover {
  color: #db3338;
}
.sidebar #menu li i {
  width: 4px;
  margin-left: auto;
  margin-right: auto;
  height: 4px;
  line-height: 4px;
  background: #ffffff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 19px;
  top: 21px;
}
.sidebar #menu li a {
  padding: 12px 25px 12px 30px;
  font-size: 16px;
  color: #333;
  display: block;
  text-decoration: none;
  position: relative;
}
.sidebar #menu li a.active,.sidebar #menu li a:hover{
  background: #0a7dc2;
  color: #fff;
  font-weight: bold;
}
.sidebar #menu li a:hover {
  text-decoration: none;
}
.sidebar #menu li ul li.active {
  background: #ffffff;
}
.sidebar #menu li ul li ul li a {
  padding: 6px 25px 6px 30px;
  background: #f7f7f7;
  font-size: 12px;
  color: #999999;
  border: 0;
}
.sidebar #menu li.active i {
  background: #cccccc;
}
.sidebar #menu li.active a span {
  text-decoration: underline;
}
.sidebar #menu li.active li.active {
  background: #ffffff;
}
.sidebar #menu li.active li.active a {
  text-decoration: underline;
  color: #333333;
}
.sidebar #menu li.active li.active a:hover {
  color: #db3338;
}
.sidebar #menu li.active li.active ul {
  border-bottom: 1px solid #eeeeee;
}
.sidebar #menu li.active li.active li a {
  text-decoration: none;
  color: #999999;
}
.sidebar #menu .arrow {
  width: 8px;
  margin-left: auto;
  margin-right: auto;
  height: 4px;
  line-height: 4px;
  display: block;
  border-style: solid dashed dashed dashed;
  border-color: #ffffff transparent transparent transparent;
  border-width: 5px;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 8px 0 0 0;
}
.sidebar #menu .active .arrow {
  width: 8px;
  margin-left: auto;
  margin-right: auto;
  height: 4px;
  line-height: 4px;
  display: block;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #ffffff transparent;
  border-width: 5px;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 2px 0 0 0;
}
.sidebar #menu ul span {
  width: 8px;
  margin-left: auto;
  margin-right: auto;
  height: 4px;
  line-height: 4px;
  display: block;
  border-style: solid dashed dashed dashed;
  border-color: #999999 transparent transparent transparent;
  border-width: 5px;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 8px 0 0 0;
  float: right;
  display: inline;
}
.sidebar #menu .active ul .active a span {
  width: 8px;
  margin-left: auto;
  margin-right: auto;
  height: 4px;
  line-height: 4px;
  display: block;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #999999 transparent;
  border-width: 5px;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 2px 0 0 0;
  float: right;
  display: inline;
}

  .sidebar i {
    width: 4px;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    line-height: 4px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 19px;
    top: 21px;
  }
  .sidebar #menu li.active i {
    background: #db3338;
  }
  .sidebar #menu .arrow {
    width: 8px;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    line-height: 4px;
    display: block;
    border-style: solid dashed dashed dashed;
    border-color: #ffffff transparent transparent transparent;
    border-width: 5px;
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 8px 0 0 0;
  }
  .sidebar #menu .active .arrow {
    width: 8px;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    line-height: 4px;
    display: block;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #db3338 transparent;
    border-width: 5px;
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 2px 0 0 0;
  }
  .g-erconl{
    display: none;
    margin-bottom: 2%;
  }

  @media only screen and (max-width:1024px){
    .g-sidebar-nav{
      display: none;
    }
    .g-erconl{
    display: block;
  }

  }