.jjfa-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.jjfa-nav .nav-item {
    font-size: 16px;
    color: #000000;
    line-height: 42px;
    padding: 0 40px;
    border-radius: 21px;
    cursor: pointer;
}

.jjfa-nav .nav-item:hover,
.jjfa-nav .nav-item.active {
    background: #f4f7ff;
    font-weight: bold;
}

.jjfa-item {
    display: none;
    box-shadow: 0px 5px 20px rgba(198, 224, 255, 0.6);
    padding: 0;
}

.jjfa-item.active {
    display: flex;
}

.jjfa-item .jjfa-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*justify-content: center;*/
    flex: 1;
    padding-top: 25px;
}

.jjfa-item .jjfa-content .jjfa-title {
    color: #1d2129;
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
}

.jjfa-item .jjfa-content .jjfa-text {
    background: url("../images/jjfa/jjfawzxtbg.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 20px 40px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 180px;
}

.jjfa-item .jjfa-btn {
    background: linear-gradient(-45deg, #4CCBFF, #1B69FF);
    cursor: default;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 54px;
    border-radius: 23px;
    padding: 0 40px;
    margin-left: 40px;
    box-shadow: 0px 10px 15px #5faeff;
    cursor: pointer;
    transition: all .3s;
}

.jjfa-item .jjfa-btn:hover {
    transform: scale(1.1);
    background: linear-gradient(-45deg, #4DA3FF, #1145FF);
}

.jjfa-pic {
    padding: 20px 20px 20px 0;
    min-height: 400px;
    min-width: 600px;
}

.jjfa-pic img {
    border-radius: 20px;
}

.khtd {
    background: #F2F6FB;
}

.khtd-list .col-md-3,
.khtd-solution-head .col-md-3 {
    padding: 10px;
}

.khtd-item {
    background: #fff;
    box-shadow: 0px 5px 20px rgba(198, 224, 255, 0.6);
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.khtd-item:hover {
    margin-top: -10px;
    margin-bottom: 10px;
}

.khtd-item .khtd-header {
    display: flex;
    /*align-items: flex-end;*/
    align-items: center;
    margin-bottom: 10px;
}

.khtd-item .khtd-header img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.khtd-item .khtd-header .khtd-title {
    color: #1d2129;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.khtd-item .khtd-text {
    font-size: 16px;
    color: #656D78;
    line-height: 1.5;
}

.khtd-solution-head-item {
    background-color: #fff;
    border: 1px solid #eeeeee;
    line-height: 56px;
    text-align: center;
    color: #1d2129;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
}

/*.khtd-solution-head .khtd-solution-head-item-box:nth-child(1) .khtd-solution-head-item {*/
/*    background-image: url(../images/jjfa/jjfabtsz01.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 36px 36px;*/
/*    background-position: calc(50% - 80px) center;*/
/*}*/

/*.khtd-solution-head .khtd-solution-head-item-box:nth-child(2) .khtd-solution-head-item {*/
/*    background-image: url(../images/jjfa/jjfabtsz02.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 36px 36px;*/
/*    background-position: calc(50% - 80px) center;*/
/*}*/

/*.khtd-solution-head .khtd-solution-head-item-box:nth-child(3) .khtd-solution-head-item {*/
/*    background-image: url(../images/jjfa/jjfabtsz03.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 36px 36px;*/
/*    background-position: calc(50% - 80px) center;*/
/*}*/

/*.khtd-solution-head .khtd-solution-head-item-box:nth-child(4) .khtd-solution-head-item {*/
/*    background-image: url(../images/jjfa/jjfabtsz04.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 36px 36px;*/
/*    background-position: calc(50% - 80px) center;*/
/*}*/
/*.khtd-solution-head .khtd-solution-head-item-box:nth-child(5) .khtd-solution-head-item {*/
/*    background-image: url(../images/jjfa/jjfabtsz05.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 36px 36px;*/
/*    background-position: calc(50% - 80px) center;*/
/*}*/
/*.khtd-solution-head .khtd-solution-head-item-box:nth-child(6) .khtd-solution-head-item {*/
/*    background-image: url(../images/jjfa/jjfabtsz06.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 36px 36px;*/
/*    background-position: calc(50% - 80px) center;*/
/*}*/


.khtd-solution-head .khtd-solution-head-item-box.col-md-3-s .khtd-solution-head-item {
    background-position: 2% center;
}

.khtd-solution-head .khtd-solution-head-item-box .khtd-solution-head-item.active {
    background-image: url(../images/jjfa/jjfabtbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border: 1px solid #fff;
}

.khtd-solution-body {
    display: none;
}

.khtd-solution-body.active {
    display: flex;
    align-items: center;
}

.khtd-solution-img img {
    width: 100%;
    border-radius: 20px;
}

.khtd-solution-text {}

.khtd-solution-text h5 {
    font-weight: bold;
    font-size: 24px;
    color: #1d2129;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.khtd-solution-text h5 span {
    color: #376aff;
    margin-right: 5px;
    padding-bottom: 11px;
    border-bottom: 3px solid #1d2129;
}

.khtd-solution-text .khtd-solution-text-desc {
    font-size: 16px;
    line-height: 2;
    color: #656D78;
    margin-bottom: 20px;
}

.khtd-solution-text-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.khtd-solution-text-item img {
    width: 32px;
    height: 32px;
    margin-right: 20px;
}

.khtd-solution-text-item p {
    font-size: 18px;
    color: #0b1636;
    font-weight: bold;
}

.swiper-khgs .swiper-slide {
    padding: 20px 0;
}

.khgs-item {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px rgba(198, 224, 255, 0.6);
    border-radius: 20px;
    padding: 2%;
    margin: auto;
}

.khgs-item-title h5 {
    font-size: 24px;
    font-weight: bold;
    color: #1d2129;
    margin-bottom: 20px;
}

.khgs-item-body .tdsz-value {
    color: #2c82ff;
    font-weight: bold;
    font-size: 36px;
}

.khgs-item-body .tdsz-value .counter {
    font-weight: bold;
    font-size: 54px;
    display: inline-block;
}

.khgs-item-body .tdsz-name {
    color: #727a8e;
    font-size: 16px;
}

.khgs-item-body .bgal_zy {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f6ff), to(#ffffff));
    padding: 40px;
    border-radius: 5px;
}

.khgs-item-body .bgal_zy p,
.khgs-item-body .bgal_zy span {
    font-size: 16px;
    line-height: 1.75;
    color: #47506b;
}

.khgs-item-body .bgal_zy span {
    margin-top: 10px;
    float: right;
}

.khgs-item-body .bgal_zy .yh_q {
    position: absolute;
    width: 25px;
    height: 23px;
    left: 15px;
    top: 15px;
}

.khgs-item-body .bgal_zy .yh_h {
    position: absolute;
    width: 25px;
    height: 23px;
    right: 15px;
    bottom: 15px;
}

.bgal_tdsz {
    display: flex;
    text-align: center;
    justify-content: space-around;
    align-items: center;
}

.bgal_tdsz .w-line {
    display: block;
    margin: 0;
    margin-left: -0;
    padding: 0;
    width: 1px;
    height: 22px;
    font-size: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #c6def5;
}

.khgs-item-img {
    display: flex;
    align-items: center;
}

.khgs-item-img img {
    width: 100%;
}

.xsgyy-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.xsgyy-title h3 {
    color: #727a8e;
    font-size: 18px;
    margin: 0 20px;
    white-space: nowrap;
}

.gtxz-marquee-container {
    background: #fff;
}

.gtxz-marquee {
    height: 80px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.gtxz-marquee-list {
    display: flex;
    align-items: center;
}

.gtxz-marquee-item {
    width: 220px;
    height: 80px;
    margin-right: 10px
}

.col-md-3-s {
    width: 20%;
}

.cptj-item {
    background: url(../images/jjfa/cptjbg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 40px 8%;
    transition: all .3s;
    margin-bottom: 20px;
}

.cptj-item:hover {
    box-shadow: 0px 5px 10px rgba(198, 224, 255, 0.6);
}

.cptj-item .cptj-title {
    color: #1d2129;
    font-weight: bold;
    font-size: 24px;
}

.cptj-item .cptj-text {
    font-size: 16px;
    line-height: 1.5;
    color: #656D78;
}

.cptj-item .w-line {
    display: block;
    margin: 20px 0;
    padding: 0;
    top: 50%;
    max-width: 400px;
    height: 1px;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(221, 221, 221, 1);
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

@media (max-width: 1366px) {
    .jjfa-item .jjfa-content .jjfa-title {
        font-size: 30px;
    }

    .khtd-item .khtd-text {
        font-size: 12px;
        line-height: 1.75;
    }

    .khgs-item-body .bgal_zy p,
    .khgs-item-body .bgal_zy span {
        font-size: 14px;
    }
}

/* 1200px */
@media (max-width: 1200px) {
    .jjfa-nav .nav-item {
        padding: 0 30px;
    }

    .jjfa-item .jjfa-content {
        padding: 20px 0 20px 20px;
    }

    .jjfa-item .jjfa-content .jjfa-title {
        font-size: 25px;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .jjfa-item .jjfa-content .jjfa-text {
        padding: 10px 0;
    }

    .jjfa-item .jjfa-btn {
        margin-left: 0;
        line-height: 45px;
        padding: 0 30px;
    }

    .jjfa-pic {
        display: flex;
        align-items: center;
        width: 40%;
        min-width: 100px;
    }

    .jjfa-pic img {
        width: 100%;
    }

    .khtd-item .khtd-text {
        height: 100%;
        font-size: 14px;
    }
}

/* 移动端 */
@media (max-width: 992px) {
    .jjfa-nav {
        width: 100%;
        overflow: auto;
        justify-content: normal;
    }

    .jjfa-nav::-webkit-scrollbar {
        display: none;
        /* 完全隐藏滚动条 */
    }

    .jjfa-nav .nav-item {
        flex-shrink: 0;
    }

    .jjfa-item.active {
        flex-direction: column;
        padding: 20px 10px;
    }

    .jjfa-item .jjfa-content {
        align-items: center;
        margin-bottom: 20px;
        padding: 20px;
    }

    .jjfa-item .jjfa-content .jjfa-title {
        padding-left: 0;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .jjfa-item .jjfa-content .jjfa-text {
        padding: 10px;
    }

    .jjfa-item .jjfa-btn {
        margin-left: 0;
    }

    .jjfa-pic {
        padding: 0;
        max-width: 100%;
        width: 100%;
        min-width: auto;
        min-height: 100px;
    }

    .jjfa-pic img {
        max-width: 100%;
    }

    .khtd-item {
        /* padding-left: 50px; */
    }

    .khtd-item .khtd-header img {
        width: 50px;
        height: 50px;
    }

    .khtd-item .khtd-header .khtd-title {
        font-size: 20px;
    }

    .khtd-item .khtd-text {
        height: 100%;
        font-size: 16px;
    }

    .khtd-solution-img {
        margin-bottom: 20px;
    }

    .khtd-solution-text h5 {
        font-size: 20px;
    }

    .khgs .section-title.section-title-desc {
        margin-bottom: 0px;
    }

    .khgs-item-title h5 {
        font-size: 20px;
    }

    .khgs-item {
        width: 96%;
        padding-top: 30px;
    }

    .khgs-item-body .bgal_zy {
        padding: 30px 30px 45px;
    }

    /* .khgs-item-body .bgal_zy p,
    .khgs-item-body .bgal_zy span {
        font-size: 12px;
    } */

    .khgs-item-body .bgal_zy .yh_q {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 8px;
        top: 8px;
    }

    .khgs-item-body .bgal_zy .yh_h {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 8px;
        bottom: 10px;
    }

    .bgal_tdsz {
        width: 100%;
    }

    .khgs-item-body .tdsz-value {
        font-size: 20px;
    }

    .khgs-item-body .tdsz-value .counter {
        font-size: 25px;
    }

    .khgs-item-body .tdsz-name {
        font-size: 12px;
    }

    .khgs-item-content {
        margin-bottom: 20px;
    }

    .xsgyy-title img {
        display: none;
    }

    /* .khtd-solution-head .col-md-3:nth-child(1) .khtd-solution-head-item,
    .khtd-solution-head .col-md-3:nth-child(2) .khtd-solution-head-item,
    .khtd-solution-head .col-md-3:nth-child(3) .khtd-solution-head-item,
    .khtd-solution-head .col-md-3:nth-child(4) .khtd-solution-head-item {
        background-image: none;
        line-height: 1.5;
        padding: 10px;
    } */

    .khtd-solution-head .col-md-3 .khtd-solution-head-item {
        background-image: none;
        line-height: 1.5;
        padding: 10px;
    }

    .khtd-solution-head .col-md-3 .khtd-solution-head-item.active {
        background-image: url(../images/jjfa/jjfabtbg.jpg);
    }

    .col-md-3-s {
        width: 50%;
    }

    .khtd-list .col-md-3 {
        width: 50%;
    }
}