.ban_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ban_flex .ban_pic {
    width: 40%;
    margin-left: 5%;
}

.ban_flex .ban_pic img {
    width: 80%;
    height: auto;
}

.ban_flex .txt {
    flex: 1;
}

.product-nav {
    width: 100%;
    height: 64px;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.04);
}

.er_nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.er_nav_list a {
    display: block;
    line-height: 64px;
    font-size: 16px;
    padding: 0 30px;
    margin: 0 20px;
    color: #333;
    position: relative;
}

.er_nav_list a:hover {
    color: #2550ae;
    font-weight: 600;
}

.er_nav_list a.active {
    color: #2550ae;
    font-weight: 600;
}

.er_nav_list a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #2550ae;
    left: 0;

}

.er_nav_list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #2550ae;
    left: 0;
    transition: all 1s;
}

.er_nav_list a:hover::after {

    width: 100%;

}

.app-product {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.product-introduction-wrap {
    width: 100%;
    background: #fff;
    height: auto;
    padding: 35px 0;
    margin-top: 10px;
}

.app-product h1 {
    letter-spacing: 3px;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;

}

.product-introduction-contents {
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.product-introduction-contents .pro_picture {
    width: 48%;
    margin-right: 2%;
}

.product-introduction-contents .pro_picture img {
    width: 100%;
    height: auto;
}

.product-introduction-contents .pro_info {
    flex: 1;
    text-align: left;
    font-size: 16px;
    line-height: 2;
}

.app-product .pro_ad {
    margin-top: 30px;

    width: 100%;
}

.app-product .pro_ad img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.app-product h1 {
    /* background: linear-gradient(180deg, #F5F9FD 0%, #E8F0FA 100%); */
    /* background: url(../img/s_history_bg.jpg) no-repeat center; */
    text-align: center;
    height: 90px;
    line-height: 90px;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;

}

.app-product h1::after {
    content: '';
    height: 5px;
    width: 40px;
    background: #2550ae;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.product-feature {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.product-feature ul {
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
}

.product-feature ul li {
    width: 31.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 8px 6px rgba(0, 0, 0, 0.04);
    margin-bottom: 1.5%;
    margin-top: 1.5%;
    padding: 1rem;
}

.product-feature ul li img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.product-feature ul li .tx_title {
    font-size: 20px;
    font-weight: 600;
    color: #2550ae;
    padding: 15px 0;
    letter-spacing: 1px;
}

.product-feature ul li .tx_des {
    font-size: 16px;
    line-height: 2;
    padding: 0 10px;
}

.product-core-functions-title {
    background: no-repeat center bottom url(../img/bg3.jpg);
    margin: 8px auto 0;
    line-height: 4em;
    font-size: 32px;
    color: #fff;
    text-align: center;
    background-size: cover;
}

.product-core-functions {
    background: linear-gradient(180deg, #f5f9fd 0%, #e8f0fa 100%);
    padding: 0 0 1rem;
}

.product-core-functions ul {
    background: center / 25% url(../pro_img/core-functions-bg.png) no-repeat;
    padding: 2rem 0;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
}

.product-core-functions ul li {
    padding: 8px 16px;
    width: 50%;
    margin: 0;

}

.product-core-functions ul li:nth-child(2n) {
    padding-left: 140px;
}

.product-core-functions ul li:nth-child(2n+1) {
    padding-right: 140px;
}

.product-core-functions ul li h3 {
    font-size: 20px;
    color: #2550ae;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-core-functions ul li .product-domain-describe {
    padding: 16px;
    line-height: 1.8;
    font-size: 16px;
    color: #333333;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.5);
}

.product-scenarios-wrap .layui-tab .layui-tab-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    position: relative;
}

.product-scenarios-wrap .layui-tab .layui-tab-title li {
    text-align: center;
    padding: 0 1rem;
    font-size: 18px;
    flex: 1;
    line-height: 60px;

}

.product-scenarios-wrap .layui-tab-brief>.layui-tab-title .layui-this {
    color: #2550ae;
}

.product-scenarios-wrap .layui-tab-brief>.layui-tab-more li.layui-this:after,
.product-scenarios-wrap .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #2550ae;
}

.product-scenarios-wrap .layui-tab-title .layui-this:after {
    height: 60px;
}

.product-scenarios-item {
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding: 10px 0;
}

.product-scenarios-item .p-s-info,
.product-scenarios-item .p-s-img {
    width: 48%;
}

.product-scenarios-item .p-s-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-scenarios-item .p-s-info h3 {
    font-size: 18px;
    padding: 20px 0;
    letter-spacing: 1px;
}

.product-scenarios-item .p-s-info .product-scenarios-describe {
    font-size: 16px;
    line-height: 2;
}

.product-scenarios-item .p-s-img img {
    width: 100%;
    height: auto;
}

.product-partner-wrap {
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
}

.product-partner-wrap ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.product-partner-wrap li {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2%;
}

.product-partner-wrap li img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.product-partner-wrap li:nth-child(5n) {
    margin-right: 0;
}

/* 联系我们 */
.n_lianxi {
    width: 100%;
    background: #fff;
}



.n_lianxi .bd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.04);

}

.n_lianxi .img {
    border-radius: .9375rem 0 0 .9375rem;
}

.n_lianxi .img img {
    width: 100%;
}

.n_lianxi .txt {
    border: 1px solid #e6e9ec;
    border-radius: 0 .9375rem .9375rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem;
    overflow: hidden;
}

.n_lianxi .txt .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;

}

.n_lianxi .txt h3 {
    font-size: 32px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 1.5rem;
    position: relative;
    display: block;
    padding-left: 20px;
}

.n_lianxi .txt h3::after {
    content: '';
    position: absolute;
    left: 0;
    height: 40px;
    background: #2550ae;
    bottom: 0;
    width: 5px;
}

.n_lianxi ul li {
    display: flex;
    align-items: center;
}

.n_lianxi ul li .ico {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 1.25rem;
    background: url(../img/ico_bg2.svg) center no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_lianxi ul li .ico svg {
    width: 1.375rem;
    height: 1.375rem;
}

.n_lianxi ul li .ico svg path {
    fill: #333;
}

.n_lianxi ul>li+li {
    margin-top: 15px;
}

.n_lianxi ul>li p {
    font-size: 16px;
    line-height: 2;
    color: #222222;
}

.n_lianxi .pic {
    flex-shrink: 0;
    width: 37.8125rem;
}

.n_liulan {
    width: 100%;
    overflow: hidden;
    background: url(../img/mes_bg.jpg) center no-repeat;
    background-size: cover;
}

.n_liulan .tt {
    font-size: 32px;
    color: #212121;
    margin-bottom: 30px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 20px;
}

.n_liulan .tt::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 40px;
    background: #00479d;
}

.n_liulan .bd {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1.25rem;
    padding: 3rem;
}

.n_liulan form {
    display: grid;
    gap: 1.625rem 1.25rem;
    grid-template-columns: repeat(3, 1fr);
}

.n_liulan .group {
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.n_liulan .group .span {
    white-space: nowrap;
    flex-shrink: 0;
    display: block;
    position: relative;
    font-size: 1.125rem;
    color: #313131;
    margin-bottom: 1.125rem;
}

.n_liulan .group .red {
    color: #da251d;
    position: absolute;
    left: 1rem;
    padding-top: 4px;
}

.n_liulan .group .input {
    width: 100%;
    border: 1px solid #d8d9e0;
    border-radius: .625rem;
    height: 3.75rem;
    padding: 0 1.625rem;
    font-size: 1rem;
    color: #7f7f7f;
}

.n_liulan .group .yzm {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    display: flex;
    align-items: center;
    border-radius: 0 .625rem .625rem 0;
    overflow: hidden;
}

.n_liulan .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 12.5rem;
    color: #fff;
    background: #2550ae;
    border-radius: .625rem;
    font-size: 1.0625rem;
    gap: .75rem;
    cursor: pointer;
}

.n_liulan .button i {
    font-size: 1.5rem;
}

.n_liulan .textareabox {
    grid-column: 1/4;
    display: block;
    gap: 0;
}

.n_liulan .textareabox textarea.input {
    padding-top: 1rem;
    width: 100%;
    height: 10rem;
}

.n_liulan .input::-webkit-input-placeholder {
    font-size: 1rem;
    color: #7f7f7f;
}

.lx_ewm {
    margin-top: 20px;
}

.lx_ewm ul {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-shrink: 0;
    align-items: flex-start;
}

.lx_ewm li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 15px;
}

.n_lianxi .lx_ewm ul>li+li {
    margin-top: 0;
}

.lx_ewm h4 {
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.875rem;
}

.lx_ewm img {
    width: 6.5rem;
    height: 6.5rem;
}

.n_lianxi .lx_ewm p {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #666;
}

.pad_bot {
    padding-bottom: 5rem;
}

.pad_top {
    padding-top: 5rem;
}

/* aichat */
.bjyq_banner {
    background: url(../pro_img/ai1.jpg) no-repeat top center;
    height: 26.29rem;
    text-align: left;
    background-size: cover;
    margin-top: 100px;
}



.bjyq_banner_content {
    width: 28rem;
    height: auto;
    margin: 0 auto;
}

.bjyq_banner_content h2 {
    width: 100%;
    float: left;
    font-size: 3.645rem;
    font-weight: 600;
    color: #031d42;
}

.bjyq_banner_content .bjyq_banner_refer {
    width: 28rem;
    margin-top: 23px;
    float: left;
    font-size: 1rem;
    color: rgb(26, 26, 26);
    margin-bottom: 1.87rem;
}

.bjyq_baner_cartoon {
    width: 47rem;
    -webkit-perspective: 25px;
    -moz-perspective: 25px;
    perspective: 25px;
}

.at_txt4 {
    width: 7.3rem;
    float: left;
    border-radius: 4px;
    height: 2.12rem;
    margin: 0 auto;
    background: rgba(189, 30, 33, 1);
    text-align: center;
    margin-top: 50px;
    line-height: 2.12rem;
    color: #fff;
    font-size: .875rem;
}

.bjyq_details {
    background-color: #2550ae;
    color: #fff;
    background-image: none;
    width: 7.4rem;
    height: 2.366rem;
    line-height: 2.366rem;

}

.bjyq_item_button span {
    width: 7.4rem;
    height: 2.366rem !important;
    line-height: 2.366rem;
    font-size: 1rem;
}

.bjyq_apply {
    width: 7.4rem;
    height: 2.366rem !important;
    line-height: 2.366rem;
    border-color: rgb(51, 112, 255);
    background-color: rgba(51, 112, 255, 0.071);
}

.bjyq_details_forward .bjyq_arr>em {
    border-left: .1rem solid rgb(51, 112, 255);
    border-top: .1rem solid rgb(51, 112, 255);
}

.bjyq_button_JsKS {
    color: rgb(51, 112, 255);
}

.bjyq_details_forward {
    right: .9rem;
}

.bjyq_item_button .lj {
    width: 7.4rem;
    height: 2.366rem;
    text-align: center;
    line-height: 2.366rem;
    font-size: .74rem;
    letter-spacing: 3px;
    color: #fff;
    position: relative;
    cursor: pointer;
    float: left;
    display: block;
    margin-right: 20px;
}

.bjyq_align {
    text-align: center;
}

.bjyq_indexfo .bjyq_indexfo_top {
    margin: 4.5rem 0 2.5rem 0;
}

.smar_banner_tbi {
    font-size: 2.083rem;
    color: rgb(12, 22, 47);
    font-weight: 400;
    font-family: AlibabaPuHuiTi-Bold;
}

.bjyq_indexfo {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 2rem;
}

