section {
  width: 100%; }

.page {
  width: 100%;
  overflow: hidden; }

.banner {
  min-height: 100vh;
  overflow: hidden;
  position: relative; }
  .banner .text {
    width: 60%;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 3; }
    .banner .text h1 {
      font-size: 64px;
      padding: 50px 0 20px 0; }
    .banner .text p {
      font-size: 40px;
      line-height: 60px;
      font-weight: normal;
      margin-bottom: 50px; }
  .banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    -webkit-animation: upin 4s ease forwards;
    animation: upin 4s ease forwards; }

.content {
  padding: 200px 0;
  display: flex;
  overflow: hidden; }
  .content aside {
    padding: 40px 0;
    border-top: 3px solid #000;
    font-size: 60px;
    line-height: 80px;
    width: 30%; }
  .content article {
    padding-left: 150px;
    font-size: 16px;
    line-height: 32px;
    width: 70%; }
    .content article .sign {
      padding-top: 80px;
      text-align: right;
      font-size: 26px;
      font-weight: bold; }
      .content article .sign span {
        font-weight: normal;
        color: #999; }
    .content article p {
      font-size: 16px;
      line-height: 32px; }
      .content article p span {
        font-size: 16px;
        line-height: 32px; }

/*# sourceMappingURL=chairman-message.css.map */
