/*会员专区*/

body {
    background: #f5f5f5;
}

[class*='sec'] {
    padding: 60px 0;
    position: relative;
}

[class*='sec'] h2 {
    font-size: 34px;
    line-height: 1.7;
    color: #333;
    font-family: "微软雅黑", arial;
}

[class*='sec'] h3 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    line-height: 1.7;
}

[class*='sec'] .msg {
    margin-top: 30px;
    line-height: 1.7;
    font-size: 16px;
    letter-spacing: .5px;
    color: #333;
}

[class*='sec'] .btn_block {
    width: 440px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[class*='sec'] .btn_block a {
    width: 180px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
    border: 1px solid #003580;
    color: #003580;
    font-size: 18px;
    letter-spacing: 1px;
}

[class*='sec'] .btn_block a:hover {
    background: #003580;
    color: #fff;
}

[class*='sec'] .btn_block a.btn_reg {
    background: #ffdd0f;
    border: 1px solid #ffdd0f;
    color: #003580;
}

.safewidth {
    overflow: hidden;
}

.sec11A .safewidth {
    padding-bottom: 100px;
}

.left {
    float: left;
}

.left>img {
    width: 100%;
    height: 100%;
}

.right {
    float: right;
}

.right>img {
    width: 100%;
    height: 100%;
}

.anchor {
    position: absolute;
    bottom: 90px;
    left: 0;
}

.sec1 {
    margin-top: 110px;
    background: url(../imgs/banner_membership.jpg) no-repeat center;
    background-size: cover;
    height: 450px;
}

.sec1 h2 {
    color: #fff;
}

.sec1 h3 {
    color: #fff;
}

.sec1 .msg {
    width: 520px;
    color: #fff;
}

.sec1 .btn_block a {
    border: 1px solid #fff;
    color: #fff;
}

.sec1 .btn_block a.btn_reg {
    background: #ffdd0f;
    color: #333;
    border: 1px solid #ffdd0f;
}

.sec1 .btn_block a:hover {
    background: #ffdd0f;
    color: #333;
    border: 1px solid #ffdd0f;
}

.sec2 {
    background: #1399cc;
    color: #fff;
    padding: 30px 0;
}

.sec2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 li {
    width: 25%;
    height: 60px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .8);
}

.sec2 li:first-child {
    border-left: none;
}

.sec2 li a {
    color: #fff;
    margin-top: 10px;
    font-size: 22px;
}

.sec2 li p {
    width: 0;
    margin: 10px auto;
    height: 1px;
    background: rgba(255, 255, 255, .8);
    transition: linear .2s;
}

.sec2 li:hover>p {
    width: 40%;
}

.sec3 {
    height: 350px;
    padding: 0;
    background: #fff;
}

.sec3 .msg {
    font-size: 18px;
    line-height: 2;
}

.sec3 .left {
    padding: 60px 0;
}

.sec3 .right {
    width: 500px;
    height: 100%;
}

.sec3 .btn_block {
    margin-top: 10px;
}

.sec3 .btn_block a {
    background: #fff;
    color: #003580;
    border: 1px solid #003580;
}

.sec3 .btn_block a.btn_reg {
    background: #ffdd0f;
    color: #333;
    border: 1px solid #ffdd0f;
}

.sec3 .btn_block a:hover {
    background: #003580;
    color: #fff;
}

.sec4 {
    background: #1399CC;
    height: 500px;
    padding: 0;
}

.sec4 .safewidth {
    height: 100%;
    padding: 60px 0;
    overflow: visible;
}

.sec4 h2 {
    color: #fff;
}

.sec4 .msg {
    color: #fff;
    margin-top: 30px;
}

.sec4 .btn_block a {
    background: #fff;
    color: #333;
    border: none;
}

.sec4 .btn_block a.btn_reg {
    background: #ffdd0f;
    border: 1px solid #ffdd0f;
    color: #003580;
}

