.banner_width {
    width: 1366px;
    margin: auto;
}

.banner_title {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.banner_title_exp {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 16px;
}

.intro_m {
    width: 100%;
    margin: 0 auto;
}

.intro_swiper_slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 660px;
    width: 100%;
}


.intro-banner-pagination {
    position: absolute;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.intro-banner-pagination {
    bottom: 18px;
    width: 100%;
    display: block;
    z-index: 90;
}

.intro-banner-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 10px;
    margin: 0 0 0 10px;
    opacity: 1;
    background: none;
    position: relative;
    z-index: 11;
    outline: none;
    border-radius: 3px;
}

.intro-banner-pagination .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 3px;
    background: #aaaaaa;
    opacity: 0.3;
    border-radius: 3px;
}

.intro-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
}

.intro-banner-pagination .swiper-pagination-bullet::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 0;
    height: 5px;
    background: #aaaaaa;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 10;
    border-radius: 3px;
}

.intro-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    -webkit-animation: w100 4000ms 1;
    animation: w100 4000ms 1;
}

@keyframes w100 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.intro_c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
}

.intro_t {
    font-weight: 700;
    color: #333333;
    font-size: 36px;
}

.intro_child_t {
    color: #333333;
    font-size: 18px;
    margin-top: 25px;
}

.intro_exp {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    width: 500px;
    text-align: justify;
    margin-top: 33px;
}

.intro_child_right_t {
    color: #333333;
    font-size: 24px;
    margin-top: 28px;
}

.intro_right {
    position: relative;
}

.banner_speimg {
    width: 900px;
    position: absolute;
    right: -180px;
}

.banner_i {
    width: 50px;
    height: 2px;
    background: #e7290f;
    display: block;
    margin: 24px 0;
}

.banner_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.architecture {
    padding: 72px 0;
}

.architecture img {
    width: 100%;
}

.matrix {
    padding-bottom: 112px;
}

.matrix img {
    width: 100%;
}

.contentIntelligence {
    padding: 72px 0 45px 0;
    background: rgba(153, 153, 153, 0.1);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contentIntelligence_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333333;
    font-size: 18px;
    width: 800px;
}

.contentIntelligence_tab li {
    transition: color .3s;
    cursor: pointer;
}

.contentIntelligence_tab_active {
    color: #e7290f;
    transition: color .3s;
}

.contentIntelligence_tab>i {
    width: 1px;
    height: 16px;
    background-color: #cccccc;
    display: block;
}

.contentIntelligence_content {
    margin-top: 60px;
    width: 990px;
    height: 352px;
    position: relative;
}

.contentIntelligence_panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: all .3s;
    position: absolute;
    width: 100%;
}

.contentIntelligence_panel_active {
    opacity: 1;
    transition: all .3s;
}

.contentIntelligence_panel_t {
    color: #333333;
    font-size: 18px;
}

.contentIntelligence_panel_exp {
    color: #666666;
    font-size: 16px;
    width: 288px;
    line-height: 24px;
    margin-top: 24px;
}

.contentIntelligence_panel img {
    width: 634px;
}

.portal {
    padding: 104px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fbfbfb;
}

.portal_exp {
    color: #333333;
    font-size: 24px;
}

.portal_tab {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 18px;
    margin-top: 48px;
}

