﻿@charset "UTF-8";
/* 公共样式 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-30 {
    margin-top: 30px;
}

.clearfix {
    zoom: 1;
}

    .clearfix::after {
        content: "";
        display: block;
        clear: both;
    }

.container {
    width: 1170px;
    padding: 60px 0 80px;
    margin: 0 auto;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../officialImg/select-arrow.png) no-repeat 94%;
}

/* 页面标题 */
.title {
    margin-bottom: 50px;
    text-align: center;
}

    .title::before {
        content: "";
        display: block;
        margin: 0 auto;
        width: 340px;
        height: 30px;
        background: url(../officialImg/title-before.png) no-repeat;
    }

    .title h2 {
        display: inline-block;
        line-height: 1;
        font-size: 36px;
        color: #42485b;
        position: relative;
    }

        .title h2::before {
            content: "";
            position: absolute;
            left: -64px;
            top: 50%;
            transform: translateY(-50%);
            width: 52px;
            height: 28px;
            background: url(../officialImg/title-bg.png) no-repeat;
        }

        .title h2::after {
            content: "";
            position: absolute;
            right: -64px;
            top: 50%;
            width: 52px;
            height: 28px;
            background: url(../officialImg/title-bg.png) no-repeat;
            -moz-transform: scaleX(-1) translateY(-50%);
            -webkit-transform: scaleX(-1) translateY(-50%);
            -o-transform: scaleX(-1) translateY(-50%);
            transform: scaleX(-1) translateY(-50%);
            filter: FlipH;
        }

        .title h2 span {
            color: #4579fa;
        }

    .title p {
        font-size: 22px;
        color: #707070;
        margin-top: 10px;
    }

    .title.white h2 {
        color: #FFFFFF;
    }

        .title.white h2 span {
            color: #f7e0b5;
        }

    .title.white p {
        color: #ffffff;
        opacity: 0.85;
    }

.btnBox {
    text-align: center;
    margin-top: 50px;
}

    .btnBox a {
        display: inline-block;
        min-width: 360px;
        padding: 0 30px;
        height: 80px;
        border-radius: 44px;
        color: #FFFFFF;
        font-size: 30px;
        font-weight: bold;
        line-height: 80px;
        background: #ff6d00;
        background: -webkit-linear-gradient(to bottom, #f8b551, #ff6d00);
        background: linear-gradient(to bottom, #f8b551, #ff6d00);
        box-shadow: 0 8px 24px rgba(234, 83, 0, 0.3);
        position: relative;
    }

        .btnBox a .icon-arrow {
            display: inline-block;
            width: 36px;
            height: 36px;
            background: url(../officialImg/btn-arrow.png) no-repeat;
            vertical-align: text-bottom;
            margin-left: 10px;
        }

        .btnBox a::before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            bottom: -20px;
            right: -20px;
            background: inherit;
            border-radius: 60px;
            z-index: -1;
            opacity: 0.4;
            -webkit-transform: scale3d(0.8, 0.5, 1);
            transform: scale3d(0.8, 0.5, 1);
        }

        .btnBox a:hover {
            -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
            transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
            -webkit-animation: anim-moema-1 0.3s forwards;
            animation: anim-moema-1 0.3s forwards;
        }

            .btnBox a:hover::before {
                -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
                animation: anim-moema-2 0.3s 0.3s forwards;
            }

/* 头部 */
.headerBox {
    background-color: #ffffff;
}

    .headerBox .head {
        width: 1170px;
        height: 40px;
        line-height: 40px;
        padding: 10px 0;
        margin: 0 auto;
    }

        .headerBox .head .logo {
            float: left;
            width: 138px;
            height: 40px;
        }

        .headerBox .head .navBox {
            float: right;
        }

            .headerBox .head .navBox li {
                display: inline-block;
                padding: 0 40px;
                position: relative;
            }

                .headerBox .head .navBox li a {
                    color: #353535;
                }

                .headerBox .head .navBox li:hover a {
                    color: #4579fa;
                }

                .headerBox .head .navBox li:not(:last-child)::after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 1px;
                    height: 20px;
                    background-color: #d5d5d5;
                }

            .headerBox .head .navBox .on a {
                color: #4579fa;
            }

    .headerBox.fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    }

