.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;
            }


.form-bank {
    background-color: #f6f5f7;
    padding: 80px 0;
}

    .form-bank .form-box {
        padding: 50px 0 30px;
        background-color: #fff;
    }

        .form-bank .form-box .form-title {
            font-size: 30px;
            font-weight: bold;
            color: #535353;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .form-bank .form-box .form-subtitle {
            font-size: 20px;
            color: #4C9ED9;
            padding: 20px 0 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .form-bank .form-box .form-subtitle:before {
                content: "";
                display: inline-block;
                width: 40px;
                height: 1px;
                background: #4C9ED9;
                border-radius: 1px;
                margin-right: 5px;
            }

            .form-bank .form-box .form-subtitle:after {
                content: "";
                display: inline-block;
                width: 40px;
                height: 1px;
                background: #4C9ED9;
                border-radius: 1px;
                margin-left: 5px;
            }

        .form-bank .form-box .form-inline {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 40px;
        }

            .form-bank .form-box .form-inline .form-group > label {
                font-size: 14px;
                font-weight: 400;
                color: #333333;
                margin-right: 15px;
            }

                .form-bank .form-box .form-inline .form-group > label > span {
                    font-size: 14px;
                    font-weight: 400;
                    color: #4C9ED9;
                }

            .form-bank .form-box .form-inline .form-control {
                height: 44px;
                width: 290px;
                border: 1px solid #DCDCDC;
                border-radius: 8px;
                outline: none;
                padding: 0 1em;
            }

        .form-bank .form-box .form-tips {
            font-size: 15px;
            text-align: center;
            color: #D80922;
        }

        .form-bank .form-box .form-btns {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 30px 0;
        }

            .form-bank .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;
            }

.region-bank {
    padding: 80px 0;
}

    .region-bank .title {
        font-size: 30px;
        font-weight: bold;
        color: #535353;
        text-align: center;
    }

    .region-bank .subtitle {
        font-size: 16px;
        font-weight: bold;
        color: #BD986D;
        text-align: center;
        padding: 15px 0 10px;
    }

    .region-bank .tips {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #666666;
    }

        .region-bank .tips:before {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #E5E5E5;
            border-radius: 1px;
            margin-right: 5px;
        }

        .region-bank .tips:after {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #E5E5E5;
            border-radius: 1px;
            margin-left: 5px;
        }

    .region-bank .items {
        display: flex;
        justify-content: space-between;
        padding: 50px 0 40px;
    }

        .region-bank .items .item {
            width: 320px;
            height: 356px;
            background: #FFFFFF;
            box-shadow: 0px 0px 40px 0px rgba(211, 204, 197, 0.2);
            border-radius: 15px;
            padding: 0 40px;
        }

            .region-bank .items .item .item-title {
                font-size: 22px;
                font-weight: 800;
                color: #222222;
                padding: 35px 0 30px;
            }

            .region-bank .items .item .item-bank {
                font-size: 15px;
                color: #555555;
                padding: 10px 0;
                display: flex;
                align-items: center;
            }

                .region-bank .items .item .item-bank > label {
                    width: 16px;
                    height: 16px;
                    border: 1px solid #4C9ED9;
                    border-radius: 50%;
                    margin-right: 10px;
                    position: relative;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .region-bank .items .item .item-bank > label:before {
                        content: "";
                        width: 8px;
                        height: 3px;
                        border: 2px solid #4C9ED9;
                        border-top: none;
                        border-right: none;
                        transform: rotate(-55deg);
                    }

    .region-bank .details {
        font-size: 18px;
        color: #4C9ED9;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .region-bank .details:before {
            content: "";
            display: inline-block;
            height: 1px;
            background: #4C9ED9;
            border-radius: 1px;
            margin-right: 30px;
            flex: 1;
        }

        .region-bank .details:after {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #4C9ED9;
            border-radius: 1px;
            margin-left: 30px;
            flex: 1;
        }

    .region-bank .btn-box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px 0 0;
    }

    .region-bank .btn-online {
        font-size: 16px;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 172px;
        height: 42px;
        background: #4C9ED9;
        border-radius: 4px;
        border: none;
        outline: none;
    }

        .region-bank .btn-online > img {
            width: 15px;
            height: 15px;
            margin-left: 10px;
        }

.market {
    background-color: #f6f5f7;
    padding: 30px 0 80px;
}

    .market .title {
        font-size: 30px;
        font-weight: bold;
        color: #535353;
        padding: 30px 0 0;
        text-align: center;
    }

    .market .subtitle {
        font-size: 16px;
        font-weight: bold;
        color: #BD986D;
        padding: 15px 0 0;
        text-align: center;
    }

    .market .items {
        display: flex;
        flex-wrap: wrap;
        padding: 60px 0 0;
    }

        .market .items .item {
            width: 442px;
            height: 157px;
            background: #FFFFFF;
            display: flex;
            align-items: center;
            margin-right: 37px;
            margin-bottom: 35px;
            padding: 0 35px;
            color: #333;
        }

            .market .items .item:hover {
                background: #4C9ED9;
                color: #fff;
            }

            .market .items .item:nth-child(3n) {
                margin-right: 0;
            }

            .market .items .item .img {
                width: 83px;
                height: 83px;
                background: rgba(255, 255, 255, 0);
                border: 1px solid #4C9ED9;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 30px;
                background-color: #fff;
            }

            .market .items .item .text .name {
                font-size: 24px;
                font-weight: bold;
            }

            .market .items .item .text .desc {
                font-size: 16px;
                margin-top: 15px;
            }

    .market .details {
        font-size: 18px;
        color: #4C9ED9;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .market .details:before {
            content: "";
            display: inline-block;
            height: 1px;
            background: #4C9ED9;
            border-radius: 1px;
            margin-right: 30px;
            flex: 1;
        }

        .market .details:after {
            content: "";
            display: inline-block;
            height: 1px;
            background: #4C9ED9;
            border-radius: 1px;
            margin-left: 30px;
            flex: 1;
        }

    .market .btn-box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px 0 0;
    }

    .market .btn-online {
        font-size: 16px;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 172px;
        height: 42px;
        background: #4C9ED9;
        border-radius: 4px;
        border: none;
        outline: none;
        cursor: pointer;
    }

        .market .btn-online > img {
            width: 15px;
            height: 15px;
            margin-left: 10px;
        }

