.banner > img {
    width: 100%;
}


.lead-box {
    padding: 82px 0;
    position: relative;
}

    .lead-box .img {
        width: 782px;
        height: 428px;
        border: 1px solid #4C9ED9;
        padding: 46px 0 43px 52px;
    }

        .lead-box .img > img {
            width: 449px;
            height: 339px;
        }

    .lead-box .content {
        position: absolute;
        top: 139px;
        left: 526px;
        right: 0;
        bottom: 160px;
        background-color: #fff;
        z-index: 1;
    }

        .lead-box .content .title {
            padding-left: 60px;
            position: relative;
        }

            .lead-box .content .title > label {
                font-size: 132px;
                color: #F6F5F7;
                position: absolute;
                left: -85px;
                top: -50px;
            }


            .lead-box .content .title > div {
                font-size: 30px;
                color: #4C9ED9;
            }

                .lead-box .content .title > div:first-letter {
                    font-size: 60px;
                }

        .lead-box .content .desc {
            background-color: #f6f5f7;
            padding: 30px 40px;
            margin-top: 20px;
            font-size: 16px;
            color: #333333;
            line-height: 30px;
        }

    .lead-box .btn-online {
        position: absolute;
        width: 172px;
        height: 47px;
        background: #4C9ED9;
        border-radius: 4px;
        border: none;
        outline: none;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 110px;
        right: 225px;
        font-size: 16px;
        color: #FFFFFF;
        cursor: pointer;
    }

        .lead-box .btn-online > span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 15px;
            height: 15px;
            background-color: #fff;
            border-radius: 50%;
            margin-left: 10px;
        }

            .lead-box .btn-online > span:after {
                content: "";
                width: 4px;
                height: 4px;
                border-top: 2px solid #4C9ED9;
                border-right: 2px solid #4C9ED9;
                transform: rotate(45deg);
                margin-right: 2px;
            }