/* banner */
.bannerBox {
    position: relative;
}

    .bannerBox .banner {
        height: 520px;
        overflow: hidden;
    }

        .bannerBox .banner img {
            width: 1920px;
            height: 100%;
            position: relative;
            left: 50%;
            margin-left: -960px;
        }

    .bannerBox .bkzn {
        position: relative;
        z-index: 99;
        background-color: #ffffff;
        border-radius: 10px;
        width: 1110px;
        height: 140px;
        line-height: 140px;
        padding: 0 30px;
        margin: -70px auto 0;
        box-shadow: 0 0 30px rgba(25, 89, 246, 0.3);
    }

        .bannerBox .bkzn ul {
            display: inline-block;
            line-height: 1;
            vertical-align: middle;
        }

        .bannerBox .bkzn li {
            float: left;
            width: 185px;
            text-align: center;
        }

            .bannerBox .bkzn li:hover p {
                color: #4579fa;
            }

            .bannerBox .bkzn li .icon {
                display: inline-block;
                width: 90px;
                height: 90px;
                margin-top: -14px;
            }

            .bannerBox .bkzn li p {
                margin-top: -4px;
                font-size: 18px;
                color: #42485b;
            }

/* 报考条件 */
.bktj ul {
    float: left;
    width: 772px;
    margin-top: -30px;
}

.bktj li {
    float: left;
    width: 296px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(37, 96, 243, 0.2);
    margin-right: 30px;
    margin-top: 30px;
}

    .bktj li h3 {
        font-size: 26px;
        color: #4579fa;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .bktj li .icon {
        display: inline-block;
        margin-right: 10px;
        width: 34px;
        height: 28px;
        background: url(../img/bktj-icons.png) no-repeat;
        vertical-align: bottom;
    }

    .bktj li .icon-01 {
        background-position-x: -68px;
    }

    .bktj li .icon-02 {
        background-position-x: -102px;
    }

    .bktj li .icon-03 {
        background-position-x: 0;
    }

    .bktj li .icon-04 {
        background-position-x: -34px;
    }

    .bktj li p {
        font-size: 16px;
        color: #757575;
        line-height: 1.5;
        text-align: left;
    }

        .bktj li p a {
            color: #4579fa;
        }

    .bktj li .btn {
        display: inline-block;
        width: 240px;
        height: 48px;
        color: #4579fa;
        border: solid 2px #4579fa;
        font-size: 18px;
        font-weight: bold;
        line-height: 48px;
        border-radius: 24px;
        margin-top: 30px;
        transition: all 350ms;
    }

        .bktj li .btn:hover {
            background-color: #4579fa;
            color: #FFFFFF;
        }

