p,
h6,
body,
html {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}


.header {
    background: url(/images/wjjzcb_banner.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    height: 550px;
}
.header .bannertext {
    top:16vw;
    text-align: center;
}

.header .bannertext h6 {
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    Letter-spacing: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #666, -1px -1px 1px #fff;

}

.header .bannertext p {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
}


.illustrate {
    margin-top: -100px;
    background: url(/images/wjjzcb_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    padding: 100px 50px 50px;
}


.illustrate h6 {
    position: absolute;
    top: 10px;
    left: 15%;
    font-size: 24px;
    color: #333;
}

.policylist {
    margin-top: 80px;
}

.illustrate p {
    font-size: 18px;
    line-height: 36px;
    color: #666;
}

.policy {
    float: left;
    width: 22%;
    margin-right: 4%;
    background: url(/images/wjjzcb_bg2.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    position: relative;
    border-radius: 10px;
}

.policy:last-child {
    margin-right: 0;
}

.policy a {
    display: block;
}

.policy h6 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    margin: 70px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
   height:80px
}


.policy p {
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin-bottom: 30px;
}

.policylist2 {
    margin: 80px 0;
}

.policy2 {
    float: left;
    width: 48%;
    margin-right: 4%;
    background: url(/images/wjjzcb_bg3.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    margin-bottom: 40px;

}


.policylist2 .policy2:nth-last-child(-n+2) {
    margin-bottom: 0px;
}


.policy2:nth-child(2n) {
    margin-right: 0;
}

.policy2 a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy2 h6 {
    font-size: 30px;
    line-height: 150px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.policy2 p {
    font-size: 24px;
    color: #fff;
    line-height: 150px;
    display: inline-block;
}

.policy2 a:after,
.policylist2:after,
.policylist:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width:1200px) {
    .illustrate {
        padding: 80px 50px 50px;
    }

    .policylist {
        margin-top: 40px;
    }

    .policy {
        width: 23.5%;
        margin-right: 2%;
    }

    .policy h6 {
        font-size: 24px;
        margin: 50px 0;
    }

    .policy p {
        margin-bottom: 20px;
    }

    .policylist2 {
        margin-top: 40px;
    }

    .policy2 h6 {
        font-size: 24px;
        line-height: 100px;
    }

    .policy2 p {
        font-size: 24px;
        line-height: 100px;
    }

    .policy2 {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:800px) {
    .header {
        height: 300px;
        background-size: cover;
    }
    .header .bannertext {
        top: 200px;
    }

    .header .bannertext h6 {
        font-size: 24px;
        line-height: 30px;
        Letter-spacing: 10px;
        text-shadow: none;
    }

    .header .bannertext p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }

    .illustrate {
        margin-top: 40px;
        padding: 0;
        background: none;
    }

    .illustrate h6 {
        position: static;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .illustrate p {
        font-size: 16px;
        line-height: 30px;
    }

    .policy {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .policy:nth-child(2n) {
        margin-right: 0;
    }

    .policy h6 {
        font-size: 18px;
        margin: 20px 0;
    }

    .policy p {
        font-size: 16px;
    }

    .policylist2 {
        margin: 0 0 40px;
    }

    .policy2 {
        width: 48%;
        margin-right: 4%;
        border-radius: 10px;
    }

    .policy2 a {
        display: block;
    }

    .policy2 h6 {
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0;
    }

    .policy2 p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
}