
body {
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) top center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.container {
  padding-top: 20px;
  width: 1600px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
}

.top {
  font-size: 0;
}

.top img,
.top .about,
.top .act {
  vertical-align: middle;
}

.about,
.act {
  margin-left: 65px;
  padding-top: 10px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}

.act {
  margin-left: 30px;
  text-decoration: none;
}

.act:hover {
  text-decoration: underline;
  color: #e3edf9;
}

.text-wrap {
  position: absolute;
  top:50%;
  left: 20px;
  margin-top: -143px;
}

.text-wrap .img {
  margin-bottom: 60px;
}

.text-wrap p {
  line-height: 30px;
  font-size: 30px;
  color: #e3edf9;
  margin-bottom: 30px;
}

.bottom-wrap {
  position: absolute;
  left: 20px;
  bottom: 0;
}

.bottom-wrap .item {
  margin-bottom: 26px;
}

.bottom-wrap a,
.bottom-wrap i {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.bottom-wrap a:hover {
  color: #e3edf9;
  text-decoration: underline;
}

.bottom-wrap i {
  font-style: normal;
}

.bottom-wrap i.company-name {
  cursor: auto;
}