.ssxy {
    background: url('../images/fwbz/xsxybg.png') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ssxy-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    text-align: center;
}

.ssxy-list .ssxy-item .ssxy-item-img {
    margin-bottom: 20px;
}

.ssxy-list .ssxy-item p {
    font-size: 26px;
    line-height: 1.5;
    color: #091221;
}

.ssxy-list .ssxy-item span {
    font-size: 16px;
    line-height: 2;
    color: #1b1b1b;
}

.blank-75 {
    height: 75px;
    line-height: 75px;
    clear: both;
    font-size: 0;
}

.jszt-list .jszt-item {
    padding: 10px;
}

.jszt-list .jszt-item .jszt-item-text {
    border-radius: 20px;
    padding: 20px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jszt-list .jszt-item .jszt-item-text h4 {
    font-size: 24px;
    color: #2f3031;
    font-weight: bold;
    margin-bottom: 20px;
}

.jszt-list .jszt-item .jszt-item-text p {
    font-size: 14px;
    line-height: 1.5;
    color: #656D78;
}

.jszt-list .jszt-item:nth-child(1) .jszt-item-text {
    background: url('../images/fwbz/jsztpt01.jpg') no-repeat;
    background-size: cover;
    background-position: right center;
}

.jszt-list .jszt-item:nth-child(2) .jszt-item-text {
    background: url('../images/fwbz/jsztpt02.jpg') no-repeat;
    background-size: cover;
    background-position: right center;
}

.jszt-list .jszt-item:nth-child(3) .jszt-item-text {
    background: url('../images/fwbz/jsztpt03.jpg') no-repeat;
    background-size: cover;
    background-position: right center;
}

.jszt-list .jszt-left {
    padding: 10px;
}

.jszt-left-container {
    background-image: linear-gradient(to bottom, #DCF4FB, #EAF4FE);
    border-radius: 20px;
    padding: 40px 20px 20px;
    height: 100%;
}

.jszt-left .jszt-left-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.jszt-left .jszt-left-header img {
    height: 66px;
    width: 66px;
    margin-right: 0.5rem;
}

.jszt-left .jszt-left-header .jszt-left-title h4 {
    font-size: 24px;
    color: #0b1636;
    margin-bottom: 0;
}

.jszt-left .jszt-left-header .jszt-left-title p {
    font-size: 16px;
    line-height: 1.5;
    color: #656D78;
}

.jszt-left .jszt-left-body .jszt-left-item-box {
    padding-top: 20px;
}

.jszt-left .jszt-left-body .jszt-left-item {
    background: url('../images/fwbz/jsztbg.png') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.jszt-left .jszt-left-body .jszt-left-item img {
    width: 38px;
    height: 38px;
    margin-right: 0.5rem;
}

.jszt-left .jszt-left-body .jszt-left-item h5 {
    font-size: 20px;
    color: #0b1636;
    margin: 0;
}

.jszt-left .jszt-left-body .jszt-left-item p {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #636e80;
    margin-top: 10px;
}

.jszt-list .jszt-right {
    padding: 10px;
}

.jszt-list .jszt-right .jszt-right-container {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.jszt-list .jszt-right img {
    width: 100%;
}

.jszt-right-text {
    position: absolute;
    top: 20px;
    width: calc(100% - 40px);
    left: 20px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 25px;
    text-align: center;
    text-shadow: 5px 5px 4px #73D2FF;
    letter-spacing: 1px;
}

.qctm {
    background: linear-gradient(top, #f9fbff, #e4eff9);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9fbff), to(#e4eff9));
    background-size: auto;
}

.qctm-left {
    display: flex;
    flex-wrap: wrap;
}

.qctm-left .qctm-left-item {
    width: calc(50% - 10px);
    margin: 5px;
    border-radius: 20px;
    padding: 20px;
    background: url("../images/fwbz/jsxyjt.png")no-repeat;
    background-size: 18px 18px;
    background-position: right 20px bottom 20px;
    background-color: #fff;

    /* 过渡动画：所有属性变化在0.3秒内完成 */
    transition: all 0.3s ease;

    /* 初始状态：无阴影或轻微阴影 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
    transform: translateY(0);
    /* 初始位置 */
}

.qctm-left .qctm-left-item:hover {
    /* 上移10px */
    transform: translateY(-5px);

    /* 底部阴影效果 */
    box-shadow: 0px 5px 10px rgba(198, 224, 255, 0.6);

    background: url("../images/fwbz/jsxyjt_xz.png")no-repeat;
    background-size: 18px 18px;
    background-position: right 20px bottom 20px;
    background-color: #fff;
}

.qctm-left-item-img img {
    width: 64px;
    height: 64px;
}

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

.qctm-right {
    padding: 5px 0;
}

.qctm-right-container {
    background: url(../images/fwbz/bhbg.jpg) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    background-color: #fff;
    border-radius: 20px;
    padding: 60px 0 135px 5.6%;
    height: 100%;
    max-width: 925px;
}

.qctm-right-list {
    height: 240px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
}

.qctm-right-list .qctm-right-item {
    width: 32%;
    height: 96px;
    margin-right: 3%;
    margin-bottom: 20px;
}

.qctm-right-list .qctm-right-item:last-child {
    margin-right: 0;
    width: 30%;
    padding-right: 20px;
}

.qctm-right-item-box {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.qctm-right-item-num {
    color: #1966ff;
    font-size: 20px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

.qctm-right-item-num .w-line {
    margin-top: 8px;
    width: 1px;
    height: 55px;
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: rgba(52, 152, 219, 1);
}

.qctm-right-item-text h5 {
    font-size: 20px;
    color: #0b1636;
    line-height: 1;
}

.qctm-right-item-text p {
    font-size: 14px;
    line-height: 1.5;
    color: #898b8f;
}

.jjwt-tab {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #ddedff;
}

.jjwt-tab .w-line {
    width: 1px;
    height: 58px;
    border-left: 1px solid #ddedff;
}

.jjwt-tab-item {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.jjwt-tab-item:hover {
    background: url("../images/fwbz/jjwtxtbg.png")no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.jjwt-tab-item .jjwt-tab-item-bottom {
    margin: auto;
    width: 0px;
    height: 1px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    transition: all 0.3s ease;
}

.jjwt-tab-item:hover .jjwt-tab-item-bottom {
    width: 60px;
    border-bottom-color: #2183e9;
}

.jjwt-tab-item-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.jjwt-tab-item-header img {
    width: 50px;
    height: 50px;
    margin-right: 0.5rem;
}

.jjwt-tab-item-header h5 {
    font-size: 22px;
    line-height: 1;
    color: #0b1636;
    font-weight: bold;
    margin: 0;
}

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

.jjwt-tab-item-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #636e80;
    text-align: center;
}

.jjwt-qlc {
    background: linear-gradient(top, #e5f4ff, #f7fcff);
    background: -webkit-gradient(linear, left top, left bottom, from(#e5f4ff), to(#f7fcff));
    border-radius: 20px;
    padding: 20px 40px;
}

.jjwt-qlc-title {
    color: #0b1636;
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    text-align: center;
}

.jjwt-qlc-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.jjwt-qlc-item {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #fff;
    border-radius: 18px;
    padding: 20px;
    width: 210px;
    height: 140px;
    margin: 20px 10px;
}

.jjwt-qlc-item h5 {
    font-size: 20px;
    line-height: 1;
    color: #376aff;
    font-weight: bold;
    margin-bottom: 10px;
}

.jjwt-qlc-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #636e80;
}



@media (min-width: 1600px) {
    .jjwt-qlc-list .qlcjt:nth-child(10) {
        display: none;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .jjwt-qlc-list .qlcjt:nth-child(10n) {
        display: none;
    }
    
    .jjwt-qlc-item p{
        font-size: 14px;
    }
    .jjwt-qlc-item{
        width: 180px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .jjwt-qlc-list .qlcjt:nth-child(10n) {
        display: none;
    }
    
    .jjwt-qlc-item p{
        font-size: 14px;
    }
    .jjwt-qlc-item{
        width: 160px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .jjwt-qlc-list .qlcjt:nth-child(6n) {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .jjwt-qlc-list .qlcjt:nth-child(4n) {
        display: none;
    }
}

@media (max-width: 768px) {

    /* .jjwt-qlc-list .qlcjt:nth-child(4n) {
        display: none;
    } */
    .jjwt-qlc-list .jjwt-qlc-item {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .jjwt-qlc-list .qlcjt {
        display: none;
    }
}

.qlcjt img {
    width: 32px;
    height: 21px;
}

@media (max-width: 1366px) {
    .jszt-list .jszt-item .jszt-item-text p{
        font-size: 12px;
        line-height: 1.75;
    }
    .jszt-left .jszt-left-body .jszt-left-item p{
        font-size: 12px;
        line-height: 1.75;
    }
    .jszt-left .jszt-left-header .jszt-left-title p{
        font-size: 14px;
        line-height: 1.75;
    }
    .qctm-left-item-text p{
        font-size: 14px;
        line-height: 1.75;
    }
    .qctm-right-item-text p{
        font-size: 12px;
        line-height: 1.75;
    }
    
}



/* 移动端 */
@media (max-width: 992px) {
    .ssxy-list {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .ssxy-list .ssxy-item {
        width: 45%;
        margin-bottom: 20px;
    }

    .ssxy-list .ssxy-item .ssxy-item-img {
        height: 36px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        width: 100%;
        justify-content: center;
    }

    .ssxy-list .ssxy-item .ssxy-item-img img {
        max-width: 100%;
        height: auto;
    }

    .ssxy-list .ssxy-item p {
        font-size: 20px;
        font-weight: bold;
    }

    .jszt .section-title {
        margin-bottom: 0;
    }

    .jszt-list .jszt-item .jszt-item-text h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .jszt-left .jszt-left-header .jszt-left-title h4 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .jszt-left .jszt-left-header img {
        width: 56px;
        height: 56px;
    }

    .jszt-left .jszt-left-body .jszt-left-item h5 {
        font-size: 18px;
    }

    .jszt-left .jszt-left-body .jszt-left-item img {
        width: 36px;
        height: 36px;
    }

    .jszt-left .jszt-left-body .jszt-left-item p {
        line-height: 2;
    }

    .qctm-left {
        margin-bottom: 20px;
    }

    .qctm-right-list {
        height: 240px;
    }

    .qctm-right-item-text h5 {
        font-size: 14px;
        font-weight: bold;
    }

    .qctm-right-item-text p {
        font-size: 12px;
    }

    .qctm-right-item {
        margin-bottom: 20px;
    }

    .qctm-right-container {
        width: 96%;
        margin: 0 auto;
        padding: 32px 10px 80px 5%;
    }

    /* .jjwt-tab {
        flex-wrap: wrap;
    } */

    .jjwt-tab .w-line {
        display: none;
    }

    .jjwt-tab-item {
        width: 100%;
    }

    .jjwt-tab-item-header {
        justify-content: center;
    }

    /* .jjwt-tab-item {
        width: 48%;
    } */

    .jjwt-tab-item-header h5 {
        font-size: 20px;
    }

    .jjwt-tab-item-header img {
        width: 45px;
        height: 45px;
    }

    .jjwt-tab-item-content p {
        font-size: 12px;
    }

    .jjwt-qlc-title {
        font-size: 20px;
    }

    .jjwt-qlc {
        padding: 20px;
    }

    .jjwt-qlc-item h5 {
        font-size: 18px;
    }

    .jjwt-qlc-item p {
        font-size: 14px;
    }

    .jjwt-qlc-item {
        height: 131px;
        width: 200px;
        text-align: center;
    }

    .qlcjt img {
        width: 21px;
        height: 15px;
    }
}