.bjyq_indexfo .bjyq_indexfo_top {
    text-align: center;
    margin: 2.5rem 0 2rem 0;
}

.bjyq_indexfo .bjyq_indexfo_top h2 {
    font-size: 1.87rem;
    color: #1b1b1b;
    padding-bottom: 10px;
}

.bjyq_indexfo .bjyq_indexfo_top h3,
.bjyq_indexfo .bjyq_indexfo_top p {
    font-size: .94rem;
}

.bjyq_top10 {
    margin-top: 10px;
}

.bjyq_top20 {
    margin-top: 20px;
}

.bjyq_top30 {
    margin-top: 30px;
}

.bjyq_top40 {
    margin-top: 40px;
}

.bjyq_top50 {
    margin-top: 50px;
}

.bjyq_top60 {
    margin-top: 60px;
}

.bjyq_top70 {
    margin-top: 70px;
}

.bjyq_top80 {
    margin-top: 80px;
}

.bjyq_top90 {
    margin-top: 90px;
}

.bjyq_top100 {
    margin-top: 100px;
}

.bjyq_top165 {
    margin-top: 165px;
}

.bjyq_padd30 {
    padding-top: 30px;
}

.bjyq_left {
    float: left;
}

.bjyq_aut a:hover {
    color: #bd1e21;
}

.bjyq_aichat_product {
    width: 100%;
}

.bjyq_aichat_product li {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.bjyq_indexfo .bjyq_indexfo_top h2 {
    padding-bottom: 1.04rem;
    font-weight: 400;
    font-size: 2rem;
    font-weight: bold;
}

.bjyq_indexfo .bjyq_indexfo_top p {
    font-size: 1rem;
    color: rgb(27, 27, 27);
}

.bjyq_aichat_product_left {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;


}

.bjyq_aichat_product li:nth-child(2n+1) .bjyq_aichat_product_left {
    padding-left: 100px;
}

.bjyq_aichat_product_right {
    flex: 1;

}

.bjyq_aichat_product_right img {
    width: 70%;
}

.bjyq_aichat_product_left h4 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-top: 2rem;
}

.bjyq_aichat_product_left p {
    font-size: 1rem;
    color: #1a1a1a;
    margin-top: 2.083rem;
}

.bjyq_aichat_product_left p img {
    margin-right: .79rem;
    margin-bottom: 3px;
    width: 1.261rem;
    max-width: 24px;
}

.bjyq_ai_right {
    float: right;
    width: 39.432rem;
}

.bjyq_ai_left {
    float: left;
    width: 39.432rem;
}

.bjyq_aichat_product_left a {
    width: 6.89rem;
    display: block;
    height: 2.103rem;
    background-color: #2550ae;
    color: #fff;
    text-align: center;
    line-height: 2.103rem;
    border-radius: 4px;
    margin-top: 2.628rem;

}

.bjyq_aichat_product_left a span {
    font-size: 14px;
}

.bjyq_aichat_product_left a span img {
    width: 2.083rem;
}

/*åŠŸèƒ½*/
.bjyq_aichat_function {
    height: 38.696rem;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../pro_img/ai3.jpg);
}

.bjyq_aichat_function .bjyq_indexfo_top h2,
.bjyq_aichat_function .bjyq_indexfo_top p {
    color: #fff;
}

.bjyq_aichat_fun_cout,
.bjyq_aichat_bus_cout {
    width: 77.6rem;
}

.bjyq_aichat_fun_cout ul {
    padding: 1rem 0rem 0rem 1rem;
    float: left;
}

.bjyq_aichat_fun_cout li {
    width: 17.876rem;
    float: left;
    height: 23.134rem;
    text-align: center;
    /*  border-width: 1px;
  border-style: solid;*/
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 21px 0px rgba(162, 171, 185, 0.2);
    margin-right: 1.365rem;
}

.bjyq_aichat_fun_cout li:last-child {
    margin-right: 0;
}

.bjyq_aichat_fun_cout li h3 {
    margin-top: 2.366rem;
    font-size: 1.5rem;
}

.bjyq_aichat_fun_cout li h4 {
    font-size: 1.125rem;
    margin-top: .65rem;
}

.bjyq_aichat_fun_cout li p {
    font-size: 1rem;
    margin-top: .29rem;
}

.bjyq_aichat_fun_cout li img {
    margin-top: 1.26rem;
    max-width: 100%;
}

.bjyq_aichat_business {
    height: 35.226rem;
    background-color: #f5f7fa;
    background-size: cover;
    background-repeat: no-repeat;
}

.bjyq_aichat_business li {
    width: 23.125%;
    float: left;
    height: 24rem;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 21px 0px rgba(162, 171, 185, 0.2);
    margin-right: 2.5%;
}

.bjyq_aichat_business li:last-child {
    margin-right: 0;
}

.bjyq_aichat_business img {
    margin-top: 1rem;
    width: 7.36rem;
    max-width: 140px;
}

.bjyq_aichat_business .bjyq_aichat_bus_atb {
    border-width: 1px;
    border-color: #2550ae;
    border-style: solid;
    width: 5.152rem;
    font-size: 1rem;
    color: #2550ae;
    margin: auto;
    border-radius: 1.35rem;
    margin-top: 1rem;
}

.bjyq_aichat_business .bjyq_aichat_annly {
    width: 6.309rem;
}

.bjyq_aichat_business li h3 {
    margin-top: 1.1rem;
    font-size: 1.125rem;
}

.bjyq_aichat_business li p {
    font-size: .875rem;
    color: #666;
    text-align: justify;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    line-height: 2;
    margin-top: 1.1rem;
}

.bjyq_indexfo_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* 超出滚动 */

/* 容器设置 */
.scroll-container {
    height: 10rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* 滚动内容（需复制一份数据实现无缝循环） */
.scroll-content {
    position: absolute;
    width: 100%;
    animation: scroll-up 15s linear infinite;
    cursor: pointer;
}

/* 鼠标悬停暂停 */
.scroll-content:hover {
    animation-play-state: paused;
}

/* 关键帧动画 */
@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}


/* 0529 */

.bjyq_scene_JUsyKJ {
    background-color: #f5f7fa;
    margin: auto;
    height: auto;
}

.bjyq_scene_JYskly ul li {
    width: 9.03125rem;
    text-align: center;
    margin-left: 7.48rem;
    cursor: pointer;
    transition: all .36s ease;
}

.bjyq_scene_JYskly ul li img {
    width: 100%;
    max-width: 135px;
    transition: all .36s ease;
}

.bjyq_scene_JYskly ul li p {
    font-size: 1.125rem;
    color: rgb(26, 26, 26);
    margin-top: .75rem;
    padding-bottom: 1.05rem;
    border-bottom: 4px solid #fff;
    font-weight: 600;
}

.bjyq_scene_JYskly .bjyq_default p {
    color: #bd1e21;
    border-bottom: 4px solid #bd1e21;
}

.bjyq_scene_JYskly ul li:first-child {
    margin-left: 0;
}

.bjyq_scene_JUsyKJ {
    padding-top: 4.17rem;
    padding-bottom: 4.17rem;
}

.bjyq_scene_JUsyKJ_left {
    width: 40%;
}

.bjyq_scene_JUsyKJ_right {
    width: 50%;

}

.bjyq_scene_JUsyKJ_right img {
    width: 100%;

}

.bjyq_scene_JUsyKJ_left h4 {
    font-size: 1.5rem;
    color: rgb(26, 26, 26);
    font-weight: 550;
}

.bjyq_scene_KHskY {
    font-size: .875rem;
    color: rgb(26, 26, 26);
    margin-top: .5rem;
    /*font-weight: 600;*/
    margin-bottom: 1.67rem;
    padding-right: 3rem;
    text-align: justify;
    line-height: 2;
}

.bjyq_scene_LsnyKy {
    background-color: #ecf1f7;
    width: 100%;
    height: 6.5rem;
    margin-bottom: .75rem;
    border-radius: 2px;
}

.bjyq_scene_LsnyKy h5 {
    font-size: 1rem;
    color: rgb(26, 26, 26);
    font-weight: 600;
    padding-top: .95rem;
    padding-left: .95rem;
    padding-bottom: .4rem;
}

.bjyq_scene_LsnyKy p {
    font-size: .875rem;
    color: rgb(102, 102, 102);
    /*font-weight: 600;*/
    padding-left: .95rem;
    line-height: 2;
}

.bjyq_scene_LsnyKy i {
    width: .325rem;
    height: .3125rem;
    border-radius: 50%;
    background-color: #727273;
    float: left;
    margin-top: .416rem;
    margin-right: .3125rem;
    margin-left: .3125rem;
}

.bjyq_scene_JUsyKJ_left a {
    width: 6.89rem;
    display: block;
    height: 2.103rem;
    background-color: #bd1e21;
    color: #fff;
    text-align: center;
    line-height: 2.103rem;
    border-radius: 4px;
    margin-top: 1.28rem;
    font-size: .875rem;
}

.bjyq_scene_JUsyKJ_left a img {
    width: 2.083rem;
}

.customer_hide {
    display: none;
}

.bjyq_product {
    width: 100%;
    max-width: 1440px;
    margin-bottom: 2.79rem;
}

.bjyq_product li {
    width: 23.125%;
    float: left;
    background: url(../pro_img/ht02.jpg) no-repeat top center;
    background-size: cover;
    max-width: 340px;
    height: 10.523rem;
    max-height: 200px;
    margin-right: 2%;
    margin-bottom: 1rem;
}

.bjyq_product li:nth-child(4n) {
    margin-right: 0;
}

.bjyq_product_li .bjyq_product_h {
    padding-left: 1.4rem;
    padding-top: 1.4rem;
    float: left;
    width: 100%;
}

.bjyq_product_h img {
    width: 1.354rem;
    float: left;
    margin-top: .1rem;
    margin-right: .79rem;
}

.bjyq_product_h span {
    font-size: 1.125rem;
    font-weight: 550;
    color: rgb(26, 26, 26);
    float: left;
    font-weight: normal;
}

.bjyq_product_h b {
    background-color: #ffd7d2;
    color: #f37170;
    padding: 1px 4px;
    border-radius: 2px;
    font-size: .75rem;
    font-weight: 600;
    float: left;
    margin-top: .25rem;
    margin-left: .5rem;
}

.bjyq_product_p {
    font-size: 1rem;
    color: rgb(51, 51, 51);
    padding: 0 1.4rem;
    text-align: justify;
    float: left;
    margin-top: 1rem;
    height: 4.15rem;
    line-height: 2;
    /*font-weight: 600;*/
}

.bjyq_product_li .bjyq_product_a {
    font-size: .75rem;
    color: rgb(189, 30, 33);
    padding-left: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.15rem;
    float: left;
    display: none;
}

/*äº§å“ç‰¹æ€§*/
.bjyq_cast_JYLsuyk li {
    font-size: 1.125rem;
    color: rgb(16, 16, 16);
    font-weight: 600;
    width: 10.03125rem;
    text-align: center;
    margin-left: 8rem;
    padding-bottom: 1rem;
    cursor: pointer;
}

.bjyq_cast_JYLsuyk li:first-child {
    margin-left: 0;
}

.bjyq_cast_JYLsuyk {
    width: 75rem;
    border-bottom: 1px solid #dae1ea;
    margin: auto;
}

.bjyq_cast_JYLsuyk .active {
    color: #bd1e21;
    border-bottom: 3px solid #bd1e21;
}

.cast_tab_su li {
    margin-top: 3.684rem;
    float: left;
    margin-bottom: 4.17rem;
}

.cast_tab_left {
    float: left;
    width: 40rem;
}

