* {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: normal;
}

.page1{ background-color:#47a2ff;}
.page2{ background-color:#fbf8f8;}
.page3{ background-color:#eae7e7;}
.page4{ background-color:#84cef4;}
.page5{ background-color:#767676;}
.page6{ background-color:#5b5a5a;}

/* start header */
.header {
  display: flex;
  justify-content: center;
  padding: 5% 0;
}
.header > .content {
  width: 80%;
  display: flex;
  padding: 5% 0;
  flex-wrap: wrap;
  box-sizing: border-box;
}

/*page1*/
/*page1*/
.header > .content > .left {
  width: 40%;
}
.header > .content > .left > img {
  width: 110%;
  padding: 30% 5%;
}

.header > .content > .right {
  width: 60%;
  padding-left: 15%;
  padding-top:5% ;
  box-sizing: border-box;
}
.header > .content > .right * {
  color: #ffffff;
}

.header > .content > .right > .top {
  padding-bottom: 15%;
}
.header > .content > .right > .top > p:nth-of-type(1) {
  font-size: 72px;
  font-weight: bold;
  justify-content: space-between;
  padding-bottom: 5%;
}
.header > .content > .right > .top > p:nth-of-type(2){
  font-size: 36px;
  align-self: flex-end;
  padding-bottom: 10px;
  margin-right: 26%;
}

.header > .content > .right > .bottom > p:nth-of-type(1){
  font-size: 48px;
  font-weight: bold;

}
/*page2*/
.header > .content > .right_2 {
  width: 40%;
}

.header > .content > .right_2 > img {
  width: 95%;
  padding: 35% 5%  35% 0;
}

.header > .content > .left_2 {
  width: 60%;
  box-sizing: border-box;
  padding-top:5% ;
}
.header > .content > .left_2 * {
  color: #000000;
}
.header > .content > .left_2 > .more {
  margin-top: 15%;
  margin-left: 10%;
}
.header > .content > .left_2 > .more >p:nth-of-type(1) {
  padding-bottom: 20px;
  font-size: 72px;
}
.header > .content > .left_2 > .more >p:nth-of-type(2){
    width: 20%;
    border-top:4px #000000 solid  ;
}

.header > .content > .left_2 > .more >p:nth-of-type(3){
    margin-top: 5%;
    font-size: 30px;
}
/*page3*/
.header > .content > .left3 {
  width: 40%;
}
.header > .content > .left3 > img {
  width: 95%;
  padding: 35% 5%;
}
.header > .content > .left_3 {
  width: 60%;
  box-sizing: border-box;
  padding-top:5% ;
}
.header > .content > .left_3 * {
  color: #000000;
}
.header > .content > .left_3 > .more {
  margin-top: 15%;
  margin-left: 20%;
}
.header > .content > .left_3 > .more >p:nth-of-type(1) {
  padding-bottom: 20px;
  font-size: 72px;
}
.header > .content > .left_3 > .more >p:nth-of-type(2){
    width: 20%;
    border-top:4px #000000 solid  ;
}

.header > .content > .left_3 > .more >p:nth-of-type(3){
    margin-top: 5%;
    font-size: 30px;
}
/*page4*/
.header > .content > .right_4 {
  width: 50%;
}

.header > .content > .right_4 > img {
  width: 85%;
  padding: 25% 5%  25% 0;

}

.header > .content > .left_4 {
  width: 50%;
  box-sizing: border-box;
  padding-top:10% ;
}
.header > .content > .left_4 * {
  color: #ffffff;
}
.header > .content > .left_4 > .more {
  margin-top: 13%;
  margin-left: 10%;
}
.header > .content > .left_4 > .more >p:nth-of-type(1) {
  padding-bottom: 30px;
  font-size: 72px;
}
.header > .content > .left_4 > .more >p:nth-of-type(2){
    width: 20%;
    border-top:4px #ffffff solid  ;
}

.header > .content > .left_4 > .more >p:nth-of-type(3){
    margin-top: 7%;
    font-size: 30px;
}

/*page5*/
.header > .content5 {
  width: 80%;
  padding: 2% 0;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.header > .content5  > .foot {
  padding-bottom: 10%;
}
.box{
    display: flex;
    align-items: center;

}
.div1, .div3{
    flex:1.4;
    border-top: 4px solid #ffffff;
}

.div2{
    flex:3;
    text-align: center;
    font-size: 72px;
    color: #ffffff;
}
.header > .content5 > .foot >div:nth-of-type(2) {
    text-align: center;
    margin-top: 10%;
    font-size: 16px;
    color: #ffffff;
}
.header > .content5 > .foot >div:nth-of-type(2) >p{
    margin-top: 1%;
}

/* end header */
@media screen and (max-width: 994px){
        /*page1*/
    .header > .content {
        width: 90%;
    }
    .header > .content > .left {
        width: 45%;
    }
    .header > .content > .right {
        width: 55%;
    }
    .header > .content > .right > .top > p:nth-of-type(1)  {
        margin-top: 25px;
        font-size: 22px;
        padding-bottom: 5px;
    }
    .header > .content > .right > .top > p:nth-of-type(2) {
        font-size: 10px;
        padding-bottom: 5px;
        margin-top: 10px;
    }
    .header > .content > .right > .bottom > p:nth-of-type(1) {
        font-size: 14px;
    }
    .header > .content > .right > .top {
        padding-bottom: 10%;
    }
    /*page2*/

    .header > .content > .left_2 > .more {
      margin-top: 15%;
      /*margin-left: 15%;*/
    }
    .header > .content > .left_2 > .more >p:nth-of-type(1) {
        padding-bottom: 5%;
        font-size: 20px;
    }
    .header > .content > .left_2 > .more >p:nth-of-type(2){
        width: 20%;
        border-top:2px #000000 solid  ;
    }

    .header > .content > .left_2 > .more >p:nth-of-type(3){
        margin-top: 5%;
        font-size: 10px;
    }

    /*page3*/
    .header > .content > .left_3 > .more {
      margin-top: 15%;
      /*margin-left: 15%;*/
    }
    .header > .content > .left_3 > .more >p:nth-of-type(1) {
        padding-bottom: 5%;
        font-size: 20px;
    }
    .header > .content > .left_3 > .more >p:nth-of-type(2){
        width: 20%;
        border-top:2px #000000 solid  ;
    }

    .header > .content > .left_3 > .more >p:nth-of-type(3){
        margin-top: 5%;
        font-size: 10px;
    }

    /*page4*/
    .header > .content > .left_4 > .more {
      margin-top: 15%;
      /*margin-left: 15%;*/
    }
    .header > .content > .left_4 > .more >p:nth-of-type(1) {
        padding-bottom: 5%;
        font-size: 20px;
    }
    .header > .content > .left_4 > .more >p:nth-of-type(2){
        width: 20%;
        border-top:2px #ffffff solid  ;
    }

    .header > .content > .left_4 > .more >p:nth-of-type(3){
        margin-top: 5%;
        font-size: 10px;
    }

    /*page5*/
    .div1, .div3{
        flex:1.4;
        border-top: 2px solid #ffffff;
    }
    .div2{
        flex:3;
        text-align: center;
        font-size: 24px;
        color: #ffffff;
    }
    .header > .content5 > .foot >div:nth-of-type(2) {
        text-align: center;
        margin-top: 10%;
        font-size: 10px;
        color: #ffffff;
    }

}