.bktj .formBox {
    float: right;
    width: 338px;
    height: 508px;
    border-radius: 10px;
    padding: 0 30px 30px;
    box-shadow: 0 4px 24px rgba(37, 96, 243, 0.2);
    background-color: #4579fa;
}

    .bktj .formBox h3 {
        text-align: center;
        height: 78px;
        line-height: 68px;
        background: url(../officialImg/bktj-form-title-bg.png) no-repeat center;
        color: #42485b;
        font-size: 24px;
        margin-top: -15px;
        margin-bottom: 30px;
    }

    .bktj .formBox select,
    .bktj .formBox input {
        background-color: #ffffff;
        width: 100%;
        height: 60px;
        border-radius: 10px;
        padding: 0 20px;
        font-size: 18px;
        color: #535353;
        border: none;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    .bktj .formBox button {
        width: 100%;
        height: 60px;
        border-radius: 30px;
        background: #edbc60;
        background: -webkit-linear-gradient(to bottom, #f7e0b5, #edbc60);
        background: linear-gradient(to bottom, #f7e0b5, #edbc60);
        color: #905a04;
        font-size: 24px;
        font-weight: bold;
        border: none;
        margin-top: 20px;
        box-shadow: 0 4px 20px rgba(6, 32, 96, 0.3);
    }

.bkzc {
    background: #f4f7fd;
}

    .bkzc .form-wrap {
        background-color: #ffffff;
        box-shadow: 0 0 30px rgba(25, 89, 246, 0.3);
        border-radius: 10px;
        padding: 50px;
    }
    }

        .bkzc .form-wrap .select-group li {
            float: left;
            width: 95px;
            height: 40px;
            line-height: 40px;
            border: solid 1px #e5e5e5;
            text-align: center;
            color: #535353;
            font-size: 18px;
            border-radius: 6px;
            position: relative;
            margin-right: 24px;
            margin-bottom: 24px;
        }

            .bkzc .form-wrap .select-group li:nth-child(9n) {
                margin-right: 0;
            }

            .bkzc .form-wrap .select-group li input {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                margin: 0;
                opacity: 0;
            }

            .bkzc .form-wrap .select-group li:hover {
                border-color: #4579fa;
                color: #4579fa;
            }

            .bkzc .form-wrap .select-group li.select {
                background-color: #4579fa;
                border-color: #4579fa;
                box-shadow: 0 4px 24px rgba(37, 96, 243, 0.2);
                color: #ffffff;
            }

        .bkzc .form-wrap .formBox {
            margin-top: 26px;
            background-color: #4579fa;
            border-radius: 10px;
            border: solid 2px #4579fa;
            height: 140px;
        }

            .bkzc .form-wrap .formBox .city-info {
                float: left;
                width: 320px;
                border-radius: 8px 0 0 8px;
                height: 100%;
                line-height: 140px;
                background: #ffffff url(../img/bkzc-form-bg.jpg) no-repeat right center;
            }

                .bkzc .form-wrap .formBox .city-info p {
                    display: inline-block;
                    font-size: 22px;
                    color: #535353;
                    line-height: 1;
                    vertical-align: middle;
                    margin-left: 30px;
                }

                .bkzc .form-wrap .formBox .city-info span {
                    font-size: 36px;
                    font-weight: bold;
                    color: #4579fa;
                    display: inline-block;
                    width: 120px;
                    border-bottom: solid 2px #4579fa;
                    text-align: center;
                    padding-bottom: 8px;
                }

            .bkzc .form-wrap .formBox .form {
                float: left;
                padding: 30px 50px;
                text-align: center;
            }

                .bkzc .form-wrap .formBox .form input,
                .bkzc .form-wrap .formBox .form button {
                    float: left;
                    height: 60px;
                    border: none;
                    border-radius: 10px;
                }

                .bkzc .form-wrap .formBox .form input {
                    width: 360px;
                    font-size: 22px;
                    color: #535353;
                    padding: 0 20px;
                    box-sizing: border-box;
                    margin-right: 30px;
                }

                .bkzc .form-wrap .formBox .form button {
                    width: 250px;
                    background: #edbc60;
                    background: -webkit-linear-gradient(to bottom, #f7e0b5, #edbc60);
                    background: linear-gradient(to bottom, #f7e0b5, #edbc60);
                    color: #905a04;
                    font-size: 24px;
                    font-weight: bold;
                }

                .bkzc .form-wrap .formBox .form p {
                    color: #ffffff;
                    margin-top: 10px;
                }

.bklc {
    padding-top: 30px;
}

    .bklc .step {
        background: url(../officialImg/bklc-bg.png) no-repeat right 24px;
        text-align: center;
        padding: 0;
    }

        .bklc .step ul {
            display: inline-block;
        }

            .bklc .step ul.last {
                margin-top: 68px;
            }

                .bklc .step ul.last li {
                    float: right;
                }

        .bklc .step li {
            width: 210px;
            text-align: center;
            float: left;
            margin: 0 30px;
        }

            .bklc .step li .num {
                display: inline-block;
                width: 80px;
                height: 80px;
                font-size: 24px;
                line-height: 80px;
                text-align: center;
                color: #ffffff;
                background: url(../officialImg/bklc-num-bg.png) no-repeat;
            }

            .bklc .step li h3 {
                font-size: 24px;
                color: #353535;
                margin: 20px 0 6px;
            }

            .bklc .step li p {
                color: #7d7d7d;
            }

            .bklc .step li a {
                display: inline-block;
                width: 140px;
                height: 40px;
                line-height: 40px;
                font-size: 18px;
                border-radius: 20px;
                padding-left: 20px;
                color: #ffffff;
                background: #d9a54b;
                background: -webkit-linear-gradient(to right, #edbc66, #d9a54b);
                background: linear-gradient(to right, #edbc66, #d9a54b);
                margin-top: 20px;
            }

                .bklc .step li a .icon-arrow {
                    display: inline-block;
                    width: 32px;
                    height: 24px;
                    background: url(../officialImg/bklc-btn-arrow.png) no-repeat;
                    vertical-align: text-bottom;
                    margin-left: 10px;
                }

    .bklc .form-wrap {
        margin-top: 50px;
        background: #4579fa;
        padding: 50px;
        border-radius: 20px;
        box-shadow: 0 0 30px rgba(25, 89, 246, 0.3);
    }

        .bklc .form-wrap .form-title {
            float: left;
            text-align: center;
            background: url(../img/bklc-form-line.png) no-repeat right center;
            padding-right: 50px;
        }

            .bklc .form-wrap .form-title .icon-info {
                display: inline-block;
                width: 40px;
                height: 48px;
            }

            .bklc .form-wrap .form-title p {
                font-size: 22px;
                color: #fff7d9;
            }

        .bklc .form-wrap .formBox {
            float: left;
            margin-left: 50px;
            text-align: center;
        }

            .bklc .form-wrap .formBox input,
            .bklc .form-wrap .formBox button {
                float: left;
                height: 60px;
                border: none;
                border-radius: 10px;
            }

            .bklc .form-wrap .formBox input {
                width: 240px;
                font-size: 22px;
                padding: 0 20px;
                margin-right: 30px;
                box-sizing: border-box;
            }

                .bklc .form-wrap .formBox input.tel {
                    width: 320px;
                }

            .bklc .form-wrap .formBox button {
                width: 216px;
                font-size: 24px;
                font-weight: bold;
                color: #905a04;
                background: #edbc60;
                background: -webkit-linear-gradient(to bottom, #f7e0b5, #edbc60);
                background: linear-gradient(to bottom, #f7e0b5, #edbc60);
                box-shadow: 0 4px 20px rgba(6, 32, 96, 0.3);
            }

            .bklc .form-wrap .formBox p {
                color: #ffffff;
                margin-top: 12px;
            }

.ksap {
    background: url(../img/ksap-bg.jpg) no-repeat center top;
}

    .ksap .content {
        position: relative;
        z-index: 2;
        padding: 34px 30px 0;
    }

        .ksap .content::before {
            content: "";
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 1214px;
            height: 98px;
            background: url(../img/ksap-table-bg.png) no-repeat;
            z-index: -1;
        }

    .ksap .tableBox {
        background-color: #FFFFFF;
        border-radius: 0 0 20px 20px;
        padding: 40px 30px;
        text-align: center;
        position: relative;
        box-shadow: 0 4px 24px rgba(37, 96, 243, 0.2);
    }

        .ksap .tableBox::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 20px;
            background: #ffffff 80%;
            background: -webkit-linear-gradient(to bottom, #4579fa, #ffffff 80%);
            background: linear-gradient(to bottom, #4579fa, #ffffff 80%);
        }

        .ksap .tableBox table {
            width: 100%;
            border-collapse: collapse;
            border: none;
        }

            .ksap .tableBox table th {
                font-size: 24px;
                color: #4579fa;
                height: 70px;
                border: solid 1px #E5E5E5;
            }

            .ksap .tableBox table td {
                height: 60px;
                font-size: 18px;
                color: #535353;
                border: solid 1px #E5E5E5;
                padding: 0 30px;
            }

                .ksap .tableBox table td a {
                    color: #ca8d24;
                }

                    .ksap .tableBox table td a:hover {
                        color: #f48809;
                    }

        .ksap .tableBox p.info {
            display: inline-block;
            margin-top: 30px;
            width: 860px;
            font-size: 16px;
            color: #959595;
        }

        .ksap .tableBox .btn-group {
            margin-top: 30px;
        }

            .ksap .tableBox .btn-group a {
                display: inline-block;
                width: 360px;
                height: 68px;
                line-height: 68px;
                border-radius: 34px;
                color: #FFFFFF;
                font-size: 30px;
                margin: 0 20px;
            }

                .ksap .tableBox .btn-group a::before {
                    content: '';
                    position: absolute;
                    top: -20px;
                    left: -20px;
                    bottom: -20px;
                    right: -20px;
                    background: inherit;
                    border-radius: 60px;
                    z-index: -1;
                    opacity: 0.4;
                    -webkit-transform: scale3d(0.8, 0.5, 1);
                    transform: scale3d(0.8, 0.5, 1);
                }

                .ksap .tableBox .btn-group a:hover {
                    -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
                    transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
                    -webkit-animation: anim-moema-1 0.3s forwards;
                    animation: anim-moema-1 0.3s forwards;
                }

                    .ksap .tableBox .btn-group a:hover::before {
                        -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
                        animation: anim-moema-2 0.3s 0.3s forwards;
                    }

            .ksap .tableBox .btn-group .btn-1 {
                background: #1854e8;
                background: -webkit-linear-gradient(to bottom, #4579fa, #1854e8);
                background: linear-gradient(to bottom, #4579fa, #1854e8);
                box-shadow: 0 4px 20px rgba(15, 74, 225, 0.3);
            }

            .ksap .tableBox .btn-group .btn-2 {
                background: #ff6d00;
                background: -webkit-linear-gradient(to bottom, #f8b551, #ff6d00);
                background: linear-gradient(to bottom, #f8b551, #ff6d00);
                box-shadow: 0 4px 20px rgba(211, 76, 2, 0.3);
            }

.mfzl .docBox {
    width: 750px;
}

    .mfzl .docBox ul {
        background-color: #FFFFFF;
        border-radius: 10px;
        padding: 20px 30px;
        box-shadow: 0 4px 24px rgba(37, 96, 243, 0.2);
    }

        .mfzl .docBox ul.last {
            margin-top: 20px;
        }

            .mfzl .docBox ul.last a:first-child {
                width: 260px;
            }

            .mfzl .docBox ul.last a:last-child {
                width: 400px;
            }

    .mfzl .docBox li {
        height: 64px;
        line-height: 64px;
        border-bottom: dashed 1px #E5E5E5;
    }

        .mfzl .docBox li:last-of-type {
            border-bottom: none;
        }

        .mfzl .docBox li a {
            width: 330px;
            font-size: 16px;
            color: #535353;
        }

            .mfzl .docBox li a:hover {
                color: #2261ad;
            }

            .mfzl .docBox li a i {
                display: inline-block;
                width: 24px;
                height: 24px;
                vertical-align: middle;
                margin-bottom: 4px;
                margin-right: 10px;
            }

            .mfzl .docBox li a .icon-zip {
                background: url(../officialImg/icon-zip.png) no-repeat;
            }

            .mfzl .docBox li a .icon-doc {
                background: url(../officialImg/icon-doc.png) no-repeat;
            }

.mfzl .formBox {
    width: 360px;
    background: #4579fa;
    background: -webkit-linear-gradient(to right top, #2457d3, #4579fa);
    background: linear-gradient(to right top, #2457d3, #4579fa);
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(37, 96, 243, 0.2);
    padding: 30px 20px;
    color: #FFFFFF;
    text-align: center;
}

    .mfzl .formBox .top h3 {
        font-size: 24px;
        display: inline-block;
        padding: 0 20px 10px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.5);
        margin-bottom: 5px;
        font-weight: normal;
    }

    .mfzl .formBox .top > p {
        font-size: 36px;
        font-weight: bold;
        color: #fff100;
    }

    .mfzl .formBox .top ul {
        margin: 24px 0;
    }

    .mfzl .formBox .top li {
        width: 170px;
        border-radius: 10px;
        padding: 20px 0;
        background: #f48809;
        background: -webkit-linear-gradient(to bottom, #fbaa35, #f48809);
        background: linear-gradient(to bottom, #fbaa35, #f48809);
    }

        .mfzl .formBox .top li:last-child {
            background: #09b2f9;
            background: -webkit-linear-gradient(to bottom, #5ecdfb, #09b2f9);
            background: linear-gradient(to bottom, #5ecdfb, #09b2f9);
        }

        .mfzl .formBox .top li p {
            font-size: 36px;
            font-weight: bold;
            line-height: 1;
            margin-bottom: 10px;
        }

        .mfzl .formBox .top li span {
            display: inline-block;
            width: 140px;
            height: 30px;
            line-height: 30px;
            border-radius: 15px;
            background-color: #fff45c;
            color: #ec6403;
        }

    .mfzl .formBox select, .mfzl .formBox input {
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        padding: 0 20px;
        font-size: 22px;
        border-radius: 10px;
        border: none;
        margin-bottom: 20px;
    }

    .mfzl .formBox button {
        width: 100%;
        height: 60px;
        line-height: 60px;
        border: none;
        background: #edbc60;
        background: -webkit-linear-gradient(to bottom, #f7e0b5, #edbc60);
        background: linear-gradient(to bottom, #f7e0b5, #edbc60);
        box-shadow: 0 4px 20px rgba(6, 32, 96, 0.3);
        color: #905a04;
        border-radius: 10px;
        font-size: 28px;
        font-weight: bold;
        position: relative;
    }

        .mfzl .formBox button i {
            display: inline-block;
            padding-top: 6px;
            vertical-align: middle;
            margin-left: 10px;
        }

.bxfl {
    height: 1154px;
    background: url(../officialImg/bxfl-bg.jpg) no-repeat center;
}

    .bxfl .btnBox {
        margin-top: 80px;
    }

    .bxfl .tab-nav {
        text-align: center;
    }

        .bxfl .tab-nav ul {
            display: inline-block;
            height: 56px;
        }

        .bxfl .tab-nav li {
            float: left;
            width: 260px;
            height: 100%;
            border-radius: 32px;
            border: solid 2px #FFFFFF;
            font-size: 30px;
            color: #FFFFFF;
            line-height: 56px;
            text-align: center;
            margin: 0 15px;
            cursor: pointer;
            transition: all 300ms;
        }

            .bxfl .tab-nav li.on {
                background-color: #4579fa;
                border-color: #4579fa;
            }

    .bxfl .tab-content {
        margin-top: 40px;
    }

        .bxfl .tab-content .live .box {
            width: 280px;
        }

        .bxfl .tab-content .face .box {
            width: 360px;
            margin-right: 30px;
        }

            .bxfl .tab-content .face .box:nth-child(2) {
                width: 390px;
            }

        .bxfl .tab-content .box {
            float: left;
            background: #FFFFFF;
            margin-right: 16px;
        }

            .bxfl .tab-content .box::before {
                content: "";
                display: block;
                height: 5px;
            }

            .bxfl .tab-content .box h3 {
                font-size: 32px;
                margin-top: 15px;
                padding-bottom: 15px;
                border-bottom: solid 1px;
                text-align: center;
            }

            .bxfl .tab-content .box ul {
                padding: 16px;
            }

            .bxfl .tab-content .box li {
                max-width: 320px;
                float: left;
                background: url(../officialImg/bxfl-list-type.png) no-repeat left center;
                font-size: 22px;
                padding-left: 22px;
                margin: 8px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .bxfl .tab-content .box a {
                display: block;
                width: 220px;
                height: 56px;
                border-radius: 28px;
                background: #edbc60;
                background: -webkit-linear-gradient(to bottom, #f7e0b5, #edbc60);
                background: linear-gradient(to bottom, #f7e0b5, #edbc60);
                color: #905a04;
                margin: 10px auto 30px;
                line-height: 56px;
                font-size: 24px;
                font-weight: bold;
                text-align: center;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            }

            .bxfl .tab-content .box:nth-child(1) {
                background: #a6bffb;
                background: -webkit-linear-gradient(to bottom, #ffffff, #a6bffb);
                background: linear-gradient(to bottom, #ffffff, #a6bffb);
            }

                .bxfl .tab-content .box:nth-child(1)::before {
                    background-color: #a6bffb;
                }

                .bxfl .tab-content .box:nth-child(1) h3 {
                    color: #4579fa;
                    border-color: #a6bffb;
                }

            .bxfl .tab-content .box:nth-child(2) {
                background: #e8c693;
                background: -webkit-linear-gradient(to bottom, #ffffff, #e8c693);
                background: linear-gradient(to bottom, #ffffff, #e8c693);
            }

                .bxfl .tab-content .box:nth-child(2)::before {
                    background-color: #dfa95b;
                }

                .bxfl .tab-content .box:nth-child(2) h3 {
                    color: #844309;
                    border-color: #dfa95b;
                }

            .bxfl .tab-content .box:nth-child(3) {
                background: #75c2f3;
                background: -webkit-linear-gradient(to bottom, #ffffff, #75c2f3);
                background: linear-gradient(to bottom, #ffffff, #75c2f3);
            }

                .bxfl .tab-content .box:nth-child(3)::before {
                    background-color: #75c2f3;
                }

                .bxfl .tab-content .box:nth-child(3) h3 {
                    color: #2094ee;
                    border-color: #75c2f3;
                }

            .bxfl .tab-content .box:nth-child(4) {
                background: #cdb0ff;
                background: -webkit-linear-gradient(to bottom, #ffffff, #cdb0ff);
                background: linear-gradient(to bottom, #ffffff, #cdb0ff);
            }

                .bxfl .tab-content .box:nth-child(4)::before {
                    background-color: #cdb0ff;
                }

                .bxfl .tab-content .box:nth-child(4) h3 {
                    color: #7855b5;
                    border-color: #cdb0ff;
                }

.fwys .content {
    text-align: center;
}

.fwys ul {
    display: inline-block;
}

    .fwys ul.last {
        margin-top: 22px;
    }

.fwys li {
    float: left;
    width: 276px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(69, 121, 250, 0.1);
    text-align: center;
    margin-right: 22px;
    transition: all 300ms;
}

    .fwys li:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 24px rgba(69, 121, 250, 0.24);
    }

    .fwys li a {
        display: block;
        height: 100%;
        padding: 30px 20px;
    }

    .fwys li .icon {
        display: inline-block;
        width: 52px;
        height: 52px;
        background: url(../officialImg/fwys-icons.png);
    }

    .fwys li .icon-01 {
        background-position-x: -208px;
    }

    .fwys li .icon-02 {
        background-position-x: -260px;
    }

    .fwys li .icon-03 {
        background-position-x: -312px;
    }

    .fwys li .icon-04 {
        background-position-x: -156px;
    }

    .fwys li .icon-05 {
        background-position-x: 0;
    }

    .fwys li .icon-06 {
        background-position-x: -52px;
    }

    .fwys li .icon-07 {
        background-position-x: -104px;
    }

    .fwys li h3 {
        font-size: 22px;
        color: #434343;
        margin-bottom: 20px;
    }

        .fwys li h3::after {
            content: "";
            display: block;
            width: 30px;
            height: 4px;
            background-color: #4579fa;
            border-radius: 3px;
            margin: 10px auto;
        }

    .fwys li p {
        font-size: 16px;
        color: #707070;
        height: 84px;
    }

.fwys .formBox {
    background-color: #4579fa;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 24px rgba(12, 144, 124, 0.3);
    margin-top: 50px;
}

    .fwys .formBox .form-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .fwys .formBox h3 {
        color: #fff7d9;
        font-size: 30px;
    }

    .fwys .formBox p {
        font-size: 16px;
        color: #ffffff;
    }

    .fwys .formBox .form {
        height: 60px;
    }

    .fwys .formBox select,
    .fwys .formBox input,
    .fwys .formBox button {
        float: left;
        height: 60px;
        border-radius: 10px;
        border: none;
    }

    .fwys .formBox select,
    .fwys .formBox input {
        width: 260px;
        box-sizing: border-box;
        padding: 0 20px;
        margin-right: 30px;
        font-size: 18px;
        color: #535353;
    }

    .fwys .formBox button {
        width: 220px;
        font-weight: bold;
        background: #edbc60;
        background: -webkit-linear-gradient(to bottom, #f7e0b5, #edbc60);
        background: linear-gradient(to bottom, #f7e0b5, #edbc60);
        color: #42485b;
        font-size: 20px;
    }

.faq {
    background: url(../officialImg/faq-bg.jpg) no-repeat center 200px;
}

    .faq .container {
        padding-top: 20px;
    }

    .faq .title {
        margin-bottom: 35px;
    }

    .faq .btnBox {
        margin-top: 35px;
    }

    .faq .content {
        background-color: #FFFFFF;
        border-radius: 30px;
        padding: 60px 35px;
        box-shadow: 0 4px 24px rgba(37, 96, 243, 0.2);
    }

    .faq li {
        width: 518px;
        float: left;
        margin: 15px;
        background-color: #f1f5ff;
        height: 80px;
        line-height: 80px;
        border-radius: 40px;
        border: solid 1px #e7eeff;
        transition: all 300ms;
    }

        .faq li a {
            display: block;
            height: 100%;
        }

        .faq li .icon-faq {
            float: left;
            width: 60px;
            height: 60px;
            background: url(../officialImg/faq-icons.png);
            margin-left: 20px;
            margin-top: 10px;
        }

        .faq li p {
            float: left;
            font-size: 24px;
            color: #42485b;
            margin-left: 20px;
            transition: all 300ms;
        }

        .faq li:hover {
            background-color: #4579fa;
            border-color: #4579fa;
        }

            .faq li:hover .icon-faq {
                background-position-x: -70px;
            }

            .faq li:hover p {
                color: #FFFFFF;
            }

.yyjs {
    background: url(../img/yyjs-bg.jpg) no-repeat center;
}

    .yyjs .title {
        margin-bottom: 40px;
    }

    .yyjs .container {
        position: relative;
        width: 980px;
        padding-right: 190px;
    }

    .yyjs .tag {
        position: absolute;
        top: -20px;
        left: 86px;
        width: 190px;
        height: 158px;
        background: url(../img/yyjs-tag-bg.png) no-repeat;
        line-height: 120px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #ad7702;
    }

        .yyjs .tag p {
            display: inline-block;
            line-height: 1.3;
            vertical-align: middle;
            padding-top: 10px;
        }

    .yyjs .formBox {
        text-align: center;
        width: 420px;
        margin: 0 auto;
    }

        .yyjs .formBox .input-group {
            width: 100%;
            height: 60px;
            background: rgba(255, 255, 255, 0.9);
            border: solid 1px #a7ccff;
            border-radius: 30px;
            margin-bottom: 30px;
            position: relative;
        }

            .yyjs .formBox .input-group label {
                position: absolute;
                width: 24px;
                height: 24px;
                left: 30px;
                top: 50%;
                transform: translateY(-50%);
            }

            .yyjs .formBox .input-group input {
                box-sizing: border-box;
                width: 100%;
                height: 100%;
                font-size: 18px;
                color: #535353;
                border: none;
                border-radius: 30px;
                padding-left: 70px;
                padding-right: 20px;
            }

        .yyjs .formBox button {
            width: 100%;
            height: 60px;
            font-weight: bold;
            background: #edbc60;
            background: -webkit-linear-gradient(to bottom, #f7e0b5, #edbc60);
            background: linear-gradient(to bottom, #f7e0b5, #edbc60);
            color: #905a04;
            font-size: 24px;
            border-radius: 30px;
            border: none;
            box-shadow: 0 4px 20px rgba(6, 32, 96, 0.3);
        }

/* 底部 */
.footerBox {
    background-color: #4579fa;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

    .footerBox ul {
        display: inline-block;
    }

        .footerBox ul li {
            display: inline-block;
        }

            .footerBox ul li:first-child::after {
                content: "|";
                font-weight: lighter;
                color: #ffffff;
                opacity: 0.6;
            }

            .footerBox ul li a {
                color: #ffffff;
                font-size: 16px;
                margin: 0 20px;
                opacity: 0.85;
            }

                .footerBox ul li a:hover {
                    opacity: 1;
                }

/* 模态弹窗 */
.ModalPop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .ModalPop .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
        background-color: rgba(0, 0, 0, 0.5);
    }

    .ModalPop .success, .ModalPop .tips {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        box-shadow: 0 2px 30px rgba(38, 51, 81, 0.3);
        z-index: 999;
        display: none;
    }

    .ModalPop .success {
        text-align: center;
        border-radius: 30px;
        padding: 30px 60px 40px;
    }

        .ModalPop .success .success-icon {
            display: inline-block;
            height: 180px;
        }

            .ModalPop .success .success-icon img {
                height: 100%;
                width: auto;
            }

        .ModalPop .success h3 {
            font-size: 32px;
            font-weight: bold;
            color: #3468e7;
            margin: 6px 0;
        }

        .ModalPop .success p {
            font-size: 18px;
            color: #959595;
        }

        .ModalPop .success button {
            width: 280px;
            height: 68px;
            font-size: 30px;
            color: #FFFFFF;
            border: none;
            border-radius: 34px;
            background: #f37e00;
            background: -webkit-linear-gradient(to bottom, #ffbf5b, #f37e00);
            background: linear-gradient(to bottom, #ffbf5b, #f37e00);
            box-shadow: 0 8px 10px rgba(218, 92, 0, 0.3);
            margin-top: 20px;
            letter-spacing: 2px;
        }

    .ModalPop .tips {
        top: 36%;
        min-width: 540px;
        border-radius: 20px;
        padding: 30px;
    }

        .ModalPop .tips .tit {
            font-size: 24px;
            color: #42485b;
            line-height: 30px;
            text-align: left;
        }

            .ModalPop .tips .tit .tips-icon {
                display: inline-block;
                width: 30px;
                height: 30px;
                vertical-align: bottom;
                margin-right: 10px;
            }

        .ModalPop .tips p {
            text-align: left;
            font-size: 18px;
            color: #757575;
            margin-top: 30px;
        }

        .ModalPop .tips button {
            float: right;
            width: 100px;
            height: 44px;
            border-radius: 10px;
            border: none;
            font-size: 18px;
            color: #FFFFFF;
            background-color: #3468e7;
            transition: all 300ms;
            margin-top: 20px;
            letter-spacing: 2px;
        }

            .ModalPop .tips button:hover {
                transform: translateY(-1px);
                box-shadow: 0 6px 8px rgba(87, 150, 255, 0.3);
            }

/* 动画定义 */
@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }

    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }

    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

