/* 首页 */
.index{
  width: 100vw;
  height: 100vh;
  background: #0c0025;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  background-image: url(../imgs/indexBG.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: table;
  padding-left: 60px;
  padding-bottom: 60px;
}
.index .slogen{
  display: table-cell;
  vertical-align: middle;
  line-height: 100vh;
}
.index .slogen h1 {
  width: 321px;
  color: #eaffff;
  font-size: 107px;
  line-height: 149px;
}
.index .slogen h3 {
  width: 321px;
  color: #00DDDA;
  font-size: 64px;
  line-height: 70px;
  text-align: justify;
  text-align-last: justify;
}
.index .slogen h2 {
  width: 321px;
  color: #00DDDA;
  margin-top: -10px;
  font-size: 107px;
  line-height: 149px;
}
.index .bottomCode{
  position: absolute;
  left: 60px;
  bottom: 60px;
}
.index .bottomCode .code {
  width: 70px;
  height: 70px;
  background: url(../imgs/code.png);
  background-size: cover;
  float: left;
  margin-right: 68px;
}
.index .bottomCode .code .code_hover{
  position: absolute;
  left: 100px;
  bottom: 0;
  width: 524px;
  height: 330px;
  display: none;
  background: url(../imgs/QRcode.png);
  background-size: cover;
}
.index .code:hover .code_hover {
  display: block;
}
.index .bottomCode h4 {
  font-size: 48px;
  line-height: 67px;
  color: #eaffff;
  text-shadow: 0 2px 4px #00C7C4;
  float: left;
}

.beian {
  position: absolute;
  bottom: 10px;
  left: 50%
}

.beian a {
  color: #eaffff;
}