#menu {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: hidden;
  height: 100%;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#menu #ensconce {
  /*隐藏菜单样式*/
  width: 0.35rem;
  height: 100%;
  background-color: #20343c;
  float: left;
  text-align: center;
  position: relative;
  display: none;
}

#menu #ensconce h2 {
  cursor: pointer;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.5rem;
  width: 100%;
  position: absolute;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
}

#menu #ensconce h2 img {
  width: 52%;
}

.menu_top {
  background: #182446;
}

.menu_logo {
  margin-left: 27px;
  margin-top: 22px;
  width: 200px;
}

.menu_x {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: #182446;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}


#menu #open {
  /*显示菜单样式*/
  margin-top: -10px;
  width: 322px;
  height: 100%;
  background-color: #182446;
  padding-bottom: 0.1rem;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}

#menu #open .navH {
  height: 0.6rem;
  background-color: #44495a;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}

#menu #open .navH span {
  position: absolute;
  top: 49%;
  right: 0;
  padding: 0 0.15rem;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}

#menu #open .navH span .obscure {
  width: 0.24rem;
}

#menu #open .navBox {
  height: 100%;
  overflow-y: auto;
  padding-left: 0.05rem;
  padding-right: 0.07rem;
  margin-top: 0.1rem;
}

#menu #open .navBox ul li {
  background-color: #182446;
  cursor: pointer;
  margin-bottom: 4px;
}

#menu #open .navBox ul li .obtain {
  background-color: #182446;
  border-bottom: 1px solid #475450;
  color: #fff;
}

#menu #open .navBox ul li .obtain a {
  color: #fff;
}

#menu #open .navBox ul li .obtain:hover {
  background-color: #e8c048;
  transition: all 0.3s ease-out;
}

#menu #open .navBox ul li h2 {
  position: relative;
  width: 91%;
  height: 100%;
  text-align: left;
  color: #fff;
  font-size: 0.15rem;
  padding: 15px 0;
  padding-left: 35px;
  font-weight: normal;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}

#menu #open .navBox ul li h2 i {
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 5px transparent dashed;
  border-left: 5px solid #fff;
  border-right: 5px transparent dashed;
  border-bottom: 5px transparent dashed;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  transform-origin: 4px 3px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#menu #open .navBox ul li h2 .arrowRot {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#menu #open .navBox ul li .secondary {
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  height: 0;
}

#menu #open .navBox ul li .secondary h3 {
  padding: 15px 0;
  text-align: center;
  font-size: 0.13rem;
  background-color: rgba(47,47,47,0.8);
  color: #ffffff;
  padding-left: 35px;
  font-weight: normal;
  text-align: left;
  border-bottom: 0.8px solid #475450;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

#menu #open .navBox ul li .secondary h3:hover {
  background-color: #e8c048;
}

#menu #open .navBox ul li .secondary h3 a {
  color: #fff;
}

#menu #open .navBox ul li .secondary .seconFocus {
  /* background-color: #1acbfc; */
  -webkit-box-shadow: 3px 3px 3px #aa8c51;
  -moz-box-shadow: 3px 3px 3px #aa8c51;
  box-shadow: 3px 3px 3px #aa8c51;
}

body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif !important;
  ;
}

.menu_x img {
  width: 36%;
  height: auto;
  padding-top: 32%;
}