body {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

.header div{
    position: absolute;
    line-height: 36px;
    padding-top: 4px;
}

.header div:first-child {
    width: 25.6%;
    margin-left: 19.58%;
}

.header div:last-child {
    width: 30.6%;
    margin-left: 69.58%;
}

img {
    width: 100%;
}
.content1 {
    position: relative;
}
.content1 .content {
    width: 100%;
}
.content1 .content2{
    position: absolute;
    width: 57%;
    top: 54%;
    left: 22%;
}

.content2 .content {
    width: 60%;
    margin: 4% auto 0;
    position: relative;
}

.content3 .content {
    width: 100%;
}

.content4 .content {
    width: 60%;
    margin: 4% auto 0;
}


.footer {
    margin-top: 6.7%;
    background: #010819;
    padding: 3.8% 0 7%;
}

.footer div {
    margin-left: 20.16%;
}

.font36 {
    font-size: 36px;
}

.font30 {
    font-size: 30px;
}

.fontFFFFFF {
    color: #FFFFFF;
}

@media screen and (max-width: 1750px) {
    .font36 {
        font-size: 34px;
    }

    .font30 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1550px) {
    .font36 {
        font-size: 32px;
    }

    .font30 {
        font-size: 26px;
    }
    .header div {
        position: absolute;
        font-size: 16px;
        padding-top: 6px;
        line-height: 16px;
    }

    .header div:first-child {
        width: 25.6%;
        margin-left: 19.58%;
    }

    .header div:last-child {
        width: 30.6%;
        margin-left: 69.58%;
    }
}

@media screen and (max-width: 1200px) {
    .font36 {
        font-size: 16px;
    }

    .font30 {
        font-size: 14px;
    }

    .header div {
        position: absolute;
        font-size: 12px;
        padding-top: 12px;
        line-height: 12px;
    }
    .header div:first-child {
        width: 45.6%;
        margin-left: 9.58%;
    }

    .header div:last-child {
        width: 30.6%;
        margin-left: 64.58%;
    }


    .content2 .content {
        width: 100%;
        margin: 0 auto 0;
        position: relative;
    }

    .content3 .content {
        width: 100%;
        margin: 0 auto 0;
    }
    

    .footer{
        height: 100px;
    }
}

@media screen and (max-width: 600px) {
    .font36 {
        font-size: 16px;
    }

    .font30 {
        font-size: 14px;
    }

    .header div {
        position: absolute;
        font-size: 12px;
        padding-top: 12px;
        line-height: 12px;
    }
    .header div:first-child {
        width: 45.6%;
        margin-left: 9.58%;
    }

    .header div:last-child {
        width: 30.6%;
        margin-left: 64.58%;
    }

    .content2 .content {
        width: 100%;
        margin: 0 auto 0;
        position: relative;
    }

    .content3 .content {
        width: 100%;
        margin: 0 auto 0;
    }

    .content4 .content {
        width: 100%;
        margin: 0 auto 0;
    }

    .footer{
        height: 300px;
    }
}