.passport-form {
    background-color: #f6f5f7;
    padding: 30px 0 100px;
}

    .passport-form .passport-box {
        position: relative;
        height: 420px;
        background-image: url(../img/passport/bg.png);
        background-repeat: no-repeat;
        background-size: 1395px 415px;
        background-position: center top;
        display: flex;
        justify-content: center;
        padding: 42px 0 0;
    }

    .passport-form .form-box {
        padding: 50px 0 30px;
        background-color: #fff;
        height: 420px;
        width: 1306px;
    }

        .passport-form .form-box .form-title {
            font-size: 26px;
            color: #535353;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .passport-form .form-box .form-subtitle {
            font-size: 30px;
            font-weight: bold;
            color: #535353;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 0 0;
        }

        .passport-form .form-box .form-subdesc {
            font-size: 20px;
            color: #4C9ED9;
            padding: 20px 0 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .passport-form .form-box .form-subdesc:before {
                content: "";
                display: inline-block;
                width: 40px;
                height: 1px;
                background: #4C9ED9;
                border-radius: 1px;
                margin-right: 5px;
            }

            .passport-form .form-box .form-subdesc:after {
                content: "";
                display: inline-block;
                width: 40px;
                height: 1px;
                background: #4C9ED9;
                border-radius: 1px;
                margin-left: 5px;
            }

        .passport-form .form-box .form-inline {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 40px;
        }

            .passport-form .form-box .form-inline .form-group > label {
                font-size: 14px;
                font-weight: 400;
                color: #333333;
                margin-right: 15px;
            }

                .passport-form .form-box .form-inline .form-group > label > span {
                    font-size: 14px;
                    font-weight: 400;
                    color: #4C9ED9;
                }

            .passport-form .form-box .form-inline .form-control {
                height: 44px;
                width: 290px;
                border: 1px solid #DCDCDC;
                border-radius: 8px;
                outline: none;
                padding: 0 1em;
            }

        .passport-form .form-box .form-tips {
            font-size: 15px;
            text-align: center;
            color: #D80922;
        }

        .passport-form .form-box .form-btns {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 30px 0;
        }

            .passport-form .form-box .form-btns > button {
                width: 160px;
                height: 47px;
                background: #4C9ED9;
                border-radius: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 16px;
                font-weight: 400;
                color: #FFFFFF;
                margin: 0 50px;
                outline: none;
                border: none;
                cursor: pointer;
            }

                .passport-form .form-box .form-btns > button.btn-online {
                    display: none;
                }


.purpose {
    padding: 30px 0 60px;
}

    .purpose .title {
        font-size: 30px;
        color: #535353;
        padding: 20px 0 10px;
        text-align: center;
    }

    .purpose .subtitle {
        font-size: 16px;
        color: #BD986D;
        text-align: center;
    }

    .purpose .subdesc {
        font-size: 14px;
        color: #999999;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0 0;
    }

        .purpose .subdesc:before {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #E5E5E5;
            border-radius: 1px;
            margin-right: 5px;
        }

        .purpose .subdesc:after {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #E5E5E5;
            border-radius: 1px;
            margin-left: 5px;
        }

    .purpose .list {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 0 0;
    }

        .purpose .list .item {
            height: 330px;
            width: 440px;
            margin-right: 40px;
            margin-bottom: 30px;
            background-color: #fff;
        }

            .purpose .list .item:nth-child(3n) {
                margin-right: 0;
            }

            .purpose .list .item:hover {
                box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.13);
            }

            .purpose .list .item .name {
                font-size: 18px;
                color: #B69065;
                padding: 30px 0;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                position: relative;
            }

                .purpose .list .item .name:after {
                    content: "";
                    width: 17px;
                    height: 1px;
                    background: #D2D2D2;
                    bottom: 15px;
                    position: absolute;
                }

            .purpose .list .item .desc {
                font-size: 14px;
                color: #535353;
                display: flex;
                justify-content: center;
                align-items: center;
            }

    .purpose .tips {
        font-size: 18px;
        color: #4C9ED9;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0 0;
    }

        .purpose .tips:before {
            content: "";
            display: inline-block;
            flex: 1;
            height: 1px;
            background: #DCDCDC;
            border-radius: 1px;
            margin-right: 5px;
        }

        .purpose .tips:after {
            content: "";
            display: inline-block;
            flex: 1;
            height: 1px;
            background: #DCDCDC;
            border-radius: 1px;
            margin-left: 5px;
        }

    .purpose .btn-box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0 0;
    }


        .purpose .btn-box .btn-online {
            width: 172px;
            height: 47px;
            background: #4C9ED9;
            border-radius: 4px;
            border: none;
            outline: none;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            color: #FFFFFF;
            cursor: pointer;
        }

            .purpose .btn-box .btn-online > img {
                width: 15px;
                height: 15px;
                margin-left: 10px;
            }