.cast_tab_right {
    float: left;
    width: 39.0625rem;
    max-width: 750px;
}

.cast_tab_right img {
    width: 100%;
    max-width: 750px;
}

.cast_tab_left h4 {
    font-size: 1.5rem;
    color: rgb(26, 26, 26);
    font-weight: 600;
}

.bjyq_cast_KHskY {
    font-size: 1rem;
    color: #4F4F4F;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    line-height: 1.6rem;

    width: 35rem;
    margin-right: 2.1rem;
    text-align: justify;
}

.bjyq_cast_KLsyM {
    width: 100%;
    float: left;
    margin-bottom: 1.47rem;
}

.bjyq_cast_KLsyM img {
    float: left;
    margin-right: .7rem;
    width: 1.458rem;
    max-width: 28px;
}

.bjyq_cast_KLsyM span {
    display: inline-flex;
    font-size: 1rem;
    color: rgb(26, 26, 26);
    width: 35rem;
    line-height: 2;
}

.bjyq_cast_button {
    margin-top: 1.5rem;
    float: left;
}

.bjyq_cast_button .lj,
.bjyq_cast_button .bjyq_details,
.bjyq_cast_button span,
.bjyq_cast_button .bjyq_apply {
    width: 6.84rem;
    height: 2.083rem !important;
    line-height: 2.083rem;
    font-size: .875rem;
    background: #bd1e21;
}

.bjyq_cast_button .bjyq_apply {
    margin: 0;
}

.bjyq_indexfo_margin70 {
    width: 100%;
    max-width: 75rem;
    margin: auto;
    overflow: hidden;
}

.bjyq_indexfo_company .bjyq_indexfo_company_list {
    width: 17rem;
    height: 20.83rem;
    float: left;
    border-radius: 8px;
    background-size: cover;
    transition: all .36s ease;
    margin-top: 12px;
    background: #f4f4f4;
}

.swiper-container-horizontal>#bjyq_swiper_lbar {
    position: relative;
    left: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #68737d;
    background: no-repeat;
}

.swiper-container-horizontal>#bjyq_swiper_lbar .swiper-scrollbar-drag {
    background: #bd1e21;
}

.bjyq_indexfo_company .swiper-wrapper {
    /*padding-top: 60px;*/
}

.bjyq_indexfo_company_list .bjyq_indexfo_company_title {
    margin-top: 10.3rem;
    margin-left: 1.25rem;
    font-size: 1.15rem;
    color: #1b1b1b;
}

.bjyq_indexfo_company_list .bjyq_indexfo_company_desc {
    margin-top: .3rem;
    margin-left: 1.25rem;
    font-size: .75rem;
    color: #333;
    line-height: 1.4rem;
    max-width: 14rem;
    min-height: 4rem;
}

.bjyq_indexfo_company_list .bjyq_indexfo_company_link {
    margin-top: 2.2rem;
    margin-left: 1.25rem;
    transition: all .36s ease;
    font-size: .83rem;
    color: #bd2e12;
    font-weight: 600;
}

.bjyq_indexfo_company_list .bjyq_indexfo_company_link a {
    font-size: .83rem;
    color: #bd2e12;
    font-weight: 600;
}

.bjyq_indexfo_company_link .bjyq_idnhylI_suj {
    float: left;
    margin-top: 2.5rem;
    transition: all .36s ease;
    position: absolute;
}

.bjyq_indexfo_company_list .bjyq_indexfo_company_right {
    border-right: 2px solid #bd2e12;
    border-top: 2px solid #bd2e12;
    display: inline-block;
    height: .62rem;
    transform: rotate(45deg);
    width: .62rem;
    transition: .2s;
    transition: all .36s ease;
}

.make_swiper_btn {
    margin-top: 2.083rem;
    top: auto;
    right: auto;
    left: auto;
    transform: translateY(0);
    margin-left: 33.3rem;
    background-image: none;
    opacity: 1;
}

.make_swiper_pav {
    margin-left: 38.35rem;
}

.make_btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.42rem;
    height: 3.42rem;
    background-color: #434f6f;
    border-radius: 50%;
    color: #fff;
    font-size: 2.083rem;
    border: 2px solid #fff;
}

.bjyq_resources {
    width: 75rem;
    margin-bottom: 4.17rem;
}

.bjyq_resources .bjyq_resources_LJSis {
    width: 23.95rem;
    height: 6rem;
    float: left;
    border-width: 1px;
    border-color: rgb(231, 235, 241);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    margin-left: 1.5rem;
    transition: all .36s ease;
    margin-top: 12px;
}

.bjyq_resources a:first-child .bjyq_resources_LJSis {
    margin-left: 0;
}

.bjyq_resources_LJSis .bjyq_resources_img {
    float: left;
    margin-top: 1.04rem;
    margin-left: 1.25rem;
    width: 3.6458rem;
    max-width: 70px;
}

.bjyq_resources_pujkl {
    width: 14.84375rem;
    float: left;
    margin-top: 1.8rem;
    padding-left: .8rem;
}

.bjyq_resources_pujkl h6 {
    font-size: 1.15rem;
    color: rgb(26, 26, 26);
}

.bjyq_resources_pujkl p {
    font-size: .75rem;
    color: rgb(86, 94, 113);
    margin-top: 0.32rem;
}

.bjyq_resources_lJisN {
    float: left;
    margin-top: 2.2rem;
}

.bjyq_resources_lJisN img {
    width: 1.06rem;
    max-width: 20px;
}

/*å·¥å…·*/
.bjyq_tool {
    width: 100%;
    margin-bottom: 1rem;
}

.bjyq_tool .bjyq_tool_LJSis {
    width: 30.3%;
    height: 7.8125rem;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    background-image: -moz-linear-gradient(90deg, rgb(254, 255, 255) 0%, rgb(243, 245, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(254, 255, 255) 0%, rgb(243, 245, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(254, 255, 255) 0%, rgb(243, 245, 248) 100%);
    box-shadow: 0px 3px 21px 0px rgba(162, 171, 185, 0.2);
    margin-bottom: 18px;
}


.bjyq_tool_pujkl {
    width: 15.5rem;
    float: left;
    margin-top: 1.8rem;
    padding-left: 1.5rem;
    overflow: hidden;
    height: 4.8125rem;
}

.bjyq_tool_pujkl h6 {
    font-size: 1.125rem;
    color: rgb(26, 26, 26);
}

.bjyq_tool_pujkl p {
    font-size: .75rem;
    color: rgb(86, 94, 113);
    margin-top: 0.32rem;
}

.bjyq_tool_pujkl span {
    font-size: .75rem;
    color: rgb(189, 30, 33);
    margin-top: 2.04rem;
    float: left;
    transition: all .36s ease;
}

.bjyq_tool_lJisN {
    position: absolute;
    margin-top: -1.5rem;
    margin-left: 15.5rem;
    transition: all .36s ease;
}

.bjyq_tool_lJisN img {
    width: 7.8125rem;
    max-width: 150px;
}

.bjyq_indexfo_company {
    background-image: url(../pro_img/ht08.jpg);
    background-size: cover;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0px;
    height: 39.58rem;
}

.bjyq_indexfo_content {
    text-align: center;
}

.bjyq_indexfo_company .bjyq_indexfo_company_img1 {
    background-image: url(../pro_img/ht04.jpg);
}

.bjyq_indexfo_company .bjyq_indexfo_company_img2 {
    background-image: url(../pro_img/ht05.jpg);
}

.bjyq_indexfo_company .bjyq_indexfo_company_img3 {
    background-image: url(../pro_img/ht06.jpg);
}

.bjyq_indexfo_company .bjyq_indexfo_company_img4 {
    background-image: url(../pro_img/ht07.jpg);
}

.bjyq_indexfo_company .bjyq_indexfo_company_img5 {
    background-image: url(../pro_img/ht24.png);
}

.bjyq_indexfo_company .bjyq_indexfo_company_img6 {
    background-image: url(../pro_img/ht25.png);
}

.make_company_card {
    display: block;
    box-sizing: border-box;
    height: 21.354rem;
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff;
    border-radius: 4px;
    white-space: normal;
    position: relative;
    box-shadow: none;
    width: 100%;
    overflow: hidden;
}

.make_company_main img {
    float: right;
}

.make_company_inner {
    display: block;
    padding: 0px .9375rem 0px;
}

.make_company_object {
    margin-top: .9375rem;
    margin-bottom: .416rem;
    width: 100%;
    transition: all 0.36s ease 0s;
}

.make_company_object img {
    /*height: 100%;*/
    width: 100%;
    transition: all 0.36s ease 0s;
}

.make_company_main {
    -ms-flex: unset;
    flex: unset;
    width: auto;
    padding: 0px .7291rem 0px;
}

.make_company_main_title {
    font-size: 1.125rem;
    color: #1a1a1a;
    line-height: 1.35rem;
    margin-bottom: .625rem;
    font-weight: 600;
    margin-top: 1.041rem;
    text-align: left;
}

.make_company_main_desc {
    font-size: .875rem;
    color: #1a1a1a;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3.5rem;
    line-height: 2;
}

.make_swiper_btn {
    margin-top: 40px;
    top: auto;
    right: auto;
    left: auto;
    transform: translateY(0);
    margin-left: 340px;
    background-image: none;
    opacity: 1;
}

.make_swiper_pav {
    margin-left: 400px;
}

.make_btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #64696f;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
}

.make_btn-inner:hover {
    background-color: #fff;
    color: #333;
}

.make_swiper_btn:hover {
    opacity: 1;
}

.make_btn-inner:hover i {
    font-weight: 600;
}

.make_company_herf {
    font-size: .7291rem;
    color: #fff;
    padding-left: 1.6666rem;
    margin-top: 3.9375rem;
    text-align: left;
    float: left;
    transition: all 0.36s ease 0s;
}

.make_company_tag {
    margin-right: 1.6666rem;
    float: right;
    margin-top: .9375rem;
    border-radius: 2px;
    background-color: rgb(236, 240, 248);

    color: rgb(117, 118, 127);
    width: 3.645rem;
    border-radius: 4px;
    height: 2rem;
    line-height: 2rem;
    font-size: 14px;
    text-align: center;
}

.make_swiper_btn {
    margin-top: 2.083rem;
    top: auto;
    right: auto;
    left: auto;
    transform: translateY(0);
    margin-left: 33.3rem;
    background-image: none;
    opacity: 1;
}

.make_swiper_pav {
    margin-left: 48.35rem;
}

.make_btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.42rem;
    height: 3.42rem;
    border-radius: 50%;
    font-size: 2.083rem;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: 2px solid #fff;
}

.swiper-button-next.swiper-button-disabled .make_btn-inner,
.swiper-button-prev.swiper-button-disabled .make_btn-inner {
    color: #a8a8a8;
    border: 2px solid #a8a8a8;
}

.bjyq_ban_suKY {
    width: 100%;
    margin-top: 4.16rem;
    float: left;
    font-size: 1.35rem;
    color: #333;
    font-weight: 600;
}

.bjyq_banner_refer {
    width: 48%;
    margin-right: 46%;
    margin-top: 1.5625rem;
    float: left;
    font-size: 1rem;
    color: #1b1b1b;
    margin-bottom: 2.87rem;
    line-height: 1.5625rem;
    text-align: justify;
}

.bjyq_banner_etag {
    width: 100%;
    float: left;
    margin-top: 1.041rem;
    margin-bottom: 2.864rem;
}

.bjyq_banner_etag span {
    border: 1px solid #1a1a1a;
    background-color: rgb(245, 247, 250);
    color: #1a1a1a;
    font-size: .875rem;
    padding: .15625rem 1.145rem;
    border-radius: 4rem;
    margin-right: .52rem;
}

