.right-nav {
    width: 70px;
    height: 280px;
    position: fixed;
    right: 0;
    top: 20%;
    background-color: #fff;
    z-index: 4;
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
    line-height: 17px;
}

.nav-item {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #377CFD;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}

.nav-item:hover {
    background: #7ba5f4;
    cursor: pointer;
}

.nav-item img {
    height: 30px;
}

.tophone {
    position: relative;
}

.reddot {
    width: 8px;
    height: 8px;
    background: #ff0000;
    border-radius: 100%;
    position: absolute;
    top: 13px;
    right: 13px;
}

.tophone:hover .tophonebox {
    display: block;
}

.tophonebox p {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.tophonebox p:nth-child(1) {
    margin: 12px 0 6px 0;
}

.tophonebox {
    padding: 10px 11px 0 11px;
    width: 168px;
    height: 160px;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    left: -190px;
    top: 0;
    overflow: hidden;
    display: none;
}

.phoneImgbox {
    width: 12px;
    height: 12px;
    background: #3bc491;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.phoneImgbox>img {
    height: 10px;
    height: 10px;
}

.phone-top {
    display: flex;
    align-items: center;
    justify-content: left;
}

.timeBox {
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 17px;
}

.phonenumberTxt {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
    line-height: 17px;
    margin: 6px 0 0 14px;
}

.custerSline {
    border: 1px dashed rgba(59, 196, 146, 0.5);
    margin: 7px 0;
}

.custerSinfo {
    padding: 0 3px;
    font-size: 10px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 14px;
}

.tovx {
    position: relative;
}

.tovx:hover .vxbox {
    display: block;
}

.vxbox {
    width: 280px;
    height: 160px;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    display: none;
    left: -300px;
    top: 0;
}

.vxbox div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vxbox div :nth-child(1) {
    margin-right: 20px;
}

.vxbox img {
    display: block;
    width: 112px;
    height: 112px;
    /* margin: 0 auto; */
    margin-top: 7px;
}

.vxbox p {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
    text-align: center;
}

.qqa {
    display: block;
}

.toqq {
    position: relative;
}

.toqq:hover .qqbox {
    display: block;
}

.qqbox {
    width: 140px;
    height: 70px;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    left: -159px;
    top: 0;
    padding-left: 19px;
    display: none;
}

.qqbox p:nth-child(1) {
    margin: 12px 0 6px 0;
}

.qqbox p {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}


.banner-wrap {
    position: relative;
    margin-top: 70px;
}

.round-box {
    position: absolute;
    left: calc(50% - 60px);
    bottom: 91px;
    min-width: 120px;
    height: 6px;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#roundActive {
    opacity: 1;

}

.round-item {
    width: 23px;
    height: 6px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 3px;
    cursor: pointer;
}


.banner1 {
    position: relative;
    display: none;
}

.banner2 {
    position: relative;
    display: none;

}

.banner3 {
    position: relative;
    display: none;
}

.banner4 {
    position: relative;
    display: none;
}

.banner5 {
    position: relative;
    display: none;
}

.banner5_text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner5_right {
    width: 650px;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.bg1 {
    background: url('../image/banner1.jpg') no-repeat;
    background-size: cover;
}

.bg2 {
    background: url('../image/banner2.jpg') no-repeat;
    background-size: cover;
}

.bg3 {
    background: url('../image/banner3.png') no-repeat;
    background-size: cover;
}

.bg4 {
    background: url('../image/banner4.png') no-repeat;
    background-size: cover;
}

.bg1,
.bg2,
.bg3,
.bg4 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* 关键：保持比例填满容器，超出部分裁剪 */
}

.bg5 {
    background: url('../image/banner5.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



#bannerShow {
    display: block;
}

.banner {
    height: 650px;
    width: 1242px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}

.banner1img {
    height: 469px;
    position: absolute;
    right: -33px;
    top: 99px;
}

.banner2img {
    height: 377px;
    position: absolute;
    right: 0;
    top: 162px;
}

.banner3img {
    height: 341px;
    position: absolute;
    right: 0;
    top: 181px;
}

.banner-left {
    position: absolute;
    left: 76px;
    top: 134px;
}

.banner-h1 {
    font-size: 50px;
    font-family: 'FZZCHJW';
    font-weight: 600;
    color: #FFFFFF;
    line-height: 67px;
    white-space: nowrap;
}

.colorFont {
    color: #006EFE !important;
}

.banner-h2 {
    font-size: 28px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    margin: 30px 0 48px 0;

    /* width: 600px;
    height: 70px;
    line-height: 35px; */
}


.banner-img {
    height: 469px;
}

.banner-itembox {
    padding: 0 51px 0 31px;
    position: absolute;
    left: calc(50% - 544px);
    bottom: -89px;
    width: 1060px;
    height: 160px;
    background: linear-gradient(180deg, #F2F8FF 0%, #FFFFFF 100%);
    box-shadow: 0px 8px 20px 0px rgba(3, 61, 148, 0.14);
    border: 2px solid #FFFFFF;
}



.banner-item-img {
    height: 107px;
    margin-right: 15px;
}

.banner-item-h1 {
    font-weight: 600;
    font-size: 24px;
    font-family: AppleSystemUIFont;
    color: #333333;
    line-height: 26px;
}

.banner-item-h2 {
    font-size: 15px;
    font-family: AppleSystemUIFont;
    color: #61718F;
    line-height: 26px;
    margin-top: 7px;
    width: 175px;
}

.value-wrap {
    background: #FFFFFF;
}

.value {
    width: 1242px;
    margin: 0 auto;
    padding: 100px 0 100px 0;
}

.value-h1 {
    font-size: 30px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #333333;
    line-height: 44px;
    text-align: center;
}



.value-itembox {}

.value-item {
    width: 384px;
    height: 223px;
    background: linear-gradient(133deg, #F6F5FF 0%, #E2FCFE 100%);
    border-radius: 66px 16px 16px 16px;
    padding: 75px 62px 0 49px;
    position: relative;
}

.value-item-img {
    height: 68px;
    position: absolute;
    left: 26px;
    top: -10px;
}

.value-item-h1 {
    font-size: 20px;
    font-family: PingFangSC;
    font-weight: 800;
    color: #333333;
    line-height: 28px;
}

.value-item-h2 {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #86899D;
    line-height: 30px;
    margin-top: 11px;
}

.function-wrap {
    background: #fff;
}

.function {
    width: 1242px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 60px;
}

.value-h1 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 8px;
}

.value-line {
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    margin: 21px 0 44px 0;
}

.function-main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.functioncheck-box {
    width: 236px;
    background: #FFFFFF;
    border-radius: 24px;
    /* padding: 18px 0; */
    margin-right: 32px;
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
}

.functioncheck-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #8E97B8;
    line-height: 54px;
    text-align: left;
    cursor: pointer;
    border-radius: 12px;
    padding: 13px 28px;

    background: transparent;
    transition: background 0.2s, color 0.2s;
}

.functioncheck-item img {
    height: 50px;
    margin-right: 14px;
}

.functioncheck-item.functionActive {
    background: #006EFE;
    color: #fff;
}

.function-content {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.funCitem {
    display: none;
    background: #F8FAFF;
    border-radius: 16px;
    box-shadow: 0 6px 18px 0 rgba(0, 31, 112, 0.10);
    height: 480px;
    align-items: center;
    padding: 33px 73px 44px 37px;
    margin-left: 0;
}

.function-content-btns {}

.funCitem.contentActive {
    display: flex;
    align-items: center;
}

.function-content-text {
    flex: 1;
    max-width: 480px;
}

.function-content-title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 8px;
}

.function-content-desc {
    width: 326px;
    height: 327px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
}

.function-content-desc p {
    text-indent: 2em;
}



.btn-outline {
    width: 120px;
    height: 36px;
    background: #fff;
    color: #006EFE;
    border: 1px solid #006EFE;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.function-content-imgbox {
    flex: 1;
    display: flex;
    justify-content: center;
}

.w356 {
    width: 356px;
}

.w501 {
    width: 501px;
}

.w335 {
    width: 335px;
}

.w345 {
    width: 345px;
}

.w429 {
    width: 429px;
}

.w404 {
    width: 404px;
}


@media (max-width: 900px) {
    .function {
        width: 100%;
        padding: 30px 0;
    }

    .function-main {
        flex-direction: column;
        align-items: stretch;
    }

    .functioncheck-box {
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
        border-radius: 16px;
        padding: 0 8px;
        gap: 0;
    }

    .functioncheck-item {
        flex: 1;
        justify-content: center;
        padding: 0;
        margin: 0 2px;
        border-radius: 8px;
        font-size: 15px;
    }

    .function-content {
        width: 100%;
    }

    .funCitem {
        flex-direction: column;
        padding: 18px 8px;
    }

    .function-content-imgbox {
        margin-top: 18px;
    }
}

.apps-wrap {
    background: #F7F9FD;
}

.apps {
    width: 1242px;
    margin: 0 auto;
    padding: 90px 0 106px 0;
}

.apps-item {
    width: 300px;
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(43, 89, 255, 0.12);
    border-radius: 5px;
    padding: 20px 17px 0 17px;
}

.apps-item-img {
    width: 100%;
    height: 200px;
}

.apps-item-h1 {
    height: 26px;
    font-size: 20px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #000B33;
    line-height: 26px;
    margin: 22px 0 5px 0;
}

.apps-item-h2 {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000B33;
    line-height: 26px;
}

.safe-wrap {
    background: #fff;
}

.safe {
    width: 1242px;
    margin: 0 auto;
    padding: 90px 0 106px 0;
}

.safe-content {
    /* background: pink; */
    padding: 0 60px 0 81px;
}


.safe-item {
    width: 440px;
    height: 148px;
    padding: 19px 29px 19px 27px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(43, 89, 255, 0.1);
    border-radius: 10px;
    margin-top: 24px;
}

.safe-item-img {
    width: 48px;
    height: 48px;
    margin-right: 30px;
}

.safe-item-h1 {
    font-size: 20px;
    font-family: PingFangSC;
    font-weight: 600;
    color: #000B33;
    line-height: 26px;
}

.safe-item-h2 {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #000B33;
    line-height: 26px;
    margin-top: 6px;
}

.top_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.safe-right-img {
    width: 484px;
}

.version-wrap {
    background: #2b59ff0c;

}

.version {
    width: 1242px;
    margin: 0 auto;
    padding: 90px 0 106px 0;

}


.veritem1 {
    background: #E2EEFF;
}

.veritem2 {
    background: #E9FEFD;
}

.veritem3 {
    background: #FFF3ED;
}

.veritem4 {
    background: #F8F1FE;
}

.version-item {
    width: 24%;
    min-height: 473px;
    border-radius: 10px;
    padding: 28px 25px 0 25px;
    position: relative;
}

.version-item-h1 {
    font-size: 20px;
    font-family: PingFangSC;
    font-weight: 600;
    color: #000B33;
    line-height: 28px;
}

.version-item-h1 span {
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 600;
    color: #000B33;
    line-height: 22px;
}

.version-item-line {
    /* width: 314px; */
    height: 0px;
    border: 1px solid #2B59FF;
    margin: 20px 0;
}

.version-item-round {
    width: 10px;
    height: 10px;
    background: #2E7AEA;
    border-radius: 100%;
    margin-top: 9px;
}

.version-item-h2 {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000B33;
    line-height: 30px;
    margin-left: 10px;
    flex: 1;
}

.version-item-btn {
    width: 144px;
    height: 36px;
    background: #2E7AEA;
    border-radius: 5px;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    position: absolute;
    left: 72px;
    bottom: 30px;
}

.codeBox {
    border: 1px solid #ccc;
    position: absolute;
    left: 200px;
    bottom: -45px;
    border-radius: 15px;
    overflow: hidden;
    display: none;
    z-index: 999;
}

.codeBox img {
    width: 150px;
}


.case-wrap {
    background: #F5F9FF;
}

.case {
    width: 1242px;
    margin: 0 auto;
    padding: 90px 0 130px 0;
}

.case-content-wrap {}

.case-content {
    width: 1006px;
    height: 313px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.caseActive {
    display: flex;
}

.case-prev {
    width: 71px;
    cursor: pointer;
    user-select: none;
}

.case-next {
    width: 71px;
    cursor: pointer;
    user-select: none;
}

.case-content-img {
    height: 313px;
    width: 511px;
    height: 313px;
    border-radius: 16px 0px 0px 16px;
}

.case-content-right {
    padding-right: 42px;
}

.case-content-right-h1 {
    width: 415px;
    height: 140px;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #86899D;
    line-height: 30px;
}

.case-content-right-line {
    width: 416px;
    height: 1px;
    border: 1px solid #DCDCDC;
    margin: 14px 0 17px 0;
}

.case-content-right-logo {
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.case-content-right-h2 {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #86899D;
    line-height: 17px;
    margin-left: 14px;
}



.cursor {
    cursor: pointer;

}

.mgr25 {
    margin-right: 25px;
}

/* 文章列表 */
.article {
    background: rgba(204, 204, 204, 0.2);
    padding: 95px 0 20px;
    min-height: 100vh;
}

.list {
    width: 1202px;
    margin: auto;
    background: #fff;
    padding-bottom: 20px;
}

.text-style {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    display: flex;
    padding: 0 35px;
    justify-content: space-between;
    line-height: 40px;
}

.text-style .date {
    width: 150px;
    text-align: right;
}

.list-head {
    font-size: 18px;
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    line-height: 56px;
}

.list-title:first-child {
    margin-top: 10px;
}

.list-title {
    width: 100%;

}

.list-title .title {
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 列表详情 */
.list-header {
    font-size: 26px;
    font-weight: bold;
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 30px 0 0;
}

.articleInfo {
    width: 500px;
    display: flex;
    font-size: 13px;
    margin: 15px auto;
    justify-content: space-between;
    color: #707070;

}

.info {
    border-top: 1px solid #ccc;
    padding: 20px 30px;
    line-height: 32px;
    font-size: 16px;
}

.link-info-rm {
    font-size: 16px;
    margin: 15px 30px;
}



.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    /* float: right; */
}

.pagination p {
    height: 100%;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    color: #999;
}

a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

.list-title a:hover {
    color: #006EFE;
}

.no_data {
    text-align: center;
    line-height: 20px;
    margin-top: 15px;
}

.pagination {
    margin: 20px 0 0 0;
}




.link a.no-cursor {
    cursor: inherit;
}

.safe-item-h2.about {
    width: 500px;
    margin-top: 0;
}



.customer {
    width: 1254px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 69px;
}

.customer-wrap {
    background: #F7F9FD;
    /* background: url("/image/customer/bg.png") no-repeat; */
    background-size: 100%;
    /* height: 804px; */
}

.customall {
    width: 100%;
}



/* 合作代理 */
.agentBanner-wrap {
    padding-top: 70px;
}

.agentBanner {
    width: 1242px;
    height: 470px;
    margin: 0 auto;
    background: url('../image/acbanner.png') no-repeat;
    background-size: 100% 100%;
    position: relative;


}

.agentBanner-h1 {
    font-family: 'FZZCHJW';
    font-weight: 800;
    font-size: 48px;
    background: linear-gradient(45deg, #0884EE 0%, #145ED0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 59px;
    text-align: left;
    font-style: normal;
    margin-bottom: 21px;
}

.agentBanner-h2 {
    font-family: 'FZZCHJW';
    font-weight: 500;
    font-size: 28px;
    background: linear-gradient(45deg, #0884EE 0%, #145ED0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 56px;
    text-align: left;
    font-style: normal;
}

.agentBanner-text {
    position: absolute;
    left: 96px;
    top: 110px;
}

.agentInfo-wrap {
    background: #F5F7FF;
}

.agentInfo {
    width: 1242px;
    margin: 0 auto;
    padding: 57px 92px 0 92px;
    overflow: hidden;
}

.info-item {
    margin-bottom: 65px;
}

.info-title {
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: 44px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.info-text {
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 14px;
    color: #000B33;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
}


@font-face {
    font-family: FZZCHJW;
    src: url("../font/FZZCHJW.ttf");
}


.bacode {
    cursor: pointer;
}

.dlbanner {
    position: fixed;
    right: 0;
    bottom: 70px;
    z-index: 1200;

}

.dlbanner>img {
    width: 600px;
}

.dlbanner>span {
    font-size: 34px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}

/* 产品版本 */
.ver-wrap {
    display: flex;
    align-items: center;
}



.ver-name {
    height: 58px;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
    border-radius: 10px 10px 0 0;

}

.ver-customr {
    /* height: 686px; */
}

.ver-content {
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ver-content-h1 {
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 23px;
    text-align: justify;
    font-style: normal;
    padding: 0 15px;
}

.ver-table-item {
    height: 40px;
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    border-bottom: 1px solid #DFE5EB;
}

.ver-table-item-br {
    line-height: 24px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ver-first {
    width: 156px;
}

.ver-item {
    flex: 1;
    position: relative;
}

.free_icon {
    width: 84px;
    height: 35px;
    background: linear-gradient(90deg, #FFA52E 0%, #E6212A 100%);
    border-radius: 0px 10px 0px 30px;
    position: absolute;
    right: 0;
    top: 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: center;
    font-style: normal;
}

.color-7e7bff {
    background: #7E7BFF;
}

.color-f0 {
    background: radial-gradient(386% 158% at 8% 3%, #F0E5FF 0%, rgba(255, 255, 255, 0.44) 72%, rgba(255, 255, 255, 0.44) 100%);
    box-shadow: 0px 2px 4px 0px #E3E3E3, 2px 0px 4px 0px rgba(255, 255, 255, 0.25);
}

.color-f1 {
    background: radial-gradient(386% 158% at 8% 3%, #DFF4FD 0%, rgba(255, 255, 255, 0.44) 72%, rgba(255, 255, 255, 0.44) 100%);
    box-shadow: 0px 2px 4px 0px #E3E3E3, 2px 0px 4px 0px rgba(255, 255, 255, 0.25);
}

.color-f2 {
    background: radial-gradient(386% 158% at 8% 3%, #E5FFF0 0%, rgba(255, 255, 255, 0.44) 72%, rgba(255, 255, 255, 0.44) 100%);
    box-shadow: 0px 2px 4px 0px #E3E3E3, 2px 0px 4px 0px rgba(255, 255, 255, 0.25);
}

.color-f3 {
    background: radial-gradient(386% 158% at 8% 3%, #EBF0FF 0%, rgba(255, 255, 255, 0.44) 72%, rgba(255, 255, 255, 0.44) 100%);
    box-shadow: 0px 2px 4px 0px #E3E3E3, 2px 0px 4px 0px rgba(255, 255, 255, 0.25);
}

.color-f4 {
    background: radial-gradient(386% 158% at 8% 3%, #FFF5E0 0%, rgba(255, 255, 255, 0.44) 72%, rgba(255, 255, 255, 0.44) 100%);
    box-shadow: 0px 2px 4px 0px #E3E3E3, 2px 0px 4px 0px rgba(255, 255, 255, 0.25);
}


.bg-f2 {
    background: #12C3FC;
}

.bg-f3 {
    background: #4ACAD0;
}

.bg-f4 {
    background: #2E7AEA;
}

.bg-f5 {
    background: #FA8B00;
}

.hwText {
    width: 122px;
    height: 41px;
    background: linear-gradient(140deg, #FFA52E 0%, #E6212A 100%);
    border-radius: 21px 12px 12px 0px;
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    padding: 5px 10px 2px 16px;
    margin: 0 0 20px 10px;
}


.about_img {
    display: block;
    width: 383px;
    height: 241px;
}

.about_h2 {
    width: 772px;
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
    margin: 0 auto;
    margin-top: 25px;

}
/* 
.new_box {
    background: url('/image/hwbg.png') no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 22px;
    position: absolute;
    right: -48px;
    top: -13px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #fff;
} */

.announcement {
    position: fixed;
    /* 固定定位 */
    bottom: 20px;
    /* 距离底部20px */
    left: 20px;
    /* 距离左侧20px */
    width: 500px;
    /* 公告宽度增加 */
    background-color: #f9f9f9;
    /* 背景颜色 */
    border: 1px solid #ccc;
    /* 边框 */
    border-radius: 10px;
    /* 圆角 */
    padding: 20px;
    /* 内边距增加 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* 阴影效果 */
    z-index: 1000;
    /* 确保在页面上层显示 */
    font-size: 14px;
    /* 字体大小增加 */

    font-family: '宋体', SimSun, sans-serif;

    line-height: 24px;
    text-indent: 2em;

}

.announcement span {
    font-size: 14px;
    /* 字体大小增加 */
    font-family: '宋体', SimSun, sans-serif;
    font-weight: 600;
}

.close-btn {
    display: block;
    /* 独占一行 */
    text-align: right;
    /* 右对齐 */
    cursor: pointer;
    /* 鼠标悬停时显示手型 */
    font-weight: bold;
    /* 加粗字体 */
    margin-bottom: 10px;
    /* 与下方内容的间距 */
}

.product-version-wrap {
    background: #f6f8fe;
    padding: 80px 0 137px 0;
}

.product-version-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 8px;
}

.product-version-subtitle {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 38px;
}

.product-version-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1244px;
    margin: 0 auto;
}

.product-version-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px 0 rgba(0, 31, 112, 0.10);
    width: 296px;
    min-height: 502px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24px;
    transition: box-shadow 0.2s;
}

.product-version-card:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 31, 112, 0.18);
}

.product-version-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.product-version-name {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #252525;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    padding: 0 21px;
    margin: 6px 0 4px 0;
}

.product-version-line {
    width: 280px;
    height: 1px;
    border-top: 1px solid #E7EBF1;
    margin: 0 auto;
    margin-bottom: 11px
}

.product-version-desc {
    margin: 0px 10px 0 37px;
    padding: 0;
    list-style: disc;
    font-weight: 400;
    font-size: 14px;
    color: #747FA5;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}

.product-version-desc li {
    margin-bottom: 8px;
    line-height: 1.8;
}

@media (max-width: 1100px) {
    .product-version-list {
        flex-wrap: wrap;
        gap: 18px;
    }

    .product-version-card {
        width: 45vw;
        min-width: 220px;
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .product-version-list {
        flex-direction: column;
        align-items: center;
    }

    .product-version-card {
        width: 90vw;
        min-width: 0;
    }
}

/* 资讯动态 */
.news {
    padding: 60px 0;
    background: url('../image/home/bg.png') no-repeat;
    background-size: cover;
}

.news-title {
    font-size: 32px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.news-container {
    max-width: 1242px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    gap: 30px;
}

/* 左侧大图新闻 */
.news-main {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 532px;
    height: 466px;
}

.text_wrap {
    padding: 0 18px 0 21px;
}

.news-main-img {
    width: 532px;
    height: 303px;
    margin-bottom: 19px;
    overflow: hidden;
}

.news-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-main-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-bottom: 12px;

    /* 限制行数 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
}

.news-main-desc {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #61718F;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-bottom: 6px;

    /* 限制行数 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}

.news-main-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* 右侧新闻列表 */
.news-list {
    /* flex: 0 0 50%; */
    /* background-color: #EEF3FF; */
    background: #FFFFFF;
    border-radius: 6px;
}

.news-item {
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 23px 20px 18px 26px;
    position: relative;
    cursor: pointer;
    /* height: 142px; */
}

.news-item:not(:last-child) {
    margin-bottom: 19px;
}

/* .news-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #E1E5F0;
} */

.news-item:hover {
    background: #E1EDFF;
}

.news-item h3 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
}

.news-item p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #61718F;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    /* 严格两行高度：2 * 24px */
    word-break: break-all;
    /* 确保文字会换行 */
}

.news-item .news-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.news-item-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zximg {
    width: 164px;
    height: 102px;
    margin-left: 20px;
}

.news-item .news-type {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #1959E6;
    line-height: 17px;
}

.news-type {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #1959E6;
    line-height: 17px;
}

.news-item .news-time {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 17px;
}

/* 查看更多按钮 */
.news-more {
    text-align: center;
    margin-top: 30px;
}

.more-btn {
    display: inline-block;
    width: 120px;
    height: 36px;
    background: #006EFE;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    line-height: 36px;
    text-decoration: none;
}

.banner-btn:hover .phone_list {
    display: block;

}

.phone_list {
    width: 360px;
    height: 170px;
    background: linear-gradient(180deg, #F4EFFA 0%, #FFFFFF 48%, #E6EEFF 100%);
    box-shadow: 0px 3px 16px 0px rgba(18, 10, 91, 0.2);
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    position: absolute;
    right: -360px;
    top: 0;
    padding: 20px 22px;
    display: none;
    z-index: 1200;
}

.phone_item {
    display: flex;
}

.phone_title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    text-align: justify;
    font-style: normal;
    width: 133px;
    text-align: right;
}

.phone_h2 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #61718F;
    line-height: 32px;
    text-align: justify;
    font-style: normal;
}

.phone_h3 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #61718F;
    line-height: 32px;
    text-align: justify;
    font-style: normal;
}

.phone_title img {
    width: 15px;
    margin-right: 8px;
    vertical-align: baseline
}