.vs {
    background-color: #535353;
    padding: 10px 0 10px;
}

    .vs .title {
        font-size: 30px;
        color: #FFFFFF;
        padding: 30px 0 10px;
        text-align: center;
    }

    .vs .subtitle {
        font-size: 16px;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .vs .subtitle:before {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #E5E5E5;
            border-radius: 1px;
            margin-right: 5px;
        }

        .vs .subtitle:after {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #E5E5E5;
            border-radius: 1px;
            margin-left: 5px;
        }

    .vs .vs-box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 0 0;
    }

        .vs .vs-box .pros {
            height: 477px;
            flex: 1;
            background-color: #fff;
            position: relative;
            padding: 30px 30px;
        }

            .vs .vs-box .pros > img {
                position: absolute;
                left: -24px;
                top: -30px;
            }

            .vs .vs-box .pros > img {
                position: absolute;
                left: -24px;
                top: -30px;
            }

            .vs .vs-box .pros .pros-name {
                font-size: 28px;
                font-weight: bold;
                color: #4C9ED9;
            }

            .vs .vs-box .pros ul {
                border-left: 1px dotted #4C9ED9;
                margin: 20px 0;
            }

                .vs .vs-box .pros ul > li {
                    padding: 15px 0;
                    display: flex;
                    align-items: center;
                    margin-left: -4.5px;
                    font-size: 18px;
                    font-weight: bold;
                    color: #333333;
                }

                    .vs .vs-box .pros ul > li:before {
                        content: "";
                        width: 9px;
                        height: 9px;
                        background: #4C9ED9;
                        border-radius: 50%;
                        margin-right: 20px;
                    }

        .vs .vs-box .divider {
            flex-shrink: 0;
            width: 109px;
            height: 584px;
            background-image: url(../img/passport/divider.png);
            background-repeat: repeat;
            background-size: cover;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

            .vs .vs-box .divider .name {
                width: 72px;
                height: 72px;
                background: #FFFFFF;
                border-radius: 50%;
                font-size: 49px;
                color: #4C9ED9;
                display: flex;
                justify-content: center;
                align-items: center;
            }


            .vs .vs-box .divider ul > li {
                font-size: 16px;
                color: #FFFFFF;
                padding: 30px 0;
                border-bottom: 1px dashed #fff;
            }

        .vs .vs-box .cons {
            height: 477px;
            flex: 1;
            background-color: #fff;
            position: relative;
            padding: 30px 30px;
        }

            .vs .vs-box .cons > img {
                position: absolute;
                right: -10px;
                top: -10px;
            }

            .vs .vs-box .cons .pros-name {
                font-size: 28px;
                font-weight: bold;
                color: #4C9ED9;
            }

            .vs .vs-box .cons .cons-name {
                font-size: 24px;
                color: #535353;
                text-align: right;
            }


            .vs .vs-box .cons ul {
                border-right: 1px dotted #D2D2D2;
                margin: 20px 0;
            }

                .vs .vs-box .cons ul > li {
                    padding: 20px 0;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                    margin-right: -4.5px;
                    font-size: 16px;
                    color: #666666;
                }

                    .vs .vs-box .cons ul > li:after {
                        content: "";
                        width: 9px;
                        height: 9px;
                        background: #D2D2D2;
                        border-radius: 50%;
                        margin-left: 20px;
                    }

.suit {
    padding: 30px 0 60px;
    background-color: #f6f5f7;
}

    .suit .title {
        font-size: 30px;
        color: #535353;
        padding: 20px 0 10px;
        text-align: center;
    }

    .suit .subtitle {
        font-size: 16px;
        color: #BD986D;
        text-align: center;
    }

    .suit .subdesc {
        font-size: 14px;
        color: #999999;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0 0;
    }

        .suit .subdesc:before {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #E5E5E5;
            border-radius: 1px;
            margin-right: 5px;
        }

        .suit .subdesc:after {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #E5E5E5;
            border-radius: 1px;
            margin-left: 5px;
        }

    .suit .list {
        padding: 30px 0 60px;
        display: flex;
        flex-wrap: wrap;
    }

        .suit .list .item {
            width: 460px;
            height: 162px;
            background-color: #fff;
            margin-right: 10px;
            margin-bottom: 10px;
            padding: 15px;
        }

            .suit .list .item:hover {
                box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13);
            }

            .suit .list .item:nth-child(3n) {
                margin-right: 0px;
            }

            .suit .list .item > img {
                transition: all .8s;
            }

            .suit .list .item:hover > img {
                transform: translateY(-10px);
            }

            .suit .list .item .name {
                font-size: 20px;
                color: #4C9ED9;
                padding: 10px 0;
                display: flex;
                align-items: center;
            }

                .suit .list .item .name:after {
                    content: "";
                    width: 17px;
                    height: 2px;
                    background: #4C9ED9;
                    margin-left: 5px;
                }

            .suit .list .item .desc {
                font-size: 16px;
                color: #999999;
                padding: 10px 0 0;
            }


.choice {
    background-color: #f6f5f7;
    padding: 0 0 60px;
}

    .choice .title {
        font-size: 30px;
        color: #535353;
        padding: 20px 0 10px;
        text-align: center;
    }

    .choice .subtitle {
        font-size: 16px;
        color: #BD986D;
        text-align: center;
    }

    .choice .subdesc {
        font-size: 14px;
        color: #999999;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0 0;
    }

    .choice .quick-title {
        font-size: 30px;
        font-weight: bold;
        color: #4C9ED9;
        text-align: center;
        padding: 30px 0 0;
    }

    .choice .quick-desc {
        font-size: 20px;
        color: #535353;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0 0;
    }

    .choice .subdesc:before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 1px;
        background: #E5E5E5;
        border-radius: 1px;
        margin-right: 5px;
    }

    .choice .subdesc:after {
        content: "";
        display: inline-block;
        width: 40px;
        height: 1px;
        background: #E5E5E5;
        border-radius: 1px;
        margin-left: 5px;
    }

    .choice .list {
        display: flex;
        justify-content: space-between;
        padding: 60px 0 0;
    }

        .choice .list .item {
            display: flex;
            align-items: center;
            width: 347px;
            height: 192px;
            background-color: #ececec;
            padding: 10px 20px;
        }

            .choice .list .item > img {
                transition: all .5s;
            }

            .choice .list .item:hover > img {
                transform: translateY(-10px);
            }

            .choice .list .item > div {
                padding: 50px 20px 10px 30px;
                height: 192px;
            }

            .choice .list .item .name {
                font-size: 28px;
                font-weight: bold;
                color: #4C9ED9;
                padding: 10px 0;
            }

            .choice .list .item .desc {
                font-size: 14px;
                color: #999;
                line-height: 20px;
            }

