* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

table,
thead,
tr,
th,
td {
    border-collapse: collapse;
}

    table th {
        height: 65px;
        font-size: 25px;
        border: 2px solid #dedede;
        color: #555555;
    }

    table tr td {
        height: 40px;
        border: 2px solid #dedede;
        box-sizing: border-box;
        text-align: center;
        font-size: 15px;
        padding: 0 5px;
        color: #545454;
    }

.tb_bg {
    background-color: #f5f5f5;
}

.banner_top {
    width: 100%;
    height: auto;
    background-color: #e56100;
    margin-top: 50px;
}

.banner_bg {
    width: 1200px;
    height: 250px;
    margin: 0 auto;
    background: url('../spimages/top_bg.png') no-repeat;
}

.join_vip {
    width: 336px;
    height: 66px;
    border-radius: 50px;
    border: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 140px;
    font-size: 30px;
    color: #ff5812;
    cursor: pointer;
}

.line_all {
    width: 100%;
    height: 60px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 7px 10px -1px rgba(207, 199, 199, 0.4);
}

.vip_kind {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

ul.tab,
ul#ul {
    width: 1200px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
}

    ul.tab li,
    ul#ul li {
        width: 595px;
        height: 60px;
        font-size: 20px;
        text-align: center;
        line-height: 60px;
        margin-left: 5px;
        float: left;
        cursor: pointer;
        list-style: none;
        background-color: #ffffff;
    }

.equity_table {
    margin: 0 auto;
}

.title {
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    color: #e56100;
}

