
.swiper-slide {
    position: relative;
}

    .swiper-slide img {
        width: 100%;
    }

    /* 
        .swiper-slide .text {
            position: absolute;
            top: 50%;
            right: 50%;
            color: #0066CC;
            text-align: center;
            line-height: 1.5;
            margin-top: -83px;
            margin-right: -80px;
        }

        .swiper-slide .text h1 {
            font-size: 66px;
            font-weight: 600;
        }

        .swiper-slide .text h4 {
            font-size: 45px;
            font-weight: 400;
        } */

    .swiper-slide .certificate {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        width: 520px;
        margin-top: -210px;
        margin-left: 190px;
    }

.service {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.service-item {
    position: relative;
    width: 295px;
    border: 1px solid #666666;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    margin: 5px 0;
}

    .service-item h2 {
        font-size: 16px;
        font-weight: 400;
        padding-top: 15px;
        padding-bottom: 30px;
        color: #0084CE;
    }

    .service-item p {
        font-size: 14px;
        color: #999999;
    }

    .assignment-item:hover,
    .service-item:hover {
        border-color: #0084CF;
    }

        .assignment-item:hover > .consult-btn,
        .service-item:hover > .consult-btn {
            display: flex;
        }

.consult-btn {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 52px;
    background-color: rgba(0, 132, 207, 0.8);
    z-index: 1;
    justify-content: center;
    align-items: center;
}

    .consult-btn .btn {
        display: block;
        background-color: #ffffff;
        border-radius: 4px;
        font-size: 15px;
        color: #0084CE;
        padding: 6px 50px;
        cursor: pointer;
    }

.assignment {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.assignment-item {
    position: relative;
    width: 394px;
    background-color: #ffffff;
    padding: 25px 25px 15px;
    border: 1px solid transparent;
    margin: 5px 0;
}

    .assignment-item::after {
        position: absolute;
        content: "";
        width: 4px;
        height: 30px;
        background-color: #0084CF;
        left: -1px;
        top: 22px;
    }

    .assignment-item p {
        font-size: 16px;
        color: #666666;
        line-height: 1.8;
    }

    .assignment-item .value {
        color: #0084CE;
    }

    .assignment-item .type {
        display: flex;
    }

    .assignment-item .money {
        align-self: flex-end;
        color: #0084CE;
        font-size: 24px;
    }

    .assignment-item .labels {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
    }

        .assignment-item .labels p {
            display: flex;
            align-items: center;
            font-size: 14px;
        }

        .assignment-item .labels img {
            margin-right: 6px;
        }


.case {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
}


    .case .case-item {
        width: 227px;
        height: 140px;
        border: 1px solid #CCCCCC;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 0;
    }

        .case .case-item > .hover {
            display: none;
        }

        .case .case-item:hover {
            background-color: #0084cf;
            border-color: #0084cf;
        }

            .case .case-item:hover > .def {
                display: none;
            }

            .case .case-item:hover > .hover {
                display: block;
            }

.info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .info .info-item {
        width: 378px;
    }

    .info .title-more {
        padding: 10px 0;
        font-size: 20px;
        color: #333333;
        font-weight: 600;
    }

    .info .space-between {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .info .list-item {
        padding: 12px 0;
        font-size: 14px;
        color: #333333;
    }

    .info .title-more a {
        font-size: 12px;
        font-weight: 400;
        color: #333333;
    }

    .info .border-b {
        border-bottom: 1px solid #A0A0A0;
    }
.border-b a{
    color:#333;
}

.jcjy {
    display: flex;
    margin-bottom: 30px;
}

    .jcjy .profile {
        position: relative;
        flex: 1;
        padding: 10px 50px;
    }

        .jcjy .profile p {
            line-height: 1.5;
            font-size: 16px;
            color: #666666;
            text-indent: 32px;
            margin-bottom: 30px;
        }

        .jcjy .profile .detail {
            position: absolute;
            right: 55px;
            bottom: 10px;
            font-size: 16px;
            color: #0084CF;
        }

.fixed {
    position: fixed;
    z-index: 100;
    width: 87px;
    height: 177px;
    background-color: #0084cf;
    right: 0;
    bottom: 50%;
    margin-bottom: -88px;
}

    .fixed::after {
        position: absolute;
        content: "";
        height: 1px;
        border: none;
        background-color: #ffffff;
        width: 100%;
        top: 50%;
        left: 0;
    }

    .fixed .fixed-item {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: #ffffff;
    }

        .fixed .fixed-item p {
            font-size: 13px;
            padding-top: 10px;
        }
