@charset "UTF-8";

.footer1 {
  width: 100%;
  background: #1e4aa8;
  padding: 1vw 17vw;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.5vw;
}

.link-web {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ver-line {
  display: block;
  width: 0.3vw;
  height: 4vw;
  background: #fff;
}

.web-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.web-info li {
  margin-top: 0.5rem;
}


.logo{
  padding-left: .25rem;
}
.logo .img1 img{
  vertical-align: middle;
  width: 70px;
  height: 51px;
}
.logo .img1 span{
  font-size: 3.8vw;
  vertical-align: middle;
  color: white;

}
.logo .img2 img{
  width: .95rem;
  height: .71rem;
}

.index-main{
  position: relative;
  overflow: hidden;
}
.header-nav{
  position: absolute;
  top: .6rem;
  right: 0;
  width: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
}
.header-nav .tit{
  display: inline-block;
  color: #fff;
  font-size: .26rem;
  line-height: .3rem;
  margin-top: .14rem;
  cursor: pointer;
  width: 1.1rem;
}
.header-nav .tit img{
  width: .39rem;
  height: .27rem;
  margin-right: .1rem;
}
.header-nav-l{
  position: absolute;
  left: 1.1rem;
  top: 0;
  display: inline-block;
  width: 4.2rem;
  background: #4d4b4b;
  padding: 0 .22rem;
  box-sizing: border-box;
  overflow: auto;
  height: 100%;
  z-index: 999;
}
.header-nav-l li{
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  font-size: .28rem;
  border-bottom: 1px solid #707070;
  text-align: center;
}
.header-nav-l li a{
  display: block;
  color: #fff;
}
