html,
body {
    width: 100%;
    background: #F6F9FF;
    font-family: "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    letter-spacing: 0.05em;
}

a {
    text-decoration: none;
}

.foot {
    display: block;
    bottom: 0;
    width: 100%;
    height: 507px;
}

* {
    margin: 0;
    padding: 0;
}

.h5_head {
    display: none;
}

#insight-tab-anchor {
    height: 0;
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: 'txFont';
    src: url('../../ttf/TencentSansW7_insight.ttf');
}

@media (min-width: 1280px) {
    .Phone_block {
        display: none !important;
    }

    .banner {
        width: 67.2%;
        display: flex;
        margin-left: 16.3%;
    }

    #liuli {
        width: 1280px;
        margin: 0 auto;
        overflow: visible;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    #left-box {
        width: 940px;
        background: #fff;
        flex-shrink: 0;
    }

    #right-box {
        width: 320px;
        flex-shrink: 0;
        align-self: stretch;
    }

    /* 内容区nav */
    .zl-nav {
        width: 100%;
        height: 58px;
        display: flex;
        font-size: 18px;

        font-weight: 400;
        color: #323F76;
        position: relative;
        border-bottom: 1px solid #F1F2F3;
        box-sizing: border-box;
        padding: 0 22px;
    }

    .zl-nav-item {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        /*margin-right: 125px;*/
        margin: 0 70px 0 50px;
        white-space: nowrap;
    }

    .zl-nav-item2 {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-right: 125px;
        white-space: nowrap;
    }

    .zl-nav :first-child {
        margin-left: 16px;
    }

    .zl-nav-active {
        font-weight: 700;
    }

    #zl-nav-line {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 4px;
        background: #005EFF;
        display: none;
    }

    /* 内容区二级nav */
    .zl-next-nav-wrap.zl-next-nav-wrap--empty {
        display: none;
    }

    .zl-next-nav {
        width: 100%;
        box-sizing: border-box;
        padding: 0 22px;
    }

    .zl-next-nav-item {
        width: 130px;
        height: 43px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #323F76;
        margin: 20px 10px 0 0;
        cursor: pointer;
    }

    .zl-next-nav-item-active {
        background: #2E60FC;
        color: #fff;
    }

    /* 左盒子内容区 */
    .leftbox-content {
        width: 100%;
        box-sizing: border-box;
        padding: 0 22px;
    }

    .data-item {
        width: 100%;
        height: 188px;
        border-bottom: 1px solid #F1F2F3;
        box-sizing: border-box;
        padding: 20px 0;
        background: #fff;
    }

    .data-item > img {
        /* max-width: 196px;
    height: auto; */
        /* object-fit: cover; */
        max-width: 294px;
    }

    .poster {
        width: 196px;
        height: 147px;
        background: #E9F5FF;
        display: block !important;
    }

    .describe {
        flex: 1;
        box-sizing: border-box;
        padding: 0 21px;
        font-size: 14px;

        font-weight: 400;
        color: #B2B2CD;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .describe-title {
        font-size: 18px;
        font-weight: 600;
        color: #323F76;
        margin-bottom: 9px;
    }

    .describe-content {
        font-weight: 400;
        color: #666880;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .eye {
        margin-left: 44px;
        margin-right: 4px;
    }

    .right-img-wrap {
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .right-sticky-wrap {
        position: sticky;
        top: 93px;
        z-index: 5;
        width: 100%;
    }

    .right-sticky-wrap .right-img-wrap.right-img-title {
        margin-bottom: 10px;
    }

    .right-sticky-wrap .right-content {
        margin-bottom: 0;
    }

    .right-img-wrap > img {
        width: 320px;
    }

    .right-content {
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        padding: 16px 22px 21px;
    }

    .right-title {
        font-size: 16px;

        font-weight: 700;
        color: #323F76;
    }

    .right-title .about-us {
        font-size: 20px;
        margin-right: 8px;
        position: relative;
        z-index: 2;
        background: transparent;
    }

    .right-title .about-us::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        content: '';
        height: 30%;
        /* background: #2E60FC 20%; */
        background: rgba(46, 96, 255, 0.2);
        z-index: -1;
    }

    .right-text {
        font-size: 14px;
        font-weight: 400;
        color: #555570;
        margin: 15px 0;
        line-height: 24px;
        letter-spacing: 0.02em;
    }

    .contact-us {
        width: 276px;
        height: 83px;
        background: #F6F9FF;
    }

    .tel {
        margin: 0 15px;
    }

    .phone {
        font-size: 14px;

        font-weight: 400;
        color: #555570;
    }

    #page-wrap {
        width: 100%;
        height: 229px;
        background: #F6F9FF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .consultant {
        position: fixed;
        z-index: 10;
        width: 124px;
        height: 430px;
        top: 30vh;
    }
}


