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 .title, .content3 .title, .content2 .title {
    width: 29.58%;
    margin: 0 auto;
}

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

.marginTop2 {
    margin-top: 2%;
}

.content2 .content ul{
    list-style-type: none;
    min-height: 165px;
}

.content2 .content ul>li:first-child{
    margin-right: 2%;
}
.content2 .content ul>li:nth-child(2){
    margin-right: 2%;
}
.content2 .content ul>li:nth-child(3){
    margin-right: 2%;
}
.content2 .content ul>li:nth-child(4){
    margin-right: 2%;
}
.content2 .content ul>li {
    width: 16.94%;
    float: left;
    text-align: center;
    background: #F4F7FC;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    font-family: PingFang SC-Bold, PingFang SC;
    border-radius: 12px 12px 12px 12px;
    min-height: 165px;
}

.content1 {
    margin-top: 2%;
}

.content1 .content {
    width: 56.72%;
    margin: 1% auto 0;
}

.content1 .title {
    text-align: center;
}
.content2 .title {
    text-align: center;
}

.content3-title{
    width: 56.72%;
    color: #AAAAAA;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 0;
}

.content3 {
    margin-top: 6.7%;
}

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

.content3 .title{
    text-align: center;
}


.content4 {
    position: relative;
    background-image: url("../image/web_part5_img.png");
    background-size: contain;
    background-repeat:no-repeat;
    height: 929px;
}

.footer {
    background: #010819;
    padding: 3.8% 0 7%;
}

.footer div {
    margin-left: 15%;
    margin-right: 15%;
}

.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;
    }

    .content2 .content ul > li {
        min-height: 165px;
    }

    .content4 {
        height: 900px;
    }
}

@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%;
    }

    .content4 {
        height: 742px;
    }
}

@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 ul {
        list-style-type: none;
        min-height: 188px;
    }

    .content2 .content ul > li {
        width: 15.94%;
        min-height: 188px;
        margin-right: 2%;
        margin-top: 2%;
    }

    .content1 {
        margin-top: 2%;
    }

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

    .content1 .title {
        width: 100%;
        margin: 0;
    }

    .content2 .title {
        width: 100%;
        margin: 0;
    }

    .content3 .title {
        width: 100%;
        margin: 0;
    }

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

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

    .content3-title {
        color: #AAAAAA;
        font-size: 12px;
    }

    .content3-title {
        width: 100%;
    }



    .content4 {
        height: 500px;
    }

    .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 ul {
        list-style-type: none;
        min-height: 66px;
    }

    .content2 .content ul > li {
        width: 15.94%;
        min-height: 66px;
        margin-right: 2%;
        margin-top: 2%;
    }

    .content1 {
        margin-top: 2%;
    }

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

    .content1 .title {
        width: 100%;
        margin: 0;
    }

    .content2 .title {
        width: 100%;
        margin: 0;
    }

    .content3 .title {
        width: 100%;
        margin: 0;
    }

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

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

    .content3-title {
        color: #AAAAAA;
        font-size: 12px;
    }

    .content3-title {
        width: 100%;
    }



    .content4 {
        height: 191px;
    }

    .footer{
        height: 300px;
    }
}