.sec4 .paster {
    position: absolute;
    width: 1200px;
    height: 350px;
    top: 330px;
    left: 0;
    z-index: 2;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}

.sec4 .paster:hover {
    box-shadow: 0 0 5px #ccc;
}

.sec4 .paster .left {
    width: 500px;
    height: 100%;
}

.sec4 .paster .right {
    padding: 40px;
    width: 700px;
}

.sec4 .paster .right h2 {
    color: #333;
}

.sec4 .paster .right .msg {
    color: #333;
}

.sec4 .paster .right a {
    width: 240px;
    height: 50px;
    margin-top: 30px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #003580;
    background: #fff;
    color: #003580;
    font-size: 17px;
    font-weight: bold;
}

.sec4 .paster .right a:hover {
    background: #003580;
    color: #fff;
}

.sec5 {
    padding-top: 230px;
}

.sec5 .safewidth {
    border-radius: 16px;
}

.sec5 .safewidth:hover {
    box-shadow: 0 0 5px #ccc;
}

.sec5 .left {
    background: #fff;
    padding: 40px;
    width: 700px;
    height: 350px;
}

.sec5 .left .btn_block {
    width: 520px;
}

.sec5 .left .btn_block a {
    width: 240px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #003580;
    background: #fff;
    color: #003580;
    font-size: 17px;
    font-weight: bold;
}

.sec5 .left .btn_block a:hover {
    background: #003580;
    color: #fff;
}

.sec5 .right {
    width: 500px;
    height: 350px;
}

.sec6 {
    padding: 0;
    height: 350px;
}

.sec6 .safewidth {
    border-radius: 16px;
}

.sec6 .safewidth:hover {
    box-shadow: 0 0 5px #ccc;
}

.sec6 .left {
    width: 500px;
    height: 100%;
}

.sec6 .right {
    background: #fff;
    width: 700px;
    height: 100%;
    padding: 40px;
}

.sec6 .right a {
    width: 240px;
    height: 50px;
    margin-top: 30px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #003580;
    background: #fff;
    color: #003580;
    font-size: 17px;
    font-weight: bold;
}

.sec6 .right a:hover {
    background: #003580;
    color: #fff;
}

.sec7 {
    background: #fff;
    padding: 0;
    height: 350px;
    margin-top: 60px;
}

.sec7 .left {
    width: 700px;
    padding: 40px;
}

.sec7 .right {
    width: 500px;
    height: 100%;
}

.sec8 {
    height: 350px;
    padding: 0;
}

.sec8 .left {
    width: 500px;
    height: 100%;
}

.sec8 .right {
    width: 700px;
    padding: 40px;
}

.sec9 {
    padding: 0;
    background: #fff;
    height: 350px;
}

.sec9 .left {
    width: 700px;
    height: 100%;
    padding: 40px;
}

.sec9 .right {
    width: 500px;
    height: 100%;
}

.sec10 {
    background: #006f9d;
    text-align: center;
    padding-bottom: 130px;
}

.sec10 ul {
    margin-top: 40px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sec10>div h2 {
    color: #fff;
}

.sec10 ul li {
    width: 16.66%;
    padding: 10px;
}

.sec10 ul li img {
    width: 100%;
    height: 80px;
    padding: 8px;
    background: #fff;
    border: 1px solid #ddd;
}

.sec10 ul li img:hover {
    border: 1px solid #003580;
}


/*会员权益对比A*/

.sec11A h2 {
    text-align: center;
    margin: 30px 0;
}

.sec11A .tab {
    margin-top: 40px;
    background: #fff;
    border: 1px solid #ddd;
}

.sec11A .tab th {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 15px;
    background: #393939;
    align-items: center;
    position: relative;
}

.sec11A .tab th:nth-child(2) {
    color: #ffdd0f;
}

.sec11A .tab th>img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 22px;
    left: 68px;
}