.bjyq_indexfo_margin14 {
    text-align: center;
    width: 100%;
}

.bjyq_indexfo_margin14 img {
    max-width: 100%;
}

/**/
.bjyq_egali_sUKvt li {
    width: 30.3%;
    box-shadow: 0px 4px 16px 0px rgba(154, 165, 171, 0.3);
    margin-right: 1.5%;
    margin-left: 1.5%;
    border-radius: 10px;
    float: left;
    text-align: left;
    height: 12rem;
    margin-bottom: 25px;
    margin-top: 20px;
    transition: ease-in-out .36s;
}


.bjyq_egali_sUKvt li img {
    padding-top: 1.25rem;
    width: 2.6rem;
    max-width: 50px;
    margin-left: 1.5rem;
}

.bjyq_egali_sUKvt li h3 {
    padding: 1.25rem 0 .325rem 0;
    font-size: 1.125rem;
    color: #1a1a1a;
    font-weight: 600;
    margin-left: 1.5rem;
}

.bjyq_egali_sUKvt li p {
    font-size: .875rem;
    width: 100%;
    margin: auto;
    padding: 0 1.5rem;
    padding-bottom: 28px;
    line-height: 2;
    color: #666;
    text-align: justify;
}

.bjyq_smart_svalue li {
    width: 23.125%;
    box-shadow: 0px 4px 16px 0px rgba(154, 165, 171, 0.3);
    margin-right: 2%;
    border-radius: 10px;
    float: left;
    text-align: center;
    height: 21rem;
    margin-bottom: 25px;
    margin-top: 20px;
    transition: ease-in-out .36s;
}

.bjyq_smart_svalue li:last-child {
    margin-right: 0px;
}

.bjyq_smart_svalue li img {
    padding-top: 1.8rem;
    width: 6.842rem;
    max-width: 130px;
}

.bjyq_smart_svalue li h3 {
    padding: .95rem 0;
    font-size: 1.125rem;
    color: #1a1a1a;
    font-weight: 600;
}

.bjyq_smart_svalue li p {
    font-size: .875rem;
    width: 100%;
    margin: auto;
    padding: 0 1.5rem;
    padding-bottom: 28px;
    line-height: 2;
    color: #666;
    text-align: justify;
}

.bjyq_eagle_f5f7fa {
    background-color: #f5f7fa;
}

.customer_c {
    width: 100%;
    padding: 0 1rem;
}

.customer_c th {
    background: rgb(192, 0, 0);
    color: #fff;
    height: 60px;
    font-size: 16px;
    font-weight: normal;
}

.customer_c tr {
    height: 50px;
}

.customer_c .layui-table td {
    color: rgb(192, 0, 0);
}

.customer_c .layui-table td:first-child {
    color: #000;
}

.int_nat li {
    width: 49%;
    height: 6.51rem;
    float: left;
    margin-right: 2%;
    background-color: #fff;
    margin-top: .52rem;
    margin-bottom: 2.083rem;
    text-align: left;
    box-shadow: 0px 2px 7px 0px rgba(4, 0, 0, 0.13);
    border-left: .3645rem solid #bd1e21;
}

.int_nat li:nth-child(2n) {
    margin-right: 0;
}

.min_nat li .int_leftimg {
    float: left;
    padding: 2rem 1rem;
}

.int_nat li p {
    width: 335px;
    float: left;
    margin-top: 1.666rem;
    font-weight: 600;
    font-size: 1.125rem;
    color: rgb(37, 43, 58);
}

.int_nat li span {
    float: left;
    margin-top: .4rem;
    font-size: .875rem;
    color: rgb(87, 93, 108);
}

.bjyq_eagle_f5f7fa {
    background-color: #f5f7fa;
}

.egale_tab_f {
    border-bottom: 1px solid #d5dfed;
}

.egale_tab_lu {
    background: #fff;
    overflow: hidden;
    margin-top: 30px;
}

.egale_tab_f ul {

    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.egale_tab_f li {
    font-size: 1.125rem;
    color: #333333;
    float: left;
    padding: 0 2rem;
    padding-bottom: .78125rem;
    cursor: pointer;
    margin: 0 5%;
}

.egale_tab_f .active {
    border-bottom: 2px solid #bd2e12;
    color: #bd2e12;
    font-weight: 600;
}

.bjyq_ega2 {
    margin: 0 7.03125rem;
}

.make_hide {
    display: none;
}


.egale_tab_left {
    width: 40%;
    padding-left: 4%;
    padding-right: 2%;
    float: left;
    padding-top: 80px;
    padding-bottom: 45px;
}

.egale_tab_left h3 {
    color: #222222;
    font-size: 1.5rem;
    max-width: 480px;
    padding-bottom: 1.25rem;
    width: 100%;
    text-align: left;
}

.egale_tab_left span {
    color: #666;
    font-size: 1rem;
    line-height: 2;
    float: left;
    max-width: 480px;
    width: 100%;
    margin-right: 30%;
    text-align: left;
    font-weight: normal;
}

.egale_tab_right {
    width: 58%;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 40px;
    margin-right: 2%;
}

.egale_tab_right img {
    width: 100%;
    max-width: 729px;
}

.bjyq_eagle_skYT {
    width: 100%;
    float: left;
    margin-top: 6rem;
}

.bjyq_eagle_skYT span {
    width: 1.25rem;
    height: .52rem;
    background-color: #d1d5db;
    float: left;
    border-radius: 10px;
    margin-right: .48rem;
    cursor: pointer;
}

.bjyq_eagle_skYT .active {
    background-color: #bd1e21;
    width: 3.125rem;
}

.swiper_eagle {
    text-align: left;
    padding-left: 4%;
    top: 23.6rem !important;
    float: left;
    position: relative;
    margin: auto;
}

.swiper_eagle .swiper-pagination-bullet {
    width: 1.25rem;
    height: .52rem;
    background-color: #d1d5db;
    float: left;
    border-radius: 10px;
    margin-right: .48rem;
    cursor: pointer;
    opacity: 1;
}

.swiper_eagle .swiper-pagination-bullet-active {
    background-color: #bd1e21;
    width: 3.125rem;
}

.swiper_eagle .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .48rem 0 0;
}

.pro_szyy_tab .layui-tab .layui-tab-title {
    display: flex;
    justify-content: center;
    align-items: center;

}

.pro_szyy_tab .layui-tab .layui-tab-title li {
    padding: 0 50px;
    margin: 0 50px;
    font-size: 18px;


}

.pro_szyy_tab .layui-tab-brief>.layui-tab-title .layui-this {
    color: #bd1e21;
    font-weight: bold;
}


.pro_szyy_tab .layui-tab-brief>.layui-tab-more li.layui-this:after,
.pro_szyy_tab .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #bd1e21;
}

/* 电子表格 */
.about_content {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 100px;
}

.lunBo {
    width: 100%;
    height: 420px;
    margin: 0 auto;

}


.lunBo .item {
    width: 100%;
}

.lunBo .item .tu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat, repeat;
    background-position: center center;
    background-size: contain, auto;
    /*    background-attachment: fixed;*/
    white-space: nowrap;
}

.lunBo .carousel-inner .itemB .tu {
    background-color: #000;
}

.lunBo .item .tu .bj {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-position: center;
    background-size: 1920px 640px;
    background-repeat: no-repeat;
}

.lunBo .item .tu .bj2 {
    background-size: 1920px 558px;
    background-position: center 81px;
    z-index: 2;
}

.lunBo .item .liang,
.lunBo .guangC .lg {
    opacity: 0.05;
    -webkit-animation: breath 2s ease-in-out infinite forwards;
    -moz-animation: breath 2s ease-in-out infinite forwards;
    -o-animation: breath 2s ease-in-out infinite forwards;
    -ms-animation: breath 2s ease-in-out infinite forwards;
    animation: breath 2s ease-in-out infinite forwards;
    display: none;
}

.dabit {
    text-align: center;
    letter-spacing: 1px;
}

.dabit h5 {
    line-height: 39px;
    font-size: 30px;
    color: rgba(37, 43, 58, 1);
    font-weight: 400;
    margin: 0 auto 8px;
    /*margin-top: 60px;*/
}

.dabit_hide {
    padding-top: 100px;
    visibility: hidden;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    transition: all 0.58s ease;
}

.dabitp_hide {
    padding-top: 80px;
    visibility: hidden;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    transition: all 1s ease;
}

.dabit p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(128, 128, 128, 1);
    margin-bottom: 35px;
}

.spre_demand {
    width: 1360px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 75px;
}

