.wrap1 {
    height: 880px;
    background: url(../imgs/partner.png) no-repeat center;
    background-size: cover;
}

.safewidth {
    position: relative;
}

.logo {
    margin-left: 60px;
    margin-top: 60px;
}

.partner {
    width: 520px;
    color: #555;
    margin-left: 60px;
}

.partner h1 {
    letter-spacing: 2px;
}

.partner h2 {
    padding: 10px 0;
    letter-spacing: 5px;
}

.partner .btn_block {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partner .btn_block a.btn_form,
.partner .btn_block a.btn_pdf {
    color: #326fbb;
    border: 1px solid #326fbb;
}

.partner .btn_block a.btn {
    width: 140px;
}

.wrap2 {
    background: url(../imgs/zhanlue.jpg) no-repeat center;
    background-size: cover;
}

.wrap3 {
    height: 880px;
    background: url(../imgs/partner.jpg) no-repeat center;
    background-size: cover;
    background-position: 0 0;
}

.wrap3 {
    padding: 60px 0;
    color: #195399;
    text-align: center;
}

.wrap3 h3 {
    display: inline-block;
    padding: 30px 40px;
    font-weight: bold;
    font-size: 50px;
}

.wrap3 h4 {
    font-size: 20px;
    line-height: 30px;
}

.wrap3 .tab {
    width: 800px;
    margin: 40px auto 0 auto;
    border: none;
}

.wrap3 .tab tr td {
    width: 25%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.wrap3 .tab tr td>img {
    padding: 10px 0;
    width: 60%;
    margin: 0 auto;
    height: 70px;
}

.wrap3 .bold {
    font-weight: bold;
}

.wrap3 .footer {
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 70px;
}

.wrap2 h3 {
    text-align: center;
    color: #fff;
}

.member {
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}

.member .hybox {
    width: 160px;
    height: 70px;
    padding: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #1853a4;
    float: left;
}

.member .hylogobox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.member img {
    width: 160px;
    height: 70px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

@media (max-width: 768px) {
    .wrap1 {
        height: 750px;
        padding: 50px 0;
        background: url(../imgs/partner-m.png) no-repeat center;
        background-size: cover;
    }
    .partner {
        /* margin-top: 50%; */
        width: 100%;
        position: static;
        margin-left: 0;
    }
    .partner .btn_block {
        display: block;
        margin-top: 0;
    }
    .partner .btn_apply {
        margin-top: 30px;
    }
    .partner .btn_form {
        margin-top: 15px;
    }
    .partner .btn_pdf {
        margin-top: 15px;
    }
    .wrap2 {
        /* background: url(../imgs/zhanlue-m.jpg) no-repeat center; */
        background-size: cover;
        height: auto;
    }
    .wrap3 {
        background: url(../imgs/member-m.jpg) no-repeat center;
        background-size: cover;
        height: 760px;
    }
    .member {
        width: 100%;
        margin: 30px 0;
    }
    .member .hybox {
        float: none;
        width: 100%;
    }
    .member img {
        width: 50%;
        height: 80px;
    }
    .wrap3 .tab {
        width: 100%;
    }
    .wrap3 .tab tr td {
        width: 50%;
    }
    .wrap3 .tab tr td>img {
        width: 100%;
        padding: 10px;
        height: 60px;
    }
    .wrap3 h3 {
        font-size: 40px;
        color: #fff;
    }
    .wrap3 h4 {
        font-size: 14px;
        color: #fff;
    }
}