/*header*/
.header {
  width: 100%;
  height: 1.3rem;
}
.header_box {
  display: block;
  width: 100%;
  z-index: 999 !important;
  background:#0452ad; 
  border-bottom: 2px solid #fff;
}
.header_box .pic {
  width: 65%;
  height: auto;
  padding: 0.3rem;
}
.header_box .menu {
  width: 0.6rem;
  display: block;
  position: relative;
  margin: 0.3rem 0.2rem 0 0;
}
#right-sidebar {
  width: 50%;
  background: #333436;
  opacity: 1;
}
#right-sidebar ul {
  position: relative;
  top: 30%;
  transform: translateY(-50%);
}
#right-sidebar ul li {
  width: 100%;
  text-align: center;
  border-bottom: 1px dashed #999999;
}
#right-sidebar ul li a {
  display: block;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  color: white;
  font-size: 0.32rem;
}
#right-sidebar ul li.hover a {
  background: #666666;
}
#right-sidebar ul li:last-child {
  border: none;
}
/*底部样式*/
.footer_top{height: 1.2rem;}
.footer {
  padding: 0.2rem 0;
  background:url("../images/foot_bg2.jpg") no-repeat;background-size: 100% 100%;
  z-index: 999 !important;
}
.footer ul {
  width: 100%;
  clear: both;
}
.footer ul li {
  width: 33.3%;
  float: left;
  text-align: center;
}
.footer ul li mip-img {
  height: 0.5rem;
  width: 0.5rem;
  display: block;
  margin: 0 auto;
}
.footer ul li p {
  font-size: 0.28rem;
  margin-top: 0.05rem;
  color: #fff;
}
