html,
body {
    width: 100%;
    /* height: 100%; */
    background: #F6F9FF;
    /* overflow-x: hidden; */
    /*font-family: "PingFangSC-Regular","Microsoft YaHei", serif;*/
    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;
}

/* ::-webkit-scrollbar {
    display: none !important;
} */

* {
    margin: 0;
    padding: 0;
}

.h5_head {
    display: none;
}

.display {
    display: none !important;
}

/* PC */
@media (min-width: 1280px) {
    .Phone_block {
        display: none !important;
    }

    #banner {
        width: 100%;
        height: 267px;
        display: flex;
        background: url("../../img/insight/shsc.png") no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .banner_title {
        height: 37px;
        font-size: 26px;

        font-weight: 600;
        color: #FFFFFF;
        line-height: 37px;
    }

    .banner_time {
        height: 20px;
        font-size: 14px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        margin-top: 12px;
    }

    #liuli {
        width: 1280px;
        margin: 20px auto;
        overflow: hidden;
    }

    #left-box {
        width: 940px;
        background: #fff;
        float: left;
    }

    #right-box {
        width: 320px;
        float: right;
    }

    /* 内容区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;
        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: 1px;
        background: #005EFF;
        display: none;
    }

    /* 内容区二级nav */
    .zl-next-nav {
        width: 100%;
        height: 85px;
        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-right: 10px;
        cursor: pointer;
    }

    .zl-next-nav-item-active {
        background: #2E60FC;
        color: #fff;
    }

    .next_button {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .button_next {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .button_next_text {
        text-align: right
    }

    .content_1 > div > div:nth-child(2) {
        display: flex;
    }

    /* 左盒子内容区 */
    .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;
    }

    .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: 700;
        color: #323F76;
        margin-bottom: 9px;
    }

    .describe-content {
        color: #555570;
        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: 20px;
    }

    .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;
    }

    .content_1 {
        width: 940px;
        height: 67px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        background-color: #F6F9FF;;
    }

    .content_1 > div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .text1 {
        height: 30px;
        font-size: 22px;

        font-weight: 600;
        color: #323F76;
        line-height: 30px;
        margin-left: 23px;
    }

    .text2 {
        height: 22px;
        font-size: 16px;
        letter-spacing: 0.2px;
        font-weight: 400;
        color: #9FA5B0;
        line-height: 22px;
        margin-left: 34px;
    }

    .text2 > a {
        color: #9FA5B0;
    }

    .text2 > a:hover {
        color: #005EFF;
    }

    .nowtitle {
        height: 22px;
        font-size: 16px;
        letter-spacing: 0.2px;
        font-weight: 400;
        color: #005EFF;
        line-height: 22px;
    }

    .fanhui {
        width: 14px;
        height: 16px;
        margin-right: 10px;
    }

    .text3 {
        height: 22px;
        font-size: 16px;

        font-weight: 400;
        color: #323F76;
        line-height: 22px;
        margin-right: 22px;
    }

    .content_2 {
        width: 860px;
        background: #FFFFFF;
        padding: 30px;
        line-height: 32px;
        font-family: "PingFangSC-Regular","Microsoft YaHei", serif;
        letter-spacing: 0.05em;
    }

    .content_2 > img {
        /*width: 100%;*/
        max-width: 900px;
        display: flex;
        margin: auto;
    }

    .content_2 > img:last-child {
        width: 785px;
        height: 194px;
        display: flex;
        margin: 64px auto 64px auto;
    }

    .content_2 > p > img {
        margin-bottom: 20px;
    }

    .content_2 > p {
        position: relative;
        color: #323F76;
        font-size: 18px;
    }

    .content_4 {
        width: 940px;
        height: 127px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #F6F9FF;
    }

    .content_4 > div:nth-child(1) {
        margin-left: 20px;
    }

    .content_4 > div:nth-child(2) {
        margin-right: 20px;
    }

    .lt1 {
        width: 21px;
        height: 21px;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lt1:hover {
        background-color: #005EFF;
    }

    .ltimg {
        width: 5px;
        height: 11px;
    }

    .lt2 {
        width: 58px;
        height: 33px;
        font-size: 18px;

        font-weight: 500;
        color: #061A45;
        line-height: 33px;
        margin-left: 7px;
    }

    .rt1:hover {
        background-color: #005EFF;
    }

    .right_blue{
        background-color: #005EFF!important;
        }

    .right_white{
        background-color: #FFFFFF!important;
    }

    .lt3 {
        height: 33px;
        font-size: 15px;

        font-weight: 500;
        color: #061A45;
        line-height: 33px;
        margin-top: 8px;
        word-break: break-all; /* 强制断句 */
        text-overflow: ellipsis; /* clip:文本溢出时不显示(...),而是将溢出部分裁剪。ellipsis:显示省略标记(...)。 */
        display: -webkit-box; /* 将对象作为弹性伸缩盒显示。（伸缩盒的最老版本中属性）（CSS3）*/
        -webkit-box-orient: vertical; /* 它用于设置webkit浏览器中的盒子的主轴方向为垂直方向。*/
        /* 这个属性通常与display: -webkit-box和-webkit-box-pack: center一起使用，用于实现垂直居中对齐的效果。*/
        -webkit-line-clamp: 1; /* 这里是超出几行省略 */
        overflow: hidden;
        width: 445px
    }

    .rt1 {
        width: 21px;
        height: 21px;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fanhui2 {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
        margin-right: 5px;
        cursor: pointer;
    }

    .consultant {
        position: fixed;
        z-index: 10;
        width: 124px;
        height: 430px;
        top: 30vh;
    }
}


/*h5*/
@media (max-width: 1280px) {
    .PC_block {
        display: none !important;
    }

    .Phone_foot_img {
        width: 100%;
        display: block;
        height: 533px;
    }

    /*导航*/
    .menu_h5 {
        width: 100vw;
        z-index: 3;
        position: fixed;
    }

    .menu_show {
        height: 100vh;
    }

    .menu_none {
        height: 62px;
    }

    .h5_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100vw;
        height: 62px;
        background: #FFFFFF;
        box-sizing: border-box;
        padding: 0 18px;
    }

    .h5_head .logo {
        width: 119px;
        height: 32px;
    }

    #banner {
        width: 100vw;
        height: 227px;
        background: url('../../img/insight/h5_banner.png');
        background-size: cover;
    }

    .button_before {
        width: 94vw;
        margin: 33px auto auto;
    }

    .button_next {
        display: flex;
        flex-direction: column;
        width: 94vw;
        margin: 19px auto 29px auto;
    }

    .button_next_text {
        /*text-align: right*/
    }

    .next_button {
        display: flex;
        align-items: center;
        justify-content: end;
        flex-direction: row-reverse;
        float: left;
    }

    .fanhui2 {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
        margin-right: 5px;
    }

    .lt1 {
        width: 21px;
        height: 21px;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lt1:hover {
        background-color: #005EFF;
    }

    .ltimg {
        width: 5px;
        height: 11px;
    }

    .lt2 {
        width: 46px;
        height: 33px;
        font-size: 14px;

        font-weight: 500;
        color: #061A45;
        line-height: 33px;
        margin-left: 4px;
    }

    .rt1:hover {
        background-color: #005EFF;
    }

    .lt3 {
        height: 33px;
        font-size: 14px;

        font-weight: 500;
        color: #061A45;
        line-height: 33px;
        margin-top: 5px;
        word-break: break-all; /* 强制断句 */
        text-overflow: ellipsis; /* clip:文本溢出时不显示(...),而是将溢出部分裁剪。ellipsis:显示省略标记(...)。 */
        display: -webkit-box; /* 将对象作为弹性伸缩盒显示。（伸缩盒的最老版本中属性）（CSS3）*/
        -webkit-box-orient: vertical; /* 它用于设置webkit浏览器中的盒子的主轴方向为垂直方向。*/
        /* 这个属性通常与display: -webkit-box和-webkit-box-pack: center一起使用，用于实现垂直居中对齐的效果。*/
        -webkit-line-clamp: 1; /* 这里是超出几行省略 */
        overflow: hidden;
        width: 100%;
    }

    .rt1 {
        width: 21px;
        height: 21px;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content_2 {
        width: 87vw;
        margin: auto;
        padding: 3vw;
        background-color: #FFFFFF;
    }

    .content_1 > div:first-child {
        margin: 16px 0 0 16px;
    }

    .content_1 > div:nth-child(2) {
        display: flex;
        margin: 0 0 15px 16px;
    }

    .content_1 > div:first-child > div:first-child {
        font-size: 16px;
        line-height: 22px;
        color: #323F76;
    }

    .content_1 > div:first-child > div:nth-child(2) {
        display: flex;
        margin: 5px 0 10px 0;
    }

    .content_1 > div:first-child > div:nth-child(2) > div:first-child {
       min-width: 112px;
        font-size: 13px;
        line-height: 18px;
        color: #9FA5B0 !important;
    }

    .content_1 > div:first-child > div:nth-child(2) > div:nth-child(2) {
        font-size: 13px;
        line-height: 18px;
        color: #005EFF !important;
        margin-left: 3px;
    }

    .content_2 > img {
        width: 87vw;
        background-size:contain;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .content_2 >p > img {
        width: 87vw;
        background-size:contain;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .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: #555570;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #right-box {
        width: 100vw;
    }

    .right-img-wrap {
        display: flex;
    }

    .right-img-wrap > img {
        /*min-width: 100%;*/
        width: 94vw;
        margin: auto;
        object-fit: cover;
    }

    .right-img-wrap > img:first-child {
        margin-bottom: 12px;
    }

    .right-content {
        width: 94vw;
        margin: 0 auto;
        padding: 13px;
        box-sizing: border-box;
        background: #fff;
        margin-bottom: 20px;
    }

    .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;
    }
}