@charset "UTF-8";
.headerfs {
  height: 45px;
  width: 100%;
}

.header {
  z-index: 9999;
  position: fixed;
  top: 0;
  height: 45px;
  width: 100%;
  background-color: white;
}

.header img {
  float: left;
  padding-left: 20px;
  padding-top: 7px;
  height: 30px;
}

.header .anniu {
  float: right;
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-right: 5px;
  background-image: url("../images/anniu.png");
  background-repeat: no-repeat;
  background-size: 35px auto;
  transition: 0.5s;
}

.header .anon {
  background-position-y: -35px;
}

.header div.lsnav {
  position: absolute;
  top: 45px;
  right: -200px;
  background-color: #fff;
  top: 45px;
  height: calc(100vh - 90px);
  overflow: hidden;
}

.header ul.nav {
  position: relative;
}

.header ul.nav > li {
  width: 200px;
  position: relative;
}

.header ul.nav > li a {
  display: block;
  color: #a4a4a4;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #e8e8e8;
    border-bottom: none;
}

.header ul.nav > li > a {
  color: #3e3e3e;
}

.footeranl {
  height: 45px;
}

.footer {
  z-index: 999;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.footer>.footer_li{
  width: 100%;
}

.footer>.footer_li>a{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer>.footer_li>a>.tu{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0 0;
}
.footer>.footer_li>a>.tu>img{
  width: 50%;
}


.footer>.footer_li>a>.wenzi{
  color: #909399;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  font-family: 微软雅黑;
}
.footer ul {
  display: flex;
}

.footer ul li {
  width: 50%;
  text-align: center;
  padding: 5px 0;
}

.footer ul li a {
  display: flex;
  justify-content: center;
  /*水平轴居中*/
}

.footer ul li a img {
  height: 35px;
}

.footer ul li a span {
  color: white;
  line-height: 35px;
  font-size: 0.32rem;
}
/*# sourceMappingURL=style.css.map */

.heise{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  opacity: 0;
}

.heise>.tu{
  width: 100%;
  height: 50%;
  background-image: url("../images/huodong_beij.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50%;
  position: relative;
}

.heise>.tu>.tu_kuang{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 50%;
  top: 79%;
}

.heise>.tu>.tu_kuang>a{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heise>.tu>.tu_kuang>a>img{
  width: 90%;
}

.heise>.chacha{
  width: 15%;
}

.heise>.chacha>img{
  width: 100%;
}

.mianfeisong{
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 20;
  width: 20%;
}

.mianfeisong>img{
  width: 100%;
}

.zixun{
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 20;
  width: 20%;
}

.zixun>a{
  display: inline-block;
  width: 100%;
}

.zixun>a>img{
  width: 100%;
}