.box,
.main {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

    .box .con,
    .main .item {
        width: 1200px;
        height: auto;
        display: none;
        margin-top: 100px;
        margin-bottom: 50px;
    }

.tab {
    position: absolute;
    height: 80px;
    width: 100%;
    z-index: 999;
}

.tab-active {
    position: fixed;
    top: 50px;
    z-index: 999;
}

.line {
    width: 100%;
    height: 27px;
    background-color: #f8f8f8;
}

.contact {
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.contact_nr {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.contact_nr_txt {
    width: 1200px;
    height: auto;
    margin-top: 70px;
}

    .contact_nr_txt p {
        font-size: 30px;
        color: #323232;
        text-align: center;
    }

.contact_nr_links {
    width: 1200px;
    height: auto;
    margin-top: 30px;
}

    .contact_nr_links p {
        font-size: 24px;
        color: #818181;
        text-align: center;
    }

.contact_nr_ywy {
    width: 1200px;
    height: auto;
    margin-top: 30px;
    display: flex;
}


.contact_nr_sydc {
    width: 220px;
    height: 250px;
    margin-left: 390px;
}

.contact_nr_sydc_items {
    width: 220px;
    height: 250px;
}

.contact_nr_sydc_items_txt {
    width: 220px;
    height: 30px;
}

    .contact_nr_sydc_items_txt p {
        font-size: 20px;
        color: #323232;
        line-height: 30px;
        text-align: center;
    }

.contact_nr_sydc_items img {
    width: 114px;
    height: 114px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.contact_nr_sydc_items_name {
    width: 220px;
    height: auto;
    margin-top: 15px;
}

    .contact_nr_sydc_items_name p {
        font-size: 12px;
        color: #323232;
        text-align: center;
    }

    .contact_nr_sydc_items_name span {
        color: #929292;
    }

.contact_nr_gys_items {
    width: 220px;
    height: 250px;
}

.contact_nr_gys_items_txt {
    width: 220px;
    height: 30px;
}

    .contact_nr_gys_items_txt p {
        font-size: 20px;
        color: #323232;
        line-height: 30px;
        text-align: center;
    }

.contact_nr_gys_items img {
    width: 114px;
    height: 114px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.contact_nr_gys_items_name {
    width: 220px;
    height: auto;
    margin-top: 15px;
}

    .contact_nr_gys_items_name p {
        font-size: 12px;
        color: #323232;
        text-align: center;
    }

    .contact_nr_gys_items_name span {
        color: #929292;
    }

/* 申请加入 */
.cover {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 999;
}

.apply {
    width: 808px;
    height: 883px;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.closed {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 20px;
    right: 20px;
}

    .closed img {
        width: 46px;
        height: 46px;
        cursor: pointer;
    }

.apply_cont {
    width: 600px;
    height: auto;
    margin: 0 auto;
    margin-top: 70px;
}

.member_kind {
    width: 600px;
    height: 55px;
    display: flex;
}

.member_kind_l {
    width: 120px;
    height: 55px;
}

    .member_kind_l p {
        font-size: 18px;
        color: #404040;
        line-height: 55px;
        text-align-last: justify;
    }

.member_kind_r {
    width: 480px;
    height: 55px;
}

.members {
    width: 270px;
    height: 55px;
    border: 2px solid #f5f5f5;
    background-color: #f7fffe;
    font-size: 18px;
    text-align: center;
    margin-left: 10px;
    background-color: #fff6ed;
}

.four_kind {
    width: 600px;
    height: 55px;
    display: flex;
    margin-top: 20px;
}

.four_kind_l {
    width: 120px;
    height: 55px;
}

.four_kind_r {
    width: 480px;
    height: 55px;
    display: flex;
}

.four_kind_r_cj {
    width: auto;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    margin-right: 20px;
}

.four_kind_r_gj {
    width: auto;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    margin-right: 20px;
}

.four_kind_r_cw {
    width: auto;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    margin-right: 20px;
}

.four_kind_r_cwls {
    width: auto;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.company_kind {
    width: 600px;
    height: 55px;
    margin-top: 20px;
    display: flex;
}

.company_kind_l {
    width: 120px;
    height: 55px;
}

.company_kind_r {
    width: 480px;
    height: 55px;
}

.company_kind_l p {
    font-size: 18px;
    color: #404040;
    line-height: 55px;
    text-align-last: justify;
}

.company {
    width: 430px;
    height: 55px;
    border: 2px solid #f5f5f5;
    font-size: 18px;
    padding-left: 5px;
    margin-left: 10px;
}

.linked_kind {
    width: 600px;
    height: 55px;
    margin-top: 20px;
    display: flex;
}

.linked_kind_l {
    width: 120px;
    height: 55px;
}

.linked_kind_r {
    width: 480px;
    height: 55px;
}

.linked_kind_l p {
    font-size: 18px;
    color: #404040;
    line-height: 55px;
    text-align-last: justify;
}

.linked {
    width: 430px;
    height: 55px;
    border: 2px solid #f5f5f5;
    font-size: 18px;
    padding-left: 5px;
    margin-left: 10px;
}

.phone_kind {
    width: 600px;
    height: 55px;
    margin-top: 20px;
    display: flex;
}

.phone_kind_l {
    width: 120px;
    height: 55px;
}

.phone_kind_r {
    width: 480px;
    height: 55px;
}

.phone_kind_l p {
    font-size: 18px;
    color: #404040;
    line-height: 55px;
    text-align-last: justify;
}

.phone {
    width: 430px;
    height: 55px;
    border: 2px solid #f5f5f5;
    font-size: 18px;
    padding-left: 5px;
    margin-left: 10px;
}

.email_kind {
    width: 600px;
    height: 55px;
    margin-top: 20px;
    display: flex;
}

.email_kind_l {
    width: 120px;
    height: 55px;
}

.email_kind_r {
    width: 480px;
    height: 55px;
}

.email_kind_l p {
    font-size: 18px;
    color: #404040;
    line-height: 55px;
    text-align-last: justify;
}

.email {
    width: 430px;
    height: 55px;
    border: 2px solid #f5f5f5;
    font-size: 18px;
    padding-left: 5px;
    margin-left: 10px;
}

.address_kind {
    width: 600px;
    height: 55px;
    margin-top: 20px;
    display: flex;
}

.address_kind_l {
    width: 120px;
    height: 55px;
}

.address_kind_r {
    width: 480px;
    height: 55px;
}

.address_kind_l p {
    font-size: 18px;
    color: #404040;
    line-height: 55px;
    text-align-last: justify;
}

.address {
    width: 430px;
    height: 55px;
    border: 2px solid #f5f5f5;
    font-size: 18px;
    padding-left: 5px;
    margin-left: 10px;
}

.remark_kind {
    width: 600px;
    height: auto;
    margin-top: 20px;
    display: flex;
}

.remark_kind_l {
    width: 120px;
    height: auto;
}

.remark_kind_r {
    width: 480px;
    height: auto;
}

.remark_kind_l p {
    font-size: 18px;
    color: #404040;
    line-height: 55px;
    text-align-last: justify;
}

.remark {
    width: 430px;
    height: 120px;
    border: 2px solid #f5f5f5;
    font-size: 18px;
    padding-left: 5px;
    margin-left: 10px;
}

.submit {
    width: 270px;
    height: 55px;
    background-color: #f39700;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 40px;
    border: none;
    color: #ffffff;
    font-size: 24px;
    line-height: 55px;
    letter-spacing: 3px;
    cursor:pointer;
}

    .submit p {
        font-size: 24px;
        color: #ffffff;
        text-align: center;
        line-height: 55px;
        letter-spacing: 3px;
    }

/* 提交成功 */
.success {
    width: 808px;
    height: 500px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 200px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.success_txt {
    width: 808px;
    height: auto;
    margin-top: 140px;
}

    .success_txt p {
        font-size: 40px;
        color: #404040;
        text-align: center;
    }

.success_txt2 {
    width: 808px;
    height: auto;
    margin-top: 40px;
}

    .success_txt2 p {
        font-size: 30px;
        color: #5e5e5e;
        text-align: center;
    }
