body {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

.header div{
    position: absolute;
    color: white;
    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: 178px;
}

.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: 168px;
    font-size: 13px;
}

.content1 {
    margin-top: 2%;
    position: relative;
}

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

.content1 .title {
    position: absolute;
    left: 35%
}

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

.content3 {
    margin-top: 6.7%;
}

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

.content3 .content ul{
    list-style-type: none;
    min-height: 260px;
}

.content3-title{
    width: 56.72%;
    text-align: center;
    margin: 1% auto 0;
}

.content3 .content ul>li:first-child{
    margin-right: 2%;
}
.content3 .content ul>li:nth-child(2){
    margin-right: 2%;
}
.content3 .content ul>li:nth-child(3){
    margin-right: 2%;
}
.content3 .content ul>li:nth-child(4){
    margin-right: 2%;
}
.content3 .content ul>li {
    width: 22.94%;
    float: left;
    text-align: center;
    min-height: 253px;
    background-image: url("../image/web_fokus_bg.png");
    background-size:189px;
    background-repeat:no-repeat;
}
.content3 .content ul>li>div:first-child{
    height: 70px;
}
.content3 .content ul>li>div:first-child>div:first-child{
    padding-top: 20px;
    width: 60%;
    float: left;
    color: white;
    font-size: 12px;
    text-align: center;
}
.content3 .content ul>li>div:first-child>div:last-child{
    padding-top: 20px;
    width: 18%;
    float: right;
    color: #EDF5FF;
    font-size: 20px;
}

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

.content4 .bottomImg {
    width: 56.72%;
    margin: 5% auto 0;
    padding-top: 15%;
}


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

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

    .content4 {
        height: 900px;
    }
}

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

    .font30 {
        font-size: 26px;
    }
    .header div {
        position: absolute;
        color: white;
        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;
        color: white;
        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: 640px;
    }

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

    .content1 {
        margin-top: 2%;
        position: relative;
    }

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

    .content1 .title {
        position: absolute;
        left: 35%;
    }

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

    .content3 .content ul{
        padding-left: 0px;
    }
    .content3 .content ul > li {
        width: 46.94%;
    }

    .content3 .content ul {
        list-style-type: none;
        min-height: 520px;
    }

    .content4 {
        height: 191px;
    }

    .footer{
        height: 300px;
    }
}

