/* Custom CSS
		 * --------------------------------------- */
/* Section 1
		 * --------------------------------------- */
#section0 .content {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
}
#section0 h1 {
  color: #fff;
  font-size: 83px;
}
/* Section 2
		 * --------------------------------------- */
#section1 .content img:nth-child(1) {
  position: absolute;
  top: 17%;
  left: 20%;
  opacity: 0;
}
#section1 .content img:nth-child(2) {
  position: absolute;
  top: 17%;
  left: 44%;
  opacity: 0;
}
#section1 .content .block {
  position: absolute;
  top: 40%;
  left: 57.5%;
  background-color: #fff;
  width: 90px;
  height: 20px;
  opacity: 0;
}
#section1 .content .font {
  width: 645px;
  position: absolute;
  bottom: 11%;
  left: 49.5%;
  color: #fff;
  line-height: 20px;
  opacity: 0;
}
/* Section 3
		 * --------------------------------------- */
#section2 .content .block {
  position: absolute;
  top: 40%;
  left: 57.5%;
  background-color: #fff;
  width: 90px;
  height: 20px;
}
#section2 .content .font {
  width: 515px;
  position: absolute;
  top: 22%;
  left: 20.9%;
  color: #fff;
  line-height: 20px;
  height: 335px;
  border-left: 1px solid #7d7e7c;
  padding-left: 20px;
  opacity: 0;
}
#section3 .content img:nth-child(1) {
  position: absolute;
  top: 19%;
  left: 12.5%;
  opacity: 0;
}
#section3 .content img:nth-child(2) {
  position: absolute;
  top: 7%;
  right: 18%;
  opacity: 0;
}
#section3 .content h1 {
  font-size: 36px;
}
#section3 .content hr {
  width: 10px;
  height: 2px;
  margin: 30px 0;
  background-color: #fff;
}
#section3 .content .font {
  position: absolute;
  top: 54%;
  left: 39.5%;
  color: #fff;
  opacity: 0;
  text-align: left;
}
#section3 .content .font p {
  line-height: 20px;
}
#section4 .content h1 {
  font-size: 36px;
}
#section4 .content hr {
  width: 10px;
  height: 2px;
  margin: 30px 0;
  background-color: #fff;
}
#section4 .content .block {
  position: absolute;
  top: 40%;
  left: 57.5%;
  background-color: #fff;
  width: 90px;
  height: 20px;
}
#section4 .content .font {
  width: 890px;
  position: absolute;
  top: 22%;
  left: 20.9%;
  color: #fff;
  height: 335px;
  border-top: 1px solid #7d7e7c;
  padding-top: 30px;
  opacity: 0;
}
#section4 .content .font p {
  line-height: 22px;
}
@-webkit-keyframes rightan {
  from {
    bottom: 5%;
    opacity: 1;
  }
  to {
    bottom: 1%;
    opacity: 0;
  }
}
.rightan {
  position: absolute;
  bottom: 80px;
  width: 30px;
  height: 15px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-animation: rightan 1s infinite;
  -webkit-animation-fill-mode: both;
}
@media screen and (max-width: 1600px) {
  #section0 h1 {
    color: #fff;
    font-size: 76px;
  }
  #section1 .content img:nth-child(1) {
    position: absolute;
    top: 17%;
    left: 20%;
    opacity: 0;
    /* transform: matrix(.7, 0, 0, .7, 0, 0); */
    width: 28vw;
  }
  #section1 .content img:nth-child(2) {
    position: absolute;
    top: 17%;
    left: 50%;
    opacity: 0;
    width: 23vw;
  }
  #section1 .content .block {
    position: absolute;
    top: 40%;
    left: 70.5%;
    background-color: #fff;
    width: 90px;
    height: 20px;
    opacity: 0;
  }
  #section1 .content .font {
    width: 645px;
    position: absolute;
    bottom: 12%;
    left: 37.5%;
    color: #fff;
    line-height: 20px;
    opacity: 0;
  }
  #section2 .content .font {
    width: 515px;
    position: absolute;
    top: 27%;
    left: 20.9%;
    color: #fff;
    line-height: 20px;
    height: 335px;
    border-left: 1px solid #7d7e7c;
    padding-left: 20px;
    opacity: 0;
  }
  #section3 .content img:nth-child(2) {
    position: absolute;
    top: 16%;
    right: 16.5%;
    opacity: 0;
    width: 29vw;
  }
  #section3 .content img:nth-child(1) {
    position: absolute;
    top: 25%;
    left: 12.5%;
    opacity: 0;
    width: 23vw;
  }
  #section3 .content .font {
    position: absolute;
    top: 50%;
    left: 39.5%;
    color: #fff;
    opacity: 0;
    text-align: left;
  }
  #section4 .content .font {
    width: 68%;
    position: absolute;
    top: 27%;
    left: 16.9%;
    color: #fff;
    height: 335px;
    border-top: 1px solid #7d7e7c;
    padding-top: 30px;
    opacity: 0;
  }
}
@media screen and (max-width: 1400px) {
  #section3 .content img:nth-child(2) {
    position: absolute;
    top: 16%;
    right: 15.5%;
    opacity: 0;
    width: 31vw;
  }
  #section3 .content img:nth-child(1) {
    position: absolute;
    top: 25%;
    left: 12.5%;
    opacity: 0;
    width: 27vw;
  }
  #section3 .content .font {
    position: absolute;
    top: 50%;
    left: 41.5%;
    color: #fff;
    opacity: 0;
    text-align: left;
  }
  #section4 .content .font {
    width: 68%;
    position: absolute;
    top: 27%;
    left: 16.9%;
    color: #fff;
    height: 335px;
    border-top: 1px solid #7d7e7c;
    padding-top: 30px;
    opacity: 0;
  }
}