.sec11A .tab tr td {
    width: 22%;
    padding: 15px;
    text-align: center;
    color: #555;
    line-height: 1.7;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.sec11A .tab tr td span {
    display: block;
    font-size: 13px;
    font-style: italic;
}

.sec11A .tab tr td:nth-child(2) {
    border-left: 1px solid #003580;
    border-right: 1px solid #003580;
}

.sec11A .tab tr td:first-child {
    width: 34%;
    text-align: left;
}

.sec11A .tab tr td a {
    color: #333;
    border: 1px solid #003580;
    width: 160px;
    margin: 0 auto;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;
    transition: linear .2s;
}

.sec11A .tab tr td:nth-child(2) a {
    background: #003580;
    color: #fff;
}

.sec11A .tab tr td a:hover {
    background: #003580;
    border: 1px solid #003580;
    color: #fff;
}


/*会员权益对比B*/

.sec11B h2 {
    text-align: center;
}

.sec11B ul {
    margin-top: 40px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.sec11B ul li {
    float: left;
    width: 22%;
    position: relative;
}

.sec11B ul li:first-child {
    width: 34%;
}

.sec11B ul li:nth-child(2) {
    background: #f5f5f5;
}

.sec11B ul li h4 {
    padding: 20px 0;
    text-align: center;
    background: #393939;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.sec11B ul li .content {
    padding: 20px 0;
}

.sec11B ul li .type {
    height: 400px;
    padding: 0 10px;
    overflow-y: scroll;
}

.sec11B ul li .type>p {
    padding: 10px;
    line-height: 1.7;
    letter-spacing: .5px;
    cursor: pointer;
    color: #333;
}

.sec11B ul li .type>p:hover {
    background: #eee;
}

.sec11B ul li .type>p.on {
    background: #eee;
}

.sec11B ul li .panel {
    height: 360px;
    color: #333;
    padding: 160px 10px 0 10px;
    letter-spacing: .5px;
    line-height: 1.7;
    text-align: center;
}

.sec11B ul li .panel span {
    color: #F9D681;
    letter-spacing: 0;
    font-weight: bold;
}

.sec11B ul li .panel_btn {
    width: 160px;
    height: 40px;
    margin: 20px auto;
    text-align: center;
    line-height: 38px;
    border: 1px solid #F9D681;
    color: #333;
    border-radius: 20px;
    transition: linear .2s;
}

.sec11B ul li .panel_btn:hover {
    background: #1A98CB;
    border: 1px solid #1A98CB;
    color: #fff;
}

.member {
    width: 1200px;
    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;
    padding: 5px 10px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.sec11A {
    padding: 0;
    background: url(../imgs/service02.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.sec11A table {
    color: #555;
    overflow: hidden;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}

.sec11A table tr:nth-child(odd) {
    background: rgba(255, 255, 255, .9);
}

.sec11A table tr:nth-child(even) {
    background: rgba(255, 255, 255, .8);
}

.sec11A table tr.t_head {
    background: #3e3a39;
    color: #fff;
}

.sec11A table tr.t_head th {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    letter-spacing: 1px;
}

.sec11A table tr td>img {
    height: 40px;
    width: 40px;
    margin: 0 auto;
}

.sec11A table td.t_slide_odd {
    background: rgba(220, 220, 220, .9);
}

.sec11A table td.t_slide_even {
    background: rgba(240, 240, 240, .9);
}

.sec11A table tr.t_head th {
    height: 70px;
    line-height: 70px;
    letter-spacing: 0;
    font-size: 15px;
}

.sec11A table.tab01 td {
    width: 226px;
    padding: 10px;
    height: 80px;
    text-align: center;
    font-size: 15px;
}

.sec11A table.tab01 {
    margin-top: 50px;
}

.sec11A table.tab01 td.t_color_td {
    height: 70px;
    line-height: 70px;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #3e3a39;
}

.sec11A table.tab01 td.t_slide {
    width: 100px;
    padding-left: 20px;
    text-align: left;
}

table.tab02 td {
    height: 120px;
    width: 200px;
    text-align: center;
    padding: 10px;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

table.tab02 td.t_slide {
    width: 400px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

table.tab02 td span {
    font-size: 13px;
    display: block;
    font-style: italic;
}

.link_box a {
    border: 1px solid #003580;
    width: 160px;
    margin: 0 auto;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;
    transition: linear .2s;
    color: #333;
}

.active a {
    color: #fff;
    font-size: bold;
    background: #003580;
}

@media (max-width: 768px) {
    body {
        background: #fff;
    }
    /*会员专区*/
    [class*='sec'] {
        padding: 30px 0;
    }
    [class*='sec'] h2 {
        font-size: 26px;
    }
    [class*='sec'] h3 {
        font-size: 17px;
    }
    [class*='sec'] .msg {
        margin-top: 15px;
        font-size: 14px;
    }
    [class*='sec'] .btn_block {
        width: 100%;
        margin-top: 0;
    }
    [class*='sec'] .btn_block a {
        width: 160px;
        height: 40px;
        line-height: 38px;
        font-size: 15px;
    }
    .member {
        width: 100%;
        margin: 30px 0;
    }
    .member .hybox {
        float: none;
        width: 100%;
    }
    .member img {
        width: 50%;
        height: 80px;
    }
    .left {
        float: left;
    }
    .left>img {
        height: auto;
    }
    .right {
        float: right;
    }
    .right>img {
        height: auto;
    }
    .anchor {
        position: absolute;
        bottom: 50px;
        left: 0;
    }
    .sec1 {
        margin-top: 50px;
        background: url(../imgs/banner_membership-m.jpg) no-repeat center;
        background-size: cover;
        height: 460px;
    }
    .sec1 .btn_block {
        display: block;
    }
    .sec1 .btn_block a {
        margin-top: 15px;
    }
    .sec1 .btn_block a:first-child {
        border: 1px solid #003580;
        color: #003580;
    }
    .sec1 h2 {
        color: #666;
    }
    .sec1 h3 {
        color: #666;
    }
    .sec1 .msg {
        color: #666;
        width: 100%;
        font-size: 13px;
    }
    .sec2 {
        display: none;
    }
    .sec3 {
        height: auto;
        padding: 0;
    }
    .sec3 .msg {
        font-size: 14px;
        line-height: 1.7;
    }
    .sec3 .left {
        padding: 15px 0 0 0;
    }
    .sec3 .right {
        margin-top: 15px;
        width: 100%;
        height: auto;
    }
    .sec4 {
        height: auto;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .sec4 .safewidth {
        padding: 0 15px;
        height: auto;
    }
    .sec4 h2 {
        text-align: center;
        font-size: 22px;
    }
    .sec4 .msg {
        margin-top: 15px;
        text-align: center;
    }
    .sec4 .btn_block a {
        background: transparent;
        color: #fff;
        margin: 15px auto 0 auto;
        border: 1px solid #fff;
    }
    .sec4 .paster {
        position: static;
        width: 100%;
        height: auto;
        border-radius: 12px;
        margin-top: 15px;
    }
    .sec4 .paster .left {
        width: 100%;
        height: auto;
    }
    .sec4 .paster .right {
        padding: 15px;
        width: 100%;
    }
    .sec4 .paster .right a {
        width: 180px;
        height: 40px;
        line-height: 38px;
        font-size: 15px;
        margin: 15px auto 0 auto;
    }
    .sec5 {
        background: #1399CC;
        padding: 0 15px 15px 15px;
        text-align: center;
    }
    .sec5 .safewidth {
        width: 100%;
        padding: 0;
        border-radius: 12px;
    }
    .sec5 .left {
        background: #fff;
        padding: 15px;
        width: 100%;
        height: auto;
    }
    .sec5 .left .btn_block {
        width: 100%;
    }
    .sec5 .left .btn_block a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 15px;
    }
    .sec5 .right {
        width: 100%;
        height: auto;
    }
    .sec6 {
        text-align: center;
        background: #1399CC;
        padding: 0 15px 15px 15px;
        height: auto;
    }
    .sec6 .safewidth {
        padding: 0;
    }
    .sec6 .left {
        width: 100%;
        height: auto;
    }
    .sec6 .right {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .sec6 .right a {
        width: 220;
        height: 40px;
        margin: 15px auto 0 auto;
        line-height: 40px;
        font-size: 15px;
    }
    .sec7 {
        padding: 0;
        height: auto;
        margin-top: 0;
        padding: 15px 0;
    }
    .sec7 .left {
        width: 100%;
        padding: 0;
    }
    .sec7 .left a {
        margin-top: 15px;
    }
    .sec7 .right {
        width: 100%;
        margin-top: 15px;
        height: auto;
    }
    .sec8 {
        background: #f5f5f5;
        height: auto;
        padding: 15px 0;
    }
    .sec8 h2 {
        margin-top: 15px;
    }
    .sec8 .left {
        width: 100%;
        height: auto;
    }
    .sec8 .right {
        width: 100%;
        padding: 0;
    }
    .sec9 {
        padding: 15px 0;
        height: auto;
    }
    .sec9 .left {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .sec9 .right {
        margin-top: 15px;
        width: 100%;
        height: auto;
    }
    .sec9 .right a {
        margin-top: 15px;
    }
    .sec10 {
        text-align: center;
        padding-bottom: 0;
        padding: 15px 0;
    }
    .sec10 ul {
        margin-top: 10px;
    }
    .sec10 ul li {
        width: 49%;
        padding: 0;
        margin-top: 10px;
    }
    .sec10 ul li:nth-child(even) {
        margin-left: 2%;
    }
    .sec10 ul li img {
        height: 80px;
    }
    /*会员权益对比A*/
    .sec11A {
        background: #f5f5f5;
    }
    .sec11A .tabM {
        width: 100%;
    }
    .sec11A .tabM li {
        margin-top: 15px;
    }
    .sec11A .tabM table {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
    }
    .sec11A .tabM table th {
        background: #393939;
        color: #fff;
        padding: 15px 0;
        font-size: 17px;
        position: relative;
    }
    .sec11A .tabM table th>img {
        position: absolute;
        top: 15px;
        left: 32%;
        width: 20px;
        height: 20px;
    }
    .sec11A .tabM table th>p {
        font-size: 14px;
        padding-top: 5px;
    }
    .sec11A .tabM table tr {
        background: #fff;
    }
    .sec11A .tabM table tr:nth-child(odd) {
        background: #eee;
    }
    .sec11A .tabM table tr td {
        color: #555;
        font-size: 12px;
        padding: 10px;
        line-height: 1.7;
        letter-spacing: .5px;
    }
    .sec11A .tabM table tr td span {
        font-style: italic;
        display: block;
    }
    .sec11A .tabM table tr td:nth-child(1) {
        width: 74%;
    }
    .sec11A .tabM table tr:last-child td {
        background: #ccc;
    }
    .sec11A .tabM table tr:last-child td a {
        background: #003580;
        color: #fff;
        border-radius: 20px;
        text-align: center;
        width: 180px;
        height: 40px;
        margin: 0 auto;
        line-height: 40px;
    }
    .sec11A .tabM li:nth-child(1) table th {
        color: #ffdd0f;
    }
    .sec11A table.tab_m02 {
        margin-top: 10px;
    }
    .sec11A table.tab_m02 td {
        width: 160px;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        padding: 10px;
    }
    .sec11A table.tab_m02 td.t_slide {
        width: 60%;
        text-align: justify;
    }
    .sec11A table.tab_m02 td span {
        display: block;
        font-style: italic;
    }
}