.portal_tab li {
    width: 221px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    cursor: pointer;
    background-image: url(../../images/2024_new/opencontent/portal-bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.portal_tab_active {
    background-image: url(../../images/2024_new/opencontent/portal-active.svg) !important;
    color: #ffffff;
    transition: all .3s;
}

.portal_desc {
    color: #666666;
    font-size: 16px;
    margin-top: 32px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.portal_content {
    margin-top: 32px;
    width: 1200px;
}

.portal_panel img {
    width: 580px;
    margin-top: 30px;
}

.structured {
    padding: 74px 0 72px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.structured_exp {
    color: #333333;
    font-size: 24px;
}

.structured_desc {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
    width: 711px;
    text-align: center;
}

.structured_content {
    width: 1202px;
    height: 367px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 34px;
}

.structured_tab {
    width: 300px;
    color: #666666;
    font-size: 18px;
}

.structured_tab li {
    display: flex;
    align-items: center;
    transition: color .3s;
    padding-left: 40px;
    height: 66px;
    cursor: pointer;
}

.structured_tab_active {
    color: #333333;
    transition: all .3s;
    position: relative;
    background: #ffffff;
}

.structured_tab_active::before {
    content: '';
    width: 4px;
    height: 100%;
    left: 0;
    position: absolute;
    background: #e7290f;
    -webkit-transition: all .3s;
    animation: show 0.5s ease forwards;
}

@keyframes show {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.structured_main {
    position: relative;
    width: 700px;
    height: 100%;
}

.structured_panel {
    position: absolute;
    opacity: 0;
    transition: all .3s;
}

.structured_panel_active {
    opacity: 1;
    transition: all .3s;
}

.structured_panel img {
    width: 700px;
    margin-right: 100px;
}

.collaborate {
    padding: 72px 0 136px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.collaborate_tab {
    width: 883px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333333;
    font-size: 18px;
}

.collaborate_tab li {
    transition: color .3s;
    cursor: pointer;
}

.collaborate_active {
    color: #e7290f;
    transition: color .3s;
}

.collaborate_tab i {
    display: block;
    width: 1px;
    height: 16px;
    background-color: #ccc;
}

.collaborate_content {
    margin-top: 56px;
}

.collaborate_panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
}

.collaborate_panel_img {
    width: 883px;
}

.collaborate_panel_name {
    display: flex;
    align-items: center;
}

.collaborate_panel_name img {
    width: 39px;
    height: 39px;
    margin-right: 12px;
    color: #333333;
    font-size: 20px;
}

.collaborate_panel_exp {
    color: #666666;
    font-size: 16px;
    margin-top: 30px;
    width: 290px;
}

.knowledge {
    padding: 72px 0;
    background: #fbfbfb;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.knowledge_content {
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.knowledge_tab {
    width: 552px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    color: #666666;
    font-size: 18px;
}

.knowledge_tab li {
    transition: color .3s;
    cursor: pointer;
    width: 260px;
    height: 100px;
    position: relative;
}

.knowledge_tab li>div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
}

.knowledge_tab_ico {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
}

.knowledge_tab_c_1 {
    background: #f5f5f5;
    transition: .3s all;
}

.knowledge_tab_c_2 {
    opacity: 0;
    transition: .3s all;
    position: relative;
}

.knowledge_tab_active {
    color: #ffffff;
    transition: all .3s;
}

.knowledge_tab_active .knowledge_tab_c_1 {
    opacity: 0;
    transition: .3s all;
}

.knowledge_tab_active .knowledge_tab_c_2 {
    opacity: 1;
    transition: .3s all;
}

.knowledge_tab_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.knowledge_tab_c_2 .knowledge_tab_ico,
.knowledge_tab_c_2 p {
    z-index: 99;
}

.knowledge_main {
    position: relative;
    width: 700px;
    height: 369px;
}

.knowledge_panel {
    opacity: 0;
    transition: all .3s;
    position: absolute;
    top: 0;
}

.knowledge_panel img{
    width: 700px;
}

.knowledge_panel_active {
    opacity: 1;
    transition: all .3s;
}

.contentmanage {
    padding: 74px 0 130px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contentmanage_tab {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #666666;
    font-size: 18px;
}

.contentmanage_tab li {
    width: 170px;
    height: 66px;
    background: #f5f5f5;
    transition: .3s all;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentmanage_active {
    background: #e7290f !important;
    transition: .3s all;
    color: #ffffff;
}

.contentmanage_content {
    margin-top: 56px;
    width: 1200px;
}

.contentmanage_panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contentmanage_panel_t {
    color: #333333;
    font-size: 20px;
}

.contentmanage_panel_exp {
    width: 290px;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-top: 24px;
}

.contentSecurity {
    padding: 74px 0;
    background: #fbfbfb;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contentSecurity_exp {
    color: #666666;
    font-size: 16px;
    text-align: center;
    width: 648px;
    line-height: 24px;
    margin:  0 auto;
    padding: 38px 0;
}

.contentSecurity_content {
    width: 100%;
    width: 1200px;
}

.contentSecurity_panel {
    width: 1200px;
    display: flex;
    justify-content: center;
}

.contentSecurity_panel img {
    width: 780px;
}

.contentSecurity_tab {
    margin-top: 68px;
    color: #666666;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:1290px;
    height:160px;
}
.contentSecurity_tab li{
    transition: color .3s;
    cursor: pointer;
    text-align: center;
    position: relative;
    width:201px;
    height:158px;
}
.contentSecurity_tab li img{
    width:185px; 
    margin: 8px 0;
}
.contentSecurity_tab_active{
    background-color: #e7290f;
    border-radius:8px;
    transition: all .3s;
    color: #333333;
    box-shadow:4.32px 4.17px 24px rgba(109, 30, 20, 0.06);
}
.contentSecurity_tab_block{
    background-color: #fff;
    position: absolute;
    top: 4px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.industry{
    padding: 152px 0 104px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.industry_m{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:1168px;
    margin-top: 56px;
}
.industry_card{
    width: 160px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.industry_card img{
    width: 100%;
    height: 100%;
}
.partner{
    padding: 70px 0 ;
    background:#fbfbfb;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.partner img{
    width: 1200px;
    margin-top: 56px;
}

.partner a{
    width: 186px;
    height: 37px;
    background: #ffffff;
    border: 1px solid #e7290f;
    transition: all .3s; 
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    color: #e7290f;
}
.partner a:hover{
    background-color: #e7290f;
    border: 1px solid transparent;
    transition: all .3s; 
    color: #fff;
}