.spre_demand li {
    width: 48%;
    float: left;
    margin-right: 4%;
    box-shadow: 0px 8px 18px 0px rgba(4, 0, 0, 0.13);
    height: 100px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.spre_demand li:nth-child(2n) {
    margin-right: 0;
}

.spre_demand_head {
    width: 37%;
    float: left;
    text-align: center;
    padding-top: 20px;
    background-color: rgba(189, 30, 33, 1);
    color: #fff;
    height: 100px;
    border-radius: 8px;
    font-size: 16px;
}

.spre_demand li span {
    padding-top: 17px;
    float: left;
    padding-left: 35px;
    font-size: 16px;
}

.spre_demand li:nth-child(1) span {
    padding-top: 28px;
}

.customer_b {
    width: 100%;
    background-color: #f5f5f5;
    height: auto;
    overflow: hidden;
    padding-bottom: 60px;
}

.customer_b .customer_c {
    width: 1360px;
    margin: auto;
}

.customer_t {
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}

.customer_t h3 {
    font-size: 30px;
    color: #252b3a;
    margin-top: 150px;
    visibility: hidden;
    transition-delay: 1s;
    transition: all 1s ease;
}

.customer_t p {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "SourceHanSansSC";
    color: #808080;
}

.customer_4u li {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    float: left;
    text-align: center;
}

.customer_4u li p {
    font-size: 16px;
    font-family: "SourceHanSansSC";
    color: #252b3a;
    margin-top: 5px;
}

.customer_4u li span {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-top: 20px;
    color: #808080;
}

.customer_hide {
    display: none;
}

.customer_tab_f {
    width: 1100px;
    height: 60px;
    position: absolute;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 18px 0px rgba(19, 16, 16, 0.12);
    margin-left: 50px;
    margin-top: -30px;
}

.customer_tab_f .customer_Par {
    width: 16.6%;
    float: left;
    font-size: 18px;
    color: #252b3a;
    text-align: center;
    line-height: 60px;
    cursor: pointer
}

.customer_tab_f .active {
    background-color: #bc1d21;
    color: #fff;
}

.customer_tab_su {
    box-shadow: 0px 4px 18px 0px rgba(19, 16, 16, 0.12);
    width: 100%;
    height: 600px;
}

.customer_tab_su li {
    padding-top: 110px;
}

.customer_tab_su .customer_tab_left {
    width: 450px;
    padding-left: 54px;
    padding-right: 47px;
    float: left;
}

.customer_tab_su .customer_tab_left h4,
.customer_tab_right h4 {
    color: #252b3a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}

.customer_tab_su .customer_tab_left h4:before,
.customer_tab_right h4:before {
    content: "";
    width: 27px;
    height: 2px;
    height: 4px;
    margin-top: 40px;
    background-color: #bd2e12;
    float: left;
    position: absolute;
}

.customer_tab_su .customer_tab_left p {
    color: #252b3a;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
    margin-bottom: 5px;
}

.customer_tab_su .customer_tab_left span {
    color: #808080;
    font-size: 14px;
    line-height: 26px;
    float: left;
    margin-left: 15px;
    width: 100%;
}

.customer_tab_su .customer_tab_left span:before {
    content: "";
    border-radius: 50%;
    background-color: rgb(188, 29, 33);
    position: absolute;
    width: 7px;
    height: 7px;
    margin-top: 10px;
    margin-left: -12px;
}

.customer_tab_su .customer_tab_right {
    width: 700px;
    float: left;
}

.customer_demo input {
    width: 135px;
    border: 1px solid #bd2e12;
    height: 32px;
    margin-top: 38px;
    color: #bd2e12;
    background-color: #fff;
    transition: all .36s ease;
}

.customer_demo input:hover {
    transform: translateY(-6px);
}

.customer_tab_fun {
    width: 100%;

    /* border-bottom: 1px solid #bbbbbb; */
}

.customer_tab_fun li {
    width: 14.6%;
    float: left;
    font-size: 18px;
    color: #252b3a;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    margin-left: 2%;
}

.customer_tab_fun .active {
    border-bottom: 1px solid #bd2e12;
}

.customer_tab_tion {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.customer_tab_tion .customer_tion_left {
    width: 840px;
    float: left;
    text-align: center;
}

.customer_tab_tion .customer_tab_right {
    width: 360px;
    float: left;
    margin-top: 37px;
    letter-spacing: 1px;
}

.customer_tab_tion .customer_tab_right span {
    line-height: 26px;
    float: left;
    font-size: 14px;
    font-family: "SourceHanSansSC";
    color: rgb(128, 128, 128);
}

.customer_tab_tion .customer_tab_right img {
    margin-top: 72px;
}

.customer_van_left {
    width: 355px;
    float: left;
    text-align: right;
}

.customer_van_right {
    width: 355px;
    float: left;
    text-align: left;
}

.customer_van_left .customer_van_left_avc {
    width: 100%;
    float: left;
    margin-left: 22px;
}

.customer_mt110 {
    margin-top: 118px;
    margin-bottom: 30px;
}

.customer_mt60 {
    margin-top: 91px;
    margin-left: -25px;
}

.customer_mt20 {
    margin-top: 20px;
    margin-left: -25px
}

.customer_van_left_avc p {
    font-size: 24px;
    font-family: "SourceHanSansSC";
    color: rgb(37, 43, 58);
    line-height: 50px;
}

.customer_van_left_avc span {
    font-size: 14px;
    font-family: "SourceHanSansSC";
    color: rgb(37, 43, 58);
    line-height: 25px;
}

.customer_van_bot {
    width: 490px;
    text-align: center;
    float: left;
}

.customer_van_bot img {
    margin-top: -27px;
}

.customer_van_content {
    text-align: center;
    width: 1200px;
    margin: auto;
}

.customer_van_content .customer_van_left_avc {
    width: 375px;
    margin-left: 50px;
    float: left;
    margin-top: -22px;
}

.x23 {
    text-align: center;
    vertical-align: middle;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255);

    font-weight: 700;
    font-style: normal;

    white-space: normal;
    background: rgb(192, 0, 0);
    border-top: 1px solid rgb(216, 216, 216);
    border-right: 1px solid rgb(216, 216, 216);
    border-bottom: none;
    border-left: 1px solid rgb(216, 216, 216);
}

.bjyq_spertable_Khsy {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.bjyq_spertablelf_Khsy {
    width: 30%;
    float: left;
}

.bjyq_spertableri_Khsy {
    width: 66%;
    text-align: center;
    float: right;
}

.bjyq_spertableri_Khsy img {
    max-width: 100%;
    margin-top: 25px;
}

.bjyq_spertableri_Khsy p {
    text-align: left;
    font-size: 16px;
    color: #1a1a1a;
    float: left;
    margin: 25px 0;
}

.bjyq_spertablelf_Khsy li {
    background-color: #fff;
    padding: 16px 18px;
    margin-bottom: 12px;
    box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.1);
    cursor: pointer;
    /*background: url(../../img/analysis/sper23.png) no-repeat top center;*/
    /*width: 30%;*/
    float: left;
    /*margin-right: 5%;*/
    margin-top: 23px;
    margin-right: 0;
    width: 350px;
    /*height: 50px;*/
}

.bjyq_spertablelf_Khsy li:last-child {
    /*margin-right: 0;*/
}

.bjyq_spertablelf_Khsy li h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    /*padding: 0px 60px; */
}

.bjyq_spertablelf_Khsy li p {
    font-size: 14px;
    font-family: "Adobe Heiti Std";
    text-align: justify;
    line-height: 20px;
    margin-top: 10px;
    color: #1a1a1a;
}

.bjyq_spertablelf_Khsy li i {
    width: 10px;
    height: 10px;
    float: left;
    background-color: #bc1d21;
    border-radius: 50%;
    margin-right: 9px;
    margin-top: 5px;
}

.bjyq_spertablelf_Khsy .bjyq_spertablelfavater_Khsy i {
    background-color: #fff;
}

.bjyq_spertablelf_Khsy .bjyq_spertablelfavater_Khsy {
    background-color: #bc1d21;
    /*background: url(../../img/analysis/sper00.png) no-repeat top center;*/
}

.bjyq_spertablelf_Khsy .bjyq_spertablelfavater_Khsy h4,
.bjyq_spertablelf_Khsy .bjyq_spertablelfavater_Khsy p {
    color: #fff;
}

.sersite_tabli_tab_fun {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.sersite_tabli_tab_fun li {
    width: auto;
    height: 50px;
    margin-left: 107px;
    margin-right: 0;
    line-height: 50px;
    margin-bottom: 30px;
    background-color: #fff;
    font-size: 18px;
    font-family: "Microsoft YaHei UI";
    color: rgb(34, 34, 34);
    padding: 0 67px;
    float: left;
    cursor: pointer;
}

.sersite_tabli_tab_fun li p {
    font-weight: 600;
}

.sersite_tabli_tab_fun li:nth-child(1) {
    margin-left: 0px;
}

/*.sersite_tabli_tab_fun li:nth-child(3),.sersite_tabli_tab_fun li:nth-child(4){
    padding:0 25px;
}*/
.sersite_tabli_tab_fun .sersite_img {
    padding-right: 8px;
}

.sersite_tabli_tab_fun .active {
    background-color: #bc1d21;
    color: #fff;
}

.bjyq_cartoon_KHysk .customer_tab_fun {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.customer_tab_fun li {
    width: 50%;
    height: 75px;
    margin-left: 0;
    margin-right: 0;
    line-height: 75px;
    color: #000;
    font-size: 18px;
    background-color: #f7f8f9;
}

.customer_tab_fun li:nth-child(1) {
    margin-left: 0%;
}

.customer_tab_fun .active {
    border-bottom: 0;
    background-color: #fff;
}

.bjyq_cartoon_KHysk {
    box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.1);
    float: left;
    margin-top: 25px;
    width: 100%;
}

.customer_tab_fun .active p {
    color: #bc1d21;
}

.bjyq_cartoon_KHysk .customer_tab_fun p {
    font-weight: 600;
}

.por_tab_right {
    width: 650px;
    float: left;
    text-align: center;
    padding-bottom: 30px;
}

.por_tab_left {
    width: 500px;
    margin-left: 20px;
    float: left;
    text-align: left;
    padding-bottom: 40px;
}

.cu_top_gut {
    margin-top: 100px;
    padding-bottom: 172px;
}

.cu_top_gut h2 {
    padding-bottom: 35px;
}

.por_tab_left span {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    float: left;
    width: 95%;
}

.mod-left h2 {
    color: #000;
    font-size: 24px;
}

.pvgn {
    height: 470px;
}

.dabit h5 {
    margin: 60px auto 60px;
}

.customer_tab_tion .index_tab_left {
    margin-left: 0px;
    width: 721px;
    text-align: center;
}

.customer_tab_tion .index_tab_right {
    margin-top: 120px;
    width: 360px;
}

.customer_tab_tion .index_tab_right p {
    font-size: 14px;
    font-family: "Microsoft YaHei UI";
    color: rgb(51, 51, 51);
    line-height: 1.714;
}

.customer_tab_fun ul {
    width: 100%;

    border-bottom: 0px solid #e5e5e5;
}

.customer_tab_fun img {
    float: left;
    padding: 12px 20px;
}

.customer_tion_left img {
    box-shadow: 1px 0px 10px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 0px 10px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 0px 10px 5px rgba(0, 0, 0, .1);
    padding: 10px;
    max-width: 640px;
}

.nan_choice .nan_choice_cont .nan_choice_abt:hover {
    font-size: 20px;
}

.nan_choice .nan_choice_cont .nan_choice_abt:hover h3 {
    margin-top: -47px;
}

.sper_img img {
    margin-bottom: 25px;
}

.sper_down_demo .domouse {
    width: 285px;
    border: 1px solid #c7cbce;
    box-shadow: none;
    border-radius: 6px;
    height: 400px;
}

.xiaoguo {
    padding-bottom: 60px;
}

.customer_tab_tion .index_tab_left {
    margin-left: 0px;
    width: 721px;
    text-align: center;
}

.customer_tab_tion .index_tab_right {
    margin-top: 120px;
    width: 360px;
}

.customer_tab_tion .index_tab_right p {
    font-size: 14px;
    font-family: "Microsoft YaHei UI";
    color: rgb(51, 51, 51);
    line-height: 1.714;
}

.customer_tab_tion {
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
}

.customer_tab_tion li {
    background-color: #fff;
    float: left;
    width: 100%;
}

.customer_tab_tion .index_tab_right {
    width: 310px;
    margin-left: 60px;
    margin-right: 30px;
    margin-top: 45px;
    float: left;
}

.customer_tab_tion .index_tab_left {
    width: 650px;
    margin-left: 72px;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}

.customer_tab_tion .index_tab_left img {
    width: 100%;
    height: auto
}

.index_tab_right h4 {
    font-weight: 600;
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 35px;
}

.index_tab_right input {
    border-radius: 0;
    cursor: pointer;
}

.index_tab_right span {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
    float: left;
}

.customer_tab_tion .bjyq_spaer_LyHt p {
    line-height: 50px;
    font-size: 16px;
    color: #1a1a1a;
}

.customer_tab_tion .bjyq_spaer_LyHt p i {
    width: 10px;
    height: 10px;
    float: left;
    background-color: #bc1d21;
    border-radius: 50%;
    margin-right: 9px;
    margin-top: 20px;
}

.customer_tab_tion .index_tab_right {
    margin-left: 50px;
}

.site_divt {
    background-color: #fff;
    box-shadow: 0px 8px 18px 0px rgba(4, 0, 0, 0.13);
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
}

.site_divt img,
.site_divt video {
    padding: 15px 0;
    max-width: 900px;
}

.site_gitleft {
    width: 21%;
    float: left;
    background-color: #f7f8f9;
    height: 550px;
}

.site_gitleft li {
    height: 70px;
    text-align: center;
    font-size: 16px;
    line-height: 70px;
    color: #000;
    border-left: 4px solid #f7f8f9;
    cursor: pointer;
}

.site_gitleft li p {
    text-align: left;
    padding-left: 50px;
}

.site_gitleft .active {
    background-color: #e7e8e9;
    border-left: 4px solid #bd1e21;
}

.site_gitright,
.site_gitrighty {
    width: 79%;
    float: left;
    background-color: #fff;
    height: 550px;
}

.site_conte {
    padding: 0 40px;
}

.site_conte span {
    margin-top: 25px;
    float: left;
    font-size: 14px;
    font-family: "Microsoft YaHei UI";
    color: rgb(0, 0, 0);
}

.site_conte img {
    margin-top: 20px;
}

.site_conte .site_gitr_img {
    margin-top: 0px;
}

.site_vido {
    width: 92%;
    margin-top: 15px;
    margin-left: 50px;
    float: left;
}

.customer_tab_tion .bjyq_spaer_LyHt p {
    line-height: 50px;
    font-size: 16px;
    color: #1a1a1a;
}

.customer_tab_tion .bjyq_spaer_LyHt p i {
    width: 10px;
    height: 10px;
    float: left;
    background-color: #bc1d21;
    border-radius: 50%;
    margin-right: 9px;
    margin-top: 20px;
}

/* datrix */

.app-product {
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 2rem;
    overflow: hidden;
}



.product-features>* {

    font-size: 1rem;
}

.product-features-1 h3 {
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
}

/* */
.product-features-core h2 {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 2rem;
    position: relative;
    padding-left: 15px;
    margin-bottom: 2rem;
}

.product-features-core h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 14px;
    width: 4px;
    background: #2550ae;
    transform: translateY(-50%);
}

.product-features-1_info {
    color: #666;
    margin-top: 10px;
    line-height: 2;
    text-align: center;

}

.product-features-core datrix-tab {
    --tab-fontsize-small: 0.8em;
    --tab-active-background-color: rgba(0, 72, 156, 0.06);
    --tab-width: calc(100% / 7 - 1em);
    padding: 1em 0;
    margin-top: 1em;
}

.product-features-core-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-features-core-item-concept {
    text-align: left;
    font-size: 1rem;
    width: 45%;
    margin-right: 5%;
}

.product-features-core-item-concept ul {
    margin: 0 auto;
    margin-block: 0;
    margin-inline: 0;
    padding-inline: 0;
}

.product-features-core-item-concept ul li {
    list-style: none;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    line-height: 2;
    color: #666;
}

.product-features-core-item-concept ul li:before {
    content: "✓";
    display: inline-block;
    width: 1.5em;
}

.product-features-core-item-concept h2 {
    margin-bottom: 1.5rem;
}

.product-features-core-item-concept h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.product-features-core-item-img {
    flex: 1;
}

.product-features-core-item-img img {
    width: 100%;
    vertical-align: middle;
}

/**
 * äº§å“ä»·å€¼
 */
.product-features-value h2 {
    text-align: left;
    margin-top: 1rem;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 15px;
}

.product-features-value h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 14px;
    width: 4px;
    background: #2550ae;
    transform: translateY(-50%);
}