.compare {
    padding: 60px 0 60px;
}

    .compare .title {
        font-size: 30px;
        color: #535353;
        text-align: center;
    }

    .compare .form-box {
        padding: 50px 0 30px;
        background: #FFFFFF;
        border: 1px solid #4C9ED9;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.14);
        border-radius: 8px;
    }

        .compare .form-box .form-title {
            font-size: 30px;
            font-weight: bold;
            color: #535353;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .compare .form-box .form-subtitle {
            font-size: 20px;
            color: #4C9ED9;
            padding: 20px 0 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .compare .form-box .form-subtitle:before {
                content: "";
                display: inline-block;
                width: 40px;
                height: 1px;
                background: #4C9ED9;
                border-radius: 1px;
                margin-right: 5px;
            }

            .compare .form-box .form-subtitle:after {
                content: "";
                display: inline-block;
                width: 40px;
                height: 1px;
                background: #4C9ED9;
                border-radius: 1px;
                margin-left: 5px;
            }

        .compare .form-box .form-inline {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 40px;
        }

            .compare .form-box .form-inline .form-group > label {
                font-size: 14px;
                font-weight: 400;
                color: #333333;
                margin-right: 15px;
            }

                .compare .form-box .form-inline .form-group > label > span {
                    font-size: 14px;
                    font-weight: 400;
                    color: #4C9ED9;
                }

            .compare .form-box .form-inline .form-control {
                height: 44px;
                width: 290px;
                border: 1px solid #DCDCDC;
                border-radius: 8px;
                outline: none;
                padding: 0 1em;
            }

        .compare .form-box .form-tips {
            font-size: 15px;
            text-align: center;
            color: #D80922;
        }

        .compare .form-box .form-btns {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 30px 0;
        }

            .compare .form-box .form-btns > button {
                width: 160px;
                height: 47px;
                background: #4C9ED9;
                border-radius: 4px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 16px;
                font-weight: 400;
                color: #FFFFFF;
                margin: 0 50px;
                outline: none;
                border: none;
                cursor: pointer;
            }

.swiper-box .swiper-items {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

    .swiper-box .swiper-items .swiper-item {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #666666;
        height: 35px;
        border-radius: 4px;
        padding: 0 15px;
        cursor: pointer;
        margin: 0 15px;
    }

        .swiper-box .swiper-items .swiper-item.active {
            background: #4C9ED9;
            color: #fff;
        }

.swiper-box .tab-content .content {
    /* height: 683px; */
    display: none;
}

    .swiper-box .tab-content .content.active {
        display: block;
    }

.swiper-box .tab-content .swiper-container {
    width: 100%;
    /* height: 683px; */
}

.compare {
    position: relative;
    margin: 0 auto
}

    .compare .title {
        font-size: 30px;
        color: #535353;
    }

    .compare .subtitle {
        font-size: 16px;
        color: #4C9ED9;
        line-height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
    }

        .compare .subtitle > div {
            text-align: center;
        }

        .compare .subtitle:before {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #4C9ED9;
            border-radius: 1px;
            margin-right: 5px;
        }

        .compare .subtitle:after {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #4C9ED9;
            border-radius: 1px;
            margin-left: 5px;
        }


    .compare .swiper-container {
        padding-bottom: 60px;
    }

    .compare .swiper-slide {
        width: 600px;
        /* height: 623px; */
        background: #fff;
        box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.13);
    }

        .compare .swiper-slide img {
            display: block;
            max-width: 100%;
            width: 100%;
            height: 274px;
        }

        .compare .swiper-slide .slide-title {
            font-size: 22px;
            font-weight: bold;
            color: #4C9ED9;
            padding: 30px 0 10px;
            text-align: center;
        }

        .compare .swiper-slide .slide-subtitle {
            font-size: 18px;
            color: #4C9ED9;
            text-align: center;
        }

        .compare .swiper-slide .slide-apply {
            font-size: 16px;
            color: #333333;
            text-align: center;
            padding: 20px 0;
            border-top: 1px dashed #D2D2D2;
            margin: 20px 70px 0;
        }

        .compare .swiper-slide .slide-require {
            font-size: 14px;
            color: #333333;
            padding: 0 30px;
            line-height: 32px;
            white-space: pre-line;
        }

        .compare .swiper-slide .slide-btns {
            padding: 30px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .compare .swiper-slide .slide-btns > a {
                width: 137px;
                height: 45px;
                border: 1px solid #535353;
                border-radius: 8px;
                font-size: 16px;
                color: #535353;
                display: flex;
                justify-content: center;
                align-items: center;
            }

    .compare .swiper-button-prev {
        left: 0;
        width: 44px;
        height: 74px;
        background: #F8F8F8;
        color: #666;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .compare .swiper-button-prev:before {
            content: "";
            width: 18px;
            height: 18px;
            border-top: 2px solid #666;
            border-left: 2px solid #666;
            transform: rotate(-45deg);
            margin-left: 10px;
        }

    .compare .swiper-button-next {
        right: 0;
        width: 44px;
        height: 74px;
        background: #F8F8F8;
        color: #666;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .compare .swiper-button-next:before {
            content: "";
            width: 18px;
            height: 18px;
            border-top: 2px solid #666;
            border-right: 2px solid #666;
            transform: rotate(45deg);
            margin-right: 10px;
        }




    .compare .swiper-box {
        text-align: center
    }

.swiper-box .swiper-items {
    display: inline-block;
}

    .swiper-box .swiper-items .swiper-item {
        float: left
    }

    .swiper-box .swiper-items:after {
        content: '  ';
        width: 0px;
        height: 0px;
        clear: both;
        display: block;
    }

.compare .swiper-box .tab-content {
    text-align: left
}

@media (max-width: 1480px) {
    .lead-box .img > img {
        width: 360px;
        height: 360px;
    }

    .lead .lead-box .content {
        left: 37%;
        width: 59%;
        margin-left: 0px;
    }

    .purpose .list .item {
        width: 31%;
        margin-right: 3%;
        margin-bottom: 3%;
        height: auto
    }

        .purpose .list .item:nth-child(3n) {
            margin-right: 0px;
        }

        .purpose .list .item img {
            width: 100%
        }

        .purpose .list .item .desc {
            height: 34px;
            overflow: hidden;
        }

        .purpose .list .item .name {
            padding: 30px 20px
        }

        .purpose .list .item .desc {
            padding: 0px 20px;
            margin-bottom: 20px;
            line-height: 20px;
            overflow: hidden;
            height: 38px;
            display: block;
        }

    .suit .layout .list .item {
        width: 32%;
        margin-right: 1%;
        margin-bottom: 1%
    }

        .suit .layout .list .item:nth-child(3n) {
            margin-right: 0px;
        }
}

@media (max-width: 1250px) {
    .lead-box .img > img {
        width: 62%;
        height: auto;
    }

    .lead .lead-box .content {
        top: 120px;
    }

    .vs .vs-box .divider {
        background-size: 100% 100%;
    }

    .vs .vs-box .pros ul > li {
        padding: 15px 0;
        font-size: 16px;
    }

    .vs .vs-box .cons ul > li {
        padding: 14px 0;
        font-size: 14px;
    }

    .compare .swiper-slide {
        width: 500px
    }
}

@media (max-width: 1100px) {
    .lead-box .img > img {
        width: 52%;
        height: auto;
    }

    .purpose .list .item .desc {
        font-size: 13px;
    }

    .vs .vs-box .pros ul > li {
        font-size: 14px;
    }

    .suit .layout .list .item:nth-child(2n) {
        margin-right: 1%;
    }

    .compare .swiper-slide {
        width: 450px
    }

    .passport-form .form-box .form-title {
        font-size: 20px;
    }

    .compare .subtitle {
        font-size: 14px;
        line-height: 22px;
    }
}
