.stfn .card-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stfn .card-list .card-item {
    width: 32%;
    background: url('../images/qdhb/stfnxtbg_g.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -moz-box-shadow: 0.000000px 2.000000px 10px rgba(0, 85, 255, 0.08);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 85, 255, 0.08);
    -ms-box-shadow: 0.000000px 2.000000px 10px rgba(0, 85, 255, 0.08);
    -o-box-shadow: 0.000000px 2.000000px 10px rgba(0, 85, 255, 0.08);
    box-shadow: 0px 2px 10px rgba(0, 85, 255, 0.08);
    text-align: center;
}

.stfn .card-list .card-item h5 {
    font-size: 24px;
    font-weight: bold;
    color: #2f3031;
    margin: 0;
}

.stfn .card-list .card-item span {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    background: #5F88FF;
    line-height: 37px;
    padding: 0 20px;
    border-radius: 19px;
    margin: 10px 0;
}

.stfn .card-list .card-item p {
    font-size: 14px;
    line-height: 1.5;
    color: #898b8f;
}

.kqhz .card-list .card-item {
    width: calc(25% - 124px);
    height: 300px;
    margin-left: 24px;
    border-radius: 12px;
    float: left;
    cursor: pointer;
    box-shadow: 0px 17px 40px 10px rgba(144, 159, 210, 0.21);
    background: url(../images/qdhb/wbbg_x.jpg) no-repeat left top;
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}

.kqhz .card-list .card-item:first-child {
    margin-left: 0;
}

.kqhz .card-list .card-item .kqhz-icon,
.kqhz .card-list .card-item .kqhz-icon-active {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    -webkit-box-shadow: 4.330127px 2.5px 3px rgba(55, 106, 255, 0.33);
    -ms-box-shadow: 4.330127px 2.500000px 3px rgba(55, 106, 255, 0.33);
    -o-box-shadow: 4.330127px 2.500000px 3px rgba(55, 106, 255, 0.33);
    box-shadow: 4.330127px 2.5px 3px rgba(55, 106, 255, 0.33);
    transition: all 0.6s ease-in-out;
}

.kqhz .card-list .card-item .kqhz-icon {
    position: absolute;
    top: 80px;
    left: calc(50% - 40px);
}

.kqhz .card-list .card-item .kqhz-icon-active {
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}

.kqhz .card-list .card-item h5 {
    color: #2f3031;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
    width: calc(100% - 80px);

    position: absolute;
    top: 180px;
    left: 40px;
    transition: all 0.6s ease-in-out;
}

.kqhz .card-list .card-item .hx {
    width: calc(100% - 80px);
    height: 5px;
    background-image: linear-gradient(90deg, #3696FC 0%, rgba(26, 104, 253, 0.00) 100%);
    border-radius: 3px;

    position: absolute;
    top: 220px;
    left: 40px;
    transition: all 0.6s ease-in-out;
}

.kqhz .card-list .card-item .card-content .card-content-item {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 40px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.kqhz .card-list .card-item .card-content .card-content-item:nth-child(2) {
    transition-delay: 0.1s;
}


.kqhz .card-list .card-item .card-content .card-content-item img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.kqhz .card-list .card-item .kqhz-sz {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.kqhz .card-list .card-item.active {
    width: 400px;
    background: url(../images/qdhb/wbbg02.jpg) no-repeat left top;
}

.kqhz .card-list .card-item.active .kqhz-icon {
    opacity: 0;
}

.kqhz .card-list .card-item.active .kqhz-icon-active {
    opacity: 1;
}

.kqhz .card-list .card-item.active h5 {
    color: #fff;
    top: 40px;
    left: 40px;
}

.kqhz .card-list .card-item.active .hx {
    top: 80px;
    left: 40px;
    width: 50%;
    background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.kqhz .card-list .card-item.active .card-content .card-content-item:nth-child(1) {
    top: 120px;
    opacity: 1;
}

.kqhz .card-list .card-item.active .card-content .card-content-item:nth-child(2) {
    top: 160px;
    opacity: 1;
}

.kqhz .card-list .card-item.active .kqhz-sz {
    opacity: 1;
}

.ldtx {
    background: url("../images/qdhb/ldtxbg.jpg") no-repeat;
    background-size: cover;
}

.ldtx .ldtx-container {
    background: #fff;
    border: 1px solid #d9e5ff;
    display: flex;
    align-items: center;
}

.ldtx .ldtx-container .ldtx-content {
    padding: 0 30px;
}

.ldtx .ldtx-container .ldtx-content .ldtx-content-header {
    margin-bottom: 30px;
}

.ldtx .ldtx-container .ldtx-content .ldtx-content-header h4 {
    font-weight: bold;
    color: #0b1636;
    font-size: 36px;
    margin-bottom: 20px;
}

.ldtx .ldtx-container .ldtx-content .ldtx-content-header p {
    font-size: 16px;
    color: #656D78;
    line-height: 2;
}

.ldtx .ldtx-container .ldtx-content .ldtx-content-list {
    display: flex;
    justify-content: space-between;
}

.ldtx .ldtx-container .ldtx-content .ldtx-content-list .ldtx-content-item {
    text-align: center;
}

.ldtx .ldtx-container .ldtx-content .ldtx-content-list .ldtx-content-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
}

.ldtx .ldtx-container .ldtx-content .ldtx-content-list .ldtx-content-item h5 {
    color: #0b1636;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.ldtx .ldtx-container .ldtx-content .ldtx-content-list .ldtx-content-item p {
    color: #636e80;
    font-size: 14px;
    line-height: 1.5;
}

.ldtx .ldtx-container .ldtx-img img {
    width: 100%;
    max-width: 504px;
}

.zzcx-container {
    background: url("../images/qdhb/yzzzbg.jpg") no-repeat;
    background-size: cover;
    border: 1px solid #d9e5ff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.zzcx-img {
    text-align: center;
}

.zzcx-body {
    padding: 40px;
    flex: 1;
}

.zzcx-title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}


.zzcx-title h4 {
    color: #0b1636;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.zzcx-title span {
    background: linear-gradient(top, #0055ff, #c6e0ff);
    background: -webkit-gradient(linear, left top, left bottom, from(#0055ff), to(#c6e0ff));
    color: #fff;
    font-style: italic;
    font-size: 18px;
    border-radius: 4px;
    padding: 4px 10px;
    margin-left: 10px;
    font-weight: bold;
}

.zzxc-search {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    height: 50px;
    align-items: center;
    margin-bottom: 30px;
    overflow: inherit;
}

.zzxc-search .zzxc-search-input {
    border-radius: 46px;
    padding: 0 0 0 23px;
    border: 1px solid #2f91f6;
    height: 46px;
    width: calc(100% - 142px);
    line-height: 46px;
    margin: 0;
    background: #fff;
}

.zzxc-search .zzxc-search-input:focus {
    box-shadow: 0px 5px 10px rgba(47, 145, 246, 0.2);
    outline: none;
}

.zzxc-search .zzxc-search-btn {
    height: 50px;
    width: 175px;
    background-color: #376aff;
    color: #fff;
    border: 0;
    padding: 0 40px;
    border-radius: 46px;
    position: absolute;
    right: 0;
}



.zzcx-result h5 {
    color: #0b1636;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    border-left: 4px solid #1792ff;
    padding-left: 10px;
    margin-bottom: 20px;
}

.zzcx-result .zzcx-result-container {
    border-radius: 5px;
    background-color: rgba(243, 243, 243, 0.4);
    font-size: 16px;
    line-height: 1.5;
    color: #636e80;
}

.zzcx-result .zzcx-result-container .w-line {
    height: 1px;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #d9e5ff;
}

.zzcx-result .zzcx-result-container .zzcx-result-header,
.zzcx-result .zzcx-result-container .zzcx-result-body {
    padding: 20px 15px;
}

.zzcx-result .zzcx-result-container .zzcx-result-body {
    min-height: 150px;
}

.hbal {
    background: url("../images/qdhb/hbalbg.jpg") no-repeat;
    background-size: cover;
}

.hbal-container {
    position: relative;
    overflow: hidden;
}

.hbal-container .hbal-content {
    position: relative;
    z-index: 1;
    padding-left: 0;
}

.hbal-container .hbal-content .hbal-content-header {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    position: relative;
}

.hbal-container .hbal-content .hbal-content-header h4 {
    font-size: 24px;
    color: #1d2129;
    margin: 0;
}

.hbal-container .hbal-content .hbal-content-header p {
    font-size: 16px;
    color: #656D78;
    line-height: 2;
}

.hbal-container .hbal-content .hbal-content-header .w-line {
    width: 32px;
    height: 1px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #444444;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hbal-container .hbal-content .hbal-content-body .hbal-content-body-item {
    display: flex;
    margin-bottom: 20px;
}

.hbal-container .hbal-content .hbal-content-body .hbal-content-body-item img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.hbal-container .hbal-content .hbal-content-body .hbal-content-body-item-content h5 {
    color: #0b1636;
    font-size: 20px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 5px;
}

.hbal-container .hbal-content .hbal-content-body .hbal-content-body-item-content p {
    color: #636e80;
    font-size: 16px;
    line-height: 1.5;
}

.hbal-container .hbal-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 498px;
    max-height: 429px;
    z-index: 0;
}

.hbal-container .hbal-img img {
    width: 100%;
}

@media (max-width: 1400px) {
    .ldtx .ldtx-container .ldtx-content .ldtx-content-list .ldtx-content-item p {
        font-size: 12px;
    }
    .kqhz .card-list .card-item .hx{
        top: 250px;
    }
    .hbal-container .hbal-img{
        width: 35%;
    }
    
}
@media (max-width: 1366px) {
    .stfn .card-list .card-item p{
        font-size: 12px;
    }
}
@media (max-width: 1200px) {
    .kqhz .card-list .card-item .kqhz-icon {
        top: 45px;
    }

    .kqhz .card-list .card-item h5 {
        font-size: 25px;
        top: 140px;
    }

    .kqhz .card-list .card-item .hx {
        top: 260px;
    }

    .ldtx .ldtx-container .ldtx-content .ldtx-content-list {
        flex-wrap: wrap;
    }

    .ldtx-content-item {
        width: 33%;
    }
}


/* 移动端 */
@media (max-width: 992px) {
    .hbal-container .hbal-img{
        width: auto;
    }
    .stfn .card-list {
        flex-direction: column;
    }

    .stfn .card-list .card-item {
        width: 90%;
        margin: 10px auto;
    }

    .stfn .card-list .card-item h5 {
        font-size: 20px;
    }

    .stfn .card-list .card-item span {
        font-size: 14px;
        line-height: 32px;
    }

    .stfn .card-list .card-item p {
        font-size: 12px;
    }

    .kqhz .card-list .card-item,
    .kqhz .card-list .card-item.active {
        width: 100%;
        height: 200px;
        background: url(../images/qdhb/wbbg02.jpg) no-repeat left top;
        background-size: cover;
        margin: 0 0 10px;
    }

    .kqhz .card-list .card-item h5,
    .kqhz .card-list .card-item.active h5 {
        font-size: 20px;
        top: 20px;
        left: 20px;
        color: #fff;
    }

    .kqhz .card-list .card-item .hx,
    .kqhz .card-list .card-item.active .hx {
        left: 20px;
        top: 55px;
        left: 20px;
        background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.00) 100%);
        width: 50%;
    }

    .kqhz .card-list .card-item .kqhz-icon {
        opacity: 0;
    }

    .kqhz .card-list .card-item .kqhz-icon-active {
        width: 60px;
        height: 60px;
        opacity: 1;
    }

    .kqhz .card-list .card-item .card-content .card-content-item {
        font-size: 16px;
        left: 20px;
    }

    .kqhz .card-list .card-item .card-content .card-content-item:nth-child(1),
    .kqhz .card-list .card-item.active .card-content .card-content-item:nth-child(1) {
        top: 80px;
        opacity: 1;
    }

    .kqhz .card-list .card-item .card-content .card-content-item:nth-child(2),
    .kqhz .card-list .card-item.active .card-content .card-content-item:nth-child(2) {
        top: 110px;
        opacity: 1;
    }

    .kqhz .card-list .card-item .card-content .card-content-item img {
        width: 25px;
        height: 25px;
    }

    .kqhz .card-list .card-item .kqhz-sz,
    .kqhz .card-list .card-item.active .kqhz-sz {
        width: 150px;
        opacity: 1;
    }

    .ldtx .ldtx-container {
        width: 96%;
        margin: auto;
    }

    .ldtx .ldtx-container .ldtx-content {
        padding: 0;
        margin-bottom: 20px;
    }

    .ldtx .ldtx-container .ldtx-content .ldtx-content-header h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ldtx .ldtx-container .ldtx-content .ldtx-content-header {
        margin-bottom: 10px;
    }

    .ldtx .ldtx-container .ldtx-content .ldtx-content-list {
        flex-wrap: wrap;
    }

    .ldtx .ldtx-container .ldtx-content .ldtx-content-list .ldtx-content-item {
        width: 33%;
        margin-bottom: 10px;
    }

    .ldtx .ldtx-container .ldtx-content .ldtx-content-list .ldtx-content-item p {
        font-size: 12px;
    }

    .zzcx-container {
        flex-direction: column;
        background: url(../images/qdhb/yzzzbg_m.jpg) no-repeat;
    }

    .zzcx-body {
        padding: 0px;
        width: 100%;
    }

    .zzcx-img {
        margin-bottom: 20px;
        width: 100px;
    }

    .zzcx-img img {
        width: 100%;
    }

    .zzcx-title {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        flex-direction: column;
    }

    .zzcx-title h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .zzcx-title span {
        font-size: 16px;
    }

    .zzxc-search {
        flex-direction: column;
        height: auto;
    }

    .zzxc-search .zzxc-search-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .zzxc-search .zzxc-search-btn {
        position: initial;
        width: 100%;
    }

    .hbal-container {
        width: 96%;
        margin: auto;
    }

    .hbal-container .hbal-content .hbal-content-header h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .hbal-container .hbal-content .hbal-content-header p {
        line-height: 1.5;
    }

    .hbal-container .hbal-content .hbal-content-body .hbal-content-body-item img {
        width: 28px;
        height: 28px;
    }

    .hbal-container .hbal-content .hbal-content-body .hbal-content-body-item-content h5 {
        font-size: 18px;
        line-height: 28px;
    }

    /* .hbal-container .hbal-content .hbal-content-body .hbal-content-body-item-content p {
        font-size: 12px;
    } */

    .hbal-container .hbal-img {
        position: initial;
        max-width: 100%;
        height: auto;
        text-align: center;
    }

    .hbal-container .hbal-img img {
        width: 75%;
    }
}