.product-features-value-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: var(--color-notice, #2550ae);
}

.product-features-value-wrap>* {

    background: #F8FBFF;
}

.product-features-value-wrap>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding: 2em;
    width: 30.3%;
    box-sizing: border-box;
    border-radius: 4px;
}

.product-features-value-wrap>div img {
    width: 100%;
    vertical-align: middle;
}

/**
 * äº§å“ä¼˜åŠ¿
 */
.product-advantage {

    background: url("../pro_img/index-product-advantage-bg.jpg") left center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    padding: 3rem 0;
    overflow: hidden;
    width: 100%;
    margin-top: 2rem;
}



.product-advantage h2 {
    color: #fff;
    text-align: left;
    position: relative;
    padding-left: 15px;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.product-advantage h2::before {
    content: '';
    position: absolute;
    left: 0;
    height: 14px;
    width: 4px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.product-advantage-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-advantage-item {
    width: 49%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
    gap: 1em;
    background: rgba(162, 192, 255, 0.1);
    padding: 2em;
    text-align: left;
    line-height: 1.7;
}

.product-advantage-item .product-advantage-subject {
    display: flex;
    gap: 1em;
    align-items: center;
    font-size: 1.125rem;

}

.product-advantage-item .product-advantage-detail {
    font-size: 1rem;
    line-height: 1.6;
}

/**
 * äº§å“æž¶æž„
 */
.product-architecture {
    text-align: left;
    line-height: 1.7;
}

.product-architecture h2 {
    text-align: left;
    margin-top: 1rem;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 15px;
    font-size: 1.5rem;
}

.product-architecture h2::before {
    content: '';
    position: absolute;
    left: 0;
    height: 14px;
    width: 4px;
    background: #2550ae;
    top: 50%;
    transform: translateY(-50%);
}

.product-architecture h2 .product-architecture>div {
    display: grid;
    gap: 2em;
    align-items: center;
}

.product-architecture img {
    width: 100%;
    vertical-align: middle;
}

.product-architecture_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F8FBFF;
    border-radius: 8px;
    overflow: hidden;
    padding: 2rem;
}

.product-architecture_flex .product-architecture_info {
    width: 50%;
    margin-right: 5%;
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}

.product-architecture_flex .product-architecture_info h3 {

    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 1rem;
}

.product-architecture_flex .product-architecture_img {
    flex: 1;
}

.product-architecture_flex .product-architecture_img img {
    display: block;
    width: 100%;
    height: auto;
}

/**
 * aiæ™ºèƒ½
 */
.product-ai {
    margin: 1rem auto 0 auto;
    position: relative;
    font-size: 1rem;
}

.product-ai-head h1 {
    color: #fff;
    font-size: 1.5rem;
}

.product-ai-head {
    width: 100%;
    padding: 1rem 0 2rem;
    text-align: center;
    line-height: 2;
    background: url("../pro_img/index-product-ai-head-bg.png") center / cover no-repeat;
    color: #fff;
    margin-top: 2rem;
}

.product-ai-wrap {
    margin: 0 auto;
    padding: 1rem 1.25rem;
    text-align: center;
    display: grid;
}

.product-ai-wrap datrix-tab {
    --tab-fontsize-small: 0.8em;
    --tab-active-background-color: #2550ae;
    --tab-width: 20em;
    --tab-active-color: #fff;
    --tab-box-shadow: none;
    padding: 1em 0;
    margin-top: 1em;
}

.product-ai-item img {
    width: 100%;
    vertical-align: middle;
}

.product-ai-item-detail {
    text-align: left;
    padding-top: 2em;
}

.product-ai-item-detail ul {
    margin: 0 auto;
    margin-block: 0;
    margin-inline: 0;
    padding-inline: 0;
}

.product-ai-item-detail ul li {
    list-style: none;
    padding: 0.5rem 0;
}

.product-ai-item-detail ul li:before {
    content: "•";
    display: inline-block;
    width: 1.5rem;
    font-size: 1.5rem;
    color: #2550ae;
}

/**
 * ä¿¡åˆ›å›½äº§åŒ–
 */
.product-credible {
    background: url("../pro_img/index-product-ai-credible-bg.png") center / cover no-repeat;
    color: var(--color-primary, #333);
    padding: 2rem 0;
}

.product-credible h1 {

    /* background: linear-gradient(180deg, #F5F9FD 0%, #E8F0FA 100%); */
    /* background: url(../img/s_history_bg.jpg) no-repeat center; */
    text-align: center;
    height: 90px;
    line-height: 90px;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;
    font-size: 2rem;
}

.product-credible h1::after {
    content: '';
    height: 5px;
    width: 40px;
    background: #2550ae;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.product-credible-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto;
    text-align: left;
    flex-wrap: wrap;
}

.product-credible-item {
    width: 19%;
    display: grid;
    grid-template-rows: 6.75em auto;

}


.product-credible-subject {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    text-align: center;
    padding: 2rem 0;
}

.product-credible-subject:is(.s1) {
    background: url("../pro_img/index-product-credible-1.png") center / cover no-repeat;
}

.product-credible-subject:is(.s2) {
    background: url("../pro_img/index-product-credible-2.png") center / cover no-repeat;
}

.product-credible-subject:is(.s3) {
    background: url("../pro_img/index-product-credible-3.png") center / cover no-repeat;
}

.product-credible-subject:is(.s4) {
    background: url("../pro_img/index-product-credible-4.png") center / cover no-repeat;
}

.product-credible-subject:is(.s5) {
    background: url("../pro_img/index-product-credible-5.png") center / cover no-repeat;
}

.product-credible-content {
    background: #fff;
    padding: 1rem 1rem 3rem;
    text-align: left;
    font-size: 1rem;
    line-height: 1.6;
}

/**
 * ä¸€ä½“åŒ–ç¡¬ä»¶
 */
.product-aio {
    line-height: 1.7;
}

.product-aio-wrap datrix-tab {
    --tab-fontsize-small: 0.8em;
    /*    --tab-active-background-color:rgba(0, 72, 156, 0.06);*/
    --tab-width: calc(100% / 3);
    padding: 1em 0;
    margin-top: 1em;
}

.product-aio-item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.product-aio-item {
    width: 32.3%;
    margin-bottom: 1.5%;
    padding: 1rem;
    text-align: left;
    background: #F8FBFF;
}

.product-aio-item-img img {
    width: 100%;
    vertical-align: middle;
}

.product-aio-item h2 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.product-aio-item-concept {
    text-align: left;
}

.product-aio-item-concept ul {
    margin: 0 auto;
    margin-block: 0;
    margin-inline: 0;
    padding-inline: 0;
}

.product-aio-item-concept ul li {
    list-style: none;
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #666;
}

/**
 * å®¢æˆ·æ¡ˆä¾‹
 */
.case-customer-wrap {}

.case-banner-content-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    margin: 0 auto;
    width: 80%;
    font-size: 1em;
}

.case-banner-content-intro>div {
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-weight: bold;
}

.case-banner-content-intro>div>div:first-child {
    font-weight: normal;
}

.case-banner-content-intro>div>div:last-child {
    font-size: 1.25em;
}

.case-banner-content-intro>div>div:last-child:after {
    content: '';
    display: block;
    margin: 0.5em auto 0;
    width: 1.5em;
    height: 0.25em;
    background: #E40012;
}

/**
* å®¢æˆ·çš„é€‰æ‹©
*/
.case-customer-choice {}

.case-customer-choice h2 {
    text-align: left;
}

.case-customer-choice-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    line-height: 1.7;
    padding: 1em 0;
    justify-content: space-between;
}

.case-customer-choice-wrap>* {
    /*flex-basis: 28.375em;*/
    flex-basis: 100%;
}

.case-customer-choice-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
    text-align: left;
    padding: 2em;
    box-shadow: 0 0.625em 1.25em 0 rgba(0, 0, 0, 0.04);
}

.case-customer-choice-item h3 {
    margin-inline: 0;
    margin-block: 0;
}

.case-customer-choice-item ul {
    margin: 0 auto;
    margin-block: 0;
    margin-inline: 0;
    padding-inline: 1em;
}

.case-customer-list-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em 1em;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: space-between;
}

.case-customer-list-item>* {
    flex-basis: 16.75em;
}

.case-customer-list-item img {
    width: 100%;
    vertical-align: middle;
}

/**
 * å®¢æˆ·æ¸…å•
 */
.case-customer-list {
    background: url("../pro_img/c-list-bg-1.png") center / cover no-repeat;
    padding: 2em 0;
}

.case-customer-list-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
}

.case-customer-list-wrap datrix-tab {
    --tab-width: calc(7.3% - 1em);
}

.case-customer-list h2 {
    text-align: left;
}

/**

 */
.case-typical {
    margin-top: 1em;
}

.case-nav {
    margin-bottom: 2em;
    --case-filter-shadow: none;
}

/**

 */
.datrix-solution {
    margin-bottom: 2em;
}

.datrix-solution-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    line-height: 2;
    text-align: left;
    margin: 1em auto;
}

.datrix-solution-p picture {
    margin: 0 auto;
}

.datrix-solution-p img {
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
}