/*h5*/
@media (max-width: 1280px) {
    /*导航*/
    .menu_h5 {
        width: 100vw;
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
    }

    .menu_show {
        height: 100vh;
    }

    .menu_none {
        height: 60px;
    }

    .Phone_foot_img {
        width: 100%;
        display: block;
    }

    .PC_block {
        display: none !important;
    }

    #liuli {
        overflow: visible;
    }

    /*第一层DIV样式*/
    .insight_banner_one_Phone {
        width: 60vm;
        height: 149vm;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*第二层DIV样式*/
    .insight_banner_two_Phone {
        height: 149vm;
        margin: auto;
        position: relative;

    }

    #banner_one {
        width: 100vw;
        height: 149px;
        background: url('../../img/insight/insight_one.png');
        background-size: cover;
    }

    #banner_two {
        width: 40vw;
        height: 105px;
        background: url('../../img/insight/insight_two.png');
        background-size: cover;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    /*文字*/
    .font_family_one_Phone {
        position: absolute;
        top: 25pt;
        left: 15pt;
        font-family: txFont;
        font-size: 20px;
        color: #001551;
        line-height: 17px;
        letter-spacing: 5px;
        text-align: center;
        font-style: normal;
    }

    /*文字DIV框大小*/
    .font_family_all_Phone {
        font-size: 10px;
        position: absolute;
        top: 47pt;
        left: 15pt;
        font-family: TencentSansW7;
        color: #001551;
    }

    /*文字颜色和样式1*/
    .font_family_two_Phone {
        color: #2E60FC;
    }

    .bottom_all {
        font-size: 10px;
        position: absolute;
        top: 65pt;
        left: 15pt;
        font-family: PingFangSC, PingFang SC;
        text-align: center;
        font-weight: 500;
        width: 45%;
        height: 15%;
    }

    /*左按钮样式*/
    .boder-first_Phone {
        background: #FFFFFF;
        border: 1px solid #2E60FC;
        font-size: 12px;
        color: #2E60FC;
        font-style: normal;
        cursor: pointer;
        width: 48%;
        height: 100%;
        float: left;
        line-height: 28px;
        height: 28px;
    }

    /*右按钮样式*/
    .border-second_Phone {
        border: 1px solid #2E60FC;
        text-align: center;
        font-size: 14px;
        color: #FFFFFF;
        font-style: normal;
        cursor: pointer;
        background: #2E60FC;
        width: 48%;
        height: 109%;
        line-height: 28px;
        height: 28px;
        margin-left: 52.5%;
    }

    .zl-nav-wrap {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 0 28px;
        box-sizing: border-box;
        background: #FFFFFF;
        position: sticky;
        top: 60px;
        z-index: 9;
        box-shadow: 0 2px 12px rgba(50, 63, 118, 0.08);
    }

    .zl-nav {
        width: auto;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        display: flex;
        position: relative;
        height: 56px;
        background: #FFFFFF;
    }

    .zl-nav-item {
        height: 100%;
        font-size: 16px;

        font-weight: 400;
        color: #323F76;
        white-space: nowrap;
        display: flex;
        align-items: center;
        margin-right: 28px;
        user-select: none;
    }

    .zl-nav-active {
        color: #000 !important;
        font-weight: 700 !important;
    }

    .zl-nav-item-active {
        color: #000 !important;
        font-weight: 700 !important;
    }


    #zl-nav-line {
        width: 18px;
        height: 4px;
        background: #005EFF;
        position: absolute;
        left: 0;
        bottom: 10px;
        display: none;
    }

    .zl-next-nav-wrap {
        width: 100vw;
        overflow-x: hidden;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .zl-next-nav-wrap.zl-next-nav-wrap--empty {
        display: none;
    }

    .zl-next-nav {
        display: flex;
        height: 56px;
        align-items: center;
        width: auto;
        overflow-x: auto;
    }

    .zl-next-nav-item {
        height: 32px;
        padding: 0 17px;
        background: #fff;
        font-size: 12px;

        font-weight: 400;
        color: #323F76;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
        user-select: none;
    }

    .zl-next-nav-item-active {
        background: #2E60FC;
        color: #FFFFFF;
    }

    .leftbox-content {
        width: 100vw;
        box-sizing: border-box;
        padding: 0 16px;
        margin-top: 10px;
    }

    .data-item {
        width: 100%;
        height: 125px;
        overflow: hidden;
        background: #fff;
        box-sizing: border-box;
        padding: 9px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }


    .data-item > img {
        max-width: 134px;
        height: 100%;
        margin-right: 15px;
    }

    .describe {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: space-between;
        overflow-x: hidden;
        font-size: 12px;

        font-weight: 400;
        color: #B2B2CD;
    }

    .describe img {
        width: 12px;
        height: 9px;
        margin-right: 4px;
    }

    .describe-title {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        color: #323F76;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .describe-content {
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        color: #666880;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
    }


    #page-wrap {
        width: 100vw;
        padding: 24px 16px 32px;
        box-sizing: border-box;
        background: #F6F9FF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #page-wrap .zl-page-wrap {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
    }

    #page-wrap .zl-line {
        flex-wrap: wrap;
        justify-content: center;
    }

    #right-box {
        display: none !important;
    }

    .right-title {
        margin-bottom: 13px;
        font-size: 16px;

        font-weight: 600;
        color: #323F76;
    }

    .about-us {
        position: relative;
        margin-right: 8px;
        font-size: 20px;

        font-weight: 600;
        color: #323F76;
    }

    .about-us::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 8px;
        left: 0;
        bottom: 0;
        background: rgba(46, 96, 252, 0.2)
    }

    .right-text {
        font-size: 14px;

        font-weight: 400;
        color: #555570;
        margin-bottom: 20px;
    }

    .contact-us {
        height: 83px;
        background: #F6F9FF;
    }

    .contact-us img {
        width: 38px;
        height: 38px;
        margin-right: 12px;
    }

    .h5-views {
        justify-content: space-between;
    }

    .right-content > div {
        width: 100%;
        box-sizing: border-box;
        padding: 0 16px;
    }
}