.rejected {
    background-image: url(../img/abroad/rejected.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
}

    .rejected .title {
        font-size: 30px;
        font-weight: bold;
        color: #FFFEFE;
        padding: 75px 0 70px;
        text-align: center;
    }


    .rejected .items {
        display: flex;
        justify-content: space-between;
    }

        .rejected .items .item {
            width: 245px;
            height: 240px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.25);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

            .rejected .items .item .name {
                font-size: 22px;
                font-weight: bold;
                margin-top: 45px;
            }

            .rejected .items .item .desc {
                font-size: 15px;
                font-weight: 500;
                color: #FFFEFE;
                margin-top: 10px;
            }

.hard {
    background-color: #fff;
    padding: 0 0 70px;
}

    .hard .title {
        font-size: 30px;
        font-weight: bold;
        color: #535353;
        padding: 50px 0 10px;
        text-align: center;
    }

    .hard .subtitle {
        font-size: 16px;
        font-weight: bold;
        color: #BD986D;
        text-align: center;
    }

    .hard .case {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 0;
    }

        .hard .case:before {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #E5E5E5;
            border-radius: 1px;
            margin-right: 30px;
        }

        .hard .case:after {
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #E5E5E5;
            border-radius: 1px;
            margin-left: 30px;
        }

    .hard .items {
        display: flex;
        flex-wrap: wrap;
        padding: 60px 0 0;
    }

        .hard .items .item {
            width: 440px;
            height: 444px;
            background: #FFFFFF;
            box-shadow: 0px 0px 40px 0px rgba(211, 204, 197, 0.2);
            border-radius: 15px;
            margin-right: 40px;
            margin-bottom: 50px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .hard .items .item:nth-child(3n) {
                margin-right: 0;
            }

            .hard .items .item .img {
                height: 220px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

                .hard .items .item .img > img {
                    transition: all .8s;
                    display: block;
                    border: none;
                    outline: none;
                    background-color: #fff;
                }


            .hard .items .item:hover .img > img {
                transform: scale(1.1);
            }

            .hard .items .item .fine {
                font-size: 22px;
                font-weight: bold;
                color: #333333;
            }

                .hard .items .item .fine > span {
                    color: #E6963B;
                }

            .hard .items .item .desc {
                width: 100%;
                font-size: 15px;
                color: #444444;
                line-height: 36px;
                padding: 30px 60px;
            }


    .hard .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;
    }

        .hard .form-box .form-title {
            font-size: 30px;
            font-weight: bold;
            color: #535353;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .hard .form-box .form-subtitle {
            font-size: 20px;
            color: #4C9ED9;
            padding: 20px 0 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .hard .form-box .form-subtitle:before {
                content: "";
                display: inline-block;
                width: 40px;
                height: 1px;
                background: #4C9ED9;
                border-radius: 1px;
                margin-right: 5px;
            }

            .hard .form-box .form-subtitle:after {
                content: "";
                display: inline-block;
                width: 40px;
                height: 1px;
                background: #4C9ED9;
                border-radius: 1px;
                margin-left: 5px;
            }

        .hard .form-box .form-inline {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 40px;
        }

            .hard .form-box .form-inline .form-group > label {
                font-size: 14px;
                font-weight: 400;
                color: #333333;
                margin-right: 15px;
            }

                .hard .form-box .form-inline .form-group > label > span {
                    font-size: 14px;
                    font-weight: 400;
                    color: #4C9ED9;
                }

            .hard .form-box .form-inline .form-control {
                height: 44px;
                width: 290px;
                border: 1px solid #DCDCDC;
                border-radius: 8px;
                outline: none;
                padding: 0 1em;
            }

        .hard .form-box .form-tips {
            font-size: 15px;
            text-align: center;
            color: #D80922;
        }

        .hard .form-box .form-btns {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 30px 0;
        }

            .hard .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;
            }


.choice {
    background-color: #f6f5f7;
    padding: 0 0 60px;
}

    .choice .title {
        font-size: 30px;
        font-weight: bold;
        color: #535353;
        text-align: center;
        padding: 60px 0;
    }

    .choice .list {
        display: flex;
        justify-content: space-between;
    }

        .choice .list .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
        }

            .choice .list .item .name {
                font-size: 18px;
                color: #333333;
                padding: 20px 0;
            }

            .choice .list .item .desc {
                font-size: 14px;
                color: #666666;
                line-height: 20px;
                padding: 0 30px;
                text-align: center;
                width:100%;
            }
