.scrolldown {
  bottom: 300px;
}

.bg {
  position: relative;
  width: 100%;
  height: calc(100vh - 200px);
  overflow: hidden;
}
.bg .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center;
  -moz-transform: scale(1.1) perspective(500px) translateZ(0px);
  -ms-transform: scale(1.1) perspective(500px) translateZ(0px);
  -webkit-transform: scale(1.1) perspective(500px) translateZ(0px);
  transform: scale(1.1) perspective(500px) translateZ(0px);
  -moz-transition: -moz-transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: -o-transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.bg .pic.move-img {
  -moz-transform: scale(1.1) perspective(500px) translateZ(-50px);
  -ms-transform: scale(1.1) perspective(500px) translateZ(-50px);
  -webkit-transform: scale(1.1) perspective(500px) translateZ(-50px);
  transform: scale(1.1) perspective(500px) translateZ(-50px);
  -moz-transition-duration: 5s;
  -o-transition-duration: 5s;
  -webkit-transition-duration: 5s;
  transition-duration: 5s;
}
.bg .top-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}

.top-title {
  position: absolute;
  left: 20%;
  top: 40%;
  color: #fff;
  z-index: 10;
}
.top-title-big, .top-title-big2 {
  font-size: 40px;
}

.level1 {
  padding: 100px 0;
}
.level1 .box1 {
  display: flex;
  align-items: center;
}
.level1 .award {
  margin: auto;
}
.level1 .award-item {
  margin-bottom: 30px;
}
.level1 .award-list {
  margin: 10px 10px 20px;
  line-height: 2em;
}
.level1 .award-in {
  color: #888;
  font-size: 0.8rem;
}

.move1 {
  opacity: 0;
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}

.move1 {
  -moz-transition: opacity 1s, -moz-transform 0.8s;
  -o-transition: opacity 1s, -o-transform 0.8s;
  -webkit-transition: opacity 1s, -webkit-transform 0.8s;
  transition: opacity 1s, transform 0.8s;
}
.move1.show {
  opacity: 1;
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.move2 {
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.move2 {
  -moz-transition: opacity 1.2s, -moz-transform 1s;
  -o-transition: opacity 1.2s, -o-transform 1s;
  -webkit-transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, transform 1s;
}
.move2.show {
  opacity: 1;
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media screen and (max-width: 1100px) {
  .level1 .award {
    margin-top: 80px;
  }
}
@media screen and (max-width: 720px) {
  .level1 .award {
    margin: 0;
  }
}
@media screen and (max-width: 460px) {
  .level1 {
    padding: 100px 0 50px;
  }
  .level1 .award-list {
    margin: 10px 0 20px;
  }
  .level1 .title-bg {
    text-align: center;
  }

  .top-title {
    left: 10%;
  }

  .center {
    text-align: center;
  }
}
@media screen and (max-height: 650px) {
  .bg {
    height: calc(100vh - 50px);
  }

  .scrolldown {
    bottom: 150px;
  }
}