.datrix-solution-d {
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.datrix-solution-d image {
    width: 100%;
    vertical-align: middle;
}

/**
 
 */
.product-resources {
    margin-top: 1em;
}

.product-resources-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    align-items: center;
    justify-content: center;
    margin: 0.5em auto;
}

.product-resources-item {
    display: flex;
    flex-direction: column;
    /*gap: 1em;*/
    line-height: 1.7;
}

.product-resources-item img {
    width: 100%;
    vertical-align: middle;
}

.product-resources-item video {
    width: 100%;
}

.product-resources-item>div:last-child {
    display: flex;
    flex-direction: column;
    gap: 1em;
    color: var(--color-primary, #333);
    background: #fff;
    padding: 1em 0;
    font-weight: 600;
}

.product-resources-item a {
    display: inline-block;
    width: 8em;
    height: 2.5em;
    position: relative;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    padding: 0.25em 0;
    background: #2550ae;
    color: #fff;
}

/**

 */
.resource-umask-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
    /*justify-content: center;*/
}

.resource-umask-wrap>* {
    flex-basis: 100%;
    text-decoration: none;
    color: var(--color-primary, #333);
}

/**

 */
.resource-video {
    background: url("../pro_img/resource-v-bg.png") center / cover no-repeat;
    color: var(--color-primary, #333);
    margin: 0 auto;
    padding: 1em 0;
}

.resource-video h1 {
    text-align: center;
}

.resource-video-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
    max-width: 1440px;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
}

/**
 */
.product-upgrade {}

/**
 */
.product-get-aio-item {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em;
}

.product-get-aio-item:is(.b-a) {
    background: url("../pro_img/get-aio-bg-0-1.png") center / cover no-repeat;
}

.product-get-aio-item:is(.b-z) {
    background: url("../pro_img/get-aio-bg-0-2.png") center / cover no-repeat;
}

.product-get-aio-item:is(.b-i) {
    background: url("../pro_img/get-aio-bg-0-3.png") center / cover no-repeat;
}

.product-get-aio-item:is(.b-m) {
    background: url("../pro_img/get-aio-bg-0-4.png") center / cover no-repeat;
}

.product-get-aio-item-subject {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2em;
    padding: 2em;
    text-align: left;
}

.product-get-aio-item-subject.subject-a {
    background: url("../pro_img/get-aio-bg-1.png") center / cover no-repeat;
}

.product-get-aio-item-subject.subject-z {
    background: url("../pro_img/get-aio-bg-2.png") center / cover no-repeat;
}

.product-get-aio-item-subject.subject-i {
    background: url("../pro_img/get-aio-bg-3.png") center / cover no-repeat;
}

.product-get-aio-item-subject.subject-m {
    background: url("../pro_img/get-aio-bg-4.png") center / cover no-repeat;
}

.product-get-aio-item-subject>div:first-child {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.product-get-aio-item-subject img {
    width: 100%;
    vertical-align: middle;
}

.product-get-aio-item-content {
    text-align: left;
}

.product-get-aio-item-content>div:last-child {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em;
}

.product-get-aio-item-content>div:last-child>div {
    flex-basis: 27.5em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    border: 1px dotted #EDEDED;
    padding: 1em;
}

/**
 */
.product-get-software {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2em;
    line-height: 1.7;
    padding-bottom: 4em;
}

.product-get-software-detail {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    line-height: 2;
}

.product-get-software-detail>div:first-child {
    background: rgba(237, 237, 237, 0.2);
    border-top: 1px solid #EDEDED;
    font-weight: bold;
}

.product-howtogetit-soft-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    text-align: left;
    border: 1px solid #EDEDED;
    /*padding: 0.5em 0;*/
    border-top: none;

}

.product-howtogetit-soft-row>div {
    flex-basis: 30%;
    width: 100%;
    padding: 0.5em 1em;
    text-align: center;
}

.product-howtogetit-soft-row>div:first-child {
    flex-basis: 20%;
    background: rgba(0, 72, 156, 0.05);
    border: 1px solid rgba(237, 237, 237, 0.05);
    padding: 0.5em 0;
    color: #2550ae;
}

.product-howtogetit-soft-row:is(.row-required)>div:first-child {
    color: #E40012;
    background: rgba(228, 0, 18, 0.05);
    border: 1px solid rgba(237, 237, 237, 0.05);
}

.product-get-software-detail>div:first-child>div:first-child {
    background: rgba(237, 237, 237, 0.2);
}

.product-howtogetit-soft-row>div:last-child {
    flex-basis: auto;
    text-align: left;
    border-left: 1px solid #EDEDED;
}

/**

 */
.product-upgrade h1 {
    text-align: center;
}

.product-upgrade-wrap {
    padding: 1em 0;
}

.product-upgrade-wrap .h2 {
    font-size: 1.5em;
    margin: 1em auto;
    color: var(--color-primary, #333);
}

.product-upgrade-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
}

.product-upgrade-detail img {
    width: 100%;
    vertical-align: middle;
}

.product-upgrade-v {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em;
}

.product-upgrade-h,
.product-upgrade-h2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
}

.product-upgrade-h2 {}

.product-upgrade-h2>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em;
    width: 100%;
}

.product-upgrade-h2-item-1 {
    background: url("../pro_img/get-u-bg-1.png") center / cover no-repeat;
}

.product-upgrade-h2-item-2 {
    background: url("../pro_img/get-u-bg-2.png") center / cover no-repeat;
}

.product-upgrade-h2-item-3 {
    background: url("../pro_img/get-u-bg-3.png") center / cover no-repeat;
}

/**
 * æ‰©å±•ç»„ä»¶è´­ä¹°
 */
.product-ext {
    background: url("../pro_img/get-e-1-bg.png") center / cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 1em;
    display: flex;
    flex-direction: column;
}

.product-ext h1 {
    color: #fff;
}

.product-ext img {
    width: 100%;
    vertical-align: middle;
}

.product-ext>div:last-child {
    max-width: 1440px;
    margin: 0 auto;
    padding: 3em;
}

/**
 * ä¿¡åˆ›å›½äº§åŒ–æ›¿ä»£
 */
.get-credible .h3 {
    font-size: 1.25em;
    text-align: center;
}

.get-credible>div {
    display: flex;
    flex-direction: column;
    gap: 2em;
    line-height: 1.7;
    text-align: left;
}

.get-credible-consult {
    background: url("../pro_img/get-c-bg-1.png") center / cover no-repeat;
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    justify-content: center;
    padding: 2em;
    font-size: 1.25em;
}

.get-credible-consult>div {
    color: var(--color-primary, #333);
    font-weight: bold;
}

.get-credible-consult>div:first-child {
    color: var(--color-notice, #2550ae);
    font-size: 1.5em;
}

.get-credible-consult a {
    display: inline-block;
    width: 8em;
    height: 2.5em;
    position: relative;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    padding: 0.25em 0;
    background: #2550ae;
    color: #fff;
    font-size: 0.8em;
}

/**
 * å¿«é€Ÿæ‰¾åˆ°æˆ‘ä»¬
 */
.support-connect-outer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 1em;
    text-align: center;
}

.support-connect-outer>div h2+div {
    text-align: center;
}

.support-connect-content {
    display: flex;
    justify-content: center;
    gap: 2em;
    padding: 1em;
    text-align: center;
}

.support-connect-content>div {
    display: flex;
    flex-direction: column;
}

.support-connect-outer img {
    vertical-align: middle;
    max-width: 100%;
}

/**
 * åª’èµ„ä¸€ä½“æœº
 */
.product-aio .product-banner-content-button {
    background: #fff;
    color: #2550ae;
}

dt-nav {
    display: block;
    width: 100%;
    background: var(--backgroud-color-primiary, #fff);
}

.aio-core {}

.aio-core-wrap {
    display: flex;
    flex-direction: column;
    gap: 6em;
    line-height: 1.7;
    text-align: left;
    margin-top: 4em;
}

.aio-core-wrap-row {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.aio-core-wrap-row::after {
    display: block;
    position: absolute;
    content: " ";
    left: 0;
    bottom: -3em;
    width: 100%;
    height: 1px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.10);
}

.aio-core-wrap-col {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.aio-core-wrap-col:is(.aio-core-img) img {
    width: 100%;
    vertical-align: middle;
}

.aio-norm {
    background: url("../pro_img/norm-bg-1.png") center / cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 1em 0;
    margin: 2em auto;
}

.aio-norm h1,
.aio-norm h2,
.aio-norm h3 {
    color: #fff;
}

.aio-norm-wrap {
    display: flex;
    flex-direction: column;
    gap: 2em;
    max-width: 1440px;
    margin: 0 auto;
    padding: 1em 1.25em;
    line-height: 1.7;
}

.aio-norm-scenes {
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: space-between;
    width: 100%;
    color: #333;
    position: relative;
}

.aio-norm-scenes-item {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em;
    line-height: 2;
    position: relative;
    flex-basis: 48%;
}

.aio-norm-scenes-item:is(.item-1) {
    background: #B1D7FF;
}

.aio-norm-scenes-item:is(.item-2) {
    background: #F7911F;
}

.aio-norm-scenes-item-sub {
    display: flex;
    gap: 1em;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    padding: 0.5em;
    position: relative;
}

.aio-norm-scenes-item-sub img {
    vertical-align: middle;
}

.aio-norm-scenes-item-content {
    display: flex;
    position: relative;
    text-align: left;
    height: 100%;
    padding: 0.75em;
}

.aio-norm-scenes-item-content>div:first-child {
    flex-basis: 82%;
}

.aio-norm-scenes-item-content>div:last-child {
    position: absolute;
    bottom: -1em;
    right: -1em;
    height: 150%;
}

.aio-norm-scenes-item-content img {
    height: 100%;
    vertical-align: middle;
}

.aio-norm-specification-wrap {
    padding: 1em 0;
}

.aio-norm-specification-wrap datrix-tab {
    --tab-fontsize-small: 0.8em;
    /*--tab-active-background-color:rgba(0, 72, 156, 0.06);*/
    --tab-width: calc(100% / 2 - 1em);
    padding: 1em 0;
    margin-top: 1em;
}

.aio-norm-specification {
    display: grid;
    grid-template-columns: 6em calc(50% - 3em) calc(50% - 3em);
    line-height: 2;
}

.aio-norm-specification>div {
    padding: 0.5em;
    border: 1px solid #EDEDED;
    display: grid;
    justify-items: center;
    align-items: center;
}

.aio-norm-specification>div:is(.title) {
    color: #2550ae;
    font-weight: bold;
    background: rgba(0, 72, 156, 0.10);
}

.aio-norm-specification>div:nth-child(3n+1) {
    font-weight: bold;
}

.aio-norm-specification img {
    width: 90%;
    vertical-align: middle;
}

.aio-cus {
    background: #F1F6FD;
}

.aio-cus-wrap {
    max-width: 1440px;
    margin: 2em auto;
    padding: 1em 1.25em;
    line-height: 1.7;
    text-align: center;
}

.aio-cus-logo {
    padding: 1em 0;
}

.aio-cus-case {
    padding: 1em 0;
    margin: 1em auto;
}

.aio-cus-case dt-tab {
    --tab-fontsize-small: 0.8em;
    --tab-active-background-color: rgba(0, 72, 156, 1);
    --tab-active-color: #fff;
    --tab-width: 11em;
    padding: 1em 0;
    margin-top: 1em;
}

.aio-cus-case-item {
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    text-align: left;
    background: #fff;
    line-height: 1.7;
}

.aio-cus-case-item img {
    width: 100%;
    vertical-align: middle;
}

.aio-cus-case-item-h {
    display: flex;
    flex-direction: column;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aio-cus-case-item-h>div {
    flex-basis: 100%;
    border: 1px solid rgba(0, 72, 156, 0.24);
}

.aio-cus-case-item-h>div>div:first-child {
    font-weight: bold;
    color: var(--color-second, #666);
}

/**
 * å¤§æ¨¡åž‹ä¸€ä½“æœº
 */
.bm-banner-content-wrap {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    color: #fff;
}

.bm-banner-content-wrap>div {
    text-align: center;
    margin: 0 auto;
}

.bm-banner-content-intro {
    font-size: 2em;
}

.bm-banner-content-intro>* {
    /*max-width: 12em;*/
    line-height: 2;
    font-weight: bold;
}

.product-aio .bm-banner-content-wrap .product-banner-content-button {
    background: #2550ae;
    color: #fff;
}

.bm-banner-content-intro>div>span {
    color: #F7911F;
}

.bm-introductory {}

.bm-introductory-wrap {
    position: relative;
    /*display: flex;*/
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    justify-content: space-between;
}

.bm-introductory-item {
    position: relative;
}

.bm-introductory-item-bg {
    /*position: absolute;*/
}

.bm-introductory-item img {
    width: 100%;
    vertical-align: middle;
}

.bm-introductory-item-d {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
    row-gap: 1em;
    column-gap: 1em;
    padding: 1.5em;
    color: #333;
    line-height: 1.7;
    text-align: left;
}

.bm-introductory-item-d>div:first-child {
    font-weight: bold;
    color: #2550ae;
    font-size: 1.5em;
}

.bm-introductory-item:nth-child(2n+1) .bm-introductory-item-d>div:first-child {
    color: #F7911F;
}

.bm-aio-case {
    background: #F8FBFF;
    margin: 0 auto;
    padding: 3em 0;
    line-height: 1.7;
    color: #333;
}

.bm-aio-case h1 {
    text-align: center;
}

.bm-aio-case .bm-aio-case-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.bm-aio-case-content img {
    max-width: 100%;
    vertical-align: center;
}

.bm-aio-value {
    background: url("../pro_img/3-0-b.png") no-repeat center /cover;
}

.bm-aio-value h1 {
    color: #fff;
}

.bm-aio-value-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1em;
}

.bm-aio-value-content {
    /*display: flex;*/
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    justify-items: center;
    gap: 1em;
}

.bm-aio-value-item {
    position: relative;
}

.bm-aio-value-item>div:first-child {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding: 2em;
}

.bm-aio-value-item>div:first-child>div:first-child {
    max-height: 25%;
}

.bm-aio-value-item>div:first-child img {
    height: 100%;
}

.bm-aio-value-item>div:last-child {}

.bm-aio-value-item ul {
    padding-inline-start: 1em;
    line-height: 2;
    margin-block-start: 0;
}

.bm-aio-value-item img {
    max-width: 100%;
    vertical-align: middle;
}

.bm-aio-value-item h3 {
    color: #834FE5;
    margin-block-start: 0;
    margin-block-end: 0;
}

.bm-aio-value-item:nth-child(4n+1) h3 {
    color: #68C838;
}

.bm-aio-value-item:nth-child(4n+2) h3 {
    color: #507DF6
}

.bm-aio-value-item:nth-child(4n+3) h3 {
    color: #F09906
}

.bm-aio-item-wrap {
    display: grid;
    gap: 1em;
    align-items: stretch;
    padding: 1em;
}

.product-bm-aio-item {
    background: linear-gradient(180deg, #CEE6FF 0, #fff 100%);
    padding: 2em;
    text-align: left;
}

.product-bm-aio-item h2 {
    text-align: center;
    color: #2550ae;
}

.bm-aio-advantage-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1em 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bm-aio-advantage-item {
    display: flex;
    flex-basis: 32%;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    background: #fff;
    padding: 2em;
    line-height: 1.7;
    text-align: left;
}

.bm-aio-advantage-item>div:first-child {
    width: 100%;
    text-align: center;
}

.bm-scenarios {
    background: url("../pro_img/7-0-bg.png") no-repeat center;
}

.bm-aio-scenarios-content {
    margin: 0 auto;
    text-align: center;
}

.bm-aio-scenarios-content img {
    max-width: 100%;
    vertical-align: middle;
}

@supports (display: -webkit-box) {
    .product-banner-content-intro {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
}



.container .tablist .tab-item-wrap .tab-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    padding: 0.5em;
}

.lunboWz {
    position: absolute;
}

.product-aio-wrap .layui-tab-brief>.layui-tab-title .layui-this {
    color: #2550ae;
}

.product-aio-wrap .layui-tab-brief>.layui-tab-more li.layui-this:after,
.product-aio-wrap .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #2550ae;
}

.product-aio-wrap .layui-tab .layui-tab-title {
    height: 100px;
    display: flex;
    justify-content: space-between;
}

.product-aio-wrap .layui-tab .layui-tab-title li {
    width: 31.3%;
}

.product-aio-wrap .layui-tab .layui-tab-title li h3 {
    font-size: 1.5rem;
}

.product-aio-wrap .layui-tab .layui-tab-title li p {

    font-size: 1rem;
}

.product-aio-wrap .layui-tab-title .layui-this:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 101px;
    border-width: 1px;
    border-bottom-width: 2px;
    border-style: solid;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
}


/* tab */
.product-features .layui-tab-brief>.layui-tab-title .layui-this {
    color: #2550ae;
    background: #f0f4f9;
}

.product-features .layui-tab .layui-tab-title {
    display: flex;
    justify-content: space-between;
    height: 165px;
}

.product-features .layui-tab .layui-tab-title li {
    padding: 1rem;
    width: 14%;
}

.product-features .layui-tab-title .layui-this:after {
    height: 166px;
}

.product-features .layui-tab-brief>.layui-tab-more li.layui-this:after,
.product-features .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #2550ae;
}

.product-features .layui-tab .layui-tab-title li h3 {
    font-size: 1.25rem;
    line-height: 2;
}

.product-features .layui-tab .layui-tab-title li p {
    font-size: 1rem;
}

.product-features .layui-tab-content {
    padding: 30px 0;
}

/*  纵向 tab */
.ai_content-tab {
    width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;

    background: #fff;
    padding: 3rem 0;
    height: auto;
}

.ai_content-tab .layui-tab-title {
    border-bottom: none;
    /* 去掉下划线 */
    float: left;
    /* 左浮动实现纵向 */
    width: 260px;
    margin-right: 50px;
}

.ai_content-tab .layui-tab-title li {
    display: block;
    /* 纵向排列 */
    margin-right: 0;
    /* 去除默认间距 */
    line-height: 65px;
    font-size: 1.125rem;
    background: #F8FBFF;
    border-bottom: 1px dashed #eee;
    text-align: left;
    color: #333;
}

.ai_content-tab .layui-tab-title li:last-child {
    border-bottom: none;
}

.ai_content-tab .layui-tab-content {
    float: left;
    /* 与标题栏并列 */
    height: auto;
    width: 1050px;
    padding: 0;
    min-height: 700px;
}

.ai_content-tab .layui-tab-title .layui-this:after {
    display: none;
}

.ai_content-tab .layui-tab-title .layui-this {
    background: #2550ae;
    color: #fff;
    border-bottom: 1px dashed #2550ae;
    ;
}

.ai_content-tab .layui-tab-title li i {
    text-align: right;
    float: right;
    font-size: 0.875rem;
}

.ai_content-tab .layui-tab-title li span {
    margin-left: 1rem;
    float: left;
    margin-right: 1rem;
    font-size: 1.25rem;

}

/* dama */
.cert_1 {
    background: #eef7ff;
    padding: 65px 0;
}

.cert_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cert_title h2 {
    margin: 0 20px;
    font-size: 24px;
    color: #333;
}

.r180 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    /* IE兼容 */
    filter: FlipH;
}

.cert_des {
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    padding: 5px 0;
}

.cert_content {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cert_content .cert_1_img img {
    margin-right: 50px;
    width: 300px;
    height: auto;
}

.cert_content .cert_txt {
    flex: 1;
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.cert_txt p {
    margin: 10px 0;
}

.cert_2 {
    background: #fff;
    padding: 65px 0;
}

.cert_2_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}

.cert_2_img div {
    width: 45%;
    text-align: center;
}

.cert_2_img div img {
    display: block;
    width: 100%;
}

.cert_2_img div p {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 2;
    margin-top: 30px;
    display: inline-block;
    border: 1px dotted #eee;
    padding: 0 40px;
    background: #eef7ff;
}

.cert_3 {
    background: url(../img/bg3.jpg) no-repeat center top;
    padding: 65px 0;
}

.cert_3_k {
    width: 48%;
    position: relative;
    margin-top: 40px;

}

.cert_3_k .cert_3_ab {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.cert_3_k .cert_3_ab img {
    width: 110px;
    height: auto;
    border: 5px solid #fff;
    border-radius: 50%;
}

.cert_3_k .cert_3_rl {
    position: relative;
    background: #fff;
    padding: 58px 58px 40px 72px;
    border-radius: 8px;
    margin-left: 60px;
    z-index: 1;
}

.cert_3_rl li {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
  
}

.cert_3_rl li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-right: 9px;
    background-color: #2550ae;
    border-radius: 50%;
    transform: translateY(-50%);
}

.cert_4 {
    padding: 65px 0;
    /* background: url(../img/index-container04.jpg) no-repeat center top; */
    background: #eef7ff;
}

.cert_rzjz {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cert_rzjz li {
    width: 30%;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    height: 245px;
    box-shadow: 0px 5px 20px rgb(0, 0, 0, .1);
  
}

.cert_rzjz li .cert_rz_title {
    background: #2550ae;
    width: 220px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    border-radius: 0 20px 20px 0;
    padding: 10px 20px;
    position: absolute;
    left: -10px;
    top: 70px;
}

.cert_rzjz li .cert_rz_title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #1f5dc8;
    border-right-color: #1f5dc8;
}

.cert_rz_txt {
    padding-top: 110px;
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.cert_num {
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 10px;
    color: rgb(49, 125, 255, .5);
}

.cert_5 {
    padding: 65px 0 30px 0;
    /* background: #eef7ff; */
    /* background: url(../img/index-container04.jpg) no-repeat center top; */
    background-size: cover;
    background: #fff;
}

.cert_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.cert_item .cert_book {
    width: 35%;
    margin-right: 5%;
}

.cert_item .cert_book img {
    width: 100%;
   
}

.cert_teacher {
    flex: 1;
}

.cert_teacher li {
    /* background: #eef7ff; */

    background: url(../img/s_abt_bg.jpg) no-repeat center;
    background-size: 100%;
    border: 1px dashed #eee;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
  
    box-shadow: 0px 5px 10px rgb(50, 50, 50, .1);
}

.cert_kecheng {
    box-shadow: 0px 5px 10px rgb(50, 50, 50, .1);
    width: 100%;
}

.cert_kecheng .layui-table td {
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.cert_6 {
    padding: 65px 0;
    background: url(../img/bg1.png) no-repeat center;
    background-size: cover;
}

.cert_zhengshu {
    width: 100%;
    margin-top: 30px;
}

.cert_zhengshu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cert_zhengshu ul li {
    width: 30%;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgb(50, 50, 50, .1);
}

.cert_zhengshu ul li img {
    display: block;
    width: 100%;
}

.cert_form {
    width: 100%;
    margin-top: 30px;
}

.cert_form ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cert_form ul li {
    width: 32%;
}

.cert_form .layui-input {
    height: 60px;
    font-size: 16px;
}

.cert_form .layui-input-wrap {
    line-height: 60px;
}

.cert_form .layui-input-affix {
    line-height